@charset "UTF-8";
/**
 * Capitan SASS boilerplate v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-26
 * MIT License (MIT)
 */
/**
 *  Core functions, variables and mixins
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/**
 * Reset and dependencies
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//hello.myfonts.net/count/30716e");
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .lte-ie11 .container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .container > .row {
    margin-bottom: 20px; }
    .container > .row .row {
      margin-bottom: 0; }
  .row .container {
    min-width: inherit; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .lte-ie11 .container-fluid:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .lte-ie11 .row {
    display: block; }
    .lte-ie11 .row:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 320px) {
  .lte-ie11 .col-xs-1, .lte-ie11 .col-xs-2, .lte-ie11 .col-xs-3, .lte-ie11 .col-xs-4, .lte-ie11 .col-xs-5, .lte-ie11 .col-xs-6, .lte-ie11 .col-xs-7, .lte-ie11 .col-xs-8, .lte-ie11 .col-xs-9, .lte-ie11 .col-xs-10, .lte-ie11 .col-xs-11, .lte-ie11 .col-xs-12 {
    float: left; }
  .col-xs-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%; }
    .lte-ie11 .col-xs-1 {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
  .col-xs-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%; }
    .lte-ie11 .col-xs-2 {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    .lte-ie11 .col-xs-3 {
      -ms-flex: none;
          flex: none;
      width: 25%; }
  .col-xs-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%; }
    .lte-ie11 .col-xs-4 {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
  .col-xs-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%; }
    .lte-ie11 .col-xs-5 {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .lte-ie11 .col-xs-6 {
      -ms-flex: none;
          flex: none;
      width: 50%; }
  .col-xs-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%; }
    .lte-ie11 .col-xs-7 {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
  .col-xs-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%; }
    .lte-ie11 .col-xs-8 {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
    .lte-ie11 .col-xs-9 {
      -ms-flex: none;
          flex: none;
      width: 75%; }
  .col-xs-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%; }
    .lte-ie11 .col-xs-10 {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
  .col-xs-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%; }
    .lte-ie11 .col-xs-11 {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .lte-ie11 .col-xs-12 {
      -ms-flex: none;
          flex: none;
      width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.3333333333%; }
  .col-xs-pull-2 {
    right: 16.6666666667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.3333333333%; }
  .col-xs-pull-5 {
    right: 41.6666666667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.3333333333%; }
  .col-xs-pull-8 {
    right: 66.6666666667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.3333333333%; }
  .col-xs-pull-11 {
    right: 91.6666666667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.3333333333%; }
  .col-xs-push-2 {
    left: 16.6666666667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.3333333333%; }
  .col-xs-push-5 {
    left: 41.6666666667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.3333333333%; }
  .col-xs-push-8 {
    left: 66.6666666667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.3333333333%; }
  .col-xs-push-11 {
    left: 91.6666666667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 480px) {
  .lte-ie11 .col-sm-1, .lte-ie11 .col-sm-2, .lte-ie11 .col-sm-3, .lte-ie11 .col-sm-4, .lte-ie11 .col-sm-5, .lte-ie11 .col-sm-6, .lte-ie11 .col-sm-7, .lte-ie11 .col-sm-8, .lte-ie11 .col-sm-9, .lte-ie11 .col-sm-10, .lte-ie11 .col-sm-11, .lte-ie11 .col-sm-12 {
    float: left; }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%; }
    .lte-ie11 .col-sm-1 {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%; }
    .lte-ie11 .col-sm-2 {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    .lte-ie11 .col-sm-3 {
      -ms-flex: none;
          flex: none;
      width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%; }
    .lte-ie11 .col-sm-4 {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%; }
    .lte-ie11 .col-sm-5 {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .lte-ie11 .col-sm-6 {
      -ms-flex: none;
          flex: none;
      width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%; }
    .lte-ie11 .col-sm-7 {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%; }
    .lte-ie11 .col-sm-8 {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
    .lte-ie11 .col-sm-9 {
      -ms-flex: none;
          flex: none;
      width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%; }
    .lte-ie11 .col-sm-10 {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%; }
    .lte-ie11 .col-sm-11 {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .lte-ie11 .col-sm-12 {
      -ms-flex: none;
          flex: none;
      width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .lte-ie11 .col-md-1, .lte-ie11 .col-md-2, .lte-ie11 .col-md-3, .lte-ie11 .col-md-4, .lte-ie11 .col-md-5, .lte-ie11 .col-md-6, .lte-ie11 .col-md-7, .lte-ie11 .col-md-8, .lte-ie11 .col-md-9, .lte-ie11 .col-md-10, .lte-ie11 .col-md-11, .lte-ie11 .col-md-12 {
    float: left; }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%; }
    .lte-ie11 .col-md-1 {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%; }
    .lte-ie11 .col-md-2 {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    .lte-ie11 .col-md-3 {
      -ms-flex: none;
          flex: none;
      width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%; }
    .lte-ie11 .col-md-4 {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%; }
    .lte-ie11 .col-md-5 {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .lte-ie11 .col-md-6 {
      -ms-flex: none;
          flex: none;
      width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%; }
    .lte-ie11 .col-md-7 {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%; }
    .lte-ie11 .col-md-8 {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
    .lte-ie11 .col-md-9 {
      -ms-flex: none;
          flex: none;
      width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%; }
    .lte-ie11 .col-md-10 {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%; }
    .lte-ie11 .col-md-11 {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .lte-ie11 .col-md-12 {
      -ms-flex: none;
          flex: none;
      width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .lte-ie11 .col-lg-1, .lte-ie11 .col-lg-2, .lte-ie11 .col-lg-3, .lte-ie11 .col-lg-4, .lte-ie11 .col-lg-5, .lte-ie11 .col-lg-6, .lte-ie11 .col-lg-7, .lte-ie11 .col-lg-8, .lte-ie11 .col-lg-9, .lte-ie11 .col-lg-10, .lte-ie11 .col-lg-11, .lte-ie11 .col-lg-12 {
    float: left; }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%; }
    .lte-ie11 .col-lg-1 {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%; }
    .lte-ie11 .col-lg-2 {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    .lte-ie11 .col-lg-3 {
      -ms-flex: none;
          flex: none;
      width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%; }
    .lte-ie11 .col-lg-4 {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%; }
    .lte-ie11 .col-lg-5 {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .lte-ie11 .col-lg-6 {
      -ms-flex: none;
          flex: none;
      width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%; }
    .lte-ie11 .col-lg-7 {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%; }
    .lte-ie11 .col-lg-8 {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
    .lte-ie11 .col-lg-9 {
      -ms-flex: none;
          flex: none;
      width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%; }
    .lte-ie11 .col-lg-10 {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%; }
    .lte-ie11 .col-lg-11 {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .lte-ie11 .col-lg-12 {
      -ms-flex: none;
          flex: none;
      width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .lte-ie11 .col-xl-1, .lte-ie11 .col-xl-2, .lte-ie11 .col-xl-3, .lte-ie11 .col-xl-4, .lte-ie11 .col-xl-5, .lte-ie11 .col-xl-6, .lte-ie11 .col-xl-7, .lte-ie11 .col-xl-8, .lte-ie11 .col-xl-9, .lte-ie11 .col-xl-10, .lte-ie11 .col-xl-11, .lte-ie11 .col-xl-12 {
    float: left; }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%; }
    .lte-ie11 .col-xl-1 {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%; }
    .lte-ie11 .col-xl-2 {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    .lte-ie11 .col-xl-3 {
      -ms-flex: none;
          flex: none;
      width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%; }
    .lte-ie11 .col-xl-4 {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%; }
    .lte-ie11 .col-xl-5 {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .lte-ie11 .col-xl-6 {
      -ms-flex: none;
          flex: none;
      width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%; }
    .lte-ie11 .col-xl-7 {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%; }
    .lte-ie11 .col-xl-8 {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
    .lte-ie11 .col-xl-9 {
      -ms-flex: none;
          flex: none;
      width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%; }
    .lte-ie11 .col-xl-10 {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%; }
    .lte-ie11 .col-xl-11 {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .lte-ie11 .col-xl-12 {
      -ms-flex: none;
          flex: none;
      width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 320px) {
  .col-xs-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-xs-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 480px) {
  .col-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-sm-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-md-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-lg-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1280px) {
  .col-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-xl-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 320px) {
  .row-xs-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-xs-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-xs-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 480px) {
  .row-sm-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-sm-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-sm-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-md-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-md-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-lg-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-lg-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 1280px) {
  .row-xl-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-xl-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-xl-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 320px) {
  .col-xs-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-xs-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-xs-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 480px) {
  .col-sm-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-sm-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-md-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-lg-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 1280px) {
  .col-xl-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-xl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

/**
 * Default layout partials
 */
/**
 * Capitan layout.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-01-26
 * MIT License (MIT)
 */
/* ==========================================================================
   Global Layout
   ========================================================================== */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: none; }

body {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  font-size: 100%;
  line-height: 1.4; }
  body.nav-open {
    overflow: hidden; }

body::before {
  content: '{ "xs": 320, "sm": 480, "md": 768, "lg": 992, "xl": 1280 }';
  display: none; }

main {
  position: relative;
  background: #fff;
  margin-top: 70px; }
  main:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  @media screen and (min-width: 79.9375em) {
    main {
      margin-top: 140px; } }
  main > .container {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (max-width: 62em) {
      main > .container {
        padding-top: 20px;
        padding-bottom: 20px; } }

.top-container {
  margin-top: 70px; }
  @media screen and (min-width: 79.9375em) {
    .top-container {
      margin-top: 140px; } }
  .top-container + main {
    margin-top: 0; }

@media screen and (max-width: 61.9375em) {
  .sidebar {
    margin-bottom: 40px; } }

/* ==========================================================================
   Grid overrides
   ========================================================================== */
.container {
  min-width: 20em;
  max-width: 80em; }
  @media screen and (min-width: 62em) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

.row {
  margin-bottom: 10px; }
  .row .row {
    margin-bottom: 0; }
  @media screen and (max-width: 29.9375em) {
    .row [class^="col-xs-12"] + [class^="col-xs-12"] {
      margin-top: 20px; } }

@media screen and (min-width: 48em) {
  .row--gutter-double {
    margin: 0 -30px; } }

.row--gutter-double > * {
  padding-top: 60px; }
  .row--gutter-double > *:before {
    font-size: 60px;
    font-size: 3.75rem;
    content: '+';
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-top: -30px;
    line-height: 60px; }
  .row--gutter-double > *:first-child {
    padding-top: 0; }
    .row--gutter-double > *:first-child:before {
      display: none; }
  @media screen and (min-width: 48em) {
    .row--gutter-double > * {
      padding: 0 30px; }
      .row--gutter-double > *:before {
        left: -15px;
        top: 50%;
        margin-top: -30px; } }

@media screen and (min-width: 48em) {
  .row--gutter-half,
  .row--gutter-half .row {
    margin: 0 -5px; } }

.row--gutter-half [class*="col-"] {
  padding: 0 5px; }

.row--gutter-half .teaser {
  margin-bottom: 10px !important; }

/* ==========================================================================
  Content Elements
  ========================================================================== */
img {
  height: auto;
  outline: 0;
  max-width: 100%; }

hr {
  border-top: 1px solid #ededed;
  margin: 20px 0; }
  hr:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }

table,
caption {
  text-align: left; }

td,
th {
  padding-right: 10px; }

ol.opc li {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5; }

/* ==========================================================================
  Magento Elements
  ========================================================================== */
.widget {
  margin: 40px 0; }

.selected-item {
  opacity: 1; }
  .selected-item .action-select-shipping-item {
    display: none; }

.not-selected-item {
  opacity: 0.5; }

.selected-item,
.not-selected-item {
  border: 1px solid #ededed;
  padding: 10px 20px;
  margin: 10px 0; }

.payment-methods .payment-method {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ededed; }

.payment-methods .payment-method-content {
  display: none; }

.payment-methods ._active .payment-method-content {
  display: block; }

.creditcard_form {
  margin: 10px -10px;
  padding-top: 10px;
  border-top: 1px solid #ededed; }
  .creditcard_form iframe {
    height: 50px !important;
    width: 100% !important; }
  .creditcard_form input#cardpan {
    padding: 12px 8px !important; }
  .creditcard_form select {
    width: 100% !important; }
  .creditcard_form input,
  .creditcard_form select {
    height: 30px;
    padding: 0 5px; }

.field-select-billing {
  float: none !important; }

/* ==========================================================================
  Print
  ========================================================================== */
@media print {
  .print-only {
    display: block !important; }
  table {
    border-collapse: collapse;
    height: auto !important;
    width: auto !important; }
  td, th {
    padding: 10px 20px 20px 0;
    text-align: left;
    vertical-align: top; }
  ul {
    padding-left: 10px;
    margin-bottom: 10px; }
  li {
    list-style-type: none !important; }
    li:before {
      content: "• ";
      color: #000; }
  /* product detail print view */
  main,
  .container {
    margin: 0 !important;
    padding: 0 !important; }
  .container {
    max-width: none !important; }
  .footer,
  .header,
  .breadcrumbs,
  .fotorama__nav-wrap,
  .show-hide__trigger,
  .product-add-form,
  #tab-label-reviews,
  #reviews,
  .block.upsell {
    display: none !important; }
  .teaser__content,
  .teaser__text {
    position: relative !important; }
  .show-hide {
    padding: 0 !important;
    margin-top: 20px;
    position: relative; }
  .show-hide__content {
    border-bottom: 1px solid #000; }
  .product-essential.util-add-margin-bottom-double {
    margin-bottom: 0 !important; }
  .product-name h1 {
    line-height: 28px !important;
    margin-bottom: 5px !important; }
  [role="tab"] {
    float: none !important;
    display: none !important; }
  [role="tabpanel"] {
    float: none !important;
    width: 100% !important;
    display: block !important;
    margin: 0 0 20px !important;
    opacity: 1 !important; }
  [role="tablist"] {
    margin-bottom: 0; }
  a[href]:after {
    content: ''; }
  a[href="javascript:window.print()"] {
    display: none; } }

/**
 * Capitan typo.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-03-14
 * MIT License (MIT)
 */
/* ==========================================================================
   Webfonts
   ========================================================================== */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: CeraPro-Light;
  src: url(../font/webfonts/CeraPro/CeraPro-Light.eot);
  src: url(../font/webfonts/CeraPro/CeraPro-Light.eot?#iefix) format("embedded-opentype"), url(../font/webfonts/CeraPro/CeraPro-Light.woff2) format("woff2"), url(../font/webfonts/CeraPro/CeraPro-Light.woff) format("woff"), url(../font/webfonts/CeraPro/CeraPro-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CeraPro-LightIt;
  src: url(../font/webfonts/CeraPro/CeraPro-LightItalic.eot);
  src: url(../font/webfonts/CeraPro/CeraPro-LightItalic.eot?#iefix) format("embedded-opentype"), url(../font/webfonts/CeraPro/CeraPro-LightItalic.woff2) format("woff2"), url(../font/webfonts/CeraPro/CeraPro-LightItalic.woff) format("woff"), url(../font/webfonts/CeraPro/CeraPro-LightItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CeraPro-Regular;
  src: url(../font/webfonts/CeraPro/CeraPro-Regular.eot);
  src: url(../font/webfonts/CeraPro/CeraPro-Regular.eot?#iefix) format("embedded-opentype"), url(../font/webfonts/CeraPro/CeraPro-Regular.woff2) format("woff2"), url(../font/webfonts/CeraPro/CeraPro-Regular.woff) format("woff"), url(../font/webfonts/CeraPro/CeraPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CeraPro-Semibold;
  src: url(../font/webfonts/CeraPro/CeraPro-Medium.eot);
  src: url(../font/webfonts/CeraPro/CeraPro-Medium.eot?#iefix) format("embedded-opentype"), url(../font/webfonts/CeraPro/CeraPro-Medium.woff2) format("woff2"), url(../font/webfonts/CeraPro/CeraPro-Medium.woff) format("woff"), url(../font/webfonts/CeraPro/CeraPro-Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CeraPro-BoldIt;
  src: url(../font/webfonts/CeraPro/CeraPro-BoldItalic.eot);
  src: url(../font/webfonts/CeraPro/CeraPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../font/webfonts/CeraPro/CeraPro-BoldItalic.woff2) format("woff2"), url(../font/webfonts/CeraPro/CeraPro-BoldItalic.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CeraPro-RegularIt;
  src: url(../font/webfonts/CeraPro/CeraPro-RegularItalic.eot);
  src: url(../font/webfonts/CeraPro/CeraPro-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../font/webfonts/CeraPro/CeraPro-RegularItalic.woff2) format("woff2"), url(../font/webfonts/CeraPro/CeraPro-RegularItalic.woff) format("woff"), url(../font/webfonts/CeraPro/CeraPro-RegularItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

h4 .headline-4,
h5 .headline-5, p,
ul,
ol,
span,
td,
th,
figcaption,
input,
textarea,
select,
a, small,
.standalone-link {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
.headline-1,
h2 .headline-2,
h3,
.headline-3, .step-title, h1 span,
.headline-1 span, h2 span,
.headline-2 span, strong,
b {
  font-family: CeraPro-Semibold, sans-serif;
  font-weight: 600;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
.headline-1,
h2 .headline-2,
h3,
.headline-3,
.step-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px; }
  @media print {
    h1,
    .headline-1,
    h2 .headline-2,
    h3,
    .headline-3,
    .step-title {
      color: #000 !important; } }

h4 .headline-4,
h5 .headline-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px; }
  @media print {
    h4 .headline-4,
    h5 .headline-5 {
      color: #000 !important; } }

h1,
.headline-1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem; }
  @media screen and (min-width: 48em) {
    h1,
    .headline-1 {
      font-size: 3.75rem;
      line-height: 3.4375rem; } }
  h1 span,
  .headline-1 span {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    display: block; }
    @media screen and (min-width: 48em) {
      h1 span,
      .headline-1 span {
        font-size: 3.75rem;
        line-height: 3.4375rem; } }

h2,
.headline-2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 2.625rem; }
  @media screen and (min-width: 48em) {
    h2,
    .headline-2 {
      font-size: 3.125rem;
      line-height: 3.75rem; } }
  h2 span,
  .headline-2 span {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
    line-height: 2.625rem; }
    @media screen and (min-width: 48em) {
      h2 span,
      .headline-2 span {
        font-size: 3.125rem;
        line-height: 3.75rem; } }

h3,
.headline-3,
.step-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }
  @media screen and (min-width: 30em) {
    h3,
    .headline-3,
    .step-title {
      font-size: 1.875rem;
      line-height: 1.875rem; } }
  @media screen and (min-width: 62em) {
    h3,
    .headline-3,
    .step-title {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

h4,
.headline-4 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  line-height: 2.25rem; }
  @media screen and (min-width: 48em) {
    h4,
    .headline-4 {
      font-size: 2.1875rem;
      line-height: 2.8125rem; } }

h5,
.headline-5 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem; }
  @media screen and (min-width: 48em) {
    h5,
    .headline-5 {
      font-size: 1.625rem;
      line-height: 2.25rem; } }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p,
ul,
ol,
span,
td,
th,
figcaption,
input,
textarea,
select,
a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media screen and (min-width: 48em) {
    p,
    ul,
    ol,
    span,
    td,
    th,
    figcaption,
    input,
    textarea,
    select,
    a {
      font-size: 1rem;
      line-height: 1.875rem; } }

strong,
b {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media screen and (min-width: 48em) {
    strong,
    b {
      font-size: 1rem;
      line-height: 1.875rem; } }

small {
  font-size: 14px;
  font-size: 0.875rem; }

a,
.standalone-link {
  transition: color 0.2s linear, background 0.2s linear;
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: bottom;
  max-width: 100%;
  outline: none; }
  a:hover,
  .standalone-link:hover {
    color: #777; }
  a:focus,
  .standalone-link:focus {
    outline: none; }

p {
  margin-top: 0; }

cite {
  font-family: CeraPro-RegularIt, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px; }
  cite:after {
    content: "\201C"; }
  cite:before {
    content: "\201E"; }

.headline-section {
  margin: 60px 0 40px; }
  @media screen and (min-width: 48em) {
    .headline-section {
      margin: 90px 0 50px; } }

.step-title {
  margin-bottom: 0; }

.special-price .price-label {
  display: none; }

.special-price .price {
  color: #9e1726; }

.old-price .price-label {
  display: none; }

.old-price .price {
  text-decoration: line-through; }

/**
 * Capitan icon-font.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   icon-font
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../font/iconfont/icomoon.eot?rnf1vs");
  src: url("../font/iconfont/icomoon.eot?rnf1vs#iefix") format("embedded-opentype"), url("../font/iconfont/icomoon.woff2?rnf1vs") format("woff2"), url("../font/iconfont/icomoon.ttf?rnf1vs") format("truetype"), url("../font/iconfont/icomoon.woff?rnf1vs") format("woff"), url("../font/iconfont/icomoon.svg?rnf1vs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.util-icon--before:before, .util-icon--after:after, .util-icon--only:before, .util-icon--absolute--before:before, .util-icon--absolute--after:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.util-icon--before,
.util-icon--after {
  text-decoration: none; }
  .util-icon--before:hover,
  .util-icon--after:hover {
    text-decoration: none; }

.util-icon--before:before {
  margin-right: 5px;
  position: relative;
  top: 2px; }

.util-icon--before:after {
  display: none !important; }

.util-icon--after:before {
  display: none !important; }

.util-icon--after:after {
  margin-left: 5px;
  position: relative;
  top: 2px; }

.util-icon--only {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1em; }
  .util-icon--only:before {
    font-size: 16px;
    font-size: 1rem; }
  .util-icon--only:after {
    display: none !important; }

.util-icon--absolute--before:before {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 19px;
  margin-top: -10px;
  padding-right: 0;
  text-align: center;
  vertical-align: middle; }

.util-icon--absolute--before:after {
  display: none; }

.util-icon--absolute--after:after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 19px;
  margin-top: -10px;
  padding-right: 0;
  text-align: center;
  vertical-align: middle; }

.util-icon--absolute--after:before {
  display: none; }

.util-icon--dummy:before,
.util-icon--dummy:after {
  content: ""; }

.util-icon--backward:before,
.util-icon--backward:after {
  content: ""; }

.util-icon--forward:before,
.util-icon--forward:after {
  content: ""; }

.util-icon--down:before,
.util-icon--down:after {
  content: ""; }

.util-icon--up:before,
.util-icon--up:after {
  content: ""; }

.util-icon--search:before,
.util-icon--search:after {
  content: ""; }

.util-icon--shop:before,
.util-icon--shop:after {
  content: ""; }

.util-icon--account:before,
.util-icon--account:after {
  content: ""; }

.util-icon--cart:before,
.util-icon--cart:after {
  content: ""; }

.util-icon--language:before,
.util-icon--language:after {
  content: ""; }

.util-icon--edit:before,
.util-icon--edit:after {
  content: ""; }

.util-icon--phone:before,
.util-icon--phone:after {
  content: ""; }

.util-icon--mail:before,
.util-icon--mail:after {
  content: ""; }

.util-icon--sale:before,
.util-icon--sale:after {
  content: ""; }

.util-icon--facebook:before,
.util-icon--facebook:after {
  content: ""; }

.util-icon--twitter:before,
.util-icon--twitter:after {
  content: ""; }

/**
 * Components
 */
/**
 * Capitan header.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Header
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.header {
  transition: transform .3s ease;
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 5; }
  .header:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .header .quick-access {
    background-color: #000;
    height: 50px;
    position: relative;
    z-index: 6; }
  @media screen and (min-width: 80em) {
    .is-sticky.header {
      -ms-transform: translate(0, -50px);
      transform: translate(0, -50px); }
      .is-sticky.header:hover {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.header__wrapper {
  position: relative;
  background: #fff; }
  @media screen and (min-width: 80em) {
    .header__wrapper {
      height: 100px;
      padding: 40px 0 35px; } }

.header__logo {
  display: block;
  padding: 20px 10px;
  text-align: center; }
  .header__logo img {
    max-width: calc(100% - 40px); }
  .header__logo a {
    display: inline-block; }
  @media screen and (min-width: 80em) {
    .header__logo {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 25%;
      margin: 0 auto;
      left: 0;
      padding-top: 35px; } }
  @media screen and (max-width: 79.9375em) {
    .header__logo {
      z-index: 2;
      position: relative;
      background: #fff;
      padding-top: 25px;
      padding-bottom: 25px; }
      .header__logo a {
        line-height: 28px; }
        .header__logo a img {
          max-width: 150px; } }

.header--gallery {
  /*
	.quick-access {
		@include clearfix();

		overflow: visible !important;
		background: rgba(0, 0, 0, 0);
		float: right;

		.search {
			padding: 15px 5px;
			margin: 10px 0;

			label {
				display: none;
			}

			.input-box {
				position: relative;
				right: 0;
				top: 0;
				visibility: visible;
				opacity: 1;
			}
		}
	}
	*/ }
  @media screen and (min-width: 80em) {
    .header--gallery .header__wrapper {
      padding: 10px 0 25px; } }
  @media screen and (min-width: 80em) {
    .header--gallery .header__wrapper .header__logo {
      top: 10px;
      left: 0; } }
  .header--gallery .header__wrapper .header__logo img {
    width: 171px;
    height: 57px; }
  .header--gallery .header__wrapper .quick-access__clone {
    display: none; }
  .header--gallery .header__wrapper .search__toggle,
  .header--gallery .header__wrapper .nav__toggle {
    top: 30px; }
  @media screen and (min-width: 80em) {
    .header--gallery.is-sticky {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .header--gallery + .top-container {
    margin-top: 95px; }

/**
 * Capitan footer.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #000; }
  footer:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  footer ul {
    text-align: center;
    width: 100%; }
  footer ul li {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
    line-height: 1em; }
    @media screen and (min-width: 48em) {
      footer ul li {
        padding: 20px 0;
        display: inline-block;
        margin: 0 40px; } }
    footer ul li a,
    footer ul li span,
    footer ul li strong {
      font-size: 12px;
      font-size: 0.75rem;
      font-family: CeraPro-Semibold, sans-serif;
      text-decoration: underline;
      color: #fff; }
      footer ul li a:hover,
      footer ul li span:hover,
      footer ul li strong:hover {
        color: #fff !important; }
  footer .widget {
    margin: 0; }
  @media screen and (max-width: 47.9375em) {
    footer img {
      width: 30px; } }

/**
 * Capitan quick-access v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-19
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.quick-access {
  background: #ededed;
  text-align: right; }
  .quick-access .lang strong {
    margin-right: 3px; }
  .quick-access .lang a + strong {
    border-left: 1px solid #000;
    border-right: none;
    padding-left: 5px;
    padding-right: 0;
    margin-right: 0; }
  .quick-access strong, .quick-access button, .quick-access a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    .quick-access strong span, .quick-access button span, .quick-access a span {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 14px;
      line-height: 0.875rem; }
  .quick-access label span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem; }
  .quick-access .sign-in a {
    position: relative;
    padding-left: 22px; }
    .quick-access .sign-in a:before {
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-size: 1rem;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -7px;
      content: ""; }
  @media screen and (max-width: 79.9375em) {
    .quick-access {
      display: none; } }
  .quick-access .container {
    position: relative; }

.quick-access__list {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 16px;
  line-height: 1rem;
  z-index: 1; }
  .quick-access__list > li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem; }
  @media screen and (min-width: 79.9375em) {
    .quick-access__list {
      padding: 0;
      position: absolute;
      right: 30px;
      top: 17px; } }
  @media screen and (max-width: 79.9375em) {
    .quick-access__list {
      background-color: #000;
      text-align: center;
      padding: 10px 15px; }
      .quick-access__list li strong, .quick-access__list li a, .quick-access__list li a:hover {
        font-size: 0.75rem;
        color: #fff; }
      .quick-access__list li.lang strong:first-of-type:after {
        content: '/';
        color: #fff; } }

.quick-access__links {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center; }
  .quick-access__links ul li {
    display: inline-block;
    margin: 0 22px; }
    .quick-access__links ul li a {
      font-size: 12px;
      font-size: 0.75rem;
      font-family: CeraPro-RegularIt, sans-serif;
      color: #fff;
      text-transform: lowercase; }
    .quick-access__links ul li.active a {
      font-weight: 700; }

.quick-access__clone {
  background: #ededed;
  text-align: center; }
  .quick-access__clone .search {
    display: none; }
  .quick-access__clone > li {
    margin: 0;
    display: block;
    border-top: 1px solid #ccc; }
    .quick-access__clone > li a,
    .quick-access__clone > li label,
    .quick-access__clone > li strong {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      padding: 15px 20px;
      text-decoration: none;
      display: block;
      text-transform: uppercase; }
      .quick-access__clone > li a span,
      .quick-access__clone > li label span,
      .quick-access__clone > li strong span {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; }
    .quick-access__clone > li.lang {
      padding: 15px 20px;
      line-height: 1em; }
      .quick-access__clone > li.lang a,
      .quick-access__clone > li.lang strong {
        display: inline-block;
        padding: 0; }
      .quick-access__clone > li.lang strong {
        border-right: 1px solid #000;
        padding-right: 5px; }
      .quick-access__clone > li.lang a + strong {
        border-left: 1px solid #000;
        border-right: none;
        padding-left: 5px;
        padding-right: 0; }
    .quick-access__clone > li:first-child {
      border-top: none; }
  .quick-access__clone .sign-in a:before {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
    content: ""; }
  @media screen and (min-width: 62em) {
    .quick-access__clone {
      display: none; } }

.cms-index-index .quick-access__links ul li.home a {
  font-weight: 700; }

.categorypath-manufaktur-projects .quick-access__links ul li.projects a {
  font-weight: 700; }

/**
 * Capitan locator.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-05-30
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.locator {
  float: left;
  display: none !important;
  padding: 10px 0; }
  .locator:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .locator span, .locator a, .locator a span {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
    line-height: 14px; }
  .locator > span, .locator > a {
    float: left; }

.header .locator__store-name {
  font-family: CeraPro-Semibold, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.locator__hidden-element {
  display: none; }

/**
 * Capitan search v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-29
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.search:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.search__trigger, .search__toggle {
  border-radius: 100%;
  background-image: url("../images/svg/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  position: relative;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  background-color: #000;
  height: 30px;
  width: 30px; }
  @media screen and (max-width: 79.9375em) {
    .search__trigger, .search__toggle {
      position: absolute;
      right: 30px;
      top: 20%; } }

.search__loader {
  width: 20px !important;
  height: 20px !important;
  right: 50px !important;
  top: 50% !important;
  margin-top: -10px !important;
  position: absolute !important; }
  @media screen and (min-width: 62em) {
    .search__loader {
      right: 10px !important; } }

.search__autocomplete {
  -o-box-shadow: 0 10px 10px -5px rgba(204,204,204,0.5) !important;
  -ms-box-shadow: 0 10px 10px -5px rgba(204,204,204,0.5) !important;
  box-shadow: 0 10px 10px -5px rgba(204,204,204,0.5) !important;
  display: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0 !important;
  max-height: 700px !important;
  background: #fff; }
  .search__autocomplete ul {
    padding: 0 !important; }
  .search__autocomplete li {
    transition: background 0.15s ease;
    cursor: pointer;
    margin-bottom: 0 !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 5px 10px;
    text-align: left;
    position: relative; }
    .search__autocomplete li.selected {
      background: #ededed !important; }
    .search__autocomplete li span {
      pointer-events: none; }
  .search__autocomplete .btn {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
    margin-right: 15px !important; }
  .search__autocomplete .amount {
    position: absolute;
    right: 7px;
    top: 5px; }
  @media screen and (min-width: 62em) {
    .search__autocomplete {
      display: none; } }

.search__toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 20px; }
  .search__toggle:before {
    font-size: 40px;
    font-size: 2.5rem;
    top: 0;
    margin: 0; }
  .search__toggle span {
    font-size: 0; }
  @media screen and (min-width: 80em) {
    .search__toggle {
      display: none; } }

@media screen and (min-width: 62em) {
  .search--show-hide {
    position: relative; } }

@media screen and (min-width: 80em) {
  .search--show-hide {
    display: inline-block;
    margin: 0 7px; } }

.search--show-hide .input-box {
  right: 0;
  min-width: 185px;
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden; }
  .search--show-hide .input-box input[type="text"] {
    border-radius: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #fff;
    border: 1px dotted #000;
    height: 30px;
    margin: 0;
    padding: 8px 15px 6px;
    color: #000;
    font-weight: 700; }
    .search--show-hide .input-box input[type="text"]::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .search--show-hide .input-box input[type="text"]:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .search--show-hide .input-box input[type="text"]::placeholder {
      color: #000;
      opacity: 1; }
    .search--show-hide .input-box input[type="text"]:focus, .search--show-hide .input-box input[type="text"]:hover {
      background-color: #fff !important;
      cursor: default !important; }
  .search--show-hide .input-box button {
    display: none; }

@media screen and (max-width: 61.9375em) {
  .search--show-hide .form-search {
    position: relative;
    padding-right: 40px; } }

.search--show-hide label {
  z-index: 1; }

.search--show-hide input {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ededed;
  padding: 0;
  width: 0;
  border: 1px solid transparent;
  color: #777; }
  .search--show-hide input:focus {
    background: #fff;
    border-color: #ccc;
    color: #000; }

@media screen and (max-width: 61.9375em) {
  .search--show-hide.is-active input {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .search--show-hide.is-active .search__trigger, .search--show-hide.is-active .search__toggle {
    color: #777; } }

@media screen and (min-width: 62em) {
  .search--show-hide.is-active .input-box {
    opacity: 1;
    visibility: visible; }
  .search--show-hide.is-active .search__autocomplete {
    display: block; } }

.search--mobile {
  transition: transform 250ms ease;
  -ms-transform: translate(0,-150%);
  transform: translate(0,-150%);
  -o-box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 10px 0px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 25px 10px; }
  .search--mobile.is-open {
    -ms-transform: translate(0,0);
    transform: translate(0,0); }
  .search--mobile .search__trigger, .search--mobile .search__toggle {
    display: none; }
  .search--mobile .input-box:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .search--mobile .input-box input,
  .search--mobile .input-box button {
    width: 100%;
    display: block; }
    @media screen and (min-width: 30em) {
      .search--mobile .input-box input,
      .search--mobile .input-box button {
        float: left; } }
  .search--mobile .input-box input[type="text"] {
    border-radius: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #fff;
    border: 1px dotted #000;
    height: 30px;
    margin: 0;
    padding: 8px 15px 6px;
    color: #000;
    font-weight: 700; }
    .search--mobile .input-box input[type="text"]::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .search--mobile .input-box input[type="text"]:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .search--mobile .input-box input[type="text"]::placeholder {
      color: #000;
      opacity: 1; }
    .search--mobile .input-box input[type="text"]:focus, .search--mobile .input-box input[type="text"]:hover {
      background-color: #fff !important;
      cursor: default !important; }
  .search--mobile .input-box button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    border-radius: 50px;
    padding: 0;
    top: 0; }
    .search--mobile .input-box button img {
      vertical-align: top; }
  @media screen and (min-width: 79.9375em) {
    .search--mobile {
      display: none; } }

/**
 * Capitan navigation.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Navigation
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.nav:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.nav a {
  text-decoration: none; }

.nav__toggle {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 20px;
  font-size: 0;
  color: #000; }
  @media screen and (max-width: 79.9375em) {
    .nav__toggle {
      display: block; }
      .nav__toggle > span {
        display: block;
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 0;
        right: 0;
        height: 3px;
        background: #000;
        text-indent: -9999em; }
        .nav__toggle > span:before {
          transition-property: top, transform;
          top: -8px; }
        .nav__toggle > span:after {
          transition-property: bottom, transform;
          bottom: -8px; }
        .nav__toggle > span:before, .nav__toggle > span:after {
          transition-duration: 0.1s, 0.1s;
          transition-delay: 0.1s, 0s;
          position: absolute;
          display: block;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #000;
          content: ''; }
      .nav__toggle.is-active span {
        background: none; }
        .nav__toggle.is-active span:before, .nav__toggle.is-active span:after {
          transition-delay: 0s, 0.1s; }
        .nav__toggle.is-active span:before {
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        .nav__toggle.is-active span:after {
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; } }

.nav__toggle-desktop {
  display: none;
  width: 20px;
  height: 20px;
  z-index: 2;
  left: 30px;
  font-size: 0;
  color: #000;
  float: left; }
  @media screen and (min-width: 80em) {
    .nav__toggle-desktop {
      display: block; }
      .nav__toggle-desktop > span {
        display: block;
        position: absolute;
        z-index: 1;
        top: 9px;
        left: 0;
        right: 0;
        height: 3px;
        background: #000;
        text-indent: -9999em; }
        .nav__toggle-desktop > span:before {
          transition-property: top, transform;
          top: -9px; }
        .nav__toggle-desktop > span:after {
          transition-property: bottom, transform;
          bottom: -9px; }
        .nav__toggle-desktop > span:before, .nav__toggle-desktop > span:after {
          transition-duration: 0.1s, 0.1s;
          transition-delay: 0.1s, 0s;
          position: absolute;
          display: block;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #000;
          content: ''; }
      .nav__toggle-desktop.overlay-active span {
        background: none; }
        .nav__toggle-desktop.overlay-active span:before, .nav__toggle-desktop.overlay-active span:after {
          transition-delay: 0s, 0.1s; }
        .nav__toggle-desktop.overlay-active span:before {
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        .nav__toggle-desktop.overlay-active span:after {
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; } }

@media screen and (max-width: 79.9375em) {
  .nav__section .top-links > li {
    border-bottom: 1px dotted #000;
    position: relative; }
    .nav__section .top-links > li > a {
      display: block;
      padding: 10px 15px;
      text-align: center;
      height: 50px; }
      .nav__section .top-links > li > a .text {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.75rem;
        color: #000;
        letter-spacing: 0.36px; } }

@media screen and (min-width: 80em) {
  .nav__section .top-links > li > a .text {
    display: none; } }

@media screen and (min-width: 80em) {
  .nav__section .top-links > li.home {
    display: none; } }

.nav__section .top-links > li.home a {
  background-color: #000;
  color: #fff;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

.nav__section .top-links > li.home #toggle-links {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: url("../images/svg/close-btn-white.svg");
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 20%;
  cursor: pointer; }
  .nav__section .top-links > li.home #toggle-links.active {
    -ms-transform: rotate(0);
    transform: rotate(0); }

.nav__section .top-links > li:nth-child(1), .nav__section .top-links > li:nth-child(2), .nav__section .top-links > li:nth-child(3) {
  display: none; }
  .nav__section .top-links > li:nth-child(2) a, .nav__section .top-links > li:nth-child(3) a {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic; }

@media screen and (max-width: 79.9375em) {
  .nav__section .top-links > li.search {
    display: none; } }

.nav__section .top-links > li.search > span {
  display: none; }
  @media screen and (max-width: 79.9375em) {
    .nav__section .top-links > li.search > span {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.75rem;
      display: block;
      color: #000;
      letter-spacing: 0.36px;
      position: absolute;
      top: 20%;
      left: 0;
      text-align: center;
      width: 100%; } }

.nav__section .top-links > li.account-link > a span:not(.text), .nav__section .top-links > li.cart-link > a span:not(.text) {
  border-radius: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 31px;
  height: 30px; }
  @media screen and (max-width: 79.9375em) {
    .nav__section .top-links > li.account-link > a span:not(.text), .nav__section .top-links > li.cart-link > a span:not(.text) {
      position: absolute;
      right: 15px;
      top: 20%; } }

.nav__section .top-links > li.account-link > a span.logged-in {
  background-image: url("../images/svg/logged-in.svg"); }

.nav__section .top-links > li.account-link > a span.not-logged-in {
  background-image: url("../images/svg/icon-account.svg"); }

@media screen and (min-width: 80em) {
  .nav__section .top-links > li.cart-link {
    margin: 0 0 0 7px;
    height: 30px;
    overflow: hidden; } }

.nav__section .top-links > li.cart-link > a span.empty {
  background-image: url("../images/svg/bag.svg"); }

.nav__section .top-links > li.cart-link > a span.no-empty {
  background-image: url("../images/svg/articles-in-bag.svg"); }

@media screen and (min-width: 80em) {
  .nav__section .top-links {
    margin-right: 30px;
    width: 127px;
    float: right; }
    .nav__section .top-links > li {
      float: left;
      margin: 0 7px; } }

@media screen and (min-width: 80em) {
  .nav__section {
    width: 50%;
    float: left; }
    .nav__section .topmenu__clone {
      display: none; } }

.nav__section .topmenu, .nav__section .account-overlay, .nav__section .contact-overlay {
  transition: transform 200ms ease;
  transition-delay: 150ms;
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: #fff;
  color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  min-height: 700px; }
  .nav__section .topmenu .container, .nav__section .account-overlay .container, .nav__section .contact-overlay .container {
    min-width: 1280px; }
    .nav__section .topmenu .container > ul, .nav__section .account-overlay .container > ul, .nav__section .contact-overlay .container > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
      padding: 40px 130px; }
      .nav__section .topmenu .container > ul > li, .nav__section .account-overlay .container > ul > li, .nav__section .contact-overlay .container > ul > li {
        width: 20%; }
        .nav__section .topmenu .container > ul > li > a span, .nav__section .topmenu .container > ul > li strong span, .nav__section .account-overlay .container > ul > li > a span, .nav__section .account-overlay .container > ul > li strong span, .nav__section .contact-overlay .container > ul > li > a span, .nav__section .contact-overlay .container > ul > li strong span {
          font-family: CeraPro-Regular, sans-serif;
          font-weight: 700;
          font-style: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
  .nav__section .topmenu .social-media, .nav__section .account-overlay .social-media, .nav__section .contact-overlay .social-media {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0; }
    .nav__section .topmenu .social-media .contact, .nav__section .account-overlay .social-media .contact, .nav__section .contact-overlay .social-media .contact {
      display: none; }
  .nav__section .topmenu.overlay-active, .nav__section .account-overlay.overlay-active, .nav__section .contact-overlay.overlay-active {
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  @media screen and (max-width: 79.9375em) {
    .nav__section .topmenu, .nav__section .account-overlay, .nav__section .contact-overlay {
      display: none; } }
  .nav__section .topmenu .close, .nav__section .account-overlay .close, .nav__section .contact-overlay .close {
    cursor: pointer;
    background-image: url("../images/svg/close-overlay-btn.svg");
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 600px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.nav__section .topmenu__clone ul li a, .nav__section .topmenu__clone ul li strong {
  border-bottom: 1px dotted #000;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  position: relative; }
  .nav__section .topmenu__clone ul li a span, .nav__section .topmenu__clone ul li strong span {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 0.36px; }
  .nav__section .topmenu__clone ul li a.active, .nav__section .topmenu__clone ul li strong.active {
    background-color: #000; }
    .nav__section .topmenu__clone ul li a.active span, .nav__section .topmenu__clone ul li strong.active span {
      color: #fff; }

.nav__section .topmenu__clone ul li .submenu {
  display: none; }
  .nav__section .topmenu__clone ul li .submenu li a span {
    font-weight: normal; }

.nav__section .topmenu__clone ul li.parent a:after, .nav__section .topmenu__clone ul li.parent strong:after {
  display: none; }

.nav__section .topmenu__clone ul li.parent > a.level-top:after, .nav__section .topmenu__clone ul li.parent > strong.level-top:after {
  display: block;
  content: '';
  background-image: url("../images/svg/icon-down.svg");
  position: absolute;
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: 0 10px; }

.nav__section .topmenu__clone ul li.parent > a.level-top.active:after, .nav__section .topmenu__clone ul li.parent > strong.level-top.active:after {
  background-image: url("../images/svg/close-btn-white.svg");
  width: 30px;
  height: 30px;
  top: 20%;
  margin: 0; }

@media screen and (min-width: 80em) {
  .nav__section > .quick-access__list {
    display: none; } }

.nav__section > .social-media {
  padding: 8px 0;
  margin: 0;
  height: 38px; }
  @media screen and (min-width: 80em) {
    .nav__section > .social-media {
      display: none; } }
  .nav__section > .social-media li {
    margin: 0 8px; }
    .nav__section > .social-media li a {
      width: 21px;
      height: 21px;
      background-size: cover; }
    .nav__section > .social-media li.contact {
      display: none; }
    .nav__section > .social-media li.fb a {
      background-position-x: -40px; }
    .nav__section > .social-media li.instagram a {
      background-position-x: -81px; }
    .nav__section > .social-media li.pinterest a {
      background-position-x: -263px; }

.block-customer-login, .block-customer-register, .block-contact {
  width: 100%;
  max-width: 400px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center; }
  .block-customer-login .block-title, .block-customer-register .block-title, .block-contact .block-title {
    margin-bottom: 20px; }
    .block-customer-login .block-title strong, .block-customer-register .block-title strong, .block-contact .block-title strong {
      font-size: 30px;
      font-size: 1.875rem; }
  .block-customer-login .block-content fieldset .field, .block-customer-register .block-content fieldset .field, .block-contact .block-content fieldset .field {
    float: none;
    margin-bottom: 15px;
    padding: 0;
    width: 100%; }
    .block-customer-login .block-content fieldset .field .control, .block-customer-register .block-content fieldset .field .control, .block-contact .block-content fieldset .field .control {
      position: relative; }
      .block-customer-login .block-content fieldset .field .control input[type="text"], .block-customer-login .block-content fieldset .field .control input[type="email"], .block-customer-login .block-content fieldset .field .control input[type="password"],
      .block-customer-login .block-content fieldset .field .control select, .block-customer-register .block-content fieldset .field .control input[type="text"], .block-customer-register .block-content fieldset .field .control input[type="email"], .block-customer-register .block-content fieldset .field .control input[type="password"],
      .block-customer-register .block-content fieldset .field .control select, .block-contact .block-content fieldset .field .control input[type="text"], .block-contact .block-content fieldset .field .control input[type="email"], .block-contact .block-content fieldset .field .control input[type="password"],
      .block-contact .block-content fieldset .field .control select {
        border-radius: 50px;
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #000;
        background-color: #fff;
        border-color: #000;
        border-style: dotted;
        border-width: 1px;
        padding: 5px 15px 5px 15px;
        height: 30px;
        text-align: left;
        width: 100%; }
        .block-customer-login .block-content fieldset .field .control input[type="text"]::-webkit-input-placeholder, .block-customer-login .block-content fieldset .field .control input[type="email"]::-webkit-input-placeholder, .block-customer-login .block-content fieldset .field .control input[type="password"]::-webkit-input-placeholder,
        .block-customer-login .block-content fieldset .field .control select::-webkit-input-placeholder, .block-customer-register .block-content fieldset .field .control input[type="text"]::-webkit-input-placeholder, .block-customer-register .block-content fieldset .field .control input[type="email"]::-webkit-input-placeholder, .block-customer-register .block-content fieldset .field .control input[type="password"]::-webkit-input-placeholder,
        .block-customer-register .block-content fieldset .field .control select::-webkit-input-placeholder, .block-contact .block-content fieldset .field .control input[type="text"]::-webkit-input-placeholder, .block-contact .block-content fieldset .field .control input[type="email"]::-webkit-input-placeholder, .block-contact .block-content fieldset .field .control input[type="password"]::-webkit-input-placeholder,
        .block-contact .block-content fieldset .field .control select::-webkit-input-placeholder {
          font-family: CeraPro-Regular, sans-serif;
          font-weight: 700;
          font-style: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: 0.12px;
          color: #000;
          opacity: 1; }
        .block-customer-login .block-content fieldset .field .control input[type="text"]:-ms-input-placeholder, .block-customer-login .block-content fieldset .field .control input[type="email"]:-ms-input-placeholder, .block-customer-login .block-content fieldset .field .control input[type="password"]:-ms-input-placeholder,
        .block-customer-login .block-content fieldset .field .control select:-ms-input-placeholder, .block-customer-register .block-content fieldset .field .control input[type="text"]:-ms-input-placeholder, .block-customer-register .block-content fieldset .field .control input[type="email"]:-ms-input-placeholder, .block-customer-register .block-content fieldset .field .control input[type="password"]:-ms-input-placeholder,
        .block-customer-register .block-content fieldset .field .control select:-ms-input-placeholder, .block-contact .block-content fieldset .field .control input[type="text"]:-ms-input-placeholder, .block-contact .block-content fieldset .field .control input[type="email"]:-ms-input-placeholder, .block-contact .block-content fieldset .field .control input[type="password"]:-ms-input-placeholder,
        .block-contact .block-content fieldset .field .control select:-ms-input-placeholder {
          font-family: CeraPro-Regular, sans-serif;
          font-weight: 700;
          font-style: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: 0.12px;
          color: #000;
          opacity: 1; }
        .block-customer-login .block-content fieldset .field .control input[type="text"]::placeholder, .block-customer-login .block-content fieldset .field .control input[type="email"]::placeholder, .block-customer-login .block-content fieldset .field .control input[type="password"]::placeholder,
        .block-customer-login .block-content fieldset .field .control select::placeholder, .block-customer-register .block-content fieldset .field .control input[type="text"]::placeholder, .block-customer-register .block-content fieldset .field .control input[type="email"]::placeholder, .block-customer-register .block-content fieldset .field .control input[type="password"]::placeholder,
        .block-customer-register .block-content fieldset .field .control select::placeholder, .block-contact .block-content fieldset .field .control input[type="text"]::placeholder, .block-contact .block-content fieldset .field .control input[type="email"]::placeholder, .block-contact .block-content fieldset .field .control input[type="password"]::placeholder,
        .block-contact .block-content fieldset .field .control select::placeholder {
          font-family: CeraPro-Regular, sans-serif;
          font-weight: 700;
          font-style: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: 0.12px;
          color: #000;
          opacity: 1; }
      .block-customer-login .block-content fieldset .field .control textarea, .block-customer-register .block-content fieldset .field .control textarea, .block-contact .block-content fieldset .field .control textarea {
        border: none;
        border-bottom: 1px dotted #000;
        padding: 0 20px; }
      .block-customer-login .block-content fieldset .field .control .mage-error::-webkit-input-placeholder, .block-customer-register .block-content fieldset .field .control .mage-error::-webkit-input-placeholder, .block-contact .block-content fieldset .field .control .mage-error::-webkit-input-placeholder {
        color: #9e1726;
        opacity: 1; }
      .block-customer-login .block-content fieldset .field .control .mage-error:-ms-input-placeholder, .block-customer-register .block-content fieldset .field .control .mage-error:-ms-input-placeholder, .block-contact .block-content fieldset .field .control .mage-error:-ms-input-placeholder {
        color: #9e1726;
        opacity: 1; }
      .block-customer-login .block-content fieldset .field .control .mage-error::placeholder, .block-customer-register .block-content fieldset .field .control .mage-error::placeholder, .block-contact .block-content fieldset .field .control .mage-error::placeholder {
        color: #9e1726;
        opacity: 1; }
      .block-customer-login .block-content fieldset .field .control div.mage-error, .block-customer-register .block-content fieldset .field .control div.mage-error, .block-contact .block-content fieldset .field .control div.mage-error {
        display: none !important; }
      .block-customer-login .block-content fieldset .field .control .mage-error + .select2-container--custom .select2-selection--single, .block-customer-register .block-content fieldset .field .control .mage-error + .select2-container--custom .select2-selection--single, .block-contact .block-content fieldset .field .control .mage-error + .select2-container--custom .select2-selection--single {
        border-color: #9e1726; }
      .block-customer-login .block-content fieldset .field .control .toggle-password, .block-customer-register .block-content fieldset .field .control .toggle-password, .block-contact .block-content fieldset .field .control .toggle-password {
        background-image: url("../images/svg/button-show-pw.svg");
        position: absolute;
        width: 20px;
        height: 20px;
        top: 5px;
        right: 5px;
        cursor: pointer; }
        .block-customer-login .block-content fieldset .field .control .toggle-password.hide-pw, .block-customer-register .block-content fieldset .field .control .toggle-password.hide-pw, .block-contact .block-content fieldset .field .control .toggle-password.hide-pw {
          background-image: url("../images/svg/button-hide-pw.svg"); }
    .block-customer-login .block-content fieldset .field.password #password-strength-meter-container, .block-customer-register .block-content fieldset .field.password #password-strength-meter-container, .block-contact .block-content fieldset .field.password #password-strength-meter-container {
      position: absolute;
      width: 20px;
      height: 20px;
      display: block;
      top: 5px;
      right: 5px; }
      .block-customer-login .block-content fieldset .field.password #password-strength-meter-container .password-strength-meter, .block-customer-register .block-content fieldset .field.password #password-strength-meter-container .password-strength-meter, .block-contact .block-content fieldset .field.password #password-strength-meter-container .password-strength-meter {
        display: none; }
      .block-customer-login .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-1, .block-customer-register .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-1, .block-contact .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-1 {
        background-image: url("../images/svg/icon-smiley-red.svg"); }
      .block-customer-login .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-2, .block-customer-register .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-2, .block-contact .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-2 {
        background-image: url("../images/svg/icon-smiley-orange.svg"); }
      .block-customer-login .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-3, .block-customer-login .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-4, .block-customer-register .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-3, .block-customer-register .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-4, .block-contact .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-3, .block-contact .block-content fieldset .field.password #password-strength-meter-container.password-strength-meter-4 {
        background-image: url("../images/svg/icon-smiley-green.svg"); }
  .block-customer-login .block-content .actions .secondary, .block-customer-register .block-content .actions .secondary, .block-contact .block-content .actions .secondary {
    margin: 15px 0; }
    .block-customer-login .block-content .actions .secondary .action span, .block-customer-register .block-content .actions .secondary .action span, .block-contact .block-content .actions .secondary .action span {
      font-size: 12px;
      font-size: 0.75rem; }
  .block-customer-login .block-content .actions .primary, .block-customer-register .block-content .actions .primary, .block-contact .block-content .actions .primary {
    margin: 15px 0; }
    .block-customer-login .block-content .actions .primary button.action, .block-customer-register .block-content .actions .primary button.action, .block-contact .block-content .actions .primary button.action {
      border-radius: 15px;
      background-color: #000;
      height: 30px;
      width: 100%;
      padding: 0;
      max-width: 190px;
      margin: 0 auto; }
      .block-customer-login .block-content .actions .primary button.action span, .block-customer-register .block-content .actions .primary button.action span, .block-contact .block-content .actions .primary button.action span {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        text-transform: none; }

.nav--main {
  text-align: right; }
  .nav--main:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .nav--main:first-child {
    text-align: left; }
  .nav--main a {
    color: #000; }
    .nav--main a:hover {
      color: #000; }
  .nav--main .active > a,
  .nav--main .has-active > a {
    font-weight: bold;
    color: #000; }
    .nav--main .active > a span,
    .nav--main .has-active > a span {
      font-weight: bold; }
  @media screen and (max-width: 79.9375em) {
    .nav--main {
      transition: transform 150ms ease;
      -ms-transform: translate(0,-100%);
      transform: translate(0,-100%);
      overflow: auto;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      z-index: 1;
      background: #fff; }
      .nav--main.is-open {
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -o-box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 10px 0px;
        -ms-box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 10px 0px; } }
  @media screen and (min-width: 80em) {
    .nav--main {
      width: 100%;
      float: left; } }

@media screen and (min-width: 80em) {
  .nav--gallery .nav__section {
    width: 100%; }
    .nav--gallery .nav__section > ul:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }
    .nav--gallery .nav__section > ul > li {
      float: left; }
      .nav--gallery .nav__section > ul > li:nth-child(n+4) {
        float: right; }
      .nav--gallery .nav__section > ul > li a {
        padding: 15px; } }

@media screen and (max-width: 79.9375em) {
  .parent > a:after {
    font-size: 1.5rem;
    content: '+';
    margin-left: 5px;
    position: relative;
    top: 2px; }
  .parent > .is-active:after {
    content: '–';
    top: 0; } }

.is-nav-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed; }

/**
 * Capitan buttons.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-03-14
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/* ==========================================================================
   Buttons
   ========================================================================== */
button,
.btn {
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 16px 20px 15px;
  background: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 0;
  text-decoration: none;
  height: auto; }
  button:hover,
  .btn:hover {
    background: #333;
    color: #fff; }
  button:focus,
  .btn:focus {
    outline: none; }
  button-small, button--small,
  .btn-small,
  .btn--small {
    padding: 10px 15px;
    margin: 1.1em 0; }
    button-small,
    button-small span, button--small,
    button--small span,
    .btn-small,
    .btn-small span,
    .btn--small,
    .btn--small span {
      font-size: 15px;
      font-size: 0.9375rem; }
  button--extrasmall,
  button--extrasmall span,
  .btn--extrasmall,
  .btn--extrasmall span {
    font-size: 12px;
    font-size: 0.75rem; }
  button--disabled, button--disabled:hover,
  .btn--disabled,
  .btn--disabled:hover {
    background: #777;
    cursor: default; }
  button--block,
  .btn--block {
    width: 100%;
    display: block;
    padding-left: 10%;
    padding-right: 10%; }
  button--forward,
  .btn--forward {
    padding-right: 50px; }
    button--forward:after,
    .btn--forward:after {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -8px;
      content: ""; }
  button--back,
  .btn--back {
    padding-left: 40px; }
    button--back:after,
    .btn--back:after {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 15px;
      margin-top: -9px;
      content: ""; }
  @media screen and (max-width: 47.9375em) {
    button--full-mobile,
    .btn--full-mobile {
      width: 100%;
      display: block; } }
  button.edit-address-link, button.action-auth-toggle, button.action-edit, button.action-update, button.action-apply, button.action-cancel, button.action-select-shipping-item, button.action-edit-address, button[name="update_cart_action"],
  .btn.edit-address-link,
  .btn.action-auth-toggle,
  .btn.action-edit,
  .btn.action-update,
  .btn.action-apply,
  .btn.action-cancel,
  .btn.action-select-shipping-item,
  .btn.action-edit-address,
  .btn[name="update_cart_action"] {
    padding: 0;
    text-transform: none;
    background: transparent;
    color: #000; }
    button.edit-address-link:hover, button.action-auth-toggle:hover, button.action-edit:hover, button.action-update:hover, button.action-apply:hover, button.action-cancel:hover, button.action-select-shipping-item:hover, button.action-edit-address:hover, button[name="update_cart_action"]:hover,
    .btn.edit-address-link:hover,
    .btn.action-auth-toggle:hover,
    .btn.action-edit:hover,
    .btn.action-update:hover,
    .btn.action-apply:hover,
    .btn.action-cancel:hover,
    .btn.action-select-shipping-item:hover,
    .btn.action-edit-address:hover,
    .btn[name="update_cart_action"]:hover {
      text-decoration: none; }
  button--rounded,
  .btn--rounded {
    border-radius: 50px;
    height: 30px;
    padding: 5px 15px 5px 15px; }
    button--rounded span,
    .btn--rounded span {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      text-transform: none;
      letter-spacing: 0.12px; }

.action {
  margin: 0 !important;
  text-decoration: none; }
  .action + .action span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ededed; }

.action-edit span:before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px; }

.action-close {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0; }
  .action-close span {
    font-size: 0;
    position: absolute; }
  .action-close:before {
    content: 'x';
    display: block; }

#empty_cart_button span {
  border: none; }

.btn-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.btn-set button,
.btn-set .btn {
  float: right; }

.btn-set a,
.btn-set button,
.btn-set .btn {
  width: 100%;
  margin: 10px 0; }
  @media screen and (min-width: 48em) {
    .btn-set a,
    .btn-set button,
    .btn-set .btn {
      width: auto;
      margin: 0 0 0 10px; } }

.link-to-cart:after {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 5px;
  top: 1px;
  content: ""; }

label button,
label button:hover {
  color: #000;
  padding: 0;
  margin: 0;
  background: transparent;
  text-align: left;
  text-transform: none;
  text-decoration: underline; }
  label button span,
  label button:hover span {
    line-height: 20px; }

/**
 * Capitan forms.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-03-14
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/* ==========================================================================
   Form Elements
   ========================================================================== */
::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

.placeholder {
  color: #999; }

::-ms-clear {
  display: none; }

.input-box {
  margin-bottom: 10px;
  position: relative; }
  .input-box label:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .input-box .label--visible:first-child {
    position: static; }
  .input-box input[type=text],
  .input-box input[type=email],
  .input-box input[type=password],
  .input-box input[type=tel],
  .input-box input[type=url],
  .input-box input[type=date],
  .input-box input[type=search],
  .input-box select,
  .input-box textarea {
    border-radius: 0;
    background: #fff;
    padding: 8px 12px;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 0; }
    .input-box input[type=text]:hover, .input-box input[type=text]:focus,
    .input-box input[type=text] [readonly],
    .input-box input[type=email]:hover,
    .input-box input[type=email]:focus,
    .input-box input[type=email] [readonly],
    .input-box input[type=password]:hover,
    .input-box input[type=password]:focus,
    .input-box input[type=password] [readonly],
    .input-box input[type=tel]:hover,
    .input-box input[type=tel]:focus,
    .input-box input[type=tel] [readonly],
    .input-box input[type=url]:hover,
    .input-box input[type=url]:focus,
    .input-box input[type=url] [readonly],
    .input-box input[type=date]:hover,
    .input-box input[type=date]:focus,
    .input-box input[type=date] [readonly],
    .input-box input[type=search]:hover,
    .input-box input[type=search]:focus,
    .input-box input[type=search] [readonly],
    .input-box select:hover,
    .input-box select:focus,
    .input-box select [readonly],
    .input-box textarea:hover,
    .input-box textarea:focus,
    .input-box textarea [readonly] {
      background: #ededed;
      cursor: pointer; }
    .input-box input[type=text]:focus,
    .input-box input[type=email]:focus,
    .input-box input[type=password]:focus,
    .input-box input[type=tel]:focus,
    .input-box input[type=url]:focus,
    .input-box input[type=date]:focus,
    .input-box input[type=search]:focus,
    .input-box select:focus,
    .input-box textarea:focus {
      outline: none;
      -o-box-shadow: 0;
      -ms-box-shadow: 0;
      box-shadow: 0;
      color: #000; }
    .input-box input[type=text].error, .input-box input[type=text].error:focus,
    .input-box input[type=email].error,
    .input-box input[type=email].error:focus,
    .input-box input[type=password].error,
    .input-box input[type=password].error:focus,
    .input-box input[type=tel].error,
    .input-box input[type=tel].error:focus,
    .input-box input[type=url].error,
    .input-box input[type=url].error:focus,
    .input-box input[type=date].error,
    .input-box input[type=date].error:focus,
    .input-box input[type=search].error,
    .input-box input[type=search].error:focus,
    .input-box select.error,
    .input-box select.error:focus,
    .input-box textarea.error,
    .input-box textarea.error:focus {
      border-color: #9e1726; }
  .input-box input[type=search] {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .input-box input,
  .input-box textarea {
    -webkit-appearance: none;
    resize: none; }
  .input-box textarea {
    min-height: 300px; }
  .input-box select {
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    color: #999; }
    .input-box select:focus, .input-box select:hover {
      outline: none;
      -o-box-shadow: 0;
      -ms-box-shadow: 0;
      box-shadow: 0;
      color: #999; }
  .input-box option {
    color: #000;
    font-size: 16px;
    font-size: 1rem; }

input[type=text].dotted,
input[type=email].dotted,
input[type=password].dotted,
input[type=tel].dotted,
input[type=url].dotted,
input[type=date].dotted,
input[type=search].dotted,
textarea.dotted {
  border-radius: 50px;
  background-color: #fff;
  border-color: #000;
  border-style: dotted;
  border-width: 1px;
  padding: 5px 15px 5px 15px;
  height: 30px; }
  input[type=text].dotted::-webkit-input-placeholder,
  input[type=email].dotted::-webkit-input-placeholder,
  input[type=password].dotted::-webkit-input-placeholder,
  input[type=tel].dotted::-webkit-input-placeholder,
  input[type=url].dotted::-webkit-input-placeholder,
  input[type=date].dotted::-webkit-input-placeholder,
  input[type=search].dotted::-webkit-input-placeholder,
  textarea.dotted::-webkit-input-placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    color: #000;
    opacity: 1; }
  input[type=text].dotted:-ms-input-placeholder,
  input[type=email].dotted:-ms-input-placeholder,
  input[type=password].dotted:-ms-input-placeholder,
  input[type=tel].dotted:-ms-input-placeholder,
  input[type=url].dotted:-ms-input-placeholder,
  input[type=date].dotted:-ms-input-placeholder,
  input[type=search].dotted:-ms-input-placeholder,
  textarea.dotted:-ms-input-placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    color: #000;
    opacity: 1; }
  input[type=text].dotted::placeholder,
  input[type=email].dotted::placeholder,
  input[type=password].dotted::placeholder,
  input[type=tel].dotted::placeholder,
  input[type=url].dotted::placeholder,
  input[type=date].dotted::placeholder,
  input[type=search].dotted::placeholder,
  textarea.dotted::placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    color: #000;
    opacity: 1; }

input[type=number] {
  border-radius: 0; }

input,
textarea,
select {
  transition: all 0.2s;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 12px;
  border: solid 1px #ccc;
  width: 100%;
  color: #000; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #2989D8; }
  input + .mage-error,
  textarea + .mage-error,
  select + .mage-error {
    font-size: 14px;
    font-size: 0.875rem; }

textarea {
  min-height: 139px; }

input,
select {
  height: 50px; }
  input[disabled],
  select[disabled] {
    opacity: 0.4; }

input[type="button"] {
  height: auto;
  border: none; }

label,
.label {
  font-size: 16px;
  font-size: 1rem;
  font-family: CeraPro-Semibold, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #000; }
  label.col,
  .label.col {
    line-height: 30px;
    margin-bottom: 0; }

input[type="radio"],
input[type="checkbox"] {
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  margin-right: 5px; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: inline-block; }

.input-box input[type="radio"],
.input-box input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  .input-box input[type="radio"] + label,
  .input-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    color: #777; }
    .input-box input[type="radio"] + label:hover:before,
    .input-box input[type="radio"] + label .active:before,
    .input-box input[type="checkbox"] + label:hover:before,
    .input-box input[type="checkbox"] + label .active:before {
      background: #ededed;
      border-color: #000; }
    .input-box input[type="radio"] + label:before, .input-box input[type="radio"] + label:after,
    .input-box input[type="checkbox"] + label:before,
    .input-box input[type="checkbox"] + label:after {
      content: '';
      display: block;
      position: absolute;
      transition: all 0.1s ease-out;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .input-box input[type="radio"] + label:before,
    .input-box input[type="checkbox"] + label:before {
      width: 15px;
      height: 15px;
      top: 7px;
      left: 0;
      border: solid 1px #777;
      background: white;
      text-align: center; }
    .input-box input[type="radio"] + label:after,
    .input-box input[type="checkbox"] + label:after {
      width: 13px;
      height: 13px;
      top: 8px;
      left: 1px;
      background: #777;
      -ms-transform: scale(0);
      transform: scale(0); }
  .input-box input[type="radio"].error + label:before,
  .input-box input[type="checkbox"].error + label:before {
    border-color: #9e1726; }

.input-box input[type="radio"] + label:before, .input-box input[type="radio"] + label:after {
  border-radius: 100%; }

.input-box input[type="checkbox"]:checked + label,
.input-box input[type="radio"]:checked + label,
.input-box input[type="checkbox"].error:checked + label,
.input-box input[type="radio"].error:checked + label,
.input-box input[checked] + label,
.input-box input[checked].error + label {
  color: #000; }
  .input-box input[type="checkbox"]:checked + label:after,
  .input-box input[type="radio"]:checked + label:after,
  .input-box input[type="checkbox"].error:checked + label:after,
  .input-box input[type="radio"].error:checked + label:after,
  .input-box input[checked] + label:after,
  .input-box input[checked].error + label:after {
    -ms-transform: scale(1);
    transform: scale(1); }

.required .label:after {
  margin-left: 3px;
  content: '*'; }

.fieldset {
  margin: 10px -10px;
  outline: none !important; }
  .fieldset:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .fieldset > .row {
    margin-bottom: 80px; }
  .fieldset h2 {
    text-align: center;
    margin-bottom: 40px; }
  .fieldset dl {
    padding: 0 10px; }
  .fieldset dd {
    margin: 0; }
    .fieldset dd label {
      line-height: 26px; }
  .fieldset.street {
    padding: 0 10px; }

fieldset.field {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 20em) {
    fieldset.field {
      float: left;
      width: 100%; } }

#customer-email-fieldset .field,
#customer-email-fieldset .actions-toolbar {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 20em) {
    #customer-email-fieldset .field,
    #customer-email-fieldset .actions-toolbar {
      float: left;
      width: 100%; } }

form .field,
form fieldset > fieldset {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 20em) {
    form .field,
    form fieldset > fieldset {
      float: left;
      width: 100%; } }
  @media screen and (min-width: 48em) {
    form .field,
    form fieldset > fieldset {
      float: left;
      width: 50%; } }
  form .field input,
  form .field select,
  form .field textarea,
  form fieldset > fieldset input,
  form fieldset > fieldset select,
  form fieldset > fieldset textarea {
    width: 100%; }
  form .field[role="tab"],
  form fieldset > fieldset[role="tab"] {
    width: 100%;
    float: none; }

.field {
  margin-bottom: 20px; }
  .field .field, .field.choice {
    padding: 0;
    width: 100%;
    float: none; }
  .field .field .label {
    display: none; }
  .field .group {
    margin: 10px -10px; }
    .field .group .field {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (min-width: 20em) {
        .field .group .field {
          float: left;
          width: 100%; } }
      @media screen and (min-width: 48em) {
        .field .group .field {
          float: left;
          width: 50%; } }

.mage-error,
.mage-error:focus {
  color: #9e1726;
  border-color: #9e1726 !important; }

.actions-toolbar:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.actions-toolbar .primary,
.actions-toolbar .secondary {
  width: 100%;
  margin: 10px 0; }
  @media screen and (min-width: 30em) {
    .actions-toolbar .primary,
    .actions-toolbar .secondary {
      width: auto;
      margin: 0; } }

@media screen and (max-width: 29.9375em) {
  .actions-toolbar .primary {
    width: 100%; } }

@media screen and (min-width: 30em) {
  .actions-toolbar .primary {
    float: right;
    margin-top: 20px; } }

@media screen and (min-width: 30em) {
  .actions-toolbar .secondary {
    float: left; } }

.message {
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 10px; }
  .message a {
    display: inline;
    text-decoration: underline !important;
    color: #fff;
    line-height: 22px; }
  .message.link-to-cart a {
    line-height: 30px; }
  .message.info, .message.notice {
    background: #000; }
  .message.error {
    background: #9e1726; }
  .message.success {
    background: #4b9d6e; }
  .field .message {
    padding: 0; }
    .field .message.error, .field .message.warning {
      color: #9e1726; }
    .field .message.info, .field .message.notice {
      color: #2989D8; }
    .field .message.success {
      color: #4b9d6e; }
    .field .message,
    .field .message span {
      margin-top: 5px;
      font-size: 14px;
      line-height: 20px; }

.messages + .page-title-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ededed; }

.messages[data-role="checkout-messages"] {
  display: block;
  width: 100%;
  padding: 0 10px; }

#shipping-new-address-form [name="shippingAddress.prefix"],
#shipping-new-address-form [name="shippingAddress.company"],
#shipping-new-address-form fieldset.street {
  margin-bottom: 20px; }

#co-payment-form [name="billingAddressbanktransfer.telephone"] .field-tooltip,
#co-payment-form [name="billingAddresspayone_creditcard.telephone"] .field-tooltip,
#co-payment-form [name="billingAddresspayone_paypal.telephone"] .field-tooltip {
  display: none; }

/**
 * Capitan scroll-top v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-08-27
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.scroll-top {
  transition: opacity ease 500ms;
  -o-box-shadow: rgba(0, 0, 0, 0.49) -1px -1px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.49) -1px -1px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.49) -1px -1px 10px 0px;
  position: fixed;
  display: block;
  overflow: hidden;
  text-indent: -20em;
  width: 60px;
  height: 65px;
  background: #000;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1; }
  .scroll-top:before {
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    text-indent: 0;
    margin-top: -10px;
    margin-left: -10px; }
  .scroll-top.is-active {
    opacity: 1;
    z-index: 5; }
  .scroll-top.is-at-footer {
    position: absolute; }

/**
 * Capitan loading-mask.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-11-24
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .loading-mask img {
    display: none; }
  .gallery-placeholder .loading-mask {
    display: none !important; }
  .loading-mask:before {
    transition: opacity 0.3s ease;
    animation: loader 0.75s infinite linear;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 4;
    margin-top: -40px;
    margin-left: -40px;
    left: 50%;
    top: 50%;
    border: 5px solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    font-size: 10px;
    text-indent: -9999em;
    width: 80px;
    height: 80px; }
  .loading-mask:after, .loading-mask:before {
    transition: opacity 300ms ease, visibility 300ms ease; }
  .loading-mask:after {
    content: ' ';
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #checkout-loader.loading-mask,
  body > .loading-mask {
    position: fixed;
    z-index: 3; }
  .main.loading-mask {
    position: relative; }

.load.indicator {
  position: absolute; }
  .load.indicator > span {
    display: none; }

html.loading-mask {
  overflow: hidden;
  position: fixed;
  z-index: 9; }

._block-content-loading {
  position: relative; }

.loading-mask--overlay {
  display: block; }
  .loading-mask--overlay:before {
    top: 50%; }
  .loading-mask--overlay:after {
    content: ' ';
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .loading-mask--overlay img {
    width: 100%; }

@keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * Capitan toolbar v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-27
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.toolbar {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px; }
  .toolbar:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .toolbar span {
    line-height: 40px; }
  .toolbar label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 0; }

.toolbar__sorter {
  position: relative; }
  .toolbar__sorter:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  @media screen and (max-width: 29.9375em) {
    .toolbar__sorter {
      padding-left: 5px; } }
  .toolbar__sorter .custom-select,
  .toolbar__sorter label {
    float: left; }

.toolbar__sort-asc,
.toolbar__sort-desc {
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  right: 10px;
  display: inline-block;
  top: 0;
  font-size: 0; }
  .toolbar__sort-asc img,
  .toolbar__sort-desc img {
    display: none; }
  .toolbar__sort-asc span,
  .toolbar__sort-desc span {
    font-size: 0; }
  .toolbar__sort-asc:before,
  .toolbar__sort-desc:before {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center; }

.toolbar__sort-asc:before {
  content: ""; }

.toolbar__sort-desc:before {
  content: ""; }

/**
 * Capitan accordion v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-27
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.accordion {
  display: block;
  position: relative;
  margin-top: 20px;
  border-bottom: none; }

.accordion__content {
  padding: 20px;
  width: 100%; }
  .accordion__content h2, .accordion__content p {
    font-size: 16px;
    font-size: 1rem; }
  .accordion__content h3 {
    font-size: 14px;
    font-size: 0.875rem;
    color: #000; }

.accordion__content-hidden {
  transition: max-height 0.25s ease;
  overflow: hidden;
  padding: 0 !important;
  max-height: 0;
  position: relative;
  margin-top: -1px;
  margin-bottom: 10px;
  border: 1px solid #CCD6E2;
  border-top: none; }
  .accordion__content-hidden > div {
    padding: 15px; }
    @media screen and (min-width: 48em) {
      .accordion__content-hidden > div {
        padding: 25px; } }

.accordion__trigger {
  transition: background 0.25s ease;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #777;
  border-bottom: none;
  margin: 0;
  text-decoration: none;
  padding: 15px 55px 15px 15px;
  cursor: pointer;
  color: #000;
  width: 100%;
  position: relative;
  text-transform: inherit; }
  .accordion__trigger:hover, .accordion__trigger.is-open {
    background: #ededed;
    color: #000; }
    .accordion__trigger:hover > span span, .accordion__trigger.is-open > span span {
      text-decoration: none; }
  .accordion__trigger:after {
    transition: transform 0.25s ease;
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px; }
  .accordion__trigger > span {
    display: block;
    width: 100%;
    text-align: center; }
    .accordion__trigger > span:before {
      transition: transform 0.25s ease;
      font-size: 60px;
      font-size: 3.75rem;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 50px;
      position: relative;
      display: block;
      content: ""; }
    .accordion__trigger > span span {
      text-decoration: underline; }
  .accordion__trigger.is-open span:before {
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  .accordion__trigger.is-open:after {
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  .accordion__trigger.is-open.highlight {
    background: #ccc; }
  @media screen and (min-width: 48em) {
    .accordion__trigger {
      padding: 15px 55px 15px 25px; } }

.accordion__header-row h2,
.accordion__trigger h2 {
  margin: 0; }
  @media screen and (min-width: 48em) {
    .accordion__header-row h2,
    .accordion__trigger h2 {
      padding: 10px; } }

.accordion__trigger--highlight {
  background: #ccc;
  padding: 0; }
  .accordion__trigger--highlight hr {
    border-color: #fff; }
  .accordion__trigger--highlight > span {
    padding: 20px 10px; }
    @media screen and (min-width: 62em) {
      .accordion__trigger--highlight > span {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        padding: 0; } }
  .accordion__trigger--highlight:hover, .accordion__trigger--highlight.is-open {
    background: #777; }

.accordion--filter {
  margin-top: 0; }
  @media screen and (max-width: 61.9375em) {
    .accordion--filter {
      margin-bottom: 40px; } }
  .accordion--filter a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #777;
    text-decoration: none; }
    .accordion--filter a:hover {
      color: #000; }
  .accordion--filter li a {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: underline;
    color: #000; }
  .accordion--filter .btn {
    color: #fff; }
    .accordion--filter .btn:hover {
      color: #fff; }
  .accordion--filter .accordion__trigger {
    transition: color 0.2s ease;
    text-align: left;
    text-transform: uppercase;
    border: none;
    padding: 10px 35px 10px 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
    background: none;
    margin-top: 10px;
    width: auto;
    display: block; }
    .accordion--filter .accordion__trigger:hover {
      color: #777;
      background: #ededed; }
    .accordion--filter .accordion__trigger.is-open {
      border-color: #000; }
    .accordion--filter .accordion__trigger:after {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -16px; }
  .accordion--filter #narrow-by-list ul a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #777;
    overflow: hidden; }
    .accordion--filter #narrow-by-list ul a,
    .accordion--filter #narrow-by-list ul a span {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: normal;
      line-height: 18px; }
    .accordion--filter #narrow-by-list ul a:hover,
    .accordion--filter #narrow-by-list ul a .active {
      color: #000; }
  .accordion--filter #narrow-by-list li {
    margin-bottom: 20px; }
  .accordion--filter .accordion__content-hidden {
    transition: max-height 0.15s ease;
    border: none;
    margin: 0; }
    .accordion--filter .accordion__content-hidden > div {
      padding: 25px 10px; }
  .accordion--filter label,
  .accordion--filter label span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 18px; }
  .accordion--filter input[type="checkbox"] + label:before {
    top: 2px; }
  .accordion--filter input[type="checkbox"] + label:after {
    top: 3px; }
  .accordion--filter label {
    margin: 0;
    display: block; }
    .accordion--filter label + .count {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 5px 0 0;
      padding-left: 20px;
      color: #777;
      line-height: 12px;
      display: block; }
      .accordion--filter label + .count span {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 12px; }
  .accordion--filter .item {
    margin-top: 25px; }
    .accordion--filter .item:first-child {
      margin-top: 0; }
    .accordion--filter .item a {
      display: block;
      text-decoration: none; }
  .accordion--filter .amshopby-attr,
  .accordion--filter .amshopby-attr-selected,
  .accordion--filter .amshopby-price,
  .accordion--filter .amshopby-cat {
    position: relative;
    padding: 3px 0 3px 25px;
    cursor: pointer;
    text-decoration: none; }
    .accordion--filter .amshopby-attr span,
    .accordion--filter .amshopby-attr-selected span,
    .accordion--filter .amshopby-price span,
    .accordion--filter .amshopby-cat span {
      display: inline-block; }
    .accordion--filter .amshopby-attr:hover:before,
    .accordion--filter .amshopby-attr .active:before,
    .accordion--filter .amshopby-attr-selected:hover:before,
    .accordion--filter .amshopby-attr-selected .active:before,
    .accordion--filter .amshopby-price:hover:before,
    .accordion--filter .amshopby-price .active:before,
    .accordion--filter .amshopby-cat:hover:before,
    .accordion--filter .amshopby-cat .active:before {
      background: #ededed; }
    .accordion--filter .amshopby-attr:before, .accordion--filter .amshopby-attr:after,
    .accordion--filter .amshopby-attr-selected:before,
    .accordion--filter .amshopby-attr-selected:after,
    .accordion--filter .amshopby-price:before,
    .accordion--filter .amshopby-price:after,
    .accordion--filter .amshopby-cat:before,
    .accordion--filter .amshopby-cat:after {
      content: '';
      display: block;
      position: absolute;
      transition: all 0.1s ease-out;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .accordion--filter .amshopby-attr:before,
    .accordion--filter .amshopby-attr-selected:before,
    .accordion--filter .amshopby-price:before,
    .accordion--filter .amshopby-cat:before {
      width: 15px;
      height: 15px;
      top: 3px;
      left: 0;
      border: solid 1px #ccc;
      background: white;
      text-align: center; }
    .accordion--filter .amshopby-attr:after,
    .accordion--filter .amshopby-attr-selected:after,
    .accordion--filter .amshopby-price:after,
    .accordion--filter .amshopby-cat:after {
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -ms-transform: scale(0);
      transform: scale(0);
      width: 15px;
      height: 15px;
      background: transparent;
      color: #000;
      content: "";
      top: -1px;
      left: -2px; }
  .accordion--filter .amshopby-attr-selected:after {
    -ms-transform: scale(1);
    transform: scale(1); }
  .accordion--filter .amshopby-price-find {
    padding: 5px;
    height: 31px;
    margin: 0 0 0 8px;
    font-size: 0; }
    .accordion--filter .amshopby-price-find span {
      display: none; }
    .accordion--filter .amshopby-price-find:before {
      font-size: 26px;
      font-size: 1.625rem;
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .accordion--filter #amshopby-price-from,
  .accordion--filter #amshopby-price-to {
    padding: 5px 10px;
    min-width: 60px; }
  .accordion--filter .block-subtitle {
    display: none; }
  .accordion--filter input[type="radio"],
  .accordion--filter input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px; }
    .accordion--filter input[type="radio"] + label,
    .accordion--filter input[type="checkbox"] + label {
      display: block;
      padding-left: 20px;
      line-height: 18px; }

.filter-label {
  display: none; }

.filter-clear {
  display: block; }
  .filter-clear span {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px 0 5px;
    display: block; }

.filter-label {
  margin-right: 20px; }
  .filter-label:after {
    content: ':'; }

.filter-current-subtitle {
  display: none; }

.filter-current:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

@media screen and (min-width: 48em) {
  .filter-current {
    float: left; }
    .filter-current + .toolbar {
      float: right; } }

.filter-current > .filter-actions,
.filter-current > .items {
  float: left; }

.filter-current,
.filter-current span,
.filter-current a {
  line-height: 40px; }

@media screen and (min-width: 48em) {
  .filter-current {
    width: 50%;
    margin-bottom: 0; }
    .filter-current + .toolbar {
      width: 50%; } }

@media screen and (min-width: 80em) {
  .filter-current {
    width: 60%;
    margin-bottom: 0; }
    .filter-current + .toolbar {
      width: 40%; } }

.filter-current .items:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.filter-current .item {
  width: auto;
  float: left;
  margin: 0 10px 5px 0;
  position: relative;
  padding: 0 25px 0 10px; }
  .filter-current .item a {
    text-decoration: none; }

.filter-current .remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .filter-current .remove:hover {
    border-color: #9e1726; }
  .filter-current .remove span {
    font-size: 0;
    position: absolute; }
  .filter-current .remove:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    content: "\00d7";
    color: #000;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px; }

.filter-current .remove-all {
  color: #333; }
  .filter-current .remove-all:before {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.filter-current .filter-value {
  font-size: 14px;
  font-size: 0.875rem;
  background: #ededed;
  padding: 3px 10px;
  border-radius: 17px; }

.accordion--filter-list .accordion__trigger {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0; }
  .accordion--filter-list .accordion__trigger:after {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: -18px; }

.accordion--filter-list .accordion__content-hidden {
  transition: max-height 0.3s ease; }
  .accordion--filter-list .accordion__content-hidden > div {
    padding: 25px 10px; }

/**
 * brandung fotorama v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-04-29
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.fotorama:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

@media screen and (min-width: 62em) {
  .fotorama__stage {
    height: 460px !important; } }

@media screen and (min-width: 62em) {
  .fotorama__stage .fotorama__img {
    height: 460px !important;
    max-width: none !important; } }

.fotorama__nav__frame {
  transition: opacity 200ms ease;
  opacity: 0.7;
  cursor: pointer; }

.fotorama__nav--dots {
  height: auto !important; }

.fotorama__nav__frame--dot {
  margin: 0 5px; }

.fotorama__nav-wrap {
  margin: 60px 0;
  text-align: center; }

.fotorama__thumb-border {
  border: none !important; }

.fotorama__fullscreen-icon {
  background-color: #e5e5e5 !important;
  box-shadow: -1px 1px 15px 0px #666 !important;
  display: none !important; }
  .fotorama__fullscreen-icon:after {
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    box-shadow: none !important; }

.fotorama__active {
  opacity: 1; }
  .fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000; }

.fotorama__dot {
  border-radius: 50%;
  position: relative;
  border: 1px solid #777;
  background: #777;
  display: block;
  height: 15px;
  width: 15px;
  cursor: pointer;
  left: 0;
  margin: 0; }

/**
 * Capitan show-hide v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-02-12
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.show-hide__content {
  text-align: left;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  height: 100%;
  display: none; }
  @media screen and (min-width: 80em) {
    .show-hide__content {
      padding: 35px 60px;
      margin: 15px;
      max-height: 430px;
      overflow: hidden;
      width: calc(100% - 45px); } }
  @media screen and (max-width: 79.9375em) {
    .show-hide__content {
      padding: 15px;
      width: calc(100% - 20px); } }

.show-hide__close {
  cursor: pointer;
  background-image: url("../images/svg/close-btn.svg");
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px; }

/**
 * Capitan pagination v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-27
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.pagination-custom {
  font-size: 14px;
  font-size: 0.875rem; }
  .pagination-custom:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .pagination-custom a, .pagination-custom span {
    font-size: 12px;
    font-size: 0.75rem;
    color: #000;
    display: block;
    height: 20px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 20px; }
    .pagination-custom a:hover, .pagination-custom span:hover {
      font-weight: bold; }
  .pagination-custom li {
    display: inline-block; }

.pagination-custom__current span {
  font-weight: bold; }

.pagination-custom__next span,
.pagination-custom__prev span {
  display: none;
  padding: 0; }

.pagination-custom__next:before,
.pagination-custom__prev:before {
  display: none; }

.pagination-custom__next img,
.pagination-custom__prev img {
  display: none; }

.pagination-custom__next:before,
.pagination-custom__prev:before {
  content: '';
  background-image: url("../images/svg/more-btn.svg");
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px; }

.pagination-custom__next {
  margin-left: 15px; }

.pagination-custom__prev {
  margin-right: 15px; }
  .pagination-custom__prev:before {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/**
 * Capitan teaser v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-27
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.teaser {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .teaser:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .row .teaser {
    margin-bottom: 20px; }
    @media screen and (max-width: 61.9375em) {
      .row .teaser {
        width: 100%; } }
  .teaser > a {
    display: block;
    text-decoration: none; }
    .teaser > a:hover {
      color: inherit; }
      .teaser > a:hover .btn {
        background: #777; }

.teaser__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px; }
  @media screen and (max-width: 61.9375em) {
    .teaser__content {
      width: 100%; } }
  .teaser--split .teaser__content {
    position: static;
    padding: 0; }
  .teaser__content--top {
    top: 0;
    padding: 0; }
    .teaser__content--top .btn {
      margin: 0;
      width: 100%; }
    .teaser__content--top .teaser__text {
      padding: 0;
      position: absolute;
      top: 0; }
      .teaser__content--top .teaser__text ul {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 0;
        z-index: 1;
        background: #000; }
        @media screen and (min-width: 80em) {
          .teaser__content--top .teaser__text ul {
            position: relative;
            margin-bottom: 30px;
            background: rgba(0, 0, 0, 0.75); } }
      @media screen and (min-width: 80em) {
        .teaser__content--top .teaser__text {
          position: relative;
          padding: 20px;
          width: 95%;
          margin: 0 auto; } }
    @media screen and (max-width: 47.9375em) {
      .teaser__content--top,
      .teaser__content--top .teaser__text,
      .teaser__content--top .teaser__text ul {
        position: relative; } }
  .teaser__content--bottom {
    top: auto;
    padding: 0; }
    .teaser__content--bottom .teaser__text {
      padding: 0; }
      .teaser__content--bottom .teaser__text > * {
        padding: 20px; }

.teaser__media {
  overflow: hidden; }
  .teaser__media img {
    transition: transform 300ms ease-out;
    width: 100%; }
  .teaser--split .teaser__media {
    width: 100%; }

.teaser__aligned {
  width: 80%;
  margin: 0 auto; }

.teaser__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center; }
  .teaser__text:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  @media screen and (min-width: 48em) {
    .teaser__text {
      padding: 20px; } }
  .teaser__text > a,
  .teaser__text h3,
  .teaser__text h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: CeraPro-Semibold, sans-serif;
    font-weight: 600;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    margin: 0 0 5px; }
    @media screen and (min-width: 48em) {
      .teaser__text > a,
      .teaser__text h3,
      .teaser__text h4 {
        font-size: 1.875rem;
        line-height: 30px; } }
    @media screen and (min-width: 80em) {
      .teaser__text > a,
      .teaser__text h3,
      .teaser__text h4 {
        font-size: 1.5rem;
        line-height: 26px; } }
  .teaser__text p {
    display: block;
    display: -webkit-box; }
    @media screen and (min-width: 48em) {
      .teaser__text p {
        height: calc(1em * 1.8 * 3); } }
  .teaser__text ul {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px; }
    .teaser__text ul a {
      color: #fff; }
  .teaser__text span {
    font-size: 16px;
    font-size: 1rem;
    color: #fff; }
    @media screen and (min-width: 48em) {
      .teaser__text span {
        font-size: 1.25rem; } }
    @media screen and (min-width: 62em) {
      .teaser__text span {
        font-size: 1.875rem; } }
  .teaser__text .btn {
    font-size: 18px;
    font-size: 1.125rem; }
    .teaser__text .btn--small {
      font-size: 15px;
      font-size: 0.9375rem; }
  .teaser__text--dark .teaser__text span,
  .teaser__text--dark .teaser__text h3 {
    color: #000; }
  .teaser__text--dark .teaser__text > a {
    color: #000; }
  .teaser__text--center {
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    bottom: 50%; }
    .teaser__text--center .btn {
      margin: 0;
      width: 100%; }
  .teaser__text--small h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px; }
  .teaser__text--small span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px; }
  .teaser--text-only .teaser__text {
    padding: 20px;
    background: #e5e5e5;
    text-align: left;
    -ms-flex: 1;
        flex: 1;
    position: relative; }
    @media screen and (min-width: 62em) {
      .teaser--text-only .teaser__text {
        padding: 20px 30px; } }
    .teaser--text-only .teaser__text h3 {
      word-break: break-all;
      color: #000; }
  .teaser--split .teaser__text {
    position: static;
    text-align: left;
    padding: 0; }
    .teaser--split .teaser__text p {
      height: auto;
      overflow: visible;
      -webkit-line-clamp: inherit;
      text-overflow: inherit;
      -ms-text-overflow: inherit; }
      @media screen and (min-width: 48em) {
        .teaser--split .teaser__text p {
          margin-top: 0; } }

.teaser--animated:hover .teaser__media img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.teaser--overlay .teaser__text > a,
.teaser--overlay span,
.teaser--overlay h3,
.teaser--overlay h4 {
  transition: color 150ms ease;
  color: #fff; }

.teaser--overlay.teaser__text--dark .teaser__text > a,
.teaser--overlay.teaser__text--dark span,
.teaser--overlay.teaser__text--dark h3,
.teaser--overlay.teaser__text--dark h4 {
  color: #fff; }

.teaser--overlay .teaser__media picture {
  position: relative;
  display: block; }
  .teaser--overlay .teaser__media picture:before {
    transition: background 250ms ease-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2); }

.teaser--overlay:hover .teaser__media picture:before {
  background: transparent; }

.teaser--overlay:hover.teaser__text--dark .teaser__text > a,
.teaser--overlay:hover.teaser__text--dark span,
.teaser--overlay:hover.teaser__text--dark h3,
.teaser--overlay:hover.teaser__text--dark h4 {
  color: #000; }

.teaser--text .teaser__content,
.teaser--text .teaser__text {
  position: relative; }

.teaser--text .teaser__text p {
  height: auto; }

.teaser--text .teaser__text h3, .teaser--text .teaser__text h4 {
  color: #000; }

.teaser--bg h3,
.teaser--bg h4,
.teaser--text-only h3,
.teaser--text-only h4 {
  text-shadow: none; }
  .teaser--bg h3 + span,
  .teaser--bg h4 + span,
  .teaser--text-only h3 + span,
  .teaser--text-only h4 + span {
    text-shadow: none; }

.teaser__text--bg {
  transition: background 200ms ease;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 15px 10px; }
  .teaser__text--bg:hover {
    background: rgba(0, 0, 0, 0.6); }
  .teaser__text--bg h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 20px; }
  .teaser__text--bg span {
    font-size: 16px;
    font-size: 1rem; }
  .teaser__text--bg p {
    word-break: break-word; }

.teaser--item {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  text-align: center;
  margin: 5px 0 20px;
  background: #fff; }
  .teaser--item a,
  .teaser--item span {
    font-family: CeraPro-Semibold, sans-serif;
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .teaser--item hr {
    margin: 5px 0 10px; }
  .teaser--item ul {
    margin: 10px 0 0;
    padding: 10px 6.6666666667px;
    background: #ededed;
    list-style-type: none; }
  @media screen and (max-width: 61.9375em) {
    .teaser--item img {
      width: 100%; } }
  .teaser--item h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0; }
  .products--gallery .teaser--item h2 {
    text-transform: none; }
  .products--gallery .teaser--item p span {
    font-family: CeraPro-RegularIt, sans-serif;
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .teaser--item .btn {
    padding: 8px 15px;
    margin: 0; }
  .teaser--item .price {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 22px; }
  .teaser--item .tax-details {
    display: none; }
  .teaser--item .tax-details,
  .teaser--item .tax-details a,
  .teaser--item .tax-details span {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 0.875rem; }
  .teaser--item .teaser__cta {
    transition: opacity 500ms ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
  .teaser--item .teaser__content {
    background: #fff;
    position: relative;
    padding: 15px 20px 50px; }
    .teaser--item .teaser__content a {
      text-decoration: none; }
  .teaser--item .teaser__image {
    padding: 20px 0;
    display: block; }
    .teaser--item .teaser__image img {
      transition: transform 500ms ease;
      -ms-transform: scale(1);
      transform: scale(1);
      image-rendering: -webkit-optimize-contrast; }
  .teaser--item:hover .teaser__cta {
    opacity: 1; }
  .teaser--item:hover .teaser__image img {
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  .teaser--item .request-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }

.teaser--design {
  position: relative;
  margin-top: 20px; }
  .teaser--design .teaser__content-wrapper {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .teaser--design .teaser__content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0; } }
  .teaser--design .teaser__content {
    position: static;
    padding: 0;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .teaser--design .teaser__content {
        width: 45%; } }
    @media screen and (max-width: 61.9375em) {
      .teaser--design .teaser__content {
        width: 55%; } }
    @media screen and (max-width: 47.9375em) {
      .teaser--design .teaser__content {
        width: 80%; } }
    .teaser--design .teaser__content h2 {
      margin-top: 0; }
    .teaser--design .teaser__content .btn {
      margin-bottom: 0; }
      @media screen and (max-width: 61.9375em) {
        .teaser--design .teaser__content .btn {
          font-size: 0.9375rem;
          padding: 5px 10px;
          margin: 1.1em 0 0; } }
  .teaser--design .teaser__media {
    border-bottom: 1px solid #ccc;
    padding-top: 0; }
    @media screen and (max-width: 61.9375em) {
      .teaser--design .teaser__media {
        padding-top: 8%; } }
    @media screen and (max-width: 47.9375em) {
      .teaser--design .teaser__media {
        padding-top: 0; } }
  .teaser--design .teaser__product {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .teaser--design .teaser__product {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
        padding: 15px;
        text-align: left;
        position: absolute;
        bottom: 3%;
        left: 25%; } }
    .teaser--design .teaser__product .price-box .price {
      font-weight: bold; }
    .teaser--design .teaser__product .btn {
      margin-bottom: 0; }

.teaser--text-only {
  -ms-flex-order: -1;
      order: -1;
  display: -ms-flexbox;
  display: flex; }
  .lte-ie11 .teaser--text-only {
    display: block !important; }
  @media screen and (min-width: 80em) {
    .teaser--text-only {
      -ms-flex-order: 0;
          order: 0; } }
  .teaser--text-only .teaser__text {
    padding: 30px 20px 20px; }
    @media screen and (min-width: 48em) {
      .teaser--text-only .teaser__text {
        padding: 50px; } }
    .teaser--text-only .teaser__text h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      margin-bottom: 10px; }
    .teaser--text-only .teaser__text p {
      line-height: 24px;
      height: auto; }
    .teaser--text-only .teaser__text .btn {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 10px 15px; }

.teaser--bg {
  background: #ededed;
  display: block;
  padding: 20px; }
  @media screen and (min-width: 48em) {
    .teaser--bg {
      padding: 30px; } }
  .teaser--bg h5 {
    margin: 0; }
  .teaser--bg a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px; }
    .teaser--bg a span {
      text-decoration: underline; }
    .teaser--bg a:before {
      font-size: 18px;
      font-size: 1.125rem;
      top: 2px;
      position: relative;
      margin-right: 8px; }
  .teaser--bg h3 {
    color: #333; }

.teaser--split h5 {
  margin-top: 0; }

.teaser--split h5,
.teaser--split .teaser__media {
  margin-bottom: 10px; }

@media screen and (max-width: 47.9375em) {
  .teaser--split .teaser__text,
  .teaser--split .teaser__text h2,
  .teaser--split .teaser__text p {
    text-align: left !important; } }

.teaser--split-inverse > .row > * {
  left: auto;
  right: auto; }

.teaser--news {
  margin-bottom: 20px;
  background: #ededed;
  overflow: hidden; }
  .teaser--news img {
    width: 100%; }
  .teaser--news .teaser__text {
    position: relative;
    color: #000;
    text-align: left; }
    .teaser--news .teaser__text a {
      color: #000; }
    .teaser--news .teaser__text p {
      height: auto; }
    .teaser--news .teaser__text,
    .teaser--news .teaser__text a,
    .teaser--news .teaser__text p {
      line-height: 24px; }
    .teaser--news .teaser__text h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      color: #000;
      margin: 10px 0; }
  .teaser--news .teaser__headline,
  .teaser--news .teaser__text {
    padding: 10px 20px; }
  .teaser--news .teaser__image + .teaser__headline {
    background: rgba(0, 0, 0, 0.8);
    color: #fff; }
    .teaser--news .teaser__image + .teaser__headline h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      color: #fff;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    @media screen and (min-width: 80em) {
      .teaser--news .teaser__image + .teaser__headline {
        transition: transform 300ms ease;
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        position: absolute;
        left: 0;
        top: 0;
        right: 0; } }
  .teaser--news .teaser__content {
    transition: background 200ms ease;
    overflow: hidden;
    padding: 0; }
  .teaser--news:hover .teaser__content {
    background: rgba(0, 0, 0, 0.35); }
  .teaser--news:hover .teaser__text {
    opacity: 1; }
  @media screen and (min-width: 80em) {
    .teaser--news:hover .teaser__headline {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.teaserGroup {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }
  @media screen and (min-width: 62em) {
    .teaserGroup {
      margin-top: 60px !important;
      margin-bottom: 60px !important; } }

.teaser__category, .teaser__category-small {
  position: relative;
  height: 380px;
  width: 595px;
  overflow: hidden; }
  .teaser__category .teaser__media img, .teaser__category-small .teaser__media img {
    min-width: 100%;
    width: auto;
    height: 100%; }
  .teaser__category .teaser__content .teaser__text a, .teaser__category-small .teaser__content .teaser__text a {
    border-radius: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-family: CeraPro-Semibold, sans-serif;
    color: #fff;
    background-color: #000;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30px;
    padding: 8px 10px;
    text-decoration: none;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.12px;
    text-transform: lowercase; }

.teaser__category-small {
  width: 295px; }

.teaser__testimonial {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 15px;
  position: relative;
  height: 380px;
  width: 295px;
  overflow: hidden; }
  .teaser__testimonial .teaser__media img {
    height: 155px;
    width: 155px;
    margin: 0 auto; }
  .teaser__testimonial .teaser__content .teaser__text p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19px;
    line-height: 1.1875rem;
    color: #000;
    font-family: CeraPro-LightIt, sans-serif;
    max-width: 225px;
    margin: 0 auto;
    height: auto; }
    .teaser__testimonial .teaser__content .teaser__text p.with-symb {
      position: relative;
      margin-bottom: 25px; }
      .teaser__testimonial .teaser__content .teaser__text p.with-symb:before, .teaser__testimonial .teaser__content .teaser__text p.with-symb:after {
        content: '„';
        position: absolute;
        left: 0;
        right: 0; }
      .teaser__testimonial .teaser__content .teaser__text p.with-symb:before {
        top: -25px; }
      .teaser__testimonial .teaser__content .teaser__text p.with-symb:after {
        bottom: -20px; }
    .teaser__testimonial .teaser__content .teaser__text p strong {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 18px;
      line-height: 1.125rem;
      color: #000;
      font-family: CeraPro-Semibold, sans-serif; }
  @media screen and (min-width: 48em) {
    .teaser__testimonial .teaser__content .teaser__text {
      padding: 20px 35px; }
      .teaser__testimonial .teaser__content .teaser__text p {
        margin: 0; } }

.teaser__testimonial-small {
  background-color: #a4acb1;
  padding: 15px;
  position: relative;
  height: 380px;
  width: 295px;
  overflow: hidden; }
  .teaser__testimonial-small .teaser__content .teaser__text {
    top: 10px; }
    .teaser__testimonial-small .teaser__content .teaser__text p {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 19px;
      line-height: 1.1875rem;
      color: #fff;
      font-family: CeraPro-LightIt, sans-serif;
      max-width: 225px;
      margin: 0 auto;
      height: auto; }
      .teaser__testimonial-small .teaser__content .teaser__text p.with-symb {
        position: relative;
        margin: 0  0 40px 10px; }
        .teaser__testimonial-small .teaser__content .teaser__text p.with-symb:before, .teaser__testimonial-small .teaser__content .teaser__text p.with-symb:after {
          content: '„';
          position: absolute;
          left: 0;
          right: 0; }
        .teaser__testimonial-small .teaser__content .teaser__text p.with-symb:before {
          top: -25px; }
        .teaser__testimonial-small .teaser__content .teaser__text p.with-symb:after {
          bottom: -20px; }
      .teaser__testimonial-small .teaser__content .teaser__text p strong {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 18px;
        line-height: 1.125rem;
        color: #fff;
        font-family: CeraPro-Semibold, sans-serif;
        width: 100%;
        display: block;
        text-align: center; }
    .teaser__testimonial-small .teaser__content .teaser__text .media {
      width: 155px;
      height: 155px;
      margin: 20px auto;
      position: relative; }
      .teaser__testimonial-small .teaser__content .teaser__text .media a {
        position: absolute;
        right: 0;
        bottom: 0; }

/**
 * Capitan custom-select.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/* ==========================================================================
   dummy
   ========================================================================== */
.custom-select {
  /* context styles
	=================================== */
  background: #fff; }
  .custom-select:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .custom-select select {
    height: auto;
    border: none;
    background: transparent;
    line-height: 18px; }
  .custom-select div {
    margin-bottom: 10px; }
    @media screen and (min-width: 48em) {
      .custom-select div {
        margin-bottom: 0; } }
    .custom-select div:first-child p {
      background: #000;
      color: #fff; }
    .custom-select div p {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      padding: 19px 20px 18px; }
    .custom-select div label {
      display: block;
      position: relative; }
      .custom-select div label > img {
        position: absolute;
        top: 21px;
        left: 10px;
        z-index: 2; }
    .custom-select div select {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: none; }
      .custom-select div select:hover {
        background: #ededed; }

.selectboxit-container {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #000;
  width: 100%; }
  .selectboxit-container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .selectboxit-container .selectboxit {
    width: 100% !important;
    min-width: 130px;
    padding-right: 20px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
    outline: none; }
  .selectboxit-container span,
  .selectboxit-container .selectboxit-options a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    display: block;
    padding: 0; }
  .selectboxit-container .selectboxit-option-icon-container {
    display: none;
    float: left;
    height: auto;
    line-height: inherit; }
  .selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .selectboxit-container .selectboxit-text {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    float: left;
    padding-left: 8px;
    text-align: left;
    max-width: 100% !important; }
  .selectboxit-container .selectboxit-arrow-container {
    position: absolute;
    right: 10px;
    height: 100%;
    margin-left: 3px;
    top: 0;
    color: #000;
    text-align: center; }
    .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow:before {
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      content: ""; }
  .selectboxit-container .selectboxit-options {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-width: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9;
    text-align: left; }
    .selectboxit-container .selectboxit-options li {
      border-top: 1px solid #ccc; }
      .selectboxit-container .selectboxit-options li:first-child {
        border-top: none; }
      .selectboxit-container .selectboxit-options li a {
        font-size: 14px;
        font-size: 0.875rem; }
  .selectboxit-container .selectboxit-list {
    background-color: #fff;
    left: -1px; }
    .selectboxit-container .selectboxit-list .selectboxit-option-anchor {
      padding: 5px;
      height: auto;
      line-height: inherit; }
  .selectboxit-container .selectboxit-option,
  .selectboxit-container .selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    list-style-type: none; }
  .selectboxit-container .selectboxit-option-anchor {
    color: #777; }
  .selectboxit-container .selectboxit-focus .selectboxit-option-anchor,
  .selectboxit-container .selectboxit-selected .selectboxit-option-anchor {
    color: #000; }
  .selectboxit-container .selectboxit-selected {
    background: #ededed; }

/**
 * brandung tabs v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-04-29
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
[role="tablist"] {
  margin-bottom: 20px; }
  [role="tablist"]:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }

[data-collapsible="true"] {
  background: transparent !important;
  padding: 20px 0 0 !important;
  border: none !important;
  margin: 20px 0; }
  [data-collapsible="true"] + [data-collapsible="true"] {
    padding-top: 0;
    border-top: none; }
  [data-collapsible="true"] .legend {
    display: none; }
  [data-collapsible="true"].active > [role="tab"]:after {
    content: ""; }
  [data-collapsible="true"].active > [role="tabpanel"] {
    opacity: 1;
    padding-top: 20px; }
  [data-collapsible="true"] [role="tab"] {
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 60px 10px 0;
    border-bottom: 1px solid #ededed; }
    [data-collapsible="true"] [role="tab"]:focus {
      outline: none; }
    [data-collapsible="true"] [role="tab"]:after {
      font-family: "icomoon";
      font-weight: normal;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px;
      content: ""; }

[role="tab"].item {
  transition: border-color 100ms ease;
  float: left;
  width: auto;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 29.9375em) {
    [role="tab"].item {
      width: 100%;
      margin: 0;
      float: none; } }
  [role="tab"].item a {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
    display: block;
    position: relative;
    z-index: 2;
    margin: 10px 0;
    padding: 10px;
    border-bottom: 1px solid #ededed; }
    @media screen and (max-width: 29.9375em) {
      [role="tab"].item a {
        border-color: #000; } }
    @media screen and (min-width: 62em) {
      [role="tab"].item a {
        margin: 0 20px 0 0; } }

[role="tab"].active a {
  border-color: #000; }

[role="tabpanel"] {
  transition: opacity 200ms ease;
  opacity: 0;
  padding: 20px 0; }
  @media screen and (max-width: 29.9375em) {
    [role="tabpanel"] {
      opacity: 1;
      display: block !important; } }
  [role="tabpanel"].item {
    float: right;
    margin-left: -100%;
    margin-top: 70px;
    text-align: left;
    width: 100%;
    background: transparent;
    padding: 20px 0; }
    @media screen and (max-width: 29.9375em) {
      [role="tabpanel"].item {
        width: 100%;
        margin: 0;
        float: none; } }
  [role="tabpanel"][aria-hidden="false"] {
    opacity: 1; }
  [role="tabpanel"] .fieldset {
    margin: 0; }

/*
[role="tab"],
[role="tabpanel"]{
	padding: $grid-gutter-width;

	&.step-content {
		padding: 0;

		& > form {
			padding: $grid-gutter-width*1.5 0;
		}
	}
}

[role="tabpanel"] {
	&[aria-hidden="true"]{
		display: none;
	}

	[role="tab"] {
		width: 100%;
		display: block;
		padding: 5px 0;
	}

	& > form {
		border-top: 1px solid color('grey-light');

		&:first-of-type {
			border-top: none;
		}
	}

	[role="tablist"] {
		margin: 0 0 $grid-gutter-width * 2	;
	}
}

[role="tablist"]{
	padding: 0;
	margin: $grid-gutter-width-half 0;

	&.active {
		& > [role="tab"] {
			&:after {
				content: icon('up');
			}
		}
	}
}

[role="tab"] {
	margin: 0;
	cursor: pointer;
	position: relative;
	padding-right: 60px;
	border-bottom: 1px solid color('grey-light');

	&:focus {
		outline: none;
	}

	&:after {
		@include font($ff-icon);
		@include fontSizeREM(24);

		line-height: 24px;
		position: absolute;
		right: $grid-gutter-width;
		top: 50%;
		margin-top: -12px;
		content: icon('down');
	}
}
*/
/**
 * Capitan filter.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-06-03
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.filter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.filter .is-hidden {
  display: none; }

.filter__nav li {
  text-align: center;
  margin: 5px 0 !important; }
  @media screen and (min-width: 30em) {
    .filter__nav li {
      margin: 10px 0 !important; } }

.filter__nav a {
  transition: background-color 200ms ease, color 200ms ease;
  border: 1px solid #000;
  padding: 10px;
  display: block;
  text-decoration: none; }
  .filter__nav a:hover {
    background-color: #ededed; }
  .filter__nav a.is-active {
    background: #000;
    color: #fff; }

.filter__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.filter__no-results {
  display: none;
  padding: 10px 20px; }

/**
 * brandung input-counter v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-05-02
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.input-counter {
  position: relative;
  width: auto;
  display: inline-block; }
  .input-counter input {
    text-align: center;
    width: 100px !important;
    margin-left: 30px; }
    @media screen and (min-width: 62em) {
      .input-counter input {
        -moz-appearance: textfield; }
        .input-counter input::-webkit-inner-spin-button, .input-counter input::-webkit-outer-spin-button {
          display: none !important; } }

.input-counter__inc,
.input-counter__dec {
  position: absolute;
  top: 0;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  width: 30px;
  background: #fff;
  border: 1px solid #ccc; }

.input-counter__inc {
  left: 130px;
  border-left: none; }

.input-counter__dec {
  left: 0;
  border-right: none; }

/**
 * brandung swatch-option v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-05-02
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.swatch-option {
  outline: none !important;
  border: 1px dotted #000 !important;
  width: 30px !important;
  height: 30px !important;
  overflow: unset !important;
  border-radius: 100%; }
  .selected.swatch-option {
    position: relative; }
    .selected.swatch-option:after {
      position: absolute;
      top: -1px;
      right: 1px;
      background-image: url("../images/svg/swatch-selected.svg");
      content: '';
      width: 15px;
      height: 15px; }
  .swatch-layered .swatch-option {
    background-size: cover !important;
    width: 25px;
    height: 20px;
    margin: 0; }

.swatch-attribute-label, .swatch-attribute-selected-option {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  letter-spacing: 0.36px; }

.swatch-opt {
  margin: 5px 0 10px !important; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: cover !important; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.lookbook-slider .lookbook-container .mgs-lookbook-container {
  float: none; }
  .lookbook-slider .lookbook-container .mgs-lookbook-container .pin__type {
    width: 30px !important;
    height: 30px !important;
    z-index: 1; }
    .lookbook-slider .lookbook-container .mgs-lookbook-container .pin__type .popup__content--product > div {
      border-top: none;
      display: none; }
      .lookbook-slider .lookbook-container .mgs-lookbook-container .pin__type .popup__content--product > div a {
        line-height: 30px;
        line-height: 1.875rem; }
      .lookbook-slider .lookbook-container .mgs-lookbook-container .pin__type .popup__content--product > div.price-box {
        display: block; }
  .lookbook-slider .lookbook-container .mgs-lookbook-container h1.title {
    font-family: CeraPro-BoldIt, sans-serif;
    font-size: 76px;
    font-size: 4.75rem;
    line-height: 120px;
    line-height: 7.5rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: lowercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .lookbook-slider .lookbook-container .mgs-lookbook-container h1.title:not(.with-signet) {
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
      border-bottom: 5px solid;
      max-width: 450px; }
    .lookbook-slider .lookbook-container .mgs-lookbook-container h1.title.with-signet {
      top: 15%; }
      @media screen and (max-width: 47.9375em) {
        .lookbook-slider .lookbook-container .mgs-lookbook-container h1.title.with-signet {
          top: 5%; } }
    @media screen and (min-width: 1024px) {
      .lookbook-slider .lookbook-container .mgs-lookbook-container h1.title {
        font-size: 6.1875rem; } }

.lookbook-slider .owl-nav {
  display: none; }
  @media screen and (min-width: 1024px) {
    .lookbook-slider .owl-nav {
      display: block; } }
  .lookbook-slider .owl-nav .owl-prev {
    left: 60px; }
  .lookbook-slider .owl-nav .owl-next {
    right: 60px; }

@media screen and (max-width: 1023px) {
  .lookbook-slider.desktop {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .lookbook-slider.mobile {
    display: none !important; } }

.cms-home {
  background-color: #fff; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.cms-index-index main {
  text-align: center; }
  .cms-index-index main > .container {
    padding-top: 60px;
    padding-bottom: 0; }
  .cms-index-index main h2 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #000;
    font-family: CeraPro-Semibold, sans-serif;
    letter-spacing: 1px; }
    @media screen and (max-width: 47.9375em) {
      .cms-index-index main h2 {
        font-size: 1.375rem; } }
  .cms-index-index main h2.italic {
    font-family: CeraPro-Light, sans-serif; }
  .cms-index-index main .slick-slider--products .slick-slide {
    margin: 0 30px; }
    .cms-index-index main .slick-slider--products .slick-slide .product-item .product-item-photo .product-image-photo {
      transition: transform 500ms ease;
      -ms-transform: scale(1);
      transform: scale(1);
      image-rendering: -webkit-optimize-contrast; }
    .cms-index-index main .slick-slider--products .slick-slide .product-item .product-item-details {
      margin-top: -5px; }
      .cms-index-index main .slick-slider--products .slick-slide .product-item .product-item-details .product-item-text-wrapper .product-item-name .product-item-link {
        font-size: 14px;
        font-size: 0.875rem;
        color: #000;
        font-family: CeraPro-Semibold, sans-serif;
        text-decoration: none; }
      .cms-index-index main .slick-slider--products .slick-slide .product-item .product-item-details .product-item-text-wrapper .product-item-short-description {
        display: none; }
      .cms-index-index main .slick-slider--products .slick-slide .product-item .product-item-details .product-item-inner-wrapper {
        display: none; }
    .cms-index-index main .slick-slider--products .slick-slide .product-item:hover .product-item-photo .product-image-photo {
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
  .cms-index-index main .slick-slider--designers .slick-slider__img-wrapper {
    width: 155px;
    height: 155px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px auto 20px;
    position: relative;
    text-align: center; }
  .cms-index-index main .slick-slider--designers .slick-slider__info-wrapper {
    position: relative; }
    .cms-index-index main .slick-slider--designers .slick-slider__info-wrapper .slick-slider__content {
      background: none;
      padding: 0; }
      .cms-index-index main .slick-slider--designers .slick-slider__info-wrapper .slick-slider__content a {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: CeraPro-Semibold, sans-serif;
        color: #000;
        letter-spacing: 0.36px;
        text-decoration: none; }
      .cms-index-index main .slick-slider--designers .slick-slider__info-wrapper .slick-slider__content p {
        line-height: normal;
        margin: 0; }
  .cms-index-index main .slick-slider--posts .slick-slide {
    border-bottom: 1px dotted #000;
    text-align: left;
    margin: 0 5px; }
    .cms-index-index main .slick-slider--posts .slick-slide .img {
      height: 200px;
      overflow: hidden;
      margin-bottom: 13px; }
      .cms-index-index main .slick-slider--posts .slick-slide .img img {
        height: auto;
        width: 100%; }
    .cms-index-index main .slick-slider--posts .slick-slide .title {
      text-decoration: none;
      margin: 0 0 10px 0;
      max-width: 225px;
      height: 40px;
      overflow: hidden; }
      .cms-index-index main .slick-slider--posts .slick-slide .title h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
        text-transform: none;
        margin: 0; }
    .cms-index-index main .slick-slider--posts .slick-slide p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 20px;
      line-height: 1.25rem;
      height: 55px;
      overflow: hidden;
      margin: 0 0 15px 0; }
  .cms-index-index main .slick-slider .slick-slide .teaser__media img {
    max-width: unset; }
  .cms-index-index main .block + .block {
    border: none;
    padding: 0 !important; }
  .cms-index-index main .widget {
    margin: 0 0 60px 0 !important; }
    .cms-index-index main .widget h2 {
      margin-top: 0; }
    .cms-index-index main .widget .unique p {
      padding: 50px 30px 0; }
      @media screen and (max-width: 47.9375em) {
        .cms-index-index main .widget .unique p {
          margin: 0;
          font-size: 12px !important;
          padding: 0 15px; }
          .cms-index-index main .widget .unique p strong {
            font-size: 12px !important; } }
    .cms-index-index main .widget .unique p, .cms-index-index main .widget .unique b, .cms-index-index main .widget .unique strong {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem;
      text-align: left; }
    @media screen and (max-width: 47.9375em) {
      .cms-index-index main .widget .unique .col-xs-6 > img {
        padding-top: 5%; } }
    .cms-index-index main .widget.after {
      content: '';
      display: table;
      float: none; }

.cms-index-index .trigger-in-view {
  opacity: 0;
  transition: opacity 1.5s ease-out 0.5s; }
  .cms-index-index .trigger-in-view.in-view {
    opacity: 1; }

.cms-index-index .lookbook-slider .pin__type {
  opacity: 0;
  transition: opacity 1.5s ease-out 0.25s; }
  .cms-index-index .lookbook-slider .pin__type.visible {
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1; }
  .cms-index-index .lookbook-slider .pin__type.pin__opened {
    z-index: 2; }

.cms-index-index .lookbook-slider .pin__image .pm-mask {
  transition: opacity 0.5s ease-out;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .cms-index-index .lookbook-slider .pin__image .pm-mask:before {
    display: none; }

.cms-index-index .lookbook-slider .title {
  opacity: 0;
  transition: opacity 1.5s ease-out 0.5s; }
  .cms-index-index .lookbook-slider .title.visible {
    opacity: 1; }

.slick-slider--products .slick-arrow, .slick-slider--3cols .slick-arrow, .slick-slider--designers .slick-arrow,
.slick-slider--posts .slick-arrow {
  display: none !important; }
  .slick-slider--products .slick-arrow.slick-prev, .slick-slider--3cols .slick-arrow.slick-prev, .slick-slider--designers .slick-arrow.slick-prev,
  .slick-slider--posts .slick-arrow.slick-prev {
    background-image: url("../images/svg/icon-previous.svg") !important; }
  .slick-slider--products .slick-arrow.slick-next, .slick-slider--3cols .slick-arrow.slick-next, .slick-slider--designers .slick-arrow.slick-next,
  .slick-slider--posts .slick-arrow.slick-next {
    background-image: url("../images/svg/icon-next.svg") !important; }
  .slick-slider--products .slick-arrow:hover, .slick-slider--products .slick-arrow:focus, .slick-slider--3cols .slick-arrow:hover, .slick-slider--3cols .slick-arrow:focus, .slick-slider--designers .slick-arrow:hover, .slick-slider--designers .slick-arrow:focus,
  .slick-slider--posts .slick-arrow:hover,
  .slick-slider--posts .slick-arrow:focus {
    background-repeat: no-repeat; }

@media screen and (min-width: 80em) {
  .slick-slider--products:hover .slick-arrow, .slick-slider--3cols:hover .slick-arrow, .slick-slider--designers:hover .slick-arrow,
  .slick-slider--posts:hover .slick-arrow {
    display: inline-block !important; } }

.slick-slider--3cols .slick-slide {
  padding: 5px; }

@media screen and (max-width: 47.9375em) {
  .slick-slider--3cols .teaser__category-small, .slick-slider--3cols .teaser__testimonial, .slick-slider--3cols .teaser__testimonial-small {
    width: 100%; }
  .slick-slider--3cols .teaser__testimonial-small p.with-symb {
    margin: 10px auto 40px auto !important; } }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.catalog-product-view main .product-info-main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

@media screen and (min-width: 80em) {
  .catalog-product-view main .product-info-main:after {
    content: '';
    border-bottom: 1px dotted #000;
    height: 1px;
    width: 100%;
    padding: 10px 0; } }

@media screen and (min-width: 80em) {
  .catalog-product-view main .product-info-main .container-gallery {
    border-left: 1px dotted #000;
    padding-left: 15px;
    float: right;
    width: 66%;
    position: relative; }
    .catalog-product-view main .product-info-main .container-gallery .gallery-title {
      display: none; } }

@media screen and (max-width: 79.9375em) {
  .catalog-product-view main .product-info-main .container-gallery .fotorama__nav-wrap {
    margin: 15px 0 0; } }

@media screen and (max-width: 47.9375em) {
  .catalog-product-view main .product-info-main .container-gallery .fotorama__nav-wrap {
    position: absolute;
    bottom: 10px; }
    .catalog-product-view main .product-info-main .container-gallery .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame--dot {
      opacity: 0.5; }
      .catalog-product-view main .product-info-main .container-gallery .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame--dot .fotorama__dot {
        background-color: #fff;
        border-color: #fff; }
      .catalog-product-view main .product-info-main .container-gallery .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame--dot.fotorama__active {
        opacity: 1; }
        .catalog-product-view main .product-info-main .container-gallery .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
          background-color: #fff;
          border-color: #fff; } }

@media screen and (min-width: 80em) {
  .catalog-product-view main .product-info-main .container-info {
    float: left;
    width: 33%; } }

@media screen and (max-width: 79.9375em) {
  .catalog-product-view main .product-info-main .container-info .page-title-wrapper.product, .catalog-product-view main .product-info-main .container-info .product-info-price {
    display: none; } }

.catalog-product-view main .product-info-main h1.page-title {
  margin-bottom: 5px; }
  .catalog-product-view main .product-info-main h1.page-title span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.9px;
    text-transform: none; }

.catalog-product-view main .product-info-main .product-info-price {
  border-bottom: 1px dotted #000;
  margin-bottom: 5px; }
  @media screen and (max-width: 79.9375em) {
    .catalog-product-view main .product-info-main .product-info-price {
      margin-bottom: 15px;
      padding-bottom: 5px; } }
  .catalog-product-view main .product-info-main .product-info-price .price-box, .catalog-product-view main .product-info-main .product-info-price .price-details {
    float: left;
    margin-right: 10px; }
    .catalog-product-view main .product-info-main .product-info-price .price-box .price, .catalog-product-view main .product-info-main .product-info-price .price-details .price {
      font-size: 16px;
      font-size: 1rem;
      font-family: CeraPro-Regular, sans-serif;
      font-weight: bold;
      color: #000;
      letter-spacing: 0.48px; }
    .catalog-product-view main .product-info-main .product-info-price .price-box .tax-details, .catalog-product-view main .product-info-main .product-info-price .price-details .tax-details {
      font-size: 16px;
      font-size: 1rem;
      font-family: CeraPro-Regular, sans-serif;
      font-weight: normal;
      color: #000;
      letter-spacing: 0.48px; }
  .catalog-product-view main .product-info-main .product-info-price:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.catalog-product-view main .product-info-main .product-add-form .product-options-wrapper {
  border-bottom: 1px dotted #000; }
  .catalog-product-view main .product-info-main .product-add-form .product-options-wrapper .fieldset {
    margin: 0; }

.catalog-product-view main .product-info-main .product-add-form .box-tocart .fieldset {
  margin-top: 15px;
  margin-bottom: 15px; }
  .catalog-product-view main .product-info-main .product-add-form .box-tocart .fieldset .field {
    margin: 0;
    width: auto; }
    .catalog-product-view main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
      margin-right: 5px; }
  .catalog-product-view main .product-info-main .product-add-form .box-tocart .fieldset .actions button.tocart {
    border-radius: 15px;
    background-color: #000;
    height: 30px;
    width: 100%;
    padding: 0;
    max-width: 135px; }
    .catalog-product-view main .product-info-main .product-add-form .box-tocart .fieldset .actions button.tocart span {
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: none;
      font-weight: bold; }

.catalog-product-view main .product-info-main .product-info-elems > div {
  border-bottom: 1px dotted #000; }
  .catalog-product-view main .product-info-main .product-info-elems > div:first-child {
    border-top: 1px dotted #000; }
  .catalog-product-view main .product-info-main .product-info-elems > div strong, .catalog-product-view main .product-info-main .product-info-elems > div i, .catalog-product-view main .product-info-main .product-info-elems > div .label, .catalog-product-view main .product-info-main .product-info-elems > div .label span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-family: CeraPro-Regular, sans-serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.36px;
    line-height: normal;
    margin: 0; }
  .catalog-product-view main .product-info-main .product-info-elems > div span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    color: #000;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: normal; }
  .catalog-product-view main .product-info-main .product-info-elems > div a {
    line-height: 12px;
    line-height: 0.75rem;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    width: 100%; }
    .catalog-product-view main .product-info-main .product-info-elems > div a.show-icon-default, .catalog-product-view main .product-info-main .product-info-elems > div a.show-icon-download {
      position: relative; }
      .catalog-product-view main .product-info-main .product-info-elems > div a.show-icon-default:after, .catalog-product-view main .product-info-main .product-info-elems > div a.show-icon-download:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 11px; }
    .catalog-product-view main .product-info-main .product-info-elems > div a.show-icon-default:after {
      background-image: url("../images/svg/more-btn.svg"); }
    .catalog-product-view main .product-info-main .product-info-elems > div a.show-icon-download:after {
      background-image: url("../images/svg/download-btn.svg"); }
  .catalog-product-view main .product-info-main .product-info-elems > div.attribute {
    line-height: 12px;
    line-height: 0.75rem;
    padding: 15px 0; }
  .catalog-product-view main .product-info-main .product-info-elems > div.options {
    border: none; }
    .catalog-product-view main .product-info-main .product-info-elems > div.options .field {
      border-bottom: 1px dotted #000;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .catalog-product-view main .product-info-main .product-info-elems > div.options .field .label {
        padding: 15px 0;
        position: relative; }
        .catalog-product-view main .product-info-main .product-info-elems > div.options .field .label:after {
          transition: transform 0.25s ease;
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          content: '';
          background-image: url("../images/svg/more-btn.svg");
          width: 20px;
          height: 20px;
          position: absolute;
          right: 0;
          top: 11px; }
      .catalog-product-view main .product-info-main .product-info-elems > div.options .field .control {
        margin: 0 0 10px 0; }
        .catalog-product-view main .product-info-main .product-info-elems > div.options .field .control .mage-error {
          margin: 5px 0 0 0; }
      .catalog-product-view main .product-info-main .product-info-elems > div.options .field.closed .label:after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .catalog-product-view main .product-info-main .product-info-elems > div.options .field.closed .control {
        display: none; }

.catalog-product-view main .product-info-main .product.info.detailed h4.title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.48px;
  line-height: normal;
  margin-bottom: 5px; }

.catalog-product-view main .product-info-main .product.info.detailed p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.36px; }

.catalog-product-view main .product-info-main .product.info.detailed p.title {
  margin-bottom: 0; }

.catalog-product-view main .product-info-main .product.info.detailed strong {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: bold;
  letter-spacing: 0.36px; }

.catalog-product-view main .product-info-main .product.media {
  width: 99.9%; }

.catalog-product-view main .block.widget {
  text-align: center; }
  .catalog-product-view main .block.widget h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.9px; }
    @media screen and (max-width: 79.9375em) {
      .catalog-product-view main .block.widget h2 {
        font-size: 1.375rem; } }
  .catalog-product-view main .block.widget .slick-slider--designers .slick-slider__img-wrapper {
    width: 155px;
    height: 155px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px auto 20px;
    position: relative;
    text-align: center; }
  .catalog-product-view main .block.widget .slick-slider--designers .slick-slider__info-wrapper {
    position: relative; }
    .catalog-product-view main .block.widget .slick-slider--designers .slick-slider__info-wrapper .slick-slider__content {
      background: none;
      padding: 0; }
      .catalog-product-view main .block.widget .slick-slider--designers .slick-slider__info-wrapper .slick-slider__content a {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: CeraPro-Semibold, sans-serif;
        color: #000;
        letter-spacing: 0.36px;
        text-decoration: none; }
      .catalog-product-view main .block.widget .slick-slider--designers .slick-slider__info-wrapper .slick-slider__content p {
        line-height: normal;
        margin: 0; }

.catalog-product-view .print-only {
  display: none; }

@media print {
  .catalog-product-view .container-info {
    display: none; } }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.catalog-category-view .category-name, .catalogsearch-result-index .category-name {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  letter-spacing: 0.9px;
  text-transform: none; }

.catalog-category-view .sidebar .accordion--filter .accordion__trigger, .catalogsearch-result-index .sidebar .accordion--filter .accordion__trigger {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px dotted #000;
  color: #000;
  letter-spacing: 0.36px;
  text-transform: none;
  margin: 0;
  padding: 5px 0;
  position: relative; }
  .catalog-category-view .sidebar .accordion--filter .accordion__trigger.is-open, .catalogsearch-result-index .sidebar .accordion--filter .accordion__trigger.is-open {
    border: none; }
    .catalog-category-view .sidebar .accordion--filter .accordion__trigger.is-open:after, .catalogsearch-result-index .sidebar .accordion--filter .accordion__trigger.is-open:after {
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .catalog-category-view .sidebar .accordion--filter .accordion__trigger:hover, .catalogsearch-result-index .sidebar .accordion--filter .accordion__trigger:hover {
    background-color: transparent;
    color: #000; }
  .catalog-category-view .sidebar .accordion--filter .accordion__trigger:after, .catalogsearch-result-index .sidebar .accordion--filter .accordion__trigger:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
    background-image: url("../images/svg/more-btn.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 11px;
    margin: 0; }

.catalog-category-view .sidebar .accordion--filter .accordion__trigger.is-open + .accordion__content-hidden, .catalogsearch-result-index .sidebar .accordion--filter .accordion__trigger.is-open + .accordion__content-hidden {
  border-bottom: 1px dotted #000; }

.catalog-category-view .sidebar .accordion--filter .accordion__content-hidden > div, .catalogsearch-result-index .sidebar .accordion--filter .accordion__content-hidden > div {
  padding: 0; }

.catalog-category-view .sidebar .accordion--filter .accordion__content-hidden .items .item, .catalogsearch-result-index .sidebar .accordion--filter .accordion__content-hidden .items .item {
  margin: 0 !important;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.36px; }
  .catalog-category-view .sidebar .accordion--filter .accordion__content-hidden .items .item a, .catalogsearch-result-index .sidebar .accordion--filter .accordion__content-hidden .items .item a {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    color: #000;
    letter-spacing: 0.36px;
    margin: 0 0 5px; }
  .catalog-category-view .sidebar .accordion--filter .accordion__content-hidden .items .item:last-child, .catalogsearch-result-index .sidebar .accordion--filter .accordion__content-hidden .items .item:last-child {
    margin-bottom: 15px !important; }

.catalog-category-view .sidebar .filter-current, .catalogsearch-result-index .sidebar .filter-current {
  float: none;
  width: 100%; }
  .catalog-category-view .sidebar .filter-current .items, .catalogsearch-result-index .sidebar .filter-current .items {
    float: none;
    padding: 15px 0; }
    .catalog-category-view .sidebar .filter-current .items .item, .catalogsearch-result-index .sidebar .filter-current .items .item {
      border-radius: 10px;
      background-color: #000;
      padding: 0 25px 0 15px; }
      .catalog-category-view .sidebar .filter-current .items .item .filter-value, .catalogsearch-result-index .sidebar .filter-current .items .item .filter-value {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 9px;
        font-size: 0.5625rem;
        line-height: 20px;
        line-height: 1.25rem;
        background-color: transparent;
        color: #fff;
        padding: 0;
        float: left; }
      .catalog-category-view .sidebar .filter-current .items .item .action.remove:before, .catalogsearch-result-index .sidebar .filter-current .items .item .action.remove:before {
        color: #fff;
        right: 10px;
        top: 0;
        margin-top: 0; }
  .catalog-category-view .sidebar .filter-current .block-actions.filter-actions, .catalogsearch-result-index .sidebar .filter-current .block-actions.filter-actions {
    border-bottom: 1px dotted #000;
    float: none;
    padding: 15px 0; }
    .catalog-category-view .sidebar .filter-current .block-actions.filter-actions a, .catalogsearch-result-index .sidebar .filter-current .block-actions.filter-actions a {
      line-height: normal; }
      .catalog-category-view .sidebar .filter-current .block-actions.filter-actions a span, .catalogsearch-result-index .sidebar .filter-current .block-actions.filter-actions a span {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        color: #000;
        letter-spacing: 0.36px;
        line-height: normal;
        padding: 0; }
      .catalog-category-view .sidebar .filter-current .block-actions.filter-actions a:hover span, .catalogsearch-result-index .sidebar .filter-current .block-actions.filter-actions a:hover span {
        color: #000; }

@media screen and (min-width: 62em) {
  .catalog-category-view .products, .catalogsearch-result-index .products {
    border-left: 1px dotted #000; } }

.catalog-category-view .products ul li .teaser--item, .catalogsearch-result-index .products ul li .teaser--item {
  margin-bottom: 0; }
  .catalog-category-view .products ul li .teaser--item .teaser__image, .catalogsearch-result-index .products ul li .teaser--item .teaser__image {
    padding: 0;
    overflow: hidden; }
  .catalog-category-view .products ul li .teaser--item .teaser__content, .catalogsearch-result-index .products ul li .teaser--item .teaser__content {
    padding: 0; }
    .catalog-category-view .products ul li .teaser--item .teaser__content h2 a, .catalogsearch-result-index .products ul li .teaser--item .teaser__content h2 a {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000;
      letter-spacing: 0.6px;
      text-transform: none; }
      .catalog-category-view .products ul li .teaser--item .teaser__content h2 a:hover, .catalogsearch-result-index .products ul li .teaser--item .teaser__content h2 a:hover {
        color: #000; }

.catalog-category-view .products ul li .hover-img, .catalogsearch-result-index .products ul li .hover-img {
  right: 0;
  top: 40px;
  position: absolute;
  z-index: 10;
  display: none; }

.catalog-category-view .products ul li:hover > div, .catalogsearch-result-index .products ul li:hover > div {
  position: relative; }
  .catalog-category-view .products ul li:hover > div .hover-img, .catalogsearch-result-index .products ul li:hover > div .hover-img {
    display: block; }

.catalog-category-view .toolbar, .catalogsearch-result-index .toolbar {
  margin-top: 60px; }

.catalog-category-view .category-cms, .catalogsearch-result-index .category-cms {
  margin-top: 30px; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
@media screen and (min-width: 62em) {
  .checkout-cart-index .with-crosssell {
    border-left: 1px dotted #000;
    padding-left: 10px;
    margin-left: -10px; } }

.checkout-cart-index .block {
  margin: 0;
  padding: 0; }
  .checkout-cart-index .block .block-title {
    margin-bottom: 25px; }
    .checkout-cart-index .block .block-title strong {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      font-size: 1.875rem;
      color: #000;
      letter-spacing: 0.9px; }
    @media screen and (max-width: 61.9375em) {
      .checkout-cart-index .block .block-title {
        text-align: center; } }
  @media screen and (max-width: 61.9375em) {
    .checkout-cart-index .block.crosssell {
      margin-top: 45px; } }

.checkout-cart-index .table.cart, .checkout-cart-index .table.cart span, .checkout-cart-index .table.cart strong, .checkout-cart-index .table.cart a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #000;
  letter-spacing: 0.36px; }

.checkout-cart-index .table.cart strong {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.checkout-cart-index .table.cart > .table-head {
  display: none;
  border-bottom: 1px dotted #000; }
  @media screen and (min-width: 62em) {
    .checkout-cart-index .table.cart > .table-head {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px !important;
      padding-bottom: 10px; } }
  .checkout-cart-index .table.cart > .table-head > div:first-child strong {
    margin-left: -10px; }
  .checkout-cart-index .table.cart > .table-head > div:last-child strong {
    margin-right: -10px; }

.checkout-cart-index .table.cart > .row .table-head {
  display: block; }
  @media screen and (min-width: 62em) {
    .checkout-cart-index .table.cart > .row .table-head {
      display: none; } }

.checkout-cart-index .table.cart a.product-name {
  line-height: normal;
  margin-bottom: 5px;
  width: 100%; }
  .checkout-cart-index .table.cart a.product-name:hover {
    color: #000; }

.checkout-cart-index .table.cart .input-box.qty {
  margin-top: 5px; }
  .checkout-cart-index .table.cart .input-box.qty .number-style {
    height: 20px; }
    .checkout-cart-index .table.cart .input-box.qty .number-style span {
      font-size: 16px;
      font-size: 1rem;
      line-height: normal; }
    .checkout-cart-index .table.cart .input-box.qty .number-style .number-minus:after {
      top: 5%; }
    .checkout-cart-index .table.cart .input-box.qty .number-style .number-plus:after {
      top: 5%; }

.checkout-cart-index .table.cart .actions-toolbar .action {
  border-radius: 15px;
  background-color: #000;
  line-height: normal;
  height: 20px;
  padding: 0 15px; }
  .checkout-cart-index .table.cart .actions-toolbar .action span {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #fff;
    letter-spacing: 0.09px;
    border: none;
    margin: 0;
    padding: 0; }
    .checkout-cart-index .table.cart .actions-toolbar .action span:before {
      display: none; }
  .checkout-cart-index .table.cart .actions-toolbar .action.action-delete {
    background-image: url("../images/svg/close-btn.svg");
    background-position: center;
    padding: 0;
    width: 20px; }
    .checkout-cart-index .table.cart .actions-toolbar .action.action-delete span {
      display: none; }

.checkout-cart-index .table.cart hr {
  border-top: 1px dotted #000;
  margin: 15px 0; }
  .checkout-cart-index .table.cart hr:last-child {
    margin-bottom: 5px; }

.checkout-cart-index .table.cart .swatch-img {
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: block;
  overflow: hidden; }
  .checkout-cart-index .table.cart .swatch-img img {
    height: 100%;
    width: 100%; }

.checkout-cart-index .main.actions button.action span {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.12px; }

.checkout-cart-index .cart-summary-container > div:first-child {
  text-align: center; }
  .checkout-cart-index .cart-summary-container > div:first-child img {
    margin: 15px 0; }

.checkout-cart-index .cart-summary-container .cart-summary {
  margin: 0;
  padding: 0; }
  .checkout-cart-index .cart-summary-container .cart-summary .summary.title {
    display: none; }
  .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr {
    border-top: none;
    border-bottom: 1px dotted #000; }
    .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr th, .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr th span, .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr td span {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 400;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000;
      letter-spacing: 0.36px;
      line-height: normal;
      margin: 0; }
    .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr td {
      text-align: right; }
    .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr.grand.totals {
      border: none; }
      .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr.grand.totals strong, .checkout-cart-index .cart-summary-container .cart-summary .cart-totals table.totals tr.grand.totals strong span {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        color: #000;
        letter-spacing: 0.36px;
        line-height: normal;
        margin: 0; }
  .checkout-cart-index .cart-summary-container .cart-summary .checkout-methods-items .action.checkout {
    border-radius: 15px;
    background-color: #000;
    height: 30px;
    width: 100%;
    max-width: 240px;
    padding: 5px;
    margin-top: 15px !important; }
    .checkout-cart-index .cart-summary-container .cart-summary .checkout-methods-items .action.checkout span {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.12px;
      line-height: normal;
      text-transform: none; }

.checkout-cart-index .cart-shipping-container .block.shipping .fieldset, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset dl {
  margin-top: 0;
  margin-bottom: 0; }

.checkout-cart-index .cart-shipping-container .block.shipping .fieldset.estimate .legend {
  margin: 0 0 5px 10px; }
  .checkout-cart-index .cart-shipping-container .block.shipping .fieldset.estimate .legend span {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px; }

.checkout-cart-index .cart-shipping-container .block.shipping .fieldset.estimate .field label {
  display: none; }

.checkout-cart-index .cart-shipping-container .block.shipping .fieldset.rate dl.items.methods dt span, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset.rate dl.items.methods dd label {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.12px;
  line-height: normal;
  vertical-align: middle; }

.checkout-cart-index .cart-shipping-container .block.discount {
  margin-top: 35px; }
  @media screen and (max-width: 61.9375em) {
    .checkout-cart-index .cart-shipping-container .block.discount .field {
      width: 65%; }
      .checkout-cart-index .cart-shipping-container .block.discount .field:last-child {
        width: 35%; } }

.checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control select, .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control input[type=text], .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control select, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control input[type=text] {
  border-radius: 50px;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-style: dotted;
  border-width: 1px;
  padding: 5px 15px 5px 15px;
  height: 30px;
  text-align: left; }
  .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control select::-webkit-input-placeholder, .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control input[type=text]::-webkit-input-placeholder, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control select::-webkit-input-placeholder, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control input[type=text]::-webkit-input-placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    color: #000;
    opacity: 1; }
  .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control select:-ms-input-placeholder, .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control input[type=text]:-ms-input-placeholder, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control select:-ms-input-placeholder, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control input[type=text]:-ms-input-placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    color: #000;
    opacity: 1; }
  .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control select::placeholder, .checkout-cart-index .cart-shipping-container .block.discount .fieldset .field .control input[type=text]::placeholder, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control select::placeholder, .checkout-cart-index .cart-shipping-container .block.shipping .fieldset .field .control input[type=text]::placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12px;
    color: #000;
    opacity: 1; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.designer-view-detail .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.36px;
  color: #000; }
  .designer-view-detail .content-wrapper .headline-5 {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    @media screen and (min-width: 48em) {
      .designer-view-detail .content-wrapper .headline-5 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        letter-spacing: 0.9px; } }
  .designer-view-detail .content-wrapper .img {
    text-align: center; }
    @media screen and (min-width: 80em) {
      .designer-view-detail .content-wrapper .img {
        position: relative; } }
    .designer-view-detail .content-wrapper .img img {
      width: 100%; }
    .designer-view-detail .content-wrapper .img .navigation .prev, .designer-view-detail .content-wrapper .img .navigation .next {
      text-decoration: none;
      width: 75px; }
      @media screen and (min-width: 80em) {
        .designer-view-detail .content-wrapper .img .navigation .prev, .designer-view-detail .content-wrapper .img .navigation .next {
          position: absolute;
          top: 45%; } }
      .designer-view-detail .content-wrapper .img .navigation .prev span, .designer-view-detail .content-wrapper .img .navigation .next span {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #000;
        letter-spacing: 0.36px;
        width: 100%;
        display: block;
        text-transform: lowercase;
        margin-top: 5px; }
        @media screen and (max-width: 79.9375em) {
          .designer-view-detail .content-wrapper .img .navigation .prev span, .designer-view-detail .content-wrapper .img .navigation .next span {
            height: 40px;
            overflow: hidden; } }
      .designer-view-detail .content-wrapper .img .navigation .prev:before, .designer-view-detail .content-wrapper .img .navigation .next:before {
        content: '';
        display: block;
        width: 45px;
        height: 45px; }
    .designer-view-detail .content-wrapper .img .navigation .prev {
      text-align: right; }
      @media screen and (min-width: 80em) {
        .designer-view-detail .content-wrapper .img .navigation .prev {
          left: -105px; } }
      .designer-view-detail .content-wrapper .img .navigation .prev:before {
        background-image: url("../images/svg/icon-previous.svg");
        float: right; }
      .designer-view-detail .content-wrapper .img .navigation .prev span {
        float: right; }
    .designer-view-detail .content-wrapper .img .navigation .next {
      text-align: left; }
      @media screen and (min-width: 80em) {
        .designer-view-detail .content-wrapper .img .navigation .next {
          right: -105px; } }
      .designer-view-detail .content-wrapper .img .navigation .next:before {
        background-image: url("../images/svg/icon-next.svg");
        float: left; }
      .designer-view-detail .content-wrapper .img .navigation .next span {
        float: left; }
  .designer-view-detail .content-wrapper .actions-toolbar-wrapper {
    padding: 30px 0; }
    .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar {
      height: 20px; }
      .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar li {
        display: inline-block; }
        .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a {
          background-repeat: no-repeat;
          display: block;
          width: 21px;
          height: 20px; }
          .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.like {
            background-image: url("../images/svg/like-btn.svg"); }
          .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.read-more {
            background-image: url("../images/svg/readmore-btn.svg"); }
          .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.goto {
            background-image: url("../images/svg/goto-btn.svg"); }
          .designer-view-detail .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.download {
            background-image: url("../images/svg/download-btn.svg"); }
  .designer-view-detail .content-wrapper p, .designer-view-detail .content-wrapper span, .designer-view-detail .content-wrapper cite {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.36px; }

@media screen and (max-width: 79.9375em) {
  .designer-view-detail .container {
    padding-bottom: 105px;
    position: relative; }
    .designer-view-detail .container .content-wrapper .img .navigation {
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0; }
      .designer-view-detail .container .content-wrapper .img .navigation .prev, .designer-view-detail .container .content-wrapper .img .navigation .next {
        margin-right: 30px;
        margin-left: 30px; } }

@media print {
  .designer-view-detail .content-wrapper .headline-5 {
    margin: 20px 0; }
  .designer-view-detail .content-wrapper .img .navigation {
    display: none; }
  .designer-view-detail .content-wrapper .actions-toolbar-wrapper {
    display: none; }
  .designer-view-detail .content-wrapper .img {
    margin-bottom: 40px; } }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.blog-index-index h2.title, .blog-index-index .category-name, .blog-tag-view h2.title, .blog-tag-view .category-name, .category-projects h2.title, .category-projects .category-name {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 20px; }

.blog-index-index .tags, .blog-tag-view .tags, .category-projects .tags {
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 62em) {
    .blog-index-index .tags, .blog-tag-view .tags, .category-projects .tags {
      border-top: 1px dotted #000;
      border-bottom: 1px dotted #000;
      padding: 15px 0 5px; }
      .blog-index-index .tags a, .blog-tag-view .tags a, .category-projects .tags a {
        margin: 0 10px 10px 0; } }
  .blog-index-index .tags a, .blog-tag-view .tags a, .category-projects .tags a {
    border-radius: 50px;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #fff;
    letter-spacing: 0.09px;
    background-color: #000;
    padding: 7px 20px 5px;
    vertical-align: middle;
    text-decoration: none;
    line-height: normal; }

.blog-index-index #post-list, .blog-tag-view #post-list, .category-projects #post-list {
  margin-left: -5px;
  margin-right: -5px; }
  .blog-index-index #post-list .post-holder, .blog-tag-view #post-list .post-holder, .category-projects #post-list .post-holder {
    float: left;
    padding: 5px; }
    .blog-index-index #post-list .post-holder.default, .blog-tag-view #post-list .post-holder.default, .category-projects #post-list .post-holder.default {
      width: 25%; }
      @media screen and (max-width: 79.9375em) {
        .blog-index-index #post-list .post-holder.default, .blog-tag-view #post-list .post-holder.default, .category-projects #post-list .post-holder.default {
          width: 50%; } }
      @media screen and (max-width: 29.9375em) {
        .blog-index-index #post-list .post-holder.default, .blog-tag-view #post-list .post-holder.default, .category-projects #post-list .post-holder.default {
          width: 100%; } }
    .blog-index-index #post-list .post-holder.wide, .blog-tag-view #post-list .post-holder.wide, .category-projects #post-list .post-holder.wide {
      width: 50%; }
      @media screen and (max-width: 29.9375em) {
        .blog-index-index #post-list .post-holder.wide, .blog-tag-view #post-list .post-holder.wide, .category-projects #post-list .post-holder.wide {
          width: 100%; } }
    .blog-index-index #post-list .post-holder .teaser--news, .blog-tag-view #post-list .post-holder .teaser--news, .category-projects #post-list .post-holder .teaser--news {
      background: #fff;
      margin: 0;
      padding-bottom: 15px;
      border-bottom: 1px dotted #000;
      width: 100%; }
      .blog-index-index #post-list .post-holder .teaser--news .teaser__media, .blog-tag-view #post-list .post-holder .teaser--news .teaser__media, .category-projects #post-list .post-holder .teaser--news .teaser__media {
        overflow: hidden;
        margin-bottom: 15px; }
        .blog-index-index #post-list .post-holder .teaser--news .teaser__media img, .blog-tag-view #post-list .post-holder .teaser--news .teaser__media img, .category-projects #post-list .post-holder .teaser--news .teaser__media img {
          transition: transform 300ms ease-out; }
      .blog-index-index #post-list .post-holder .teaser--news .teaser__headline, .blog-tag-view #post-list .post-holder .teaser--news .teaser__headline, .category-projects #post-list .post-holder .teaser--news .teaser__headline {
        padding: 0; }
        .blog-index-index #post-list .post-holder .teaser--news .teaser__headline .post-title h3, .blog-tag-view #post-list .post-holder .teaser--news .teaser__headline .post-title h3, .category-projects #post-list .post-holder .teaser--news .teaser__headline .post-title h3 {
          font-family: CeraPro-Regular, sans-serif;
          font-weight: 700;
          font-style: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem;
          text-transform: none; }
      .blog-index-index #post-list .post-holder .teaser--news .teaser__text, .blog-tag-view #post-list .post-holder .teaser--news .teaser__text, .category-projects #post-list .post-holder .teaser--news .teaser__text {
        padding: 10px 0 0; }
        .blog-index-index #post-list .post-holder .teaser--news .teaser__text .post-text-hld, .blog-index-index #post-list .post-holder .teaser--news .teaser__text .post-text-hld p, .blog-index-index #post-list .post-holder .teaser--news .teaser__text .post-text-hld span,
        .blog-index-index #post-list .post-holder .teaser--news .teaser__text .post-text-hld strong, .blog-index-index #post-list .post-holder .teaser--news .teaser__text .post-text-hld h5, .blog-index-index #post-list .post-holder .teaser--news .teaser__text .post-text-hld a, .blog-tag-view #post-list .post-holder .teaser--news .teaser__text .post-text-hld, .blog-tag-view #post-list .post-holder .teaser--news .teaser__text .post-text-hld p, .blog-tag-view #post-list .post-holder .teaser--news .teaser__text .post-text-hld span,
        .blog-tag-view #post-list .post-holder .teaser--news .teaser__text .post-text-hld strong, .blog-tag-view #post-list .post-holder .teaser--news .teaser__text .post-text-hld h5, .blog-tag-view #post-list .post-holder .teaser--news .teaser__text .post-text-hld a, .category-projects #post-list .post-holder .teaser--news .teaser__text .post-text-hld, .category-projects #post-list .post-holder .teaser--news .teaser__text .post-text-hld p, .category-projects #post-list .post-holder .teaser--news .teaser__text .post-text-hld span,
        .category-projects #post-list .post-holder .teaser--news .teaser__text .post-text-hld strong, .category-projects #post-list .post-holder .teaser--news .teaser__text .post-text-hld h5, .category-projects #post-list .post-holder .teaser--news .teaser__text .post-text-hld a {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 20px;
          line-height: 1.25rem;
          color: #000;
          margin: 0; }
    .blog-index-index #post-list .post-holder:hover .teaser__media img, .blog-tag-view #post-list .post-holder:hover .teaser__media img, .category-projects #post-list .post-holder:hover .teaser__media img {
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.blog-post-view .headline-5 {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 0.9px;
  text-transform: none;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 5px; }
  @media screen and (min-width: 48em) {
    .blog-post-view .headline-5 {
      margin-bottom: 20px; } }

.blog-post-view .content-wrapper {
  max-width: 800px;
  margin: 0 auto; }
  .blog-post-view .content-wrapper .img {
    text-align: center; }
    @media screen and (min-width: 80em) {
      .blog-post-view .content-wrapper .img {
        position: relative; } }
    .blog-post-view .content-wrapper .img img {
      width: 100%; }
    .blog-post-view .content-wrapper .img .navigation .prev, .blog-post-view .content-wrapper .img .navigation .next {
      text-decoration: none;
      width: 75px; }
      @media screen and (min-width: 80em) {
        .blog-post-view .content-wrapper .img .navigation .prev, .blog-post-view .content-wrapper .img .navigation .next {
          position: absolute;
          top: 45%; } }
      .blog-post-view .content-wrapper .img .navigation .prev span, .blog-post-view .content-wrapper .img .navigation .next span {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #000;
        letter-spacing: 0.36px;
        width: 100%;
        display: block;
        text-transform: lowercase;
        margin-top: 5px; }
        @media screen and (max-width: 79.9375em) {
          .blog-post-view .content-wrapper .img .navigation .prev span, .blog-post-view .content-wrapper .img .navigation .next span {
            height: 40px;
            overflow: hidden; } }
      .blog-post-view .content-wrapper .img .navigation .prev:before, .blog-post-view .content-wrapper .img .navigation .next:before {
        content: '';
        display: block;
        width: 45px;
        height: 45px; }
    .blog-post-view .content-wrapper .img .navigation .prev {
      text-align: right; }
      @media screen and (min-width: 80em) {
        .blog-post-view .content-wrapper .img .navigation .prev {
          left: -105px; } }
      .blog-post-view .content-wrapper .img .navigation .prev:before {
        background-image: url("../images/svg/icon-previous.svg");
        float: right; }
      .blog-post-view .content-wrapper .img .navigation .prev span {
        float: right; }
    .blog-post-view .content-wrapper .img .navigation .next {
      text-align: left; }
      @media screen and (min-width: 80em) {
        .blog-post-view .content-wrapper .img .navigation .next {
          right: -105px; } }
      .blog-post-view .content-wrapper .img .navigation .next:before {
        background-image: url("../images/svg/icon-next.svg");
        float: left; }
      .blog-post-view .content-wrapper .img .navigation .next span {
        float: left; }
  .blog-post-view .content-wrapper .actions-toolbar-wrapper {
    padding: 30px 0; }
    .blog-post-view .content-wrapper .actions-toolbar-wrapper:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }
    @media screen and (max-width: 62em) {
      .blog-post-view .content-wrapper .actions-toolbar-wrapper {
        padding: 15px 0; } }
    .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar {
      float: left;
      height: 20px; }
      .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li {
        display: inline-block; }
        .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a {
          background-repeat: no-repeat;
          display: block;
          width: 21px;
          height: 20px; }
          .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.like {
            background-image: url("../images/svg/like-btn.svg"); }
          .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.read-more {
            background-image: url("../images/svg/readmore-btn.svg"); }
          .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.goto {
            background-image: url("../images/svg/goto-btn.svg"); }
          .blog-post-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.download {
            background-image: url("../images/svg/download-btn.svg"); }
    .blog-post-view .content-wrapper .actions-toolbar-wrapper .tags {
      float: right; }
  .blog-post-view .content-wrapper .post-text p, .blog-post-view .content-wrapper .post-text span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.36px;
    color: #000; }
  @media screen and (max-width: 79.9375em) {
    .blog-post-view .content-wrapper .tags {
      border-top: 1px dotted #000;
      border-bottom: 1px dotted #000;
      padding: 15px 0 5px; }
      .blog-post-view .content-wrapper .tags a {
        margin: 0 10px 10px 0; } }
  .blog-post-view .content-wrapper .tags a {
    border-radius: 50px;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #fff;
    letter-spacing: 0.09px;
    background-color: #000;
    padding: 7px 20px 5px;
    vertical-align: middle;
    text-decoration: none;
    line-height: normal; }

.blog-post-view .post-bottom .block-title {
  text-align: center; }

@media screen and (max-width: 79.9375em) {
  .blog-post-view .container {
    padding-bottom: 105px;
    position: relative; }
    .blog-post-view .container .content-wrapper .img .navigation {
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0; }
      .blog-post-view .container .content-wrapper .img .navigation .prev, .blog-post-view .container .content-wrapper .img .navigation .next {
        margin-right: 30px;
        margin-left: 30px; }
  .blog-post-view .tags--desktop {
    display: none; } }

@media screen and (min-width: 80em) {
  .blog-post-view .tags--mobile {
    display: none; } }

@media print {
  .blog-post-view .content-wrapper .headline-5 {
    margin: 20px 0; }
  .blog-post-view .content-wrapper .navigation, .blog-post-view .content-wrapper .actions-toolbar-wrapper, .blog-post-view .content-wrapper .tags {
    display: none; }
  .blog-post-view .content-wrapper .img {
    margin-bottom: 40px; }
  .blog-post-view .post-bottom {
    display: none; } }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.catalog-product-view main .block.related, .blog-post-view main .block.related, .designer-view-detail main .block.related, .bragento2-project-project-view main .block.related {
  margin: 0;
  padding: 0; }
  .catalog-product-view main .block.related .title h3, .blog-post-view main .block.related .title h3, .designer-view-detail main .block.related .title h3, .bragento2-project-project-view main .block.related .title h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: bold;
    text-transform: none; }
    @media screen and (max-width: 62em) {
      .catalog-product-view main .block.related .title h3, .blog-post-view main .block.related .title h3, .designer-view-detail main .block.related .title h3, .bragento2-project-project-view main .block.related .title h3 {
        font-size: 1.375rem; } }
  .catalog-product-view main .block.related .slick-slider--products .slick-slide .teaser--item, .blog-post-view main .block.related .slick-slider--products .slick-slide .teaser--item, .designer-view-detail main .block.related .slick-slider--products .slick-slide .teaser--item, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide .teaser--item {
    padding: 10px; }
    .catalog-product-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__image, .blog-post-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__image, .designer-view-detail main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__image, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__image {
      overflow: hidden;
      padding: 0; }
    .catalog-product-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content, .blog-post-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content, .designer-view-detail main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content {
      padding: 0; }
      @media screen and (max-width: 62em) {
        .catalog-product-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content, .blog-post-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content, .designer-view-detail main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content {
          display: none; } }
      .catalog-product-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link, .blog-post-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link, .designer-view-detail main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: CeraPro-Regular, sans-serif;
        font-weight: bold;
        color: #000;
        text-transform: uppercase; }
        .catalog-product-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link:hover, .blog-post-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link:hover, .designer-view-detail main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link:hover, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide .teaser--item .teaser__content .product-item-link:hover {
          color: #000; }
  .catalog-product-view main .block.related .slick-slider--products .slick-slide:hover > div, .blog-post-view main .block.related .slick-slider--products .slick-slide:hover > div, .designer-view-detail main .block.related .slick-slider--products .slick-slide:hover > div, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide:hover > div {
    position: relative; }
    .catalog-product-view main .block.related .slick-slider--products .slick-slide:hover > div:after, .blog-post-view main .block.related .slick-slider--products .slick-slide:hover > div:after, .designer-view-detail main .block.related .slick-slider--products .slick-slide:hover > div:after, .bragento2-project-project-view main .block.related .slick-slider--products .slick-slide:hover > div:after {
      content: '';
      background-image: url("../images/svg/mouse-over-btn.svg");
      display: block;
      width: 45px;
      height: 45px;
      right: 0;
      top: 40px;
      position: absolute;
      z-index: 10; }
  .catalog-product-view main .block.related .slick-slider--products .slick-arrow, .blog-post-view main .block.related .slick-slider--products .slick-arrow, .designer-view-detail main .block.related .slick-slider--products .slick-arrow, .bragento2-project-project-view main .block.related .slick-slider--products .slick-arrow {
    display: none; }

.catalog-category-view .catalog-category.row > .teaser .teaser__text a, .designer-view-index .catalog-category.row > .teaser .teaser__text a, .category-projects .catalog-category.row > .teaser .teaser__text a {
  border-radius: 20px;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #fff;
  letter-spacing: 0.12px;
  background-color: #000;
  height: 30px;
  text-transform: none;
  padding: 0 30px;
  margin: 0 0 45px 0; }

@media screen and (min-width: 62em) {
  .catalog-category-view .catalog-category.row, .designer-view-index .catalog-category.row, .category-projects .catalog-category.row {
    margin-left: -15px;
    margin-right: -15px; }
    .catalog-category-view .catalog-category.row > .teaser, .designer-view-index .catalog-category.row > .teaser, .category-projects .catalog-category.row > .teaser {
      border-right: 1px dotted #000;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px;
      position: relative; }
      .catalog-category-view .catalog-category.row > .teaser:after, .designer-view-index .catalog-category.row > .teaser:after, .category-projects .catalog-category.row > .teaser:after {
        border-bottom: 1px dotted #000;
        position: absolute;
        bottom: -15px;
        width: 100%; }
      .catalog-category-view .catalog-category.row > .teaser:nth-child(3n), .designer-view-index .catalog-category.row > .teaser:nth-child(3n), .category-projects .catalog-category.row > .teaser:nth-child(3n) {
        border-right: none; }
        .catalog-category-view .catalog-category.row > .teaser:nth-child(3n):after, .designer-view-index .catalog-category.row > .teaser:nth-child(3n):after, .category-projects .catalog-category.row > .teaser:nth-child(3n):after {
          width: 93%; } }
    @media screen and (min-width: 62em) and (min-width: 62em) {
      .catalog-category-view .catalog-category.row > .teaser.no-underline:after, .designer-view-index .catalog-category.row > .teaser.no-underline:after, .category-projects .catalog-category.row > .teaser.no-underline:after {
        display: none; } }

.designer-view-index .catalog-category.row > .teaser .teaser__text a {
  margin: 0 0 30px 0; }

@media screen and (max-width: 79.9375em) {
  .only--desktop {
    display: none; } }

@media screen and (min-width: 62em) {
  .only--mobile {
    display: none; } }

#contact-form .field.email2 {
  display: none; }
  #contact-form .field.email2 #email2 {
    display: none; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.cms-noroute-index {
  background-color: #a4acb1; }
  .cms-noroute-index main {
    background-color: #a4acb1;
    text-align: center; }
    .cms-noroute-index main h2, .cms-noroute-index main p {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-style: italic;
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg); }
    .cms-noroute-index main h2.title {
      font-size: 99px;
      font-size: 6.1875rem;
      letter-spacing: 2.97px;
      margin: 120px  0 40px;
      border-bottom: 3px solid;
      display: inline-block;
      padding-bottom: 40px; }
    .cms-noroute-index main p {
      font-size: 27px;
      font-size: 1.6875rem;
      letter-spacing: 0.81px;
      margin: 0 0 10px; }
    .cms-noroute-index main .btn {
      border-radius: 50px;
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      background-color: #fff;
      color: #b2b2b1;
      line-height: normal;
      text-transform: none;
      letter-spacing: 0.12px;
      height: 30px;
      padding: 8px 15px 8px 15px;
      text-transform: none;
      margin-top: 100px;
      min-width: 185px; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.bragento2-project-project-view .headline-5 {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 0.9px;
  text-transform: none;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 5px; }
  @media screen and (min-width: 48em) {
    .bragento2-project-project-view .headline-5 {
      margin-bottom: 20px; } }

.bragento2-project-project-view .content-wrapper {
  max-width: 800px;
  margin: 0 auto; }
  .bragento2-project-project-view .content-wrapper .img {
    text-align: center; }
    @media screen and (min-width: 80em) {
      .bragento2-project-project-view .content-wrapper .img {
        position: relative; } }
    .bragento2-project-project-view .content-wrapper .img img {
      width: 100%; }
    .bragento2-project-project-view .content-wrapper .img .navigation .prev, .bragento2-project-project-view .content-wrapper .img .navigation .next {
      text-decoration: none;
      width: 75px; }
      @media screen and (min-width: 80em) {
        .bragento2-project-project-view .content-wrapper .img .navigation .prev, .bragento2-project-project-view .content-wrapper .img .navigation .next {
          position: absolute;
          top: 45%; } }
      .bragento2-project-project-view .content-wrapper .img .navigation .prev span, .bragento2-project-project-view .content-wrapper .img .navigation .next span {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #000;
        letter-spacing: 0.36px;
        width: 100%;
        display: block;
        text-transform: lowercase;
        margin-top: 5px; }
        @media screen and (max-width: 79.9375em) {
          .bragento2-project-project-view .content-wrapper .img .navigation .prev span, .bragento2-project-project-view .content-wrapper .img .navigation .next span {
            height: 40px;
            overflow: hidden; } }
      .bragento2-project-project-view .content-wrapper .img .navigation .prev:before, .bragento2-project-project-view .content-wrapper .img .navigation .next:before {
        content: '';
        display: block;
        width: 45px;
        height: 45px; }
    .bragento2-project-project-view .content-wrapper .img .navigation .prev {
      text-align: right; }
      @media screen and (min-width: 80em) {
        .bragento2-project-project-view .content-wrapper .img .navigation .prev {
          left: -105px; } }
      .bragento2-project-project-view .content-wrapper .img .navigation .prev:before {
        background-image: url("../images/svg/icon-previous.svg");
        float: right; }
      .bragento2-project-project-view .content-wrapper .img .navigation .prev span {
        float: right; }
    .bragento2-project-project-view .content-wrapper .img .navigation .next {
      text-align: left; }
      @media screen and (min-width: 80em) {
        .bragento2-project-project-view .content-wrapper .img .navigation .next {
          right: -105px; } }
      .bragento2-project-project-view .content-wrapper .img .navigation .next:before {
        background-image: url("../images/svg/icon-next.svg");
        float: left; }
      .bragento2-project-project-view .content-wrapper .img .navigation .next span {
        float: left; }
  .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper {
    padding: 30px 0; }
    .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }
    @media screen and (max-width: 62em) {
      .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper {
        padding: 15px 0; } }
    .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar {
      float: left;
      height: 20px; }
      .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li {
        display: inline-block; }
        .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a {
          background-repeat: no-repeat;
          display: block;
          width: 21px;
          height: 20px; }
          .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.like {
            background-image: url("../images/svg/like-btn.svg"); }
          .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.read-more {
            background-image: url("../images/svg/readmore-btn.svg"); }
          .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.goto {
            background-image: url("../images/svg/goto-btn.svg"); }
          .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper .actions-toolbar li a.download {
            background-image: url("../images/svg/download-btn.svg"); }
  .bragento2-project-project-view .content-wrapper .description p, .bragento2-project-project-view .content-wrapper .description span, .bragento2-project-project-view .content-wrapper .description strong, .bragento2-project-project-view .content-wrapper .description a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.36px;
    color: #000; }
  .bragento2-project-project-view .content-wrapper .description h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 5px 0; }

@media screen and (max-width: 79.9375em) {
  .bragento2-project-project-view .container {
    padding-bottom: 105px;
    position: relative; }
    .bragento2-project-project-view .container .content-wrapper .img .navigation {
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0; }
      .bragento2-project-project-view .container .content-wrapper .img .navigation .prev, .bragento2-project-project-view .container .content-wrapper .img .navigation .next {
        margin-right: 30px;
        margin-left: 30px; } }

@media print {
  .bragento2-project-project-view .content-wrapper .headline-5 {
    margin: 20px 0; }
  .bragento2-project-project-view .content-wrapper .navigation, .bragento2-project-project-view .content-wrapper .actions-toolbar-wrapper, .bragento2-project-project-view .content-wrapper .tags {
    display: none; }
  .bragento2-project-project-view .content-wrapper .img {
    margin-bottom: 40px; }
  .bragento2-project-project-view .post-bottom {
    display: none; } }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.customer-account-login button.action, .customer-account-login .btn.action {
  border-radius: 15px;
  background-color: #000;
  height: 30px;
  padding: 0 15px;
  text-align: center;
  width: 100%; }
  .customer-account-login button.action span, .customer-account-login .btn.action span {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: none; }

@media screen and (min-width: 80em) {
  .customer-account-login .nav__section .top-links, .customer-account-create .nav__section .top-links {
    width: 82px; } }

.customer-account-login .block-customer-login, .customer-account-login .block-customer-register, .customer-account-create .block-customer-login, .customer-account-create .block-customer-register {
  padding-left: 15px;
  padding-right: 15px; }

/**
 * Capitan slick-slider v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-02-03
 * MIT License (MIT)
 */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-slide {
  transition: opacity 1s ease;
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  .slick-slide.load-img {
    opacity: 0; }
  .slick-slide.is-loaded {
    opacity: 1; }
  .slick-slide > a {
    display: block; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%;
    outline: none; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-arrow {
  transition: color 0.2s ease;
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 0px;
  font-size: 0rem;
  background: transparent;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 50%;
  color: #000;
  z-index: 3;
  width: 46px;
  height: 45px;
  padding: 0; }
  @media screen and (max-width: 47.9375em) {
    .slick-arrow {
      display: none !important; } }
  @media screen and (min-width: 62em) {
    .slick-arrow {
      top: 50%; } }
  .slick-arrow:hover, .slick-arrow:focus {
    background: transparent;
    outline: none;
    color: #777; }

.slick-prev {
  left: -20px; }

.slick-next {
  right: -20px; }

.slick-dots {
  position: absolute;
  margin: 0;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      transition: background 0.15s ease;
      border: 0;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.4);
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background: #fff; }
    .slick-dots li.slick-active button {
      background: #fff; }

/*
@if $enable-flex {
	[class*="col-"] {
		min-width: 0;
		min-height: 0;
	}
}
*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  .slick-slider > div {
    display: none; }
    .slick-slider > div:first-child {
      display: block; }
  .slick-slider a > img:hover {
    opacity: 1; }
  .slick-initialized.slick-slider > div {
    display: block; }
  .slick-track.slick-slider, .slick-list.slick-slider {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-slider__nav {
  text-transform: uppercase; }
  .slick-slider__nav .slick-track {
    width: 100% !important; }
  .slick-slider__nav .slick-slide {
    transition: border-color 100ms ease;
    margin: 10px 0;
    padding: 10px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 29.9375em) {
      .slick-slider__nav .slick-slide {
        width: 100%;
        float: none; } }
    @media screen and (min-width: 62em) {
      .slick-slider__nav .slick-slide {
        margin: 0 20px 0 0; } }
    .slick-slider__nav .slick-slide:hover {
      cursor: pointer; }
    .slick-slider__nav .slick-slide:hover, .slick-slider__nav .slick-slide.slick-current {
      border-bottom: 1px solid #000; }

@media screen and (min-width: 62em) {
  .slick-slider__nav--sync {
    padding: 0 10px;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0; } }

.slick-slider__nav--sync .slick-track {
  width: 100% !important;
  left: 0 !important; }

.slick-slider__nav--sync .slick-slide {
  transition: opacity 200ms ease;
  overflow: hidden;
  opacity: 0.8;
  padding: 0;
  border: 1px solid #ccc;
  margin: 0; }
  @media screen and (min-width: 20em) {
    .slick-slider__nav--sync .slick-slide {
      width: 33.333333333%;
      float: left; } }
  @media screen and (min-width: 30em) {
    .slick-slider__nav--sync .slick-slide {
      width: 25%; } }
  @media screen and (min-width: 48em) {
    .slick-slider__nav--sync .slick-slide {
      width: auto;
      margin: 10px;
      max-height: 100px;
      max-width: 150px; } }
  @media screen and (min-width: 62em) {
    .slick-slider__nav--sync .slick-slide {
      margin: 10px 20px 0 0; } }
  .slick-slider__nav--sync .slick-slide:hover, .slick-slider__nav--sync .slick-slide.slick-current {
    border-color: #000;
    opacity: 1; }
  .slick-slider__nav--sync .slick-slide img {
    width: 100%; }

@media screen and (min-width: 62em) {
  .slick-slider__info-wrapper {
    position: absolute;
    top: 30%;
    width: 100%; } }

.slick-slider__info-wrapper .container {
  position: relative;
  min-width: 0; }
  @media screen and (min-width: 62em) {
    .slick-slider__info-wrapper .container {
      text-align: center; } }
  @media screen and (max-width: 61.9375em) {
    .slick-slider__info-wrapper .container {
      padding: 0; } }

@media screen and (min-width: 48em) {
  .slick-slider__info-wrapper--bottom-left {
    top: auto;
    bottom: 8%; } }

@media screen and (min-width: 48em) {
  .slick-slider__info-wrapper--bottom-right {
    top: auto;
    bottom: 8%; } }

.slick-slider__content {
  background: #ededed;
  text-align: center;
  padding: 20px; }
  @media screen and (min-width: 62em) {
    .slick-slider__content {
      background: #fff;
      background: rgba(255, 255, 255, 0.7);
      padding: 40px;
      display: inline-block; } }
  .slick-slider__content h1,
  .slick-slider__content .h1,
  .slick-slider__content h2,
  .slick-slider__content .h2 {
    margin-top: 0; }
  .slick-slider__content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem; }
    @media screen and (min-width: 48em) {
      .slick-slider__content p {
        font-size: 1.625rem;
        line-height: 2.25rem; } }

.slick-slider--stage {
  margin-bottom: 0; }
  .slick-slider--stage h1,
  .slick-slider--stage .h1,
  .slick-slider--stage h2,
  .slick-slider--stage .h2 {
    font-size: 60px;
    font-size: 3.75rem; }
  .slick-slider--stage p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem; }
  .slick-slider--stage .slick-prev {
    left: 40px; }
  .slick-slider--stage .slick-next {
    right: 40px; }
  .slick-slider--stage .slick-slider__content {
    opacity: 0;
    text-align: left;
    position: relative;
    right: 0; }
    @media screen and (min-width: 62em) {
      .slick-slider--stage .slick-slider__content {
        max-width: 40%; } }
    .slick-slider--stage .slick-slider__content.is-visible {
      transition: opacity 350ms ease;
      opacity: 1; }
  @media screen and (min-width: 62em) {
    .slick-slider--stage .slick-slider__info-wrapper {
      -ms-transform: translate(0,-50%);
      transform: translate(0,-50%);
      top: 50%; } }
  .slick-slider--stage .slick-slider__info-wrapper .container {
    text-align: right; }
  .slick-slider--stage .slick-arrow {
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.75); }
    .slick-slider--stage .slick-arrow:before {
      font-size: 70px;
      font-size: 4.375rem;
      text-shadow: 2px 2px 12px #777;
      line-height: 70px;
      height: 60px; }
    .slick-slider--stage .slick-arrow:hover {
      color: white; }

.slick-slider--products {
  text-align: center; }
  .slick-slider--products img {
    width: auto;
    display: inline-block; }

.slick-slider--sync {
  overflow: hidden; }
  @media screen and (min-width: 62em) {
    .slick-slider--sync {
      height: 850px; } }
  .slick-slider--sync .slick-slider__img-wrapper {
    text-align: center; }
    @media screen and (min-width: 62em) {
      .slick-slider--sync .slick-slider__img-wrapper img {
        width: auto;
        display: inline-block;
        max-width: none;
        height: 100%; } }

.slick-slider--highlights {
  min-height: 100px;
  text-align: center; }
  .slick-slider--highlights img {
    transition: transform 500ms ease;
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: auto;
    display: inline-block; }
  .slick-slider--highlights .container {
    min-width: 0; }
  .slick-slider--highlights .slick-slider__img-wrapper {
    padding: 0 10px; }
  .slick-slider--highlights .slick-slider__info-wrapper {
    position: relative;
    margin: 0 10px; }
  .slick-slider--highlights .slick-slider__content {
    transition: opacity 250ms ease;
    width: 100%;
    color: #777;
    display: inline-block;
    padding: 20px;
    text-align: left;
    position: relative; }
    @media screen and (min-width: 62em) {
      .slick-slider--highlights .slick-slider__content {
        opacity: 0;
        padding: 20px 20px 0 80px; } }
    .slick-slider--highlights .slick-slider__content:before {
      font-size: 20px;
      font-size: 1.25rem;
      content: '%';
      color: #fff;
      background: #000;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      line-height: 34px;
      text-align: center;
      display: block;
      margin-bottom: 10px; }
      @media screen and (min-width: 62em) {
        .slick-slider--highlights .slick-slider__content:before {
          font-size: 1.875rem;
          margin-bottom: 0;
          margin-top: -28px;
          position: absolute;
          left: 0;
          top: 50%;
          width: 56px;
          height: 56px;
          line-height: 54px; } }
    .slick-slider--highlights .slick-slider__content a {
      text-decoration: none; }
    .slick-slider--highlights .slick-slider__content p {
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (min-width: 48em) {
        .slick-slider--highlights .slick-slider__content p {
          font-size: 1rem; } }
    .slick-slider--highlights .slick-slider__content h2 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      margin-bottom: 10px; }
      @media screen and (min-width: 48em) {
        .slick-slider--highlights .slick-slider__content h2 {
          font-size: 1.75rem; } }
    .slick-slider--highlights .slick-slider__content p,
    .slick-slider--highlights .slick-slider__content h3,
    .slick-slider--highlights .slick-slider__content h4 {
      margin: 0; }
    .slick-slider--highlights .slick-slider__content .price {
      font-family: CeraPro-Semibold, sans-serif;
      font-weight: 600;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .slick-slider--highlights .slick-slider__content .price-details {
      line-height: 12px; }
      .slick-slider--highlights .slick-slider__content .price-details a,
      .slick-slider--highlights .slick-slider__content .price-details span {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 12px;
        color: #ccc; }
  .slick-slider--highlights .slick-slide {
    padding-bottom: 30px; }
    .slick-slider--highlights .slick-slide:hover img {
      -ms-transform: scale(1);
      transform: scale(1); }
    .slick-slider--highlights .slick-slide:hover .slick-slider__content {
      opacity: 1; }
  .slick-slider--highlights h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 60px;
    text-transform: uppercase; }
  .slick-slider--highlights p,
  .slick-slider--highlights h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    line-height: 23px;
    margin: 0; }
  .slick-slider--highlights h3 {
    text-transform: none;
    margin-top: 5px; }
    @media screen and (min-width: 48em) {
      .slick-slider--highlights h3 {
        margin-top: 10px; } }
  @media screen and (max-width: 47.9375em) {
    .slick-slider--highlights .slick-dots li {
      height: 12px;
      width: 12px; }
      .slick-slider--highlights .slick-dots li button {
        height: 12px;
        width: 12px; } }

.slick-slider--tabs .slick-slider__content {
  text-align: left;
  width: 100%;
  background: transparent;
  padding: 20px 0; }

.slick-slider--gallery .slick-slider__img-wrapper {
  display: block;
  margin: 0 10px; }

.slick-slider--gallery .slick-arrow {
  color: #000; }
  .slick-slider--gallery .slick-arrow:hover {
    color: #777; }

.slick-slider--gallery .slick-prev {
  left: -45px; }
  @media screen and (max-width: 79.9375em) {
    .slick-slider--gallery .slick-prev {
      left: 0; } }

.slick-slider--gallery .slick-next {
  right: -45px; }
  @media screen and (max-width: 79.9375em) {
    .slick-slider--gallery .slick-next {
      right: 0; } }

@media screen and (max-width: 47.9375em) {
  .slick-slider--gallery .slick-dots {
    position: static; }
    .slick-slider--gallery .slick-dots li {
      height: 12px;
      width: 12px; }
      .slick-slider--gallery .slick-dots li button {
        height: 12px;
        width: 12px;
        background: #ccc;
        background: rgba(34, 34, 34, 0.4); }
      .slick-slider--gallery .slick-dots li.slick-active button {
        background: #000; } }

.slick-slider--center {
  background: #000; }
  .slick-slider--center .slick-slide {
    transition: opacity 200ms ease;
    opacity: 0.25; }
  .slick-slider--center .slick-current {
    opacity: 1; }

.slick-slider--collection {
  margin-bottom: 20px; }
  @media screen and (min-width: 30em) {
    .slick-slider--collection h3 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 79.9375em) {
    .slick-slider--collection .container {
      padding: 0; } }
  @media screen and (min-width: 62em) {
    .slick-slider--collection .slick-slider__img-wrapper {
      padding-top: 200px; } }
  @media screen and (min-width: 62em) {
    .slick-slider--collection .slick-slider__info-wrapper {
      top: 0;
      left: 0;
      right: 0; } }
  .slick-slider--collection .slick-slider__content {
    padding-bottom: 40px; }
    .slick-slider--collection .slick-slider__content h2 {
      display: none; }
    .slick-slider--collection .slick-slider__content p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px; }
    @media screen and (min-width: 48em) {
      .slick-slider--collection .slick-slider__content {
        padding-bottom: 0; } }
    @media screen and (min-width: 62em) {
      .slick-slider--collection .slick-slider__content {
        background: transparent; } }
  .slick-slider--collection .slick-dots {
    padding: 10px 0; }
    @media screen and (min-width: 48em) {
      .slick-slider--collection .slick-dots {
        display: none !important; } }
  .slick-slider--collection .slick-dots li.slick-active button {
    background: #777; }
  .slick-slider--collection .slick-dots li button {
    background: #000; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.social-media {
  margin: 50px 0;
  text-align: center; }
  .social-media li {
    display: inline-block;
    margin: 0 13px; }
    .social-media li a {
      background-image: url("../images/social-media.png");
      display: block;
      width: 30px;
      height: 31px; }
    .social-media li.fb a {
      background-position-x: -60px; }
    .social-media li.instagram a {
      background-position-x: -120px; }
    .social-media li.pinterest a {
      background-position-x: -180px; }

@media print {
  .social-media {
    display: none; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-container + .select2-container {
    top: 0 !important;
    left: inherit !important;
    right: 180px !important; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

#select2-container {
  position: relative; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--custom {
  /**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
  /**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
  /**
 * Return specific breakpoint
 */
  /**
 * Return specific color
 */
  /**
 * Return specific Icon
 */
  /**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
  /* base path */
  /* Base sizes */
  /* Body font size */
  /**
 * Grid-System
 */
  /* <@breakpoints */
  /* breakpoints@> */
  /* Colors */
  /* <@colors */
  /* colors@> */
  /* Icons */
  /* <@icons */
  /* icons@> */
  /* Font Style */
  /**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
  /* ==========================================================================
   Mixins
   ========================================================================== */
  /**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
  /**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
  /**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
  /**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
  /**
* Clearfix
*/
  /**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
  /**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
  /**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */ }
  .select2-container--custom .select2-selection--single .select2-selection__rendered {
    border-radius: 50px;
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-style: dotted;
    border-width: 1px;
    padding: 5px 15px 5px 15px;
    height: 30px;
    text-align: left; }
    .select2-container--custom .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.12px;
      color: #000;
      opacity: 1; }
    .select2-container--custom .select2-selection--single .select2-selection__rendered:-ms-input-placeholder {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.12px;
      color: #000;
      opacity: 1; }
    .select2-container--custom .select2-selection--single .select2-selection__rendered::placeholder {
      font-family: CeraPro-Regular, sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.12px;
      color: #000;
      opacity: 1; }
  .select2-container--custom .select2-selection--single .select2-selection__clear {
    display: none; }
  .select2-container--custom .select2-selection--single .select2-selection__placeholder {
    font-family: CeraPro-Regular, sans-serif;
    font-weight: 700;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #000; }
  .select2-container--custom .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/svg/dropdown-btn.svg);
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    z-index: 10001; }
  .select2-container--custom[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--custom[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--custom.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--custom.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--custom.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/svg/dropdown-open-btn.svg); }
  .select2-container--custom .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--custom .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
      .select2-container--custom .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    .select2-container--custom .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--custom .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--custom .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--custom .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--custom .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--custom.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--custom.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--custom.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--custom .select2-dropdown {
    border-radius: 15px;
    border: none;
    overflow: hidden;
    width: 180px !important; }
  .select2-container--custom .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
  .select2-container--custom .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--custom .select2-results > .select2-results__options {
    max-height: 170px;
    overflow-y: auto; }
    .select2-container--custom .select2-results > .select2-results__options .select2-results__option {
      font-size: 12px;
      font-size: 0.75rem;
      font-family: CeraPro-Semibold, sans-serif;
      background-color: #000;
      color: #fff;
      padding: 4px 15px;
      text-align: left; }
  .select2-container--custom .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--custom .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--custom .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  .select2-container--custom .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--custom .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--custom .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--custom .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.number-style {
  border-radius: 15px;
  background-color: #000;
  height: 30px;
  overflow: hidden;
  max-width: 80px;
  width: 100%; }
  .number-style span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 100%;
    cursor: pointer;
    line-height: normal; }
  .number-style input.qty {
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #000 !important;
    border: none;
    display: inline-block;
    height: 100%;
    width: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    line-height: normal; }
  .number-style input.qty::-webkit-inner-spin-button,
  .number-style input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .number-style input.qty {
    -moz-appearance: textfield; }
  .number-style .number-minus:after {
    content: '<';
    color: #fff;
    position: absolute;
    left: 50%;
    top: 20%; }
  .number-style .number-plus:after {
    content: '>';
    color: #fff;
    position: absolute;
    right: 50%;
    top: 20%; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.block.crosssell .block-title {
  margin-bottom: 55px; }

.block.crosssell .block-content .products-grid {
  border-top: 1px dotted #000; }
  .block.crosssell .block-content .products-grid .product-items {
    border-bottom: 1px dotted #000;
    height: 156px; }
    .block.crosssell .block-content .products-grid .product-items:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }
    .block.crosssell .block-content .products-grid .product-items .product-item {
      float: left;
      width: 50%;
      text-align: center;
      padding: 15px 0 0; }
      .block.crosssell .block-content .products-grid .product-items .product-item .product-item-details .product-item-link {
        font-family: CeraPro-Regular, sans-serif;
        font-weight: 700;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 16px;
        line-height: 1rem;
        color: #000;
        letter-spacing: 0.36px;
        max-width: 120px;
        margin: 0 auto; }

/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* base path */
/* Base sizes */
/* Body font size */
/**
 * Grid-System
 */
/* <@breakpoints */
/* breakpoints@> */
/* Colors */
/* <@colors */
/* colors@> */
/* Icons */
/* <@icons */
/* icons@> */
/* Font Style */
/**
 * Capitan mixins.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * - add PX fallback for older browser
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-family value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for backgrounf transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQueries
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.shariff .theme-standard .shariff-button {
  min-width: unset;
  max-width: unset;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0 !important; }
  .shariff .theme-standard .shariff-button a {
    border-radius: 50px;
    background-color: #000; }
    .shariff .theme-standard .shariff-button a span {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 20px;
      line-height: 1.25rem;
      width: 20px;
      vertical-align: top; }
    .shariff .theme-standard .shariff-button a:hover {
      background-color: #000; }
  .shariff .theme-standard .shariff-button:last-child {
    margin-right: 5px !important; }

/**
 * Utility classes
 */
/**
 * Capitan helpers.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-03-14
 * MIT License (MIT)
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.util-flex-reorder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .util-flex-reorder > *:last-child {
    -ms-flex-order: -1;
        order: -1; }

.util-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

.util-text-unstyled {
  text-decoration: none; }

.util-italic {
  font-family: CeraPro-RegularIt, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.util-italic-light {
  font-family: CeraPro-LightIt, sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.util-flex-fill {
  display: -ms-flexbox !important;
  display: flex !important; }
  .util-flex-fill > * {
    -ms-flex: 1 0 0px;
        flex: 1 0 0; }
  .util-flex-fill > label {
    display: -ms-flexbox !important;
    display: flex !important; }
  .lte-ie11 .util-flex-fill > * {
    height: 100%; }

.util-flex-center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline; }

.util-flex-pull {
  -ms-flex-order: -1;
      order: -1; }

.util-full-width [class*="col-"] {
  -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; }
  .lte-ie11 .util-full-width [class*="col-"] {
    width: 100% !important; }

.util-left {
  float: left !important; }

.util-right {
  float: right !important; }

.util-center {
  display: block;
  margin: 0 auto;
  text-align: center; }

.util-clear {
  clear: both; }

.util-clearfix:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.util-no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

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

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

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

.util-uppercase strong {
  text-transform: uppercase; }

.util-show-grid [class*="col-"] {
  background: grey;
  outline: 1px solid red; }

.util-show-grid header {
  background: rgba(0, 128, 0, 0.5); }

.util-show-grid footer {
  background: rgba(0, 255, 255, 0.5); }

.util-reset-padding {
  padding: 0 !important; }
  .util-reset-padding-top {
    padding-top: 0 !important; }
  .util-reset-padding-right {
    padding-right: 0 !important; }
  .util-reset-padding-bottom {
    padding-bottom: 0 !important; }
  .util-reset-padding-left {
    padding-left: 0 !important; }
  .util-reset-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .util-reset-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.util-add-padding {
  padding: 10px !important; }
  .util-add-padding-full {
    padding: 20px !important; }
  .util-add-padding-double {
    padding: 40px !important; }
  .util-add-padding-top {
    padding-top: 10px !important; }
    .util-add-padding-top-full {
      padding-top: 20px !important; }
    .util-add-padding-top-double {
      padding-top: 40px !important; }
  .util-add-padding-right {
    padding-right: 10px !important; }
    .util-add-padding-right-full {
      padding-right: 20px !important; }
    .util-add-padding-right-double {
      padding-right: 40px !important; }
  .util-add-padding-bottom {
    padding-bottom: 10px !important; }
    .util-add-padding-bottom-full {
      padding-bottom: 20px !important; }
    .util-add-padding-bottom-double {
      padding-bottom: 40px !important; }
  .util-add-padding-left {
    padding-left: 10px !important; }
    .util-add-padding-left-full {
      padding-left: 20px !important; }
    .util-add-padding-left-double {
      padding-left: 40px !important; }
  .util-add-padding-x {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    .util-add-padding-x-full {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .util-add-padding-x-double {
      padding-left: 40px !important;
      padding-right: 40px !important; }
  .util-add-padding-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
    .util-add-padding-y-full {
      padding-top: 20px !important;
      padding-bottom: 20px !important; }
    .util-add-padding-y-double {
      padding-top: 40px !important;
      padding-bottom: 40px !important; }

.util-reset-margin {
  margin: 0 !important; }
  .util-reset-margin-top {
    margin-top: 0 !important; }
  .util-reset-margin-right {
    margin-right: 0 !important; }
  .util-reset-margin-bottom {
    margin-bottom: 0 !important; }
  .util-reset-margin-left {
    margin-left: 0 !important; }
  .util-reset-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .util-reset-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .util-reset-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important; }

.util-add-margin {
  margin: 10px !important; }
  .util-add-margin-full {
    margin: 20px !important; }
  .util-add-margin-double {
    margin: 40px !important; }
  .util-add-margin-top {
    margin-top: 10px !important; }
    .util-add-margin-top-full {
      margin-top: 20px !important; }
    .util-add-margin-top-double {
      margin-top: 40px !important; }
  .util-add-margin-right {
    margin-right: 10px !important; }
    .util-add-margin-right-full {
      margin-right: 20px !important; }
    .util-add-margin-right-double {
      margin-right: 40px !important; }
  .util-add-margin-bottom {
    margin-bottom: 10px !important; }
    .util-add-margin-bottom-full {
      margin-bottom: 20px !important; }
    .util-add-margin-bottom-double {
      margin-bottom: 40px !important; }
  .util-add-margin-left {
    margin-left: 10px !important; }
    .util-add-margin-left-full {
      margin-left: 20px !important; }
    .util-add-margin-left-double {
      margin-left: 40px !important; }
  .util-add-margin-x {
    margin-left: 10px !important;
    margin-right: 10px !important; }
    .util-add-margin-x-full {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    .util-add-margin-x-double {
      margin-left: 40px !important;
      margin-right: 40px !important; }
  .util-add-margin-y {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
    .util-add-margin-y-full {
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
    .util-add-margin-y-double {
      margin-top: 40px !important;
      margin-bottom: 40px !important; }

/** + bootstrap visibility utilities */
.no-display,
.util-hidden,
.util-visible-xs,
.util-visible-sm,
.util-visible-md,
.util-visible-lg,
.util-visible-xl {
  display: none !important; }

@media screen and (min-width: 20em) {
  .util-visible-xs {
    display: block !important; }
  span.util-visible-xs {
    display: inline !important; }
  .util-hidden-xs {
    display: none !important; } }

@media screen and (min-width: 30em) {
  .util-visible-sm {
    display: block !important; }
  span.util-visible-sm {
    display: inline !important; }
  .util-hidden-sm {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .util-visible-md {
    display: block !important; }
  span.util-visible-md {
    display: inline !important; }
  .util-hidden-md {
    display: none !important; } }

@media screen and (min-width: 62em) {
  .util-visible-lg {
    display: block !important; }
  span.util-visible-lg {
    display: inline !important; }
  .util-hidden-lg {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .util-visible-xl {
    display: block !important; }
  span.util-visible-xl {
    display: inline !important; }
  .util-hidden-xl {
    display: none !important; } }
