/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* playfair-display-regular - latin_latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url(../resources/fonts/playfair-display-v13-latin_latin-ext-regular.eot); /* IE9 Compat Modes */
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-regular.eot?#iefix) format('embedded-opentype'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-regular.woff2) format('woff2'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-regular.woff) format('woff'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-regular.ttf) format('truetype'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-regular.svg#PlayfairDisplay) format('svg'); /* Legacy iOS */
}
/* playfair-display-900 - latin_latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url(../resources/fonts/playfair-display-v13-latin_latin-ext-900.eot); /* IE9 Compat Modes */
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'),
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-900.eot?#iefix) format('embedded-opentype'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-900.woff2) format('woff2'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-900.woff) format('woff'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-900.ttf) format('truetype'), 
       url(../resources/fonts/playfair-display-v13-latin_latin-ext-900.svg#PlayfairDisplay) format('svg'); /* Legacy iOS */
}

/* Michelle Handwritten */
@font-face {
    font-family: 'michelle-handwritten';
    src: url(../resources/fonts/michelle-handwritten.ttf);
}

/* Graphit Light */
@font-face {
  font-family: 'Graphit';
  font-style: normal;
  font-weight: 300;
  src: local('Graphit Light'), local('Graphit-Light'),
       url(../resources/fonts/Graphit-Light.woff2) format('woff2'), 
       url(../resources/fonts/Graphit-Light.woff) format('woff'); /* Modern Browsers */
}

/* Graphit Regular */
@font-face {
  font-family: 'Graphit';
  font-style: normal;
  font-weight: 400;
  src: local('Graphit Regular'), local('Graphit-Regular'),
       url(../resources/fonts/Graphit-Regular.woff2) format('woff2'), 
       url(../resources/fonts/Graphit-Regular.woff) format('woff'); /* Modern Browsers */
}

/* Graphit Medium */
@font-face {
  font-family: 'Graphit';
  font-style: normal;
  font-weight: 500;
  src: local('Graphit Medium'), local('Graphit-Medium'),
       url(../resources/fonts/Graphit-Medium.woff2) format('woff2'), 
       url(../resources/fonts/Graphit-Medium.woff) format('woff'); /* Modern Browsers */
}

/* Graphit Medium Italic */
@font-face {
  font-family: 'Graphit';
  font-style: italic;
  font-weight: 500;
  src: local('Graphit Medium Italic'), local('Graphit-MediumItalic'),
       url(../resources/fonts/Graphit-MediumItalic.woff2) format('woff2'), 
       url(../resources/fonts/Graphit-MediumItalic.woff) format('woff'); /* Modern Browsers */
}

/* Graphit Bold */
@font-face {
  font-family: 'Graphit';
  font-style: normal;
  font-weight: 700;
  src: local('Graphit Bold'), local('Graphit-Bold'),
       url(../resources/fonts/Graphit-Bold.woff2) format('woff2'), 
       url(../resources/fonts/Graphit-Bold.woff) format('woff'); /* Modern Browsers */
}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

body {
  font-size: 16px;
  font-family: "proxima-soft", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  user-select: none;
  cursor: default;
  width: 100%;
  text-rendering: optimizeLegibility;
  transition: all 2.5s ease-in-out;
}
body.new-products-visible {
  background: #f9f8f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'michelle-handwritten', georgia, serif;
  font-weight: 800;
  display: inline-block;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  color: #333;
}
::selection {
  background: #3e424c;
  color: #fff;
  text-shadow: none;
}
pre,
p,
code,
.body {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
a {
  color: #3e424c;
  text-decoration: none;
}
ahover {
  text-decoration: underline;
}
.wf-loading {
  opacity: 0;
}
.wf-active {
  transition: 0.2s opacity;
}
p {
  line-height: 1.5em;
  font-family: 'Graphit', Georgia, sans-serif;
}
.wrapper.wrapper--shift-content {
  padding-top: 190px;
}
@media only screen and (max-width: 750px) {
  .wrapper.wrapper--shift-content {
    padding-top: 64px;
  }
}
.hidden {
  display: none !important;
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lazy-load-image__wrapper {
  overflow: hidden;
}
.lazy-load-image {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
  box-sizing: border-box;
}
.lazy-load-image .lazy-load-image__preview {
  position: absolute;
  top: -60%;
  left: -5%;
  right: -5%;
  bottom: 45%;
  width: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(20px);
  transform: translateY(50%);
  z-index: 2;
}
.lazy-load-image .lazy-load-image__version {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 50%;
  width: 100%;
  border-radius: inherit;
  transform: translateY(50%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
.lazy-load-image--loaded .lazy-load-image__preview {
  filter: none;
  opacity: 0;
}
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: 0.2s background;
  color: #333;
}
header.header--style-light {
  color: #333;
}
header.header--static {
  position: absolute;
}
header.header--sticky {
  position: fixed;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
}
.header__inner {
  padding: 20px 8px 19px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .header__inner {
    padding: 6px 14px 0px 69px;
  }
}
.header__inner .header__logo {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.header__inner .header__logo::after {
  content: '';
  display: table;
  clear: both;
}
.header__inner .header__logo h1,
.header__inner .header__logo div {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
  font-family: 'Graphit', Georgia, sans-serif;
}
.header__inner .header__logo h1 svg,
.header__inner .header__logo div svg {
  width: 100%;
  height: auto;
}
.header__inner nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
  display: flex;
}
.header__inner nav::after {
  content: '';
  display: table;
  clear: both;
}
.header__inner nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: auto;
}
.header__inner nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header__inner nav ul lic {
    display: none;
  }
}
.header__inner nav ul li a {
  display: flex;
  color: #292830;
  text-transform: uppercase;
  font-family: 'Graphit', Georgia, sans-serif;
  transition: 0.15s all;
  align-items: center;
}
.header__inner nav ul li a.button {
  color: #fff;
  font-weight: 500;
  padding: 20px 24px 17px;
  height: 48px;
  margin: 19px 24px 29px;
  line-height: inherit;
  width: auto;
  background: #c4e0c5;
  box-shadow: none !important;
  color: #292830 !important;
}
@media only screen and (max-width: 1080px) {
  .header__inner nav ul li a.button {
    margin: 23px 24px 25px 32px;
  }
}
@media only screen and (max-width: 750px) {
  .header__inner nav ul li a.button {
    margin: 0 0 9px 0;
  }
}
@media only screen and (max-width: 750px) {
  .hidden-mobile {
    display: none !important;
  }
}
header {
  height: 122px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  header {
    height: 64px;
  }
}
header .header__inner {
  height: 122px;
}
@media only screen and (max-width: 750px) {
  header .header__inner {
    height: 64px;
  }
}
header .header__inner .header__logo {
  white-space: nowrap;
}
@media only screen and (max-width: 800) {
  header .header__inner .header__logo {
    width: 20px;
  }
}
header .header__inner .header__logo h1,
header .header__inner .header__logo div {
  height: 80px;
}
@media only screen and (max-width: 750px) {
  header .header__inner .header__logo h1,
  header .header__inner .header__logo div {
    height: 60px;
    display: flex;
    flex-direction: column;
  }
}
header .header__inner .header__logo h1::after,
header .header__inner .header__logo div::after {
  content: '';
  display: table;
  clear: both;
}
header .header__inner .header__logo h1 svg,
header .header__inner .header__logo div svg {
  margin-left: 26px;
  margin-top: 32px;
  width: 160px;
  float: left;
  display: block;
  margin-right: 32px;
}
@media only screen and (max-width: 750px) {
  header .header__inner .header__logo h1 svg,
  header .header__inner .header__logo div svg {
    width: 96px;
    margin-left: 0;
    margin-top: 7px;
    margin-right: 0;
    overflow: visible;
  }
}
header .header__inner .header__logo h1 small,
header .header__inner .header__logo div small {
  line-height: 90px;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  font-weight: 400;
  height: 80px;
  display: block;
  color: #292830;
}
@media only screen and (max-width: 1280px) {
  header .header__inner .header__logo h1 small,
  header .header__inner .header__logo div small {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  header .header__inner .header__logo h1 small,
  header .header__inner .header__logo div small {
    display: flex;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    margin-top: -2px;
  }
}
header .header__inner nav ul {
  height: 84px;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  header .header__inner nav ul {
    height: 58px;
    padding-right: 0px;
  }
}
header .header__inner nav ul li a {
  padding: 0 12px;
  height: 90px;
  font-size: 0.9em;
  line-height: 90px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1080px) {
  header .header__inner nav ul li a {
    padding: 0 9px;
  }
}
@media only screen and (max-width: 600px) {
  header .header__inner nav ul li a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 550px) {
  header .header__inner nav ul li a {
    padding: 0 4px;
    letter-spacing: 0em;
  }
}
@media only screen and (max-width: 750px) {
  header .header__inner nav ul li a {
    height: 58px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 750px) {
  header .header__inner nav ul li .button {
    height: 36px;
    line-height: 36px;
    width: 72px;
    margin-top: 8px;
  }
}
.navigationItem--cart {
  position: relative;
}
.navigationItem--cart a {
  transition: all 0.2s;
  color: #333;
}
@media only screen and (max-width: 750px) {
  .navigationItem--cart a {
    padding-right: 16px !important;
  }
}
.navigationItem--cart a svg {
  position: relative;
  top: 4px;
  width: 20px;
  color: inherit;
}
.navigationItem--cart a svg #Icon {
  color: inherit;
  stroke: currentColor;
}
.navigationItem--cart a span {
  display: none;
}
.navigationItem--cart a:hover {
  color: #3e424c;
}
.navigationItem--cart a .cart__item-number {
  position: absolute;
  top: 15px;
  right: 7px;
  width: 20px;
  height: 20px;
  background: #3e424c;
  z-index: 999;
  line-height: 20px;
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s all;
}
.navigationItem--cart a .cart__item-number.cart__item-number--pending {
  transform: scale(0);
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .navigationItem--cart a .cart__item-number {
    top: 2px;
    right: 0px;
  }
}
.navigationItem--cart a .cart__item-number span {
  width: 22px;
  text-align: center;
  font-size: 600;
  height: 20px;
  color: #fff;
  display: block;
}
.header__mobileNavigationTrigger {
  display: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAmCAYAAACRWlj1AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAOKADAAQAAAABAAAAJgAAAADSh0GwAAAAyElEQVRoBe2asQqDMBCGL4FOgu59jWyduvWZu3XqltforuBU0PKHFqSDs3d8N+ipS77vongkyb5RSjlN03xbFjv/7nk852yvvu/utda3xp90ENw4zo91tYuuvUdK9hyG7irILBhVLgqceMQiJuUNUEnUaICasyprFEixiEk87R1UEvUjIzYCAxjAAAYwgAEM+DQQ/leNftDjxKQf9Fi17ZjpB7c2yDGAAQxgAAMYwMBhDdAPHrY0OwNjfXBHjrtHrA96K9n/JoQPCqyNHF0GaOgAAAAASUVORK5CYII=");
  width: 64px;
  height: 64px;
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .header__mobileNavigationTrigger {
    display: block;
  }
}
.burgerMenu {
  position: fixed;
  z-index: 2147483001;
  height: 100%;
  width: calc(100% - 64px);
  top: 0;
  left: 0;
  transition: 0.2s all;
  background: #f5f6f7;
  padding: 24px 32px;
  box-sizing: border-box;
  transform: translateX(-100%);
/* HIDE MENU FOR DEVELOPMENT */
}
.burgerMenu--open .burgerMenu {
  transform: translateX(0%);
}
.burgerMenu__content {
  display: flex;
  flex-direction: column;
}
.burgerMenu__close {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}
.burgerMenu__close:before,
.burgerMenu__close:after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #25272d;
  transform: rotate(45deg);
}
.burgerMenu__close:after {
  transform: rotate(-45deg);
}
.burgerMenu__item {
  width: 100%;
  padding: 20px 0 17px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 700;
  color: #292830;
  box-shadow: 0 1px 0 0 #e7e8ec;
}
.burgerMenu__item--light {
  padding: 14px 0 11px;
  font-size: 16px;
  font-weight: 400;
}
.burgerMenu__item:last-child {
  box-shadow: none;
}
.checkbox input {
  display: none;
}
.checkbox label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.checkbox label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 20px;
  z-index: 2;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #e0dcdd;
  box-sizing: border-box;
  transition: 0.2s all;
}
.checkbox label:before {
  transition: 0.2s all;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 3;
  width: 20px;
  opacity: 0;
  height: 20px;
  background-image: url(../resources/images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.checkbox input:checked+label:after {
  background: #3e424c;
  border-color: #3e424c;
}
.checkbox input:checked+label:before {
  opacity: 1;
}
.radio {
  display: inline-block;
}
.radio input {
  display: none;
}
.radio label {
  position: relative;
  padding-left: 32px;
  line-height: 32px;
  cursor: pointer;
}
.radio label:after {
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  display: block;
  width: 24px;
  z-index: 2;
  height: 24px;
  border-radius: 12px;
  border: 0;
  background: rgba(0,0,0,0.075);
  box-sizing: border-box;
  transition: 0.2s all;
}
.radio label:before {
  transition: 0.2s all;
  position: absolute;
  left: 8px;
  top: 3px;
  content: '';
  display: block;
  z-index: 3;
  width: 8px;
  transform: scale(0);
  opacity: 0;
  height: 8px;
  border-radius: 4px;
  background: #fff;
}
.radio input:checked+label:after {
  background: #3e424c;
}
.radio input:checked+label:before {
  transform: scale(1);
  opacity: 1;
}
.radio input:disabled+label {
  opacity: 0.5;
  cursor: default;
}
.multiselect {
  position: relative;
}
@media only screen and (max-width: 700px) {
  .multiselect {
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    margin: 12px 0;
  }
}
.multiselect .multiselect__data {
  display: none;
}
@media only screen and (max-width: 700px) {
  .multiselect .multiselect__inner {
    position: absolute;
    display: block;
    border: 2px solid #f4f4f4;
    pointer-events: none;
    padding: 20px 0;
    border-top: 0;
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    opacity: 0;
    background: #fff;
    z-index: 9999;
    left: -2px;
    right: -2px;
    top: 44px;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    transition: 0.2s all;
    box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  }
}
.multiselect.multiselect--open .multiselect__inner {
  transform: scaleY(1);
  display: block;
  opacity: 1;
  pointer-events: initial;
}
.multiselect.multiselect--open .multiselect__trigger:after {
  transform: rotateX(-180deg);
}
.multiselect.multiselect--disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: greyscale(100%);
}
.multiselect .multiselect__clear {
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
}
.multiselect .multiselect__trigger {
  font-size: 0.85em;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #000;
  padding: 0 12px;
}
.multiselect .multiselect__trigger:after {
  content: '';
  width: 32px;
  height: 44px;
  background: url("../resources/images/chevron down.svg");
  position: absolute;
  background-position: center center;
  transition: 0.2s all;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}
.multiselect .multiselect__trigger strong {
  font-weight: 600;
}
.multiselect .multiselect__trigger span {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  text-align: right;
  padding-right: 32px;
}
@media only screen and (min-width: 700px) {
  .multiselect .multiselect__trigger {
    display: none;
  }
}
.multiselect.multiselect--has-selected .multiselect__clear {
  opacity: 1;
  pointer-events: initial;
}
.multiselect .multiselect__header {
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(153,153,153,0.25);
  color: #848484;
  padding-bottom: 9px;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .multiselect .multiselect__header {
    display: none;
  }
}
.multiselect .multiselect__clear {
  color: #333;
  font-size: 0.8em;
  font-weight: 600;
  transition: 0.2s all;
  position: absolute;
  right: 0;
  top: 5px;
}
@media only screen and (max-width: 700px) {
  .multiselect .multiselect__clear {
    display: none;
  }
}
.multiselect ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .multiselect ul {
    margin-bottom: 40px;
  }
}
.multiselect ul li {
  display: block;
  height: 32px;
  margin-top: 12px;
  font-family: 'Graphit', Georgia, sans-serif;
  line-height: 32px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .multiselect ul li {
    padding: 0 20px;
  }
}
.multiselect ul li label {
  display: block;
  height: 32px;
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  line-height: 35px;
  position: relative;
  padding: 0;
  padding-left: 44px;
}
.multiselect ul li label span {
  width: 32px;
  position: absolute;
  height: 32px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.multiselect ul li label:after,
.multiselect ul li label:before {
  top: 6px;
  right: 0;
  left: auto;
}
.select {
  position: relative;
  border: 2px solid #f4f4f4;
  border-radius: 4px;
  margin: 12px 0;
  text-align: left;
  display: inline-block;
}
.select .select__data {
  display: none;
}
.select .select__inner {
  position: absolute;
  display: block;
  border: 2px solid #f4f4f4;
  pointer-events: none;
  padding: 20px 0;
  border-top: 0;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  background: #fff;
  z-index: 9999;
  left: -2px;
  right: -2px;
  top: 44px;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: 0.2s all;
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
}
.select.select--open .select__inner {
  transform: scaleY(1);
  display: block;
  opacity: 1;
  pointer-events: initial;
}
.select.select--open .select__trigger:after {
  transform: rotateX(-180deg);
}
.select .select__clear {
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
}
.select .select__trigger {
  font-size: 0.85em;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #000;
  padding: 0 12px;
}
.select .select__trigger:after {
  content: '';
  width: 32px;
  height: 44px;
  background: url("../resources/images/chevron down.svg");
  position: absolute;
  background-position: center center;
  transition: 0.2s all;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}
.select .select__trigger strong {
  font-weight: 600;
}
.select .select__trigger span {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  text-align: right;
  padding-right: 32px;
}
.select.select--has-selected .select__clear {
  opacity: 1;
  pointer-events: initial;
}
.select .select__header {
  display: none;
}
.select .select__clear {
  display: none;
}
.select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select ul li {
  display: block;
  height: 32px;
  margin-top: 12px;
  line-height: 32px;
  position: relative;
  padding: 0 20px;
}
.select ul li label {
  display: block;
  height: 32px;
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  line-height: 32px;
  position: relative;
  padding: 0;
  padding-left: 44px;
}
.select ul li label:before {
  top: 11px;
}
.select ul li label:after {
  top: 3px;
}
.select ul li label span {
  width: 32px;
  position: absolute;
  height: 32px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.textInput input[type="text"],
.textInput input[type="tel"],
.textInput input[type="email"],
.textInput input[type="password"] {
  height: 48px;
  background: #f7f5f7;
  border-radius: 24px;
  font-size: 1.125em;
  border: 0;
  caret-color: #3e424c;
  box-sizing: border-box;
  width: 100%;
  font-family: "proxima-soft", sans-serif;
  padding: 4px 24px 0;
  transition: 0.2s all;
  box-shadow: inset 0 0 0 2px rgba(62,66,76,0), 0 4px 16px 0 rgba(62,66,76,0);
}
.textInput input[type="text"].form__input--error,
.textInput input[type="tel"].form__input--error,
.textInput input[type="email"].form__input--error,
.textInput input[type="password"].form__input--error {
  box-shadow: inset 0 0 0 2px #ff006a !important;
}
.textInput input[type="text"]::placeholder,
.textInput input[type="tel"]::placeholder,
.textInput input[type="email"]::placeholder,
.textInput input[type="password"]::placeholder {
  color: #605c61;
  opacity: 0.38;
}
.textInput input[type="text"]:focus,
.textInput input[type="tel"]:focus,
.textInput input[type="email"]:focus,
.textInput input[type="password"]:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px #3e424c, 0 4px 16px 0 rgba(62,66,76,0.2);
  outline: 0;
}
@media only screen and (max-width: 750px) {
  .textInput input[type="text"],
  .textInput input[type="tel"],
  .textInput input[type="email"],
  .textInput input[type="password"] {
    background: none;
    border-bottom: 2px solid #f7f5f7;
    border-radius: 0;
    padding: 0 6px;
    padding-top: 10px;
    line-height: auto;
  }
  .textInput input[type="text"]:focus,
  .textInput input[type="tel"]:focus,
  .textInput input[type="email"]:focus,
  .textInput input[type="password"]:focus {
    border-color: #3e424c;
    box-shadow: inset 0 0 0 2px rgba(62,66,76,0), 0 4px 16px 0 rgba(62,66,76,0);
  }
}
.textInput.textInput--visiblePlaceholder {
  position: relative;
}
.textInput.textInput--visiblePlaceholder input::placeholder {
  opacity: 0;
}
.textInput.textInput--visiblePlaceholder label {
  position: absolute;
  top: 0;
  left: 24px;
  font-size: 1.125em;
  white-space: nowrap;
  height: 48px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  color: #605c61;
  opacity: 0.38;
  transition: 0.2s all;
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder label {
    left: 6px;
    transform-origin: 0% 0%;
  }
}
.textInput.textInput--visiblePlaceholder label:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  background-image: url(../resources/images/form_label_arrow.svg);
  position: relative;
  left: 13px;
  top: -2px;
  transition: 0.2s all;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder label:after {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder label {
    top: 0;
  }
  .textInput.textInput--visiblePlaceholder label input {
    margin-top: 24px;
  }
}
.textInput.textInput--visiblePlaceholder input:focus+label {
  transform: translateX(-100%);
  left: -40px;
  color: #3e424c;
  opacity: 1 !important;
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder input:focus+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
  }
}
.textInput.textInput--visiblePlaceholder input:focus+label:after {
  opacity: 1;
}
.textInput.textInput--visiblePlaceholder input:not(.placeholder-shown)+label {
  opacity: 0;
  transform: translateX(-100%);
  left: -40px;
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder input:not(.placeholder-shown)+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
    opacity: 0.5;
  }
}
.input_group {
  margin-bottom: 24px;
  height: 48px;
  position: relative;
}
.input_group.input_group--error input[type="text"] {
  box-shadow: inset 0 0 0 2px #ff006a !important;
}
.textarea {
  width: 100%;
  display: inline-block;
}
textarea {
  background: #f7f5f7;
  border-radius: 24px;
  width: 100%;
  font-size: 1.125em;
  border: 0;
  caret-color: #3e424c;
  box-sizing: border-box;
  resize: none;
  display: block;
  font-family: "proxima-soft", sans-serif;
  padding: 22px 24px !important;
  transition: 0.2s all;
  box-shadow: inset 0 0 0 2px rgba(62,66,76,0), 0 4px 16px 0 rgba(62,66,76,0);
}
textarea::placeholder {
  color: #605c61;
  opacity: 0.38;
}
textarea:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px #3e424c, 0 4px 16px 0 rgba(62,66,76,0.2);
  outline: 0;
}
@media only screen and (max-width: 750px) {
  textarea {
    background: none;
    border-bottom: 2px solid #f7f5f7;
    border-radius: 0;
    padding: 10px 6px 0 !important;
    line-height: auto;
  }
  textarea:focus {
    border-color: #3e424c;
    box-shadow: inset 0 0 0 2px rgba(62,66,76,0), 0 4px 16px 0 rgba(62,66,76,0);
  }
}
textarea.form__input--error {
  box-shadow: inset 0 0 0 2px #ff006a !important;
}
.button {
  font-family: 'Graphit', Georgia, sans-serif;
  display: inline-flex;
  padding: 19px 40px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #3e424c;
  font-weight: 500;
  outline: 0;
  transition: 0.2s box-shadow;
  box-shadow: inset 0 0 0 2px #3e424c;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .button {
    max-width: inherit;
    padding: 21px 24px 18px;
    width: 100%;
  }
}
.button--small {
  height: auto;
  padding: 13px 16px;
}
.button--prominent {
  background: #c4e0c5;
  box-shadow: none !important;
  color: #292830 !important;
}
.button--prominent:focus {
  border-color: #fff;
}
.button--disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
.gallery-block--layout-mosaic {
  border: 2px solid #fff;
  overflow: hidden;
}
.gallery-block--layout-mosaic::after {
  content: '';
  display: table;
  clear: both;
}
.gallery-block--layout-mosaic .lazy-load-image__wrapper {
  border: 2px solid #fff;
}
@media only screen and (min-width: 700px) {
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(1) {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(1)::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) {
    max-height: 70%;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2)::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(3),
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(4),
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(1),
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(2) {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(3)::after,
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(4)::after,
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(1)::after,
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item:nth-child(2)::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(3) {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.666666666666664%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(3)::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-block--layout-mosaic .gallery-block__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item,
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(3) .gallery-block__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(2) .gallery-block__item::after,
  .gallery-block--layout-mosaic .gallery-block__column:nth-child(3) .gallery-block__item::after {
    content: '';
    display: table;
    clear: both;
  }
}
.gallery-block--layout-columns .gallery-block__inner {
  width: auto;
  max-width: 1266px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.gallery-block--layout-columns .gallery-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
.gallery-block--layout-columns::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 700px) {
  .gallery-block--layout-columns .gallery-block__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-columns .gallery-block__column::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-columns .gallery-block__item {
    padding: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-block--layout-columns .gallery-block__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-columns .gallery-block__column::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-columns .gallery-block__column:nth-child(3) {
    display: none;
  }
  .gallery-block--layout-columns .gallery-block__item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    box-sizing: border-box;
    padding: 12px;
  }
  .gallery-block--layout-columns .gallery-block__item::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-block--layout-columns .gallery-block__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery-block--layout-columns .gallery-block__column::after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-block--layout-columns .gallery-block__column:nth-child(3) {
    display: block;
  }
  .gallery-block--layout-columns .gallery-block__item {
    padding: 6px 12px;
  }
}
.gallery-block--layout-stream {
  max-width: 100%;
  overflow: scroll;
  font-size: 0;
  height: 202px;
  margin-bottom: -22px;
}
@media only screen and (max-width: 600px) {
  .gallery-block--layout-stream {
    height: 102px;
  }
}
.gallery-block--layout-stream .gallery-block__column {
  border: 2px solid #fff;
  width: auto;
  height: 200px;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .gallery-block--layout-stream .gallery-block__column {
    height: 100px;
  }
}
.gallery-block--layout-stream .gallery-block__item {
  border: 2px solid #fff;
  width: 200px;
  overflow: hidden;
  box-sizing: border-box;
  height: 200px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .gallery-block--layout-stream .gallery-block__item {
    width: 100px;
    height: 100px;
  }
}
.gallery-block--layout-stream .gallery-block__item .lazy-load-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page {
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .page--home {
    margin-top: -68px;
  }
  .page--box {
    overflow: visible;
  }
}
.image-text-block--layout-header .image-text-block--video-wrapper {
  position: absolute;
  transition: 1s all;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #fff;
}
.image-text-block--layout-header .image-text-block--video-wrapper.video--loaded {
  opacity: 1;
}
.image-text-block--layout-header .image-text-block--video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.3;
}
.image-text-block {
  height: 80vh;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .image-text-block {
    height: 100vh;
  }
}
.image-text-block .image-text-block__inner {
  height: 100%;
}
.image-text-block--layout-1,
.image-text-block--layout-2,
.image-text-block--layout-wireframe {
  height: auto;
  padding: 128px 0;
}
.image-text-block--layout-1 h2,
.image-text-block--layout-2 h2,
.image-text-block--layout-wireframe h2 {
  text-transform: none !important;
  position: relative;
  line-height: 1.2em;
/*&:after
        content ''
        display block
        width 64px
        margin 24px 0 -24px
        height 12px
        background-image url(../images/separator.svg)
        +below(900px)
          margin 24px auto -24px*/
}
@media only screen and (max-width: 900px) {
  .image-text-block--layout-1,
  .image-text-block--layout-2,
  .image-text-block--layout-wireframe {
    padding: 48px 0;
    text-align: center;
  }
  .image-text-block--layout-1 .button,
  .image-text-block--layout-2 .button,
  .image-text-block--layout-wireframe .button,
  .image-text-block--layout-1 .lazy-load-image__wrapper,
  .image-text-block--layout-2 .lazy-load-image__wrapper,
  .image-text-block--layout-wireframe .lazy-load-image__wrapper {
    display: inline-block;
    margin: 0 auto;
  }
  .image-text-block--layout-1 .lazy-load-image__wrapper,
  .image-text-block--layout-2 .lazy-load-image__wrapper,
  .image-text-block--layout-wireframe .lazy-load-image__wrapper {
    margin-bottom: 20px;
  }
}
.image-text-block--layout-1 .image-text-block__inner,
.image-text-block--layout-2 .image-text-block__inner,
.image-text-block--layout-wireframe .image-text-block__inner {
  position: relative;
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.image-text-block--layout-1 .image-text-block__inner::after,
.image-text-block--layout-2 .image-text-block__inner::after,
.image-text-block--layout-wireframe .image-text-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-1 .image-text-block__image,
.image-text-block--layout-2 .image-text-block__image,
.image-text-block--layout-wireframe .image-text-block__image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 52.791666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-text-block--layout-1 .image-text-block__image::after,
.image-text-block--layout-2 .image-text-block__image::after,
.image-text-block--layout-wireframe .image-text-block__image::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-1 .image-text-block__image:last-child,
.image-text-block--layout-2 .image-text-block__image:last-child,
.image-text-block--layout-wireframe .image-text-block__image:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .image-text-block--layout-1 .image-text-block__image,
  .image-text-block--layout-2 .image-text-block__image,
  .image-text-block--layout-wireframe .image-text-block__image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-block--layout-1 .image-text-block__image:first-child,
  .image-text-block--layout-2 .image-text-block__image:first-child,
  .image-text-block--layout-wireframe .image-text-block__image:first-child {
    margin-left: auto;
  }
  .image-text-block--layout-1 .image-text-block__image:last-child,
  .image-text-block--layout-2 .image-text-block__image:last-child,
  .image-text-block--layout-wireframe .image-text-block__image:last-child {
    margin-right: auto;
  }
}
@media only screen and (min-width: 900px) {
  .image-text-block--layout-1 .image-text-block__image,
  .image-text-block--layout-2 .image-text-block__image,
  .image-text-block--layout-wireframe .image-text-block__image {
    height: 100%;
  }
}
.image-text-block--layout-1 .image-text-block__image .lazy-load-image__wrapper,
.image-text-block--layout-2 .image-text-block__image .lazy-load-image__wrapper,
.image-text-block--layout-wireframe .image-text-block__image .lazy-load-image__wrapper {
  width: 100%;
}
.image-text-block--layout-1 .lazy-load-image__version,
.image-text-block--layout-2 .lazy-load-image__version,
.image-text-block--layout-wireframe .lazy-load-image__version {
  background-size: contain;
}
.image-text-block--layout-1 .image-text-block__content,
.image-text-block--layout-2 .image-text-block__content,
.image-text-block--layout-wireframe .image-text-block__content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.image-text-block--layout-1 .image-text-block__content::after,
.image-text-block--layout-2 .image-text-block__content::after,
.image-text-block--layout-wireframe .image-text-block__content::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-1 .image-text-block__content:last-child,
.image-text-block--layout-2 .image-text-block__content:last-child,
.image-text-block--layout-wireframe .image-text-block__content:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .image-text-block--layout-1 .image-text-block__content,
  .image-text-block--layout-2 .image-text-block__content,
  .image-text-block--layout-wireframe .image-text-block__content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-block--layout-1 .image-text-block__content:first-child,
  .image-text-block--layout-2 .image-text-block__content:first-child,
  .image-text-block--layout-wireframe .image-text-block__content:first-child {
    margin-left: auto;
  }
  .image-text-block--layout-1 .image-text-block__content:last-child,
  .image-text-block--layout-2 .image-text-block__content:last-child,
  .image-text-block--layout-wireframe .image-text-block__content:last-child {
    margin-right: auto;
  }
}
@media only screen and (min-width: 900px) {
  .image-text-block--layout-1 .image-text-block__content,
  .image-text-block--layout-2 .image-text-block__content,
  .image-text-block--layout-wireframe .image-text-block__content {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 128px;
  }
}
.image-text-block--layout-1 .image-text-block__content h2,
.image-text-block--layout-2 .image-text-block__content h2,
.image-text-block--layout-wireframe .image-text-block__content h2 {
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 4px;
}
.image-text-block--layout-1 .image-text-block__content .body,
.image-text-block--layout-2 .image-text-block__content .body,
.image-text-block--layout-wireframe .image-text-block__content .body {
  margin: 24px 0;
  font-size: 1.125em;
  color: #7e7e7e;
}
.image-text-block--layout-1 .image-text-block__content .button a,
.image-text-block--layout-2 .image-text-block__content .button a,
.image-text-block--layout-wireframe .image-text-block__content .button a {
  background: #3e424c;
  color: #fff !important;
}
.image-text-block--layout-1 .image-text-block__content .button a:focus,
.image-text-block--layout-2 .image-text-block__content .button a:focus,
.image-text-block--layout-wireframe .image-text-block__content .button a:focus {
  border-color: #fff;
}
.image-text-block--layout-2 {
  background: RGB(250, 248, 248);
  color: #000;
}
.image-text-block--layout-2 .lazy-load-image__wrapper {
  width: 65%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.image-text-block--layout-2 .button a {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  background-color: #3e424c;
}
.image-text-block--layout-2 h2:before {
  display: none;
}
.image-text-block--layout-header {
  position: relative;
  height: 100vh;
  background: linear-gradient(180deg, #f7f5f7 0%, #fff 80%);
  color: #000;
}
.image-text-block--layout-header .image-text-block__inner {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.image-text-block--layout-header .image-text-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-header .image-text-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-text-block--layout-header .image-text-block__image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #f9f8f9, rgba(249,248,249,0));
  z-index: 4;
}
@media only screen and (max-width: 720px) {
  .image-text-block--layout-header .image-text-block__image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-block--layout-header .image-text-block__image:first-child {
    margin-left: auto;
  }
  .image-text-block--layout-header .image-text-block__image:last-child {
    margin-right: auto;
  }
  .image-text-block--layout-header .image-text-block__image .lazy-load-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.image-text-block--layout-header .image-text-block__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 100vh;
}
.image-text-block--layout-header .image-text-block__content::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 720px) {
  .image-text-block--layout-header .image-text-block__content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 40vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .image-text-block--layout-header .image-text-block__content:first-child {
    margin-left: auto;
  }
  .image-text-block--layout-header .image-text-block__content:last-child {
    margin-right: auto;
  }
}
.image-text-block--layout-header .image-text-block__content h2 {
  font-size: 5.6em;
  margin: 9px 0 !important;
  text-transform: none !important;
  max-width: 600px;
}
@media only screen and (max-width: 720px) {
  .image-text-block--layout-header .image-text-block__content h2 {
    font-size: 3em;
  }
}
.image-text-block--layout-header .image-text-block__content .body {
  font-size: 1.125em;
  line-height: 1.75rem;
  max-width: 500px;
  color: #7e7e7e;
}
.image-text-block--layout-header .image-text-block__content .button a {
  margin-top: 15px;
  background: #3e424c;
  color: #fff;
  box-shadow: 0px 8px 16px rgba(62,66,76,0.2) !important;
  position: relative;
  padding-right: 44px;
}
.image-text-block--layout-header .image-text-block__content .button a:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../resources/images/button_arrow_down.svg);
}
.image-text-block--layout-header .lazy-load-image__wrapper {
  margin-left: -30%;
  margin-right: -30%;
  width: 114%;
  height: 100%;
}
.image-text-block--layout-header .lazy-load-image__wrapper .lazy-load-image {
  height: 100%;
}
.image-text-block--layout-header h2:before {
  display: none;
}
.qoute-block {
  overflow: hidden;
  position: relative;
}
.qoute-block .qoute-block__inner {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
.qoute-block .qoute-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
.qoute-block .qoute-block__inner .body {
  max-width: 600px;
  margin: 12px auto;
  text-align: left;
}
.qoute-block .qoute-block__inner .body p {
  line-height: 1.8em;
}
.qoute-block .qoute-block__inner h2 {
  padding: 24px 30px;
  position: relative;
}
.entries-block {
  background: #000;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.entries-block .entries-block__inner {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.entries-block .entries-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
.entries-block .entries--size-overview .entries__entry,
.special-block--type-shop .entries--size-overview .entries__entry {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 48px;
}
.entries-block .entries--size-overview .entries__entry::after,
.special-block--type-shop .entries--size-overview .entries__entry::after {
  content: '';
  display: table;
  clear: both;
}
.entries-block .entries--size-overview .entries__entry:nth-child(n),
.special-block--type-shop .entries--size-overview .entries__entry:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.entries-block .entries--size-overview .entries__entry:nth-child(3n),
.special-block--type-shop .entries--size-overview .entries__entry:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.entries-block .entries--size-overview .entries__entry:nth-child(3n + 1),
.special-block--type-shop .entries--size-overview .entries__entry:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 700px) {
  .entries-block .entries--size-overview .entries__entry,
  .special-block--type-shop .entries--size-overview .entries__entry {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .entries-block .entries--size-overview .entries__entry:first-child,
  .special-block--type-shop .entries--size-overview .entries__entry:first-child {
    margin-left: auto;
  }
  .entries-block .entries--size-overview .entries__entry:last-child,
  .special-block--type-shop .entries--size-overview .entries__entry:last-child {
    margin-right: auto;
  }
}
.entries-block .entries--size-overview .entries__entry .blogPost__image,
.special-block--type-shop .entries--size-overview .entries__entry .blogPost__image {
  margin-bottom: 40px;
}
.entries-block .entries--size-overview .entries__entry .blogPost__image .lazy-load-image,
.special-block--type-shop .entries--size-overview .entries__entry .blogPost__image .lazy-load-image {
  padding-top: 66% !important;
}
.entries-block .entries--size-overview .entries__loading-state > div,
.special-block--type-shop .entries--size-overview .entries__loading-state > div {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 48px;
}
.entries-block .entries--size-overview .entries__loading-state > div::after,
.special-block--type-shop .entries--size-overview .entries__loading-state > div::after {
  content: '';
  display: table;
  clear: both;
}
.entries-block .entries--size-overview .entries__loading-state > div:nth-child(n),
.special-block--type-shop .entries--size-overview .entries__loading-state > div:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.entries-block .entries--size-overview .entries__loading-state > div:nth-child(3n),
.special-block--type-shop .entries--size-overview .entries__loading-state > div:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.entries-block .entries--size-overview .entries__loading-state > div:nth-child(3n + 1),
.special-block--type-shop .entries--size-overview .entries__loading-state > div:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 700px) {
  .entries-block .entries--size-overview .entries__loading-state > div,
  .special-block--type-shop .entries--size-overview .entries__loading-state > div {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .entries-block .entries--size-overview .entries__loading-state > div:first-child,
  .special-block--type-shop .entries--size-overview .entries__loading-state > div:first-child {
    margin-left: auto;
  }
  .entries-block .entries--size-overview .entries__loading-state > div:last-child,
  .special-block--type-shop .entries--size-overview .entries__loading-state > div:last-child {
    margin-right: auto;
  }
}
.entries__loading-state {
  font-size: 0;
  animation: entries-loading-state 2s infinite;
  display: none;
}
.entries__loading-state::after {
  content: '';
  display: table;
  clear: both;
}
.entries--loading .entries__loading-state {
  display: block;
}
.entries--loading .entries__pagination {
  opacity: 0.5;
  pointer-events: none;
}
.entries--no-results .entries__pagination,
.entries--no-results .entries__loading,
.entries--no-results .entries__page,
.entries--no-results .entries__no-more-results {
  display: none;
}
.entries--no-results .entries__no-results {
  display: block;
}
.entries--no-more-results .entries__pagination,
.entries--no-more-results .entries__loading,
.entries--no-more-results .entries__no-results {
  display: none;
}
.entries--no-more-results .entries__no-more-results {
  display: block;
}
.entries__no-results,
.entries__no-more-results {
  text-align: center;
  opacity: 0.5;
  display: none;
  padding: 48px 0;
}
.entries__no-results strong,
.entries__no-more-results strong {
  font-size: 1.8em;
  display: block;
  margin-bottom: 18px;
}
.body-block,
.heading-block {
  width: auto;
  max-width: 650px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.body-block::after,
.heading-block::after {
  content: '';
  display: table;
  clear: both;
}
.heading-block {
  text-align: center;
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.heading-block h5,
.heading-block h6 {
  margin-bottom: 0px;
  margin-top: 48px;
  text-transform: none !important;
  font-family: "proxima-soft", sans-serif;
}
.page--start .heading-block h1,
.page--start .heading-block h2,
.page--start .heading-block h3,
.page--start .heading-block h4,
.page--start .heading-block h5,
.page--start .heading-block h6 {
  font-family: 'michelle-handwritten', georgia, serif;
  margin-bottom: 24px;
}
.heading-block h1 {
  position: relative;
}
.heading-block h1:before {
  content: '';
  position: absolute;
  width: 167px;
  height: 36px;
  z-index: -1;
  bottom: -16px;
  left: -24px;
}
.heading-block--layout-left {
  text-align: left;
}
.heading-block--layout-right {
  text-align: right;
}
.body-block {
  margin-bottom: 24px;
  margin-top: 24px;
  width: auto;
  max-width: 842px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  color: #7e7e7e;
  font-size: 1.125em;
}
.body-block::after {
  content: '';
  display: table;
  clear: both;
}
.body-block p {
  line-height: 1.56em;
}
.separator-block {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.separator-block::after {
  content: '';
  display: table;
  clear: both;
}
.separator-block .separator-block__inner {
  width: 64px;
  margin: 0 auto;
  height: 12px;
  background-image: url(../resources/images/separator.svg);
}
.separator-block .separator-block__inner hr {
  display: none;
}
.special-block {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.special-block::after {
  content: '';
  display: table;
  clear: both;
}
.entries__loading {
  display: none;
}
.entries__inner::after {
  content: '';
  display: table;
  clear: both;
}
.special-block--type-products {
  margin-top: 28px;
}
.special-block--type-products .entries--size-overview .entries__entry {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.special-block--type-products .entries--size-overview .entries__entry::after {
  content: '';
  display: table;
  clear: both;
}
.special-block--type-products .entries--size-overview .entries__entry:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.special-block--type-products .entries--size-overview .entries__entry:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.special-block--type-products .entries--size-overview .entries__entry:nth-child(4n + 1) {
  clear: both;
}
.special-block--type-products .special-block--type-products__button {
  text-align: center;
}
.special-block--type-products .special-block--type-products__button a {
  margin: 0 auto;
  margin-top: 36px;
  background: #3e424c;
  color: #fff;
  box-shadow: 0px 8px 16px rgba(62,66,76,0.2) !important;
}
.divider-hl {
  margin-left: 5px;
  display: inline-flex;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  color: #25272d;
  z-index: 2;
  width: 100%;
}
.divider-hl span {
  position: relative;
}
.divider-hl span:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  left: calc(100% + 8px);
  top: 7px;
  background: #000;
}
.special-block--type-header {
  max-width: inherit;
  width: 100%;
  padding: 0;
}
.special-block--type-header .headerslider {
  position: relative;
}
.special-block--type-header .headerslider h1 {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 64px;
  background: rgba(255,255,255,0.9);
  width: 433px;
  padding: 40px 40px 40px 48px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .special-block--type-header .headerslider h1 {
    display: none;
  }
}
.special-block--type-header .headerslider__text {
  max-width: 1250px;
  margin: 0px auto;
  padding: 24px 25px;
}
@media only screen and (min-width: 768px) {
  .special-block--type-header .headerslider__text h1 {
    display: none;
  }
}
.special-block--type-header .headerslider__text p {
  margin: 0 0 32px;
  max-width: 640px;
}
@media only screen and (min-width: 768px) {
  .special-block--type-header .headerslider__text p {
    margin: 32px 0;
  }
}
.special-block--type-header .headerslider__image {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
  height: 460px;
}
@media only screen and (min-width: 1280px) {
  .special-block--type-header .headerslider__image {
    min-height: 600px;
    height: inherit;
    max-height: calc(100vh - 240px);
  }
}
.special-block--type-header .headerslider__image--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .special-block--type-header .headerslider__image--desktop {
    display: block;
  }
}
.special-block--type-header .headerslider__image--mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .special-block--type-header .headerslider__image--mobile {
    display: none;
  }
}
.special-block--type-header .headerslider__dosen {
  display: flex;
  justify-content: center;
  margin-top: -64px;
  padding: 0 16px;
}
@media only screen and (min-width: 1280px) {
  .special-block--type-header .headerslider__dosen {
    justify-content: flex-end;
    margin-top: -80px;
    padding-right: 96px;
  }
}
.special-block--type-header .headerslider__dosen__item {
  margin: 0 8px;
}
@media only screen and (min-width: 1280px) {
  .special-block--type-header .headerslider__dosen__item {
    margin: 0 0 0 16px;
  }
}
.special-block--type-header .headerslider__dosen__item img {
  width: 100%;
  height: 100%;
  max-width: 160px;
}
.special-block--type-header .headerslider .glide__slide {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .special-block--type-header .headerslider .glide__bullets {
    margin-top: -80px;
  }
}
.special-block--type-new-products {
  max-width: inherit;
}
@media only screen and (max-width: 1680px) {
  .special-block--type-new-products {
    padding: 0;
  }
}
.special-block--type-new-products .special-block__inner {
  width: 100%;
  max-width: 1680px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special-block--type-new-products .special-block__inner {
    flex-wrap: wrap;
  }
}
.special-block--type-new-products .special-block--type-new-products__item {
  position: relative;
  display: flex;
  flex: 0 calc(100% / 3);
  flex-direction: column;
  align-items: center;
  padding: 53px 24px 64px;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .special-block--type-new-products .special-block--type-new-products__item {
    flex: 100%;
  }
}
.special-block--type-new-products .special-block--type-new-products__item img {
  width: 100%;
  max-width: 352px;
  position: relative;
  z-index: 1;
  box-shadow: 0 52px 32px -44px rgba(0,0,0,0.4);
}
.special-block--type-new-products .special-block--type-new-products__item h2 {
  font-size: 3.2em;
  letter-spacing: -1.66px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .special-block--type-new-products .special-block--type-new-products__item h2 {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-new-products .special-block--type-new-products__item h2 {
    margin-bottom: 28px;
  }
}
.special-block--type-new-products .special-block--type-new-products__item .button {
  margin-top: 40px;
  width: 100%;
  max-width: 352px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  transition: 0.2s ease-in-out;
  z-index: 40;
  position: relative;
}
.special-block--type-new-products .special-block--type-new-products__item.v1 {
  background: #e7e8ec;
}
.special-block--type-new-products .special-block--type-new-products__item.v1 h2 {
  color: #292830;
}
.special-block--type-new-products .special-block--type-new-products__item.v1 .button {
  box-shadow: inset 0 0 0 2px #292830;
  color: #292830;
}
.special-block--type-new-products .special-block--type-new-products__item.v1 .button:hover,
.special-block--type-new-products .special-block--type-new-products__item.v1 .button:focus {
  background: #292830;
  color: #fff;
}
.special-block--type-new-products .special-block--type-new-products__item.v2 {
  background: #c4e0c5;
}
.special-block--type-new-products .special-block--type-new-products__item.v2 h2 {
  color: #292830;
}
.special-block--type-new-products .special-block--type-new-products__item.v2 .button {
  box-shadow: inset 0 0 0 2px #292830;
  color: #292830;
}
.special-block--type-new-products .special-block--type-new-products__item.v2 .button:hover,
.special-block--type-new-products .special-block--type-new-products__item.v2 .button:focus {
  background: #292830;
  color: #fff;
}
.special-block--type-new-products .special-block--type-new-products__item.v3 {
  background: #3e424c;
}
.special-block--type-new-products .special-block--type-new-products__item.v3 .button:hover,
.special-block--type-new-products .special-block--type-new-products__item.v3 .button:focus {
  background: #fff;
  color: #3e424c;
}
.special-block--type-workshops,
.special-block--type-workshops-long {
  padding-top: 100px;
  padding-bottom: 140px;
  background: #f9f9f9;
  max-width: inherit;
}
.page--workshops .special-block--type-workshops,
.page--workshops .special-block--type-workshops-long {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .page--workshops .special-block--type-workshops,
  .page--workshops .special-block--type-workshops-long {
    padding-top: 96px;
  }
}
.special-block--type-workshops .special-block--type-workshops--loading,
.special-block--type-workshops-long .special-block--type-workshops--loading,
.special-block--type-workshops .special-block--type-workshops--loaded,
.special-block--type-workshops-long .special-block--type-workshops--loaded {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops .special-block--type-workshops--loading,
  .special-block--type-workshops-long .special-block--type-workshops--loading,
  .special-block--type-workshops .special-block--type-workshops--loaded,
  .special-block--type-workshops-long .special-block--type-workshops--loaded {
    flex-direction: column;
  }
}
.special-block--type-workshops .special-block__inner,
.special-block--type-workshops-long .special-block__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0px auto;
}
@media only screen and (min-width: 1681px) {
  .special-block--type-workshops .special-block__inner,
  .special-block--type-workshops-long .special-block__inner {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops .special-block__inner,
  .special-block--type-workshops-long .special-block__inner {
    width: calc(100%);
  }
}
.special-block--type-workshops .special-block--type-workshops__item--loading,
.special-block--type-workshops-long .special-block--type-workshops__item--loading {
  background: rgba(0,0,0,0.05);
  width: calc((100% / 3) - 29px);
  user-select: none;
  margin: 0 20px;
  border-radius: 10px;
  height: 328px;
  overflow: hidden;
}
.special-block--type-workshops .special-block--type-workshops__item--loading:first-child,
.special-block--type-workshops-long .special-block--type-workshops__item--loading:first-child {
  margin-left: 0;
}
.special-block--type-workshops .special-block--type-workshops__item--loading:last-child,
.special-block--type-workshops-long .special-block--type-workshops__item--loading:last-child {
  margin-right: 0;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__image,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__image {
  height: 210px;
  background: rgba(0,0,0,0.02);
  width: 100%;
  animation: lazyContentLoading 2s infinite;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content {
  padding: 30px 48px 39px 20px;
  animation: lazyContentLoading 2s infinite;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content +cf,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content +cf,
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__date,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__date {
  background: rgba(0,0,0,0.05);
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 5px;
  float: left;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text {
  float: left;
  width: calc((100%) - 68px);
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text h3,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text h3 {
  margin: 0;
  height: 16px;
  background: rgba(0,0,0,0.05);
  width: 60%;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text ul,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text ul {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  list-style-type: none;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text ul li,
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text ul li {
  color: #7e7e7e;
  height: 14px;
  background: rgba(0,0,0,0.05);
  width: 70%;
  margin-top: 6px;
}
.special-block--type-workshops .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text ul li:nth-child(2),
.special-block--type-workshops-long .special-block--type-workshops__item--loading .special-block--type-workshops__content .special-block--type-workshops__text ul li:nth-child(2) {
  width: 40%;
}
.special-block--type-workshops .special-block--type-workshops__item,
.special-block--type-workshops-long .special-block--type-workshops__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: calc((100% / 3) - 40px);
  margin: 20px 20px;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s all;
  box-shadow: 0 24px 24px -24px rgba(0,0,0,0.24);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops .special-block--type-workshops__item,
  .special-block--type-workshops-long .special-block--type-workshops__item {
    max-width: 100%;
    margin: 24px 0;
  }
}
.special-block--type-workshops .special-block--type-workshops__item:hover,
.special-block--type-workshops-long .special-block--type-workshops__item:hover {
  box-shadow: 0 36px 36px -36px rgba(0,0,0,0.24);
  transform: scale(1.015);
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__badge,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__badge {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
  border-radius: 10px;
  background: #ff6c7f;
  box-shadow: 0 4px 8px 0 rgba(204,204,204,0.25);
  position: absolute;
  display: inline-flex;
  top: -10px;
  left: -10px;
  z-index: 2;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__badge.special-block--type-workshops__badge--inactive,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__badge.special-block--type-workshops__badge--inactive {
  background: #d0cdd1;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__image,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__image {
  height: 210px;
  width: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__image img,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__buttons,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__buttons {
  height: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__buttons a,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__buttons a {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  height: 40px;
  width: 40px;
  margin-right: 16px;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content {
  display: flex;
  padding: 30px 48px 25px 20px;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__date,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__date {
  display: flex;
  flex-direction: column;
  font-family: "proxima-soft", sans-serif;
  font-size: 21px;
  color: #7e7e7e;
  text-align: center;
  margin-right: 20px;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__date span,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__date span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff6f7f;
  margin-bottom: 4px;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text h3,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text h3 {
  color: #333;
  font-size: 18px;
  font-family: "proxima-soft", sans-serif;
  margin: 0;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text ul,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text ul {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  list-style-type: none;
  padding-right: 48px;
}
.special-block--type-workshops .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text ul li,
.special-block--type-workshops-long .special-block--type-workshops__item .special-block--type-workshops__content .special-block--type-workshops__text ul li {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.35px;
  color: #7e7e7e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.special-block--type-funiture-detail {
  max-width: 100%;
  padding: 0;
  margin: 160px 0 0;
  position: relative;
  border: 2px solid #fff;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images {
  font-size: 0;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1::after {
  content: '';
  display: table;
  clear: both;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1 > div:nth-child(1),
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1 > div:nth-child(2) {
  width: 50%;
  display: inline-block;
  padding-top: 50%;
  float: left;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1 > div:nth-child(3) {
  width: 100%;
  display: inline-block;
  padding-top: 100%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1::after {
    content: '';
    display: table;
    clear: both;
  }
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 4px;
  }
  .special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2::after {
    content: '';
    display: table;
    clear: both;
  }
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2 div:nth-child(2),
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2 div:nth-child(3) {
  width: 50%;
  display: inline-block;
  padding-top: 50%;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2 div:nth-child(1) {
  width: 100%;
  padding-top: 100%;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 4px;
  }
  .special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3::after {
    content: '';
    display: table;
    clear: both;
  }
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3 div {
  width: 100%;
  padding-top: 100%;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1,
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2,
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3 {
  margin-bottom: -13px;
  overflow: hidden;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-1 > div,
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-2 > div,
.special-block--type-funiture-detail .special-block--type-funiture-detail__images__column-3 > div {
  background-size: cover;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #fff;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__content {
  box-shadow: 0;
  font-size: 0.9rem;
  text-align: center;
  background: rgba(255,111,127,0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  margin-top: -180px;
  margin-left: -180px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 10px 16px rgba(187,55,74,0.3);
  padding: 42px;
  box-sizing: border-box;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner:after {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 40px;
  border-image: url(../resources/images/box.svg) 40 fill stretch;
}
@media only screen and (max-width: 1000px) {
  .special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner {
    padding: 18px 28px 28px;
    width: 320px;
    height: 320px;
    margin-top: -160px;
    margin-left: -160px;
  }
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner h2 {
  font-size: 2em;
  text-transform: none;
  max-width: 200px;
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner h2:after {
  content: '';
  display: block;
  width: 64px;
  margin: 24px auto;
  height: 12px;
  background-image: url(../resources/images/separator.svg);
}
@media only screen and (max-width: 1000px) {
  .special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner h2:after {
    margin: 16px auto 12px;
  }
}
.special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner .body {
  line-height: 1.8em;
  color: #999;
  margin-top: -32px;
  letter-spacing: 0.4;
  padding: 0 12px;
}
@media only screen and (max-width: 1000px) {
  .special-block--type-funiture-detail .special-block--type-funiture-detail__content .special-block--type-funiture-detail__content__inner .body {
    line-height: 1.2em;
  }
}
.special-block--type-product-term-overview {
  padding: 0;
  max-width: 100%;
  text-align: center;
  background: #faf9fa;
}
.special-block--type-product-term-overview .special-block__inner {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding: 84px 0;
}
.special-block--type-product-term-overview .special-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .special-block--type-product-term-overview .special-block__inner {
    padding-bottom: 12px;
    padding-top: 48px;
  }
}
.special-block--type-product-term-overview h2 {
  font-size: 2.7em;
  margin-bottom: 0px;
  text-transform: none;
  padding: 0 24px;
}
.special-block--type-product-term-overview h2:after {
  content: '';
  display: block;
  width: 64px;
  margin: 24px auto;
  height: 12px;
  background-image: url(../resources/images/separator.svg);
}
.special-block--type-product-term-overview .body {
  color: #7e7e7e;
  font-size: 1.125em;
  line-height: 1.56em;
  max-width: 800px;
  padding: 0 24px;
  margin: 0 auto 30px;
}
.special-block--type-product-term-overview ul {
  list-style: none;
  margin: 0;
  padding: 25px 0;
}
.special-block--type-product-term-overview ul::after {
  content: '';
  display: table;
  clear: both;
}
.special-block--type-product-term-overview ul li {
  display: inline-block;
  float: left;
  clear: none;
  text-align: inherit;
  width: 12.5%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 12.5%;
  position: relative;
  min-height: 150px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.2s all;
  color: #333;
  box-sizing: border-box;
  transition: 0.2s all;
}
.special-block--type-product-term-overview ul li::after {
  content: '';
  display: table;
  clear: both;
}
.special-block--type-product-term-overview ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  color: inherit;
}
.special-block--type-product-term-overview ul li svg {
  position: absolute;
  color: inherit;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.special-block--type-product-term-overview ul li svg path:not(.fill),
.special-block--type-product-term-overview ul li svg rect:not(.fill),
.special-block--type-product-term-overview ul li svg circle:not(.fill),
.special-block--type-product-term-overview ul li svg polyline:not(.fill) {
  color: inherit;
  stroke: currentColor !important;
}
.special-block--type-product-term-overview ul li svg path.fill,
.special-block--type-product-term-overview ul li svg rect.fill,
.special-block--type-product-term-overview ul li svg circle.fill {
  color: inherit;
  fill: currentColor !important;
}
@media only screen and (max-width: 400px) {
  .special-block--type-product-term-overview ul li svg {
    transform: translateX(-50%) translateY(-50%) scale(0.8);
  }
}
.special-block--type-product-term-overview ul li span {
  position: absolute;
  color: inherit;
  left: 0;
  right: 0;
  bottom: 18px;
}
.special-block--type-product-term-overview ul li:hover {
  background: #fff;
  box-shadow: 0 10px 14px rgba(0,0,0,0.1);
  color: #3e424c;
}
.special-block--type-product-term-overview .special-block--type-product-term-overview__categories {
  border-bottom: 1px solid #f4f2f5;
}
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__categories--rails,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__categories--rails,
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__tags--rails,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__tags--rails {
  padding: 25px;
  overflow: hidden;
}
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__tags--rails,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__tags--rails {
  padding-top: 2px;
  margin-top: -12px;
}
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__categories,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__categories,
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__tags,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__tags {
  margin-top: 24px;
  border-radius: 16px;
}
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__categories li:hover,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__categories li:hover,
.special-block--type-product-term-overview__categories--slider-active .special-block--type-product-term-overview__tags li:hover,
.special-block--type-product-term-overview__tags--slider-active .special-block--type-product-term-overview__tags li:hover {
  background: transparent;
  box-shadow: none;
}
.image-text-block--layout-about-me {
  height: auto;
  overflow: visible;
}
.image-text-block--layout-about-me:after {
  position: absolute;
  content: '';
  background-image: url(../resources/images/line.png);
  background-size: 7px 2px;
  height: 2px;
  width: 100%;
  top: 680px;
}
@media only screen and (max-width: 800px) {
  .image-text-block--layout-about-me:after {
    display: none;
  }
}
.image-text-block--layout-about-me:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 392px;
  width: 285px;
  top: 200px;
  background: url(../resources/images/ueber-mich-moebelstueck.png);
  background-size: 285px 392px;
}
@media only screen and (max-width: 1000px) {
  .image-text-block--layout-about-me:before {
    display: none;
  }
}
.image-text-block--layout-about-me .image-text-block__inner {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.image-text-block--layout-about-me .image-text-block__inner::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-about-me .image-text-block__image {
  position: absolute;
  width: 30%;
  left: 0;
  z-index: 40;
  top: 400px;
}
@media only screen and (max-width: 800px) {
  .image-text-block--layout-about-me .image-text-block__image {
    top: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .image-text-block--layout-about-me .image-text-block__image {
    width: 45%;
    right: 24px;
    left: auto;
  }
}
.image-text-block--layout-about-me h2 {
  font-size: 6em;
  display: block;
  text-transform: none !important;
  margin: 48px 0;
}
.image-text-block--layout-about-me h2:after {
  content: ',';
  color: #3e424c;
}
@media only screen and (max-width: 950px) {
  .image-text-block--layout-about-me h2 {
    margin-top: 82px;
    font-size: 6em;
  }
}
@media only screen and (max-width: 800px) {
  .image-text-block--layout-about-me h2 {
    margin-top: 32px;
    margin-bottom: 0;
    width: 58.8%;
    margin-left: 38.2%;
  }
}
@media only screen and (max-width: 600px) {
  .image-text-block--layout-about-me h2 {
    width: 100%;
    margin-left: 0;
    font-size: 2.5em;
    padding-top: 80%;
    text-align: left;
  }
}
.image-text-block--layout-about-me h3 {
  margin: 0;
  font-size: 6em;
  display: block;
  margin-bottom: 380px;
}
@media only screen and (max-width: 950px) {
  .image-text-block--layout-about-me h3 {
    font-size: 6em;
  }
}
@media only screen and (max-width: 800px) {
  .image-text-block--layout-about-me h3 {
    width: 58.8%;
    margin-left: 38.2%;
    line-height: 1.2em;
    margin-bottom: 84px;
  }
}
@media only screen and (max-width: 600px) {
  .image-text-block--layout-about-me h3 {
    width: 100%;
    margin-left: 0;
    font-size: 2.5em;
    text-align: left;
    margin-bottom: 28px;
  }
}
.image-text-block--layout-about-me .body {
  font-size: 1.6em;
  color: #7e7e7e;
  line-height: 1.56em;
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
  width: 46%;
  margin-left: 38.2%;
  font-weight: 600;
}
.image-text-block--layout-about-me .body p {
  line-height: 1.56em;
}
.image-text-block--layout-about-me .body::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1300px) {
  .image-text-block--layout-about-me .body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 60%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 38.2%;
  }
  .image-text-block--layout-about-me .body::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .image-text-block--layout-about-me .body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 80%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 17.6%;
  }
  .image-text-block--layout-about-me .body::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .image-text-block--layout-about-me .body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 0;
    font-size: 1.3em;
  }
  .image-text-block--layout-about-me .body::after {
    content: '';
    display: table;
    clear: both;
  }
}
.image-text-block--layout-about-me .body:after {
  content: '';
  display: block;
  width: 64px;
  margin: 29px 0 18px 0;
  height: 12px;
  background-image: url(../resources/images/separator.svg);
}
.image-text-block--layout-about-me-lower {
  height: auto;
  overflow: hidden;
  position: relative;
}
.image-text-block--layout-about-me-lower .lazy-load-image__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(10px);
  z-index: 1;
}
.image-text-block--layout-about-me-lower .lazy-load-image__wrapper .lazy-load-image {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-text-block--layout-about-me-lower .image-text-block__content {
  background: linear-gradient(180deg, #fff 20%, rgba(255,255,255,0.8));
  z-index: 2;
  position: relative;
}
.image-text-block--layout-about-me-lower .image-text-block__content::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-about-me-lower .image-text-block__content .image-text-block__content__inner {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.image-text-block--layout-about-me-lower .image-text-block__content .image-text-block__content__inner::after {
  content: '';
  display: table;
  clear: both;
}
.image-text-block--layout-about-me-lower .image-text-block__content .body {
  font-size: 1.125em;
  color: #3d3d3d;
  line-height: 1.65em;
  padding-bottom: 84px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
  width: 46%;
  margin-left: 38.2%;
}
.image-text-block--layout-about-me-lower .image-text-block__content .body::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1300px) {
  .image-text-block--layout-about-me-lower .image-text-block__content .body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 60%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 38.2%;
  }
  .image-text-block--layout-about-me-lower .image-text-block__content .body::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .image-text-block--layout-about-me-lower .image-text-block__content .body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 80%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 17.6%;
  }
  .image-text-block--layout-about-me-lower .image-text-block__content .body::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .image-text-block--layout-about-me-lower .image-text-block__content .body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 0;
  }
  .image-text-block--layout-about-me-lower .image-text-block__content .body::after {
    content: '';
    display: table;
    clear: both;
  }
}
.page--ueber-mich .qoute-block {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.page--ueber-mich .qoute-block::after {
  content: '';
  display: table;
  clear: both;
}
.page--ueber-mich .qoute-block__content {
  text-align: left;
}
.page--ueber-mich .qoute-block__content h2 {
  position: absolute;
  left: 0;
  top: 48px;
  width: 30%;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  .page--ueber-mich .qoute-block__content h2 {
    position: static;
    width: 100%;
    padding: 0;
  }
  .page--ueber-mich .qoute-block__content h2:after {
    content: '';
    display: block;
    width: 64px;
    margin: 24px 0 -24px;
    height: 12px;
    background-image: url(../resources/images/separator.svg);
  }
}
.page--ueber-mich .qoute-block__content .body,
.page--ueber-mich .qoute-block__content .button {
  float: left;
  clear: none;
  text-align: inherit;
  width: 60%;
  margin-left: 0%;
  margin-right: 0%;
  margin-left: 38.2%;
}
.page--ueber-mich .qoute-block__content .body::after,
.page--ueber-mich .qoute-block__content .button::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .page--ueber-mich .qoute-block__content .body,
  .page--ueber-mich .qoute-block__content .button {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page--ueber-mich .qoute-block__content .body:first-child,
  .page--ueber-mich .qoute-block__content .button:first-child {
    margin-left: auto;
  }
  .page--ueber-mich .qoute-block__content .body:last-child,
  .page--ueber-mich .qoute-block__content .button:last-child {
    margin-right: auto;
  }
}
.page--ueber-mich .qoute-block__content .button a {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: 400;
  text-transform: none;
  width: auto;
  display: inline-block;
}
.page--start .image-text-block--layout-header:after,
.page--start .image-text-block--layout-header:before {
  position: absolute;
  bottom: 24px;
  left: 56%;
  width: 320px;
  margin-left: -160px;
  content: '';
  display: block;
  z-index: 40;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .page--start .image-text-block--layout-header:after,
  .page--start .image-text-block--layout-header:before {
    left: 24px;
  }
}
.page--start .image-text-block--layout-header:after {
  bottom: 52px;
  width: 60px;
  height: 78px;
  margin-left: 0;
  background: url(../resources/images/arrows.svg);
  background-size: 60px 78px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .page--start .image-text-block--layout-header:after {
    bottom: 24px;
  }
}
.page--start .image-text-block--layout-header .image-text-block__content {
  justify-content: center;
}
.page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }
}
.page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner h2 {
  font-size: 8.8em;
  hyphens: auto;
}
@media only screen and (max-width: 720px) {
  .page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner h2 {
    font-size: 4em;
  }
}
.page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner h3 {
  font-family: "proxima-soft", sans-serif;
  font-size: 3.7em;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 1.5px;
  color: #7e7e7d;
  max-width: 320px;
  margin: 0;
}
@media only screen and (max-width: 720px) {
  .page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner h3 {
    font-size: 2.2em;
    max-width: 200px;
  }
}
.page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner .body {
  max-width: 320px;
  width: 100%;
}
.page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner .body p {
  font-family: "proxima-soft", sans-serif;
  font-size: 3.7em;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3e424c;
  max-width: 240px;
  margin: 0;
}
@media only screen and (max-width: 720px) {
  .page--start .image-text-block--layout-header .image-text-block__content .image-text-block__content__inner .body p {
    font-size: 2.2em;
    max-width: 200px;
  }
}
.page--start .image-text-block--layout-header .button {
  display: none;
}
.entries--product--slider-active {
  margin: 0 -25px;
}
.entries--product--slider-active .entries--product--rails {
  overflow-x: hidden;
  padding-top: 12px;
  overflow-y: visible;
}
.entries--product--slider-active .entries__inner {
  padding: 0 25px;
  box-sizing: border-box;
}
.entries--product--slider-active .entries__inner .entries__entry {
  margin-right: 1% !important;
}
.entries--product--slider-active .entries__inner .entries__entry:nth-child(4n) {
  margin-right: 0 !important;
  float: left !important;
}
@media only screen and (max-width: 800px) {
  .page--start > .page__block:last-child {
    background: #fff;
    position: relative;
    z-index: 200;
  }
}
.image-text-block--layout-wireframe h2 {
  max-width: 440px;
}
.image-text-block--layout-wireframe .image-text-block__image {
  position: relative;
  transform: translateX(14%);
  padding-top: 50%;
  width: 52%;
}
.image-text-block--layout-wireframe .image-text-block__image:after {
  content: '';
  width: 100%;
  max-width: 576px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-height: 558px;
  transform: translate(-50%, -50%);
  display: block !important;
  background-image: url(../resources/images/wireframe.png);
  background-size: contain;
  background-repeat: no-repeat;
  backrgound-position: center center;
}
@media only screen and (max-width: 900px) {
  .image-text-block--layout-wireframe .image-text-block__image {
    transform: scale(0.85);
    margin-bottom: 24px;
  }
}
.image-text-block--layout-wireframe .image-text-block__image:before {
  content: '';
  background: #f9f9f9;
  position: absolute;
  top: 0%;
  left: -5%;
  bottom: 0%;
  width: 55%;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .image-text-block--layout-wireframe .image-text-block__image:before {
    bottom: -3%;
    top: -5%;
  }
}
.page--start .body-block .body {
  text-align: center;
  line-height: 1.5em;
}
.special-block--type-products {
  margin-top: 60px;
}
.page--ueber-mich .gallery-block--layout-instagram {
  margin-bottom: 120px;
}
@media only screen and (max-width: 600px) {
  .page--ueber-mich .gallery-block--layout-instagram {
    margin-bottom: 0px;
  }
}
.pinterest-block__inner {
  margin: 96px 0 128px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pinterest-block__inner {
    margin: 80px 0;
  }
}
.pinterest-block__inner .pinterest-block__title {
  font-size: 1.5em;
  color: #7e7e7e;
  margin-bottom: 45px;
}
.pinterest-block__inner .pinterest-block__pins {
  column-count: 4;
  column-gap: 40px;
}
@media only screen and (max-width: 1000px) {
  .pinterest-block__inner .pinterest-block__pins {
    column-count: 3;
  }
}
@media only screen and (max-width: 700px) {
  .pinterest-block__inner .pinterest-block__pins {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .pinterest-block__inner .pinterest-block__pins {
    column-count: 1;
  }
}
.pinterest-block__inner .pinterest-block__pins .pinterest-block__pin {
  overflow: hidden;
  box-shadow: 0 18px 18px -18px rgba(0,0,0,0.35);
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}
.pinterest-block__inner .pinterest-block__pins .pinterest-block__pin__image {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.pinterest-block__inner .pinterest-block__pins .pinterest-block__pin__title {
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  padding: 22px;
  background: linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0));
  padding-top: 122px;
  color: #7e7e7e;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s all;
  opacity: 0;
}
.pinterest-block__inner .pinterest-block__pins .pinterest-block__pin__title__inner {
  transition: 0.25s all;
  transform: translateY(100%);
  opacity: 0;
}
.pinterest-block__inner .pinterest-block__pins .pinterest-block__pin:hover .pinterest-block__pin__title {
  opacity: 1;
}
.pinterest-block__inner .pinterest-block__pins .pinterest-block__pin:hover .pinterest-block__pin__title__inner {
  transform: translateY(0%);
  opacity: 1;
}
.pinterest-block__inner .pinterest-block__link {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .pinterest-block__inner .pinterest-block__link {
    padding-top: 0;
  }
}
.pinterest-block__inner .pinterest-block__link a {
  position: relative;
  z-index: 2;
  background: #3e424c;
  color: #fff !important;
  box-shadow: 0px 8px 16px rgba(62,66,76,0.2) !important;
}
.special-block--type-tutorials,
.special-block--type-box,
.special-block--type-workshops-home,
.special-block--type-unikate,
.special-block--type-newsletter,
.special-block--type-about {
  max-width: inherit;
  padding: 160px 24px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials,
  .special-block--type-box,
  .special-block--type-workshops-home,
  .special-block--type-unikate,
  .special-block--type-newsletter,
  .special-block--type-about {
    padding: 64px 24px;
  }
}
.special-block--type-tutorials .special-block__inner,
.special-block--type-box .special-block__inner,
.special-block--type-workshops-home .special-block__inner,
.special-block--type-unikate .special-block__inner,
.special-block--type-newsletter .special-block__inner,
.special-block--type-about .special-block__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1681px) {
  .special-block--type-tutorials .special-block__inner,
  .special-block--type-box .special-block__inner,
  .special-block--type-workshops-home .special-block__inner,
  .special-block--type-unikate .special-block__inner,
  .special-block--type-newsletter .special-block__inner,
  .special-block--type-about .special-block__inner {
    max-width: 1280px;
  }
}
.image-text {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .image-text {
    flex-direction: column;
  }
}
.image-text .image-text__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-text .image-text__text .image-text__text--headline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.image-text .image-text__text .image-text__text--headline small {
  font-size: 6.3em;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 300;
  font-family: 'michelle-handwritten', georgia, serif;
  font-style: italic;
  position: relative;
  color: #28272f;
}
@media only screen and (max-width: 767px) {
  .image-text .image-text__text .image-text__text--headline small {
    font-size: 3.5em;
    line-height: 1.2em;
  }
}
.image-text .image-text__text .image-text__text--headline h2 {
  font-size: 6.3em;
  font-weight: 500;
  letter-spacing: -1px;
  white-space: nowrap;
  margin: -18px 0 0;
  text-transform: inherit;
  position: relative;
  z-index: 1;
  color: #28272f;
}
@media only screen and (max-width: 767px) {
  .image-text .image-text__text .image-text__text--headline h2 {
    font-size: 3.5em;
    line-height: 1.2em;
  }
}
.image-text .image-text__text p {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  margin: 14px 0 0 10px;
  max-width: 330px;
  color: #28272f;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .image-text .image-text__text p {
    margin-left: 4px;
  }
}
.special-block--type-tutorials .image-text .image-text__text p {
  max-width: 350px;
}
.special-block--type-unikate .image-text .image-text__text p {
  max-width: 370px;
}
.image-text .image-text__text p span {
  font-weight: 800;
}
.special-block--type-workshops-home .image-text .image-text__text p span {
  color: #40894d;
}
.special-block--type-tutorials .image-text .image-text__text p span {
  color: #f1a0ef;
}
.special-block--type-unikate .image-text .image-text__text p span {
  color: $colorPrimaryA;
}
.special-block--type-about .image-text .image-text__text p span {
  color: #fb7d8b;
}
.image-text .image-text__text .button {
  display: flex;
  margin: 55px 0 0 34px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .image-text .image-text__text .button {
    margin: 24px 0 0 24px;
  }
}
.image-text .image-text__image {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.special-block--type-box {
  padding: 0;
}
.special-block--type-box .special-block__inner {
  box-sizing: border-box;
  max-width: 1680px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .special-block--type-box .special-block__inner {
    padding: 0 24px;
  }
}
.special-block--type-box .box-container {
  width: 610px;
  padding: 235px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-block--type-box .box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .special-block--type-box .box-container {
    padding: 96px 0;
  }
}
.special-block--type-box .box-container h2 {
  margin-top: 24px;
}
.special-block--type-box .box-container .divider-hl {
  color: #25272d;
}
.special-block--type-box .box-container .divider-hl span:before {
  background: rgba(37,39,45,0.48);
}
.special-block--type-box .box-container p {
  margin-top: 0;
  color: #25272d;
}
@media only screen and (min-width: 769px) {
  .special-block--type-box .box-container p {
    margin-top: 35px;
    transform: translateX(106px);
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-box .box-container p {
    font-size: 1em;
  }
}
.special-block--type-box .box-container .button {
  background: #c4e0c5;
  margin-top: 28px;
}
@media only screen and (min-width: 769px) {
  .special-block--type-box .box-container .button {
    transform: translateX(106px);
  }
}
@media only screen and (max-width: 414px) {
  .special-block--type-box .box-container .button {
    width: 100%;
  }
}
.special-block--type-box .box-container .image-01 {
  position: absolute;
  width: 267px;
  height: 337px;
  right: -337px;
  top: 95px;
}
@media only screen and (max-width: 414px) {
  .special-block--type-box .box-container .image-01 {
    position: relative;
    width: calc(267px * 0.7);
    height: calc(337px * 0.7);
    top: 0;
    right: 0;
    margin-left: 104px;
    z-index: 1;
  }
}
.special-block--type-box .box-container .image-02 {
  position: absolute;
  width: 257px;
  height: 205px;
  left: -338px;
  top: 340px;
}
@media only screen and (max-width: 414px) {
  .special-block--type-box .box-container .image-02 {
    position: relative;
    width: calc(257px * 0.6);
    height: calc(205px * 0.6);
    margin-left: 160px;
    margin-top: -32px;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.special-block--type-box .box-container .image-03 {
  position: absolute;
  width: 283px;
  height: 264px;
  left: -244px;
  top: 618px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .special-block--type-box .box-container .image-03 {
    position: relative;
    width: calc(283px * 0.7);
    height: calc(264px * 0.7);
    margin-top: -220px;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 80px;
  }
}
.special-block--type-workshops-long .workshop-container {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  margin-top: 51px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-long .workshop-container {
    flex-direction: column;
  }
}
.special-block--type-workshops-long .workshop-container .workshop__item {
  margin: 20px 0;
  max-width: calc((100% / 3) - 16px);
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-long .workshop-container .workshop__item {
    max-width: inherit;
  }
}
.workshop__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: calc((100% / 3) - 40px);
  margin: 20px 20px;
  background: #fff;
  transition: 0.3s all;
  box-shadow: 0 24px 24px -24px rgba(0,0,0,0.24);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .workshop__item {
    max-width: 100%;
    margin: 24px 0;
  }
}
.workshop__item:hover {
  box-shadow: 0 36px 36px -36px rgba(0,0,0,0.24);
  transform: scale(1.015);
}
.workshop__item .workshop__badge {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 600;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
  border-radius: 10px;
  background: #a6cfd9;
  box-shadow: 0 4px 8px 0 rgba(204,204,204,0.25);
  position: absolute;
  display: inline-flex;
  top: -10px;
  left: -10px;
  z-index: 2;
}
.workshop__item .workshop__badge.workshop__badge--inactive {
  background: #d0cdd1;
}
.workshop__item .workshop__image {
  height: 210px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.workshop__item .workshop__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.workshop__item .workshop__buttons {
  height: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}
.workshop__item .workshop__buttons a {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  height: 40px;
  width: 40px;
  margin-right: 16px;
}
.workshop__item .workshop__content {
  display: flex;
  padding: 30px 48px 25px 20px;
  position: relative;
}
.workshop__item .workshop__content .workshop__date {
  display: flex;
  flex-direction: column;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 21px;
  color: #28272f;
  text-align: center;
  margin-right: 20px;
}
.workshop__item .workshop__content .workshop__date span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #94c5d1;
  margin-bottom: 4px;
}
.workshop__item .workshop__content .workshop__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.workshop__item .workshop__content .workshop__text h3 {
  color: #94c5d1;
  font-size: 14px;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.workshop__item .workshop__content .workshop__text ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style-type: none;
  padding-right: 48px;
}
.workshop__item .workshop__content .workshop__text ul li {
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #28272f;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.special-block--type-workshops-home {
  position: relative;
}
.special-block--type-workshops-home:before {
  content: '';
  position: absolute;
  z-index: 0;
  background: url(../resources/images/workshop-pattern-01.png);
  background-size: cover;
  left: 0;
  bottom: 0;
  width: 449px;
  height: 394px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home:before {
    display: none;
  }
}
.special-block--type-workshops-home:after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../resources/images/workshop-pattern-01.png);
  background-size: cover;
  right: 0;
  bottom: 50%;
  width: 449px;
  height: 394px;
  transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home:after {
    display: none;
  }
}
.special-block--type-workshops-home .workshop__item {
  max-width: 376px;
  margin: 16px 0 0;
}
@media only screen and (max-width: 440px) {
  .special-block--type-workshops-home .workshop__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home .workshop__item {
    margin: 24px 4px 32px;
  }
}
.special-block--type-workshops-home .workshop__item:hover {
  transform: inherit;
}
.special-block--type-workshops-home .workshop__item:before {
  content: '';
  position: absolute;
  background: url(../resources/images/workshop-image-03.jpg);
  background-size: cover;
  left: 310px;
  top: -16px;
  width: 192px;
  height: 192px;
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home .workshop__item:before {
    display: none;
  }
}
.special-block--type-workshops-home .image-text__text {
  justify-content: flex-start;
  padding-top: 52px;
}
.special-block--type-workshops-home .image-text__text .button {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .special-block--type-workshops-home .image-text__text .button {
    align-self: center;
    margin-top: auto;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home .image-text__text .button {
    display: none;
  }
}
.special-block--type-workshops-home .image-text__image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home .image-text__image {
    margin-left: 0;
  }
  .special-block--type-workshops-home .image-text__image > img {
    display: none;
  }
}
.special-block--type-workshops-home .image-text__image:before {
  content: '';
  position: absolute;
  background: url(../resources/images/workshop-pattern-02.png);
  background-size: cover;
  left: -100px;
  bottom: -96px;
  width: 272px;
  height: 256px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home .image-text__image:before {
    display: none;
  }
}
.special-block--type-workshops-home .image-text__image:after {
  content: '';
  position: absolute;
  background: url(../resources/images/workshop-image-01.jpg);
  background-size: cover;
  left: -16px;
  top: 50%;
  width: 376px;
  height: 256px;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 768px) {
  .special-block--type-workshops-home .image-text__image:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .special-block--type-workshops-home .image-text__image .button {
    display: none;
  }
}
.special-block--type-tutorials {
  padding: 240px 24px 160px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-tutorials .image-text__text .button {
    display: none;
  }
}
.special-block--type-tutorials .image-text__image {
  position: relative;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .special-block--type-tutorials .image-text__image {
    align-items: inherit;
  }
}
.special-block--type-tutorials .image-text__image:before {
  content: '';
  position: absolute;
  background: url(../resources/images/pattern.png);
  left: 85%;
  top: 24%;
  transform: translate(-50%, -50%);
  width: 272px;
  height: 256px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials .image-text__image:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .special-block--type-tutorials .image-text__image .button {
    display: none;
  }
}
.special-block--type-tutorials .video-preview {
  margin-top: -128px;
  position: relative;
  height: 225px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials .video-preview {
    margin: 24px 4px 32px;
    width: 100%;
  }
  .special-block--type-tutorials .video-preview img {
    width: 100%;
  }
}
.special-block--type-tutorials .video-preview .image-04 {
  position: absolute;
  width: 120px;
  height: 160px;
  right: 136px;
  top: 241px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials .video-preview .image-04 {
    display: none;
  }
}
.special-block--type-tutorials .video-preview:before {
  content: '';
  position: absolute;
  background: url(../resources/images/tutorial-image-02.jpg);
  background-size: cover;
  transform: translateX(100%);
  right: -16px;
  bottom: 0;
  width: 160px;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials .video-preview:before {
    display: none;
  }
}
.special-block--type-tutorials .video-preview:after {
  content: '';
  position: absolute;
  background: url(../resources/images/tutorial-image-03.jpg);
  background-size: cover;
  transform: translate(50%, 100%);
  right: 0;
  bottom: -16px;
  width: 240px;
  height: 240px;
}
@media only screen and (max-width: 767px) {
  .special-block--type-tutorials .video-preview:after {
    display: none;
  }
}
.special-block--type-tutorials .video-preview a:hover .btn-play {
  transform: translate(-50%, -50%) scale(1.1);
}
.special-block--type-tutorials .video-preview .btn-play {
  width: 64px;
  height: 64px;
  background-image: url(../resources/images/play.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .special-block--type-unikate .image-text__text .button {
    margin-left: 140px;
  }
}
.special-block--type-unikate .image-text__image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special-block--type-unikate .image-text__image {
    display: none;
  }
}
.special-block--type-unikate .image-text__image:before {
  content: '';
  position: absolute;
  background: url(../resources/images/unikat-brush.png);
  background-size: cover;
  left: 160px;
  top: 240px;
  width: 890px;
  height: 334px;
}
.special-block--type-unikate .image-text__image:after {
  content: '';
  position: absolute;
  background: url(../resources/images/unikat-pattern.png);
  background-size: cover;
  left: 530px;
  top: 176px;
  width: 446px;
  height: 318px;
}
.special-block--type-unikate .image-text__image img {
  transform: translate(0, 128px);
}
@media only screen and (min-width: 1680px) {
  .special-block--type-unikate .image-text__image img {
    transform: translate(80px, 128px);
  }
}
@media only screen and (min-width: 1680px) {
  .special-block--type-unikate .image-text__image {
    justify-content: flex-start;
  }
}
.special-block--type-newsletter {
  padding: 0;
  background: rgba(231,232,236,0.4);
}
.special-block--type-newsletter .special-block__inner {
  max-width: 1680px;
  justify-content: center;
}
.special-block--type-newsletter .conclusion-container__item {
  text-align: center;
  position: relative;
  display: flex;
  flex: 0 calc(100% / 3);
  flex-direction: column;
  align-items: center;
  padding: 53px 24px 70px;
  box-sizing: border-box;
  background: #e7e8ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-block--type-newsletter .conclusion-container__item h3,
.special-block--type-newsletter .conclusion-container__item p,
.special-block--type-newsletter .conclusion-container__item a {
  max-width: 300px;
  color: #292830;
}
.special-block--type-newsletter .conclusion-container__item h3 {
  font-size: 2em;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
.special-block--type-newsletter .conclusion-container__item p {
  margin: 0 auto auto;
  max-width: 350px;
}
.special-block--type-newsletter .conclusion-container__item p a {
  margin-top: 0;
  padding: 0;
  text-transform: none;
}
.special-block--type-newsletter .conclusion-container__item p a:before {
  display: none;
}
.special-block--type-newsletter .conclusion-container__item .button {
  width: 100%;
  max-width: 352px;
  box-shadow: inset 0 0 0 2px #292830;
  color: #292830;
  transition: 0.2s ease-in-out;
  z-index: 40;
  position: relative;
}
.special-block--type-newsletter .conclusion-container__item .button:hover,
.special-block--type-newsletter .conclusion-container__item .button:focus {
  background: #292830;
  color: #fff;
}
.special-block--type-newsletter .conclusion-container__item:first-child {
  background: #c4e0c5;
}
.special-block--type-newsletter .conclusion-container__item:nth-child(2) {
  background: #3e424c;
}
.special-block--type-newsletter .conclusion-container__item:nth-child(2) h3,
.special-block--type-newsletter .conclusion-container__item:nth-child(2) p,
.special-block--type-newsletter .conclusion-container__item:nth-child(2) a {
  color: #fff;
}
.special-block--type-newsletter .conclusion-container__item:nth-child(2) a:before {
  background: #fff;
}
.special-block--type-newsletter .conclusion-container__item:nth-child(2) .button {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.special-block--type-newsletter .conclusion-container__item:nth-child(2) .button:hover,
.special-block--type-newsletter .conclusion-container__item:nth-child(2) .button:focus {
  background: #fff;
  color: #292830;
}
.special-block--type-newsletter .about-row {
  margin: 160px 0 96px !important;
  max-width: calc(625px + 625px);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .special-block--type-newsletter .about-row {
    margin: 96px 0 48px !important;
    padding-left: 24px;
    padding-right: 24px;
  }
  .special-block--type-newsletter .about-row img {
    width: auto;
    margin-left: 0;
  }
}
.special-block--type-newsletter .about-row h1 {
  margin-bottom: 0;
}
.special-block--type-newsletter .about-row img:first-child {
  transform: translate(0);
}
@media only screen and (max-width: 768px) {
  .special-block--type-newsletter .about-row img:first-child {
    max-width: 280px;
    height: inherit;
    max-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-newsletter .about-row img:nth-child(2) {
    display: flex;
    height: 128px;
    max-height: inherit;
    width: 128px;
    position: relative;
    margin-top: -80px;
    bottom: 0;
  }
}
.special-block--type-newsletter .about-row .button {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-newsletter .about-row .button {
    width: 100%;
  }
}
.special-block--type-newsletter .hint {
  font-size: 14px;
  color: #93979f;
  margin-top: 32px;
}
.special-block--type-about {
  padding: 0;
}
.special-block--type-about .special-block__inner {
  max-width: 1680px;
  background: rgba(231,232,236,0.4);
  box-sizing: border-box;
  padding: 94px 24px 160px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-about .special-block__inner {
    padding: 52px 24px 96px;
  }
}
@media only screen and (min-width: 768px) {
  .special-block--type-about .special-block__inner h2 {
    font-size: 3.15em;
    margin-bottom: 0;
  }
}
.special-block--type-about .special-block__inner p {
  max-width: 520px;
}
.special-block--type-instagram .special-block__inner {
  display: flex;
  align-items: center;
  padding: 96px 0 160px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-instagram .special-block__inner {
    padding: 64px 0 80px;
    flex-direction: column;
  }
}
.special-block--type-instagram .special-block__inner h2 {
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .special-block--type-instagram .special-block__inner .instagram__text {
    margin-right: 96px;
  }
}
.special-block--type-instagram .special-block__inner .instagram__name {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Graphit', Georgia, sans-serif;
  margin-bottom: -16px;
}
.special-block--type-instagram .special-block__inner .instagram__name a {
  color: #25272d;
  display: flex;
  align-items: center;
}
.special-block--type-instagram .special-block__inner .instagram__name svg {
  color: inherit;
  width: 24px;
  height: 24px;
  stroke-width: 4px;
  margin-right: 8px;
}
.special-block--type-instagram .special-block__inner .instagram__name svg #Instagram-icon-black {
  color: inherit;
}
.special-block--type-instagram .special-block__inner .instagram__name svg #Instagram-icon-black path:not(.fill) {
  stroke: currentColor;
}
.special-block--type-instagram .special-block__inner .instagram__name svg #Instagram-icon-black path.fill {
  fill: currentColor;
}
.special-block--type-instagram .special-block__inner .instagram__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-instagram .special-block__inner .instagram__list {
    margin-top: 48px;
  }
}
.special-block--type-instagram .special-block__inner .instagram__list__item {
  width: calc((100% - 16px) / 3);
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}
.special-block--type-instagram .special-block__inner .instagram__list__item:hover {
  box-shadow: 0px 16px 24px rgba(0,0,0,0.08);
  transform: scale(1.04);
}
.special-block--type-instagram .special-block__inner .instagram__list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .special-block--type-instagram .special-block__inner .instagram__list__item:hover {
    box-shadow: inherit;
    transform: inherit;
  }
}
.special-block--type-instagram .special-block__inner .instagram__list__link {
  display: flex;
  position: absolute;
  z-index: 10;
  bottom: -16px;
  right: -16px;
  background: #292830;
  color: #fff;
  padding: 12px;
  font-family: 'michelle-handwritten', georgia, serif;
  font-size: 1.8em;
}
.alleskoenner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 48px 0 80px;
}
@media only screen and (min-width: 768px) {
  .alleskoenner {
    padding: 128px 0 160px;
  }
}
.alleskoenner h2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .alleskoenner h2 {
    font-size: 3.15em;
    width: 640px;
    text-align: center;
  }
}
.alleskoenner .product__list__item {
  width: 100%;
  margin-bottom: 0;
}
.alleskoenner__slider {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .alleskoenner__slider {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
@media only screen and (min-width: 768px) {
  .alleskoenner .glide__bullets {
    display: none;
  }
}
.special-block--type-howto {
  max-width: 1680px;
  padding: 80px 24px;
  background: rgba(231,232,236,0.4);
}
@media only screen and (max-width: 768px) {
  .special-block--type-howto {
    padding: 40px 24px;
  }
}
.progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.progress > h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
  font-size: 3.625em;
}
.special-block--type-howto .progress > h2 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 3.15em;
}
@media only screen and (max-width: 767px) {
  .special-block--type-howto .progress > h2 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .progress > h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 2.2em;
  }
}
.progress > p {
  max-width: 768px;
  margin: 0px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .progress > p {
    text-align: left;
  }
}
.progress .button {
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .progress .button {
    max-width: inherit;
  }
}
.progress_list {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 96px 0;
}
@media only screen and (max-width: 767px) {
  .progress_list {
    margin: 48px 0 24px;
  }
}
.progress__item {
  text-align: center;
  align-items: center;
  display: flex;
  flex: 0 calc(100% / 3);
  max-width: 300px;
  flex-direction: column;
}
.special-block--type-howto .progress__item {
  max-width: 320px;
}
.special-block--type-about .progress__item {
  flex: 0 calc(100% / 5);
}
.progress__item:last-child .progress__text {
  background: none;
}
.progress__item a {
  color: #9bca9c;
}
.progress__item img {
  margin-bottom: 32px;
}
.special-block--type-howto .progress__item img {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .special-block--type-howto .progress__item img {
    width: 128px;
  }
}
@media only screen and (max-width: 768px) {
  .special-block--type-about .progress__item img {
    width: 48px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .progress__item img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .progress__item {
    flex: 0 50%;
    max-width: 370px;
    margin-bottom: 48px;
  }
  .progress__item:nth-child(2) .progress__text {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .progress__item {
    flex: 100%;
    width: calc(100% + 24px);
    margin: 0 -12px;
    max-width: inherit;
    margin-bottom: 32px;
    flex-direction: row;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 24px;
  }
  .special-block--type-howto .progress__item,
  .special-block--type-about .progress__item {
    flex: 100%;
    width: calc(100% + 24px);
    max-width: inherit;
  }
  .progress__item:last-child {
    border-bottom: 0;
  }
  .progress__item .progress__text {
    background: none;
  }
}
.progress__text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px;
}
@media only screen and (max-width: 768px) {
  .progress__text {
    margin-top: 0;
    padding: 0 0 0 8px;
  }
}
.progress__text h2 {
  font-size: 5em;
  margin: -12px 0 62px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .progress__text h2 {
    margin: -18px 0 8px;
    text-align: left;
    font-size: 2.4em;
  }
}
.progress__text h2:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background: #3e424c;
  bottom: -27px;
  left: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .progress__text h2:before {
    display: none;
  }
}
.progress__text p {
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.71px;
  margin: 0;
}
.special-block--type-howto .progress__text p {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .special-block--type-howto .progress__text p {
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .progress__text p {
    text-align: left;
    font-size: 1em;
    text-transform: inherit;
  }
}
.header__set {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s all;
}
.header__set img {
  position: absolute;
}
.header__set.set-1 {
  z-index: 10;
}
.header__set.set-1 .set-1-1 {
  width: 171px;
  top: 120px;
  left: -220px;
}
.header__set.set-1 .set-1-2 {
  width: 266px;
  top: 290px;
  left: -360px;
}
.header__set.set-1 .set-1-3 {
  width: 237px;
  top: 20px;
  right: -30px;
}
.header__set.set-2 {
  z-index: 10;
}
.header__set.set-2 .set-2-1 {
  width: 267px;
  top: 120px;
  left: -360px;
  z-index: 10;
}
.header__set.set-2 .set-2-2 {
  width: 194px;
  top: 270px;
  left: -260px;
  z-index: 2;
}
.header__set.set-2 .set-2-3 {
  width: 245px;
  top: 30px;
  right: -40px;
}
.header__set.set-3 {
  z-index: 10;
}
.header__set.set-3 .set-3-1 {
  width: 190px;
  top: 120px;
  left: -320px;
}
.header__set.set-3 .set-3-2 {
  width: 230px;
  top: 290px;
  left: -280px;
}
.header__set.set-3 .set-3-3 {
  width: 213px;
  top: 0px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .header__set.set-1 .set-1-1 {
    width: 110px;
    top: -20px;
    left: 120px;
    z-index: 3;
  }
  .header__set.set-1 .set-1-2 {
    width: 150px;
    top: 40px;
    left: 0px;
    z-index: 5;
  }
  .header__set.set-1 .set-1-3 {
    width: 140px;
    top: -110px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__set.set-2 .set-2-1 {
    width: 170px;
    top: -20px;
    left: 80px;
    z-index: 3;
  }
  .header__set.set-2 .set-2-2 {
    width: 140px;
    top: 20px;
    left: 0px;
    z-index: 2;
  }
  .header__set.set-2 .set-2-3 {
    width: 130px;
    top: -110px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__set.set-3 .set-3-1 {
    width: 140px;
    top: -20px;
    left: 120px;
  }
  .header__set.set-3 .set-3-2 {
    width: 150px;
    top: 40px;
    left: 0px;
    z-index: 5;
  }
  .header__set.set-3 .set-3-3 {
    width: 120px;
    top: -110px;
    left: 20px;
  }
}
.set-1--visible .set-1 {
  opacity: 1;
}
.set-1--visible .highlight {
  filter: invert(93%) sepia(13%) saturate(55%) hue-rotate(192deg) brightness(89%) contrast(83%);
}
.set-2--visible .set-2 {
  opacity: 1;
}
.set-2--visible .highlight {
  filter: invert(73%) sepia(5%) saturate(1383%) hue-rotate(63deg) brightness(86%) contrast(89%);
}
.set-3--visible .set-3 {
  opacity: 1;
}
.set-3--visible .highlight {
  filter: invert(3%) sepia(1%) saturate(17%) hue-rotate(316deg) brightness(103%) contrast(73%);
}
@media only screen and (max-width: 767px) {
  .collage h1 {
    line-height: 50px;
  }
}
.collage .highlight_text {
  font-style: italic;
  padding: 0 4px 0 5px;
  margin-left: 40px;
  line-height: 122px;
  margin-top: -16px;
  position: absolute;
  min-width: 90px;
  height: 116px;
  opacity: 1;
  transition: 0.2s all;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .collage .highlight_text {
    line-height: 82px;
    min-width: 20px;
    margin-left: 20px;
  }
}
.collage .highlight {
  font-style: italic;
  padding: 0 0px 0 5px;
  margin-left: 40px;
  line-height: 122px;
  background-image: url("/resources/images/header-brush-background.png");
  background-size: 150px 102px;
  background-repeat: repeat-x;
  background-position: 0 12px;
  margin-top: -16px;
  position: absolute;
  min-width: 90px;
  height: 116px;
  color: rgba(255,255,255,0) !important;
  transition: 0.2s all;
}
@media only screen and (max-width: 767px) {
  .collage .highlight {
    background-size: 75px 51px;
    background-position: 0 10px;
    line-height: 82px;
    min-width: 20px;
    margin-left: 20px;
    margin-top: -8px;
  }
}
.collage .highlight.fade {
  opacity: 0;
}
.collage .highlight:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/header-brush-start.png");
  top: 8px;
  left: -40px;
  z-index: -1;
  width: 81px;
  height: 106px;
  background-size: 81px 106px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 767px) {
  .collage .highlight:before {
    background-size: 40.5px 53px;
    width: 40px;
    left: -20px;
  }
}
.collage .highlight:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/header-brush-end.png");
  top: 8px;
  right: -40px;
  z-index: -1;
  width: 81px;
  height: 106px;
  background-size: 81px 106px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 767px) {
  .collage .highlight:after {
    background-size: 40.5px 53px;
    width: 40px;
    right: -20px;
  }
}
.divider-hl--intro span {
  color: #25272d !important;
}
@media only screen and (max-width: 767px) {
  .intro {
    margin-top: 320px !important;
  }
  .intro .large {
    margin-top: 60px !important;
    font-size: 17px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  .conclusion-container__item {
    width: 100% !important;
    flex: 100% !important;
    text-align: center;
    display: block !important;
  }
  .conclusion-container__item p {
    margin: 0 auto;
    margin-bottom: 40px !important;
  }
}
.headline {
  max-width: 640px;
  margin: 0px auto;
}
@media only screen and (max-width: 900px) {
  .headline {
    max-width: inherit;
  }
}
.headline h1 {
  margin: 16px 0 36px;
}
.page--unikate .headline h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.headline .divider-hl {
  margin-left: 5px;
  display: inline-flex;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #25272d;
  width: 100%;
}
.headline .divider-hl span {
  position: relative;
}
.headline .divider-hl span:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  left: calc(100% + 8px);
  top: 7px;
  background: #000;
}
.simple-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 800px) {
  .simple-page h2 {
    font-size: 2.5em;
  }
}
.simple-page .verlosung__image {
  max-width: 420px;
  margin: 0 auto;
}
.simple-page .body {
  padding-bottom: 48px;
}
.simple-page img {
  max-width: 100%;
}
.simple-page a {
  font-weight: bold;
}
.simple-page ul li {
  line-height: 1.5em;
  margin-bottom: 16px;
  font-family: 'p22-underground', Tahoma, sans-serif;
  letter-spacing: 0.3px;
}
.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  font-family: 'Graphit', Georgia, sans-serif !important;
}
.box .woot-widget-bubble,
.farben .woot-widget-bubble {
  bottom: 180px;
}
@-moz-keyframes entries-loading-state {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes entries-loading-state {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes entries-loading-state {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes entries-loading-state {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes lazyContentLoading {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes lazyContentLoading {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-o-keyframes lazyContentLoading {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes lazyContentLoading {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.blog__overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__overview:after {
  content: "";
  flex: 0 1 30%;
}
@media only screen and (min-width: 768px) {
  .blog__overview .blog__preview__item {
    width: calc((100% / 3) - 24px);
  }
}
.blog__content {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0px auto;
}
.blog__content__category {
  margin-top: 32px;
}
.blog__content__category__item {
  display: inline-flex;
  padding: 4px 8px;
  background: #e7e8ec;
  color: #292830;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
}
.blog__content__category__item:not(:last-child) {
  margin-right: 8px;
}
.blog__content h1 {
  max-width: 640px;
  margin: 20px 0 8px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -moz-hyphens: none;
  hyphens: none;
}
@media only screen and (min-width: 768px) {
  .blog__content h1 {
    margin: 28px 0 22px;
    -webkit-hyphens: none;
  }
}
.blog__content small {
  max-width: 640px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  color: rgba(41,40,48,0.48);
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .blog__content small {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 36px;
  }
}
.blog__content p {
  font-weight: 500;
  margin: 9px 0;
}
@media only screen and (min-width: 768px) {
  .blog__content p {
    font-size: 20px;
    line-height: 32px;
    margin: 6px 0 25px;
  }
}
.blog__content__text {
  max-width: 800px;
  margin: 0px auto;
}
.blog__content__text h2 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .blog__content__text h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.blog__content__text h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  margin: 8px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog__content__text h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 24px 0 0;
  }
}
.blog__content__text__image {
  display: flex;
  flex-direction: column;
}
.blog__content__text__image small {
  font-size: 11px;
  line-height: 14px;
  font-family: 'Graphit', Georgia, sans-serif;
  color: rgba(62,66,76,0.48);
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: rgba(231,232,236,0.4);
}
@media only screen and (min-width: 768px) {
  .blog__content__text__image small {
    margin-top: -24px;
    margin-bottom: 24px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.blog__content__text img {
  width: 100%;
  height: auto;
  margin: 8px 0;
}
@media only screen and (min-width: 768px) {
  .blog__content__text img {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog__content__text p {
    font-size: 17px;
    margin: 24px 0;
  }
}
.blog__content__text ul {
  padding-left: 21px;
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .blog__content__text ul {
    margin: 40px 0;
  }
}
.blog__content__text ul p {
  line-height: 20px;
  margin: 12px 0;
}
.blog__navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  max-width: 800px;
  margin: 64px auto;
  box-shadow: inset 0 1px 0 0 #e7e8ec;
}
@media only screen and (max-width: 767px) {
  .blog__navigation {
    margin: 48px auto;
  }
}
.blog__navigation__item {
  width: calc(50% - 12px);
  max-width: 240px;
}
.blog__navigation__item--next {
  margin-left: auto;
}
.blog__navigation__item__arrow {
  display: flex;
  font-size: 14px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 400;
  color: #292830;
  margin-bottom: 7px;
}
.blog__navigation__item__arrow img {
  margin: 0 2px 0 0;
}
.blog__navigation__item--next .blog__navigation__item__arrow img {
  margin: 0 0 0 2px;
}
.blog__navigation__item--next .blog__navigation__item__arrow {
  flex-direction: row-reverse;
}
.blog__navigation__item__image {
  width: 100%;
  height: 100px;
  background: #f0f;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .blog__navigation__item__image {
    height: 160px;
  }
}
.blog__navigation__item__title {
  font-size: 14px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  color: #292830;
  margin-top: 4px;
}
.blog__categories {
  margin: 32px auto 16px;
}
@media only screen and (min-width: 768px) {
  .blog__categories {
    margin: 48px auto;
  }
}
.page--blog .blog__categories {
  max-width: 800px;
}
.blog__categories h3 {
  font-size: 1.375em;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog__categories h3 {
    font-size: 1.625em;
    line-height: 1.35em;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.page--blog .blog__categories h3 {
  display: block;
}
.blog__categories__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__categories__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 8px);
  padding: 11px 12px;
  margin-bottom: 16px;
  min-height: 60px;
  box-sizing: border-box;
  background: #c4e0c5;
  color: #292830;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog__categories__item {
    width: calc(25% - 12px);
  }
}
@media only screen and (min-width: 768px) {
  .blog__categories .button {
    width: calc(25% - 12px);
    padding-left: 0;
    padding-right: 0;
  }
}
.blog__preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .blog__preview {
    padding: 80px 0;
  }
}
.blog__preview > h2 {
  display: flex;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .blog__preview > h2 {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0px auto 32px;
  }
}
.blog__preview > p.large {
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .blog__preview > p.large {
    font-size: 1.15em;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .blog__preview__slider {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.blog__preview__slider .glide__bullets {
  margin-bottom: 24px;
}
.blog__preview__item {
  display: flex;
  flex-direction: column;
  padding: 40px 0 8px;
  margin-bottom: 27px;
  box-shadow: inset 0 1px 0 0 #e7e8ec;
}
.blog__preview__item:nth-child(-n+3) {
  box-shadow: none;
}
.blog__preview__slider .blog__preview__item {
  box-shadow: none;
  margin-bottom: 0;
}
.blog__preview__item__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #f0f;
}
.blog__preview__item__content h3 {
  font-size: 22px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  margin: 20px 0 0;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .blog__preview__item__content h3 {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
.blog__preview__item__content small {
  width: 100%;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  color: rgba(41,40,48,0.48);
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .blog__preview__item__content small {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog__preview__item__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 12px 0;
}
.blog__preview__item__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
}
.blog__preview__item__footer img {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .blog__preview .button {
    display: inline-flex;
    margin: 0px auto;
  }
}
.blogPostOverview__meta {
  font-size: 0.8em;
  position: relative;
}
.blogPostOverview__meta .blogPostOverview__category:after {
  content: '|';
  margin-left: 8px;
  margin-right: 4px;
  opacity: 0.3;
}
.blogPostOverview__heading a {
  color: inherit;
}
.blogPostOverview__heading h3 {
  margin: 12px 0;
}
.blogPostFull .blogPostFull__heading {
  position: relative;
  overflow: hidden;
}
.blogPostFull .blogPostFull__heading .lazy-load-image {
  padding-top: 0 !important;
  position: absolute;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blogPostFull .blogPostFull__heading .blogPostFull__heading__title {
  left: 0;
  right: 0;
  padding-top: 70px;
  padding: 0 24px;
  bottom: 0;
  z-index: 10;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogPostFull .blogPostFull__heading .blogPostFull__heading__title h1 {
  width: 100%;
}
.blogPostFull__content {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding: 48px;
}
.blogPostFull__content::after {
  content: '';
  display: table;
  clear: both;
}
.blogPostFull__content img {
  max-width: 100%;
}
.blogPostFull__content figure {
  margin: 24px;
}
.blogPostOverview__meta {
  padding-left: 6%;
}
.blogPostOverview__meta:before {
  position: absolute;
  left: -9%;
  background: #3e424c;
  height: 4px;
  content: '';
  top: 6px;
  display: block;
  width: 12%;
}
.blogPostOverview__heading {
  padding-left: 6%;
  font-size: 2.4em;
}
.blogPostOverview__heading a {
  color: #fff;
}
.blogPostOverview__heading h3 {
  margin: 12px 0;
}
.blogPostOverview__heading h3:after {
  content: '.';
  color: #3e424c;
}
.blogPostFull .blogPostFull__heading {
  height: auto;
  background: #000;
}
.blogPostFull .blogPostFull__heading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #000 20%, rgba(0,0,0,0) 100%);
  z-index: 5;
  opacity: 0.5;
}
.blogPostFull .blogPostFull__heading .lazy-load-image {
  opacity: 0.55;
}
.blogPostFull .blogPostFull__heading .blogPostFull__heading__title {
  position: relative;
  z-index: 10;
  padding-top: 180px;
  padding-bottom: 80px;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .blogPostFull .blogPostFull__heading .blogPostFull__heading__title {
    padding-top: 220px;
  }
}
.blogPostFull .blogPostFull__heading .blogPostFull__heading__title h1 {
  max-width: 500px;
  text-transform: uppercase;
  font-size: 2.8em;
  line-height: 1.3em;
}
footer {
  background-color: rgba(231,232,236,0.4);
  background-size: cover;
  background-position: center center;
  color: #333;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer {
    border-top: 1px solid #e7e8ec;
  }
}
footer::after {
  content: '';
  display: table;
  clear: both;
}
footer .footer__inner {
  max-width: 1600px !important;
  position: relative;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 24px;
}
footer .footer__inner::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1100px) {
  footer .footer__inner {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
  }
}
footer .footer__logo,
footer .footer__navigation,
footer .footer__social,
footer padding-top 16px {
  padding-bottom: 12px;
  vertical-align: top;
}
@media only screen and (max-width: 1100px) {
  footer .footer__logo,
  footer .footer__navigation,
  footer .footer__social,
  footer padding-top 16px {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .footer__logo::after,
  footer .footer__navigation::after,
  footer .footer__social::after,
  footer padding-top 16px::after {
    content: '';
    display: table;
    clear: both;
  }
  footer .footer__logo:last-child,
  footer .footer__navigation:last-child,
  footer .footer__social:last-child,
  footer padding-top 16px:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 700px) {
  footer .footer__logo,
  footer .footer__navigation,
  footer .footer__social,
  footer padding-top 16px {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .footer__logo:first-child,
  footer .footer__navigation:first-child,
  footer .footer__social:first-child,
  footer padding-top 16px:first-child {
    margin-left: auto;
  }
  footer .footer__logo:last-child,
  footer .footer__navigation:last-child,
  footer .footer__social:last-child,
  footer padding-top 16px:last-child {
    margin-right: auto;
  }
}
footer .footer__logo {
  float: left;
  width: 160px;
  height: 88px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__logo img {
  max-width: 100%;
}
footer .footer__logo div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  footer .footer__logo {
    display: none;
  }
}
footer .footer__logo svg {
  width: 160px;
}
@media only screen and (max-width: 1100px) {
  footer .footer__logo svg {
    position: static;
    margin-top: 12px;
  }
}
.footer__navigation nav {
  text-align: center;
  letter-spacing: 0.41px;
}
@media only screen and (min-width: 1100px) {
  .footer__navigation nav {
    height: 88px;
  }
}
.footer__navigation nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .footer__navigation nav ul {
    padding: 30px 0;
  }
}
.footer__navigation nav ul li {
  display: inline-block;
}
.footer__navigation nav ul li a {
  color: #9d969e;
  font-size: 0.78em;
  font-family: 'Graphit', Georgia, sans-serif;
  display: block;
  padding: 0px 8px;
  text-transform: uppercase;
  transition: 0.15s all;
}
@media only screen and (min-width: 1100px) {
  .footer__navigation nav ul li a {
    height: 88px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .footer__navigation nav ul li a {
    padding: 5px 8px;
  }
}
.footer__navigation nav ul li a:hover {
  color: #848484;
}
@media only screen and (max-width: 1100px) {
  .footer__navigation nav ul li {
    display: inline;
  }
  .footer__navigation nav ul li a {
    text-transform: uppercase;
    font-size: 0.75em;
    display: inline;
    color: #9d969e;
  }
  .footer__navigation nav ul li.navigationItem--prominent a {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: none;
  }
}
@media only screen and (max-width: 1100px) {
  .footer__navigation nav ul li.navigationItem--prominent:nth-child(3):after {
    content: '\A';
    height: 3px;
    white-space: pre;
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .footer--instagram-shift .footer__social {
    top: -200px;
  }
  .footer--instagram-shift nav {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .footer--instagram-shift .footer__social {
    top: -80px;
  }
}
.footer__social {
  float: right;
  display: flex;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .footer__social {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 40px 0 32px;
  }
  .footer__social::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .footer__social {
    flex-direction: column;
  }
}
.footer__social .footer__social__instagram a,
.footer__social .footer__social__youtube a {
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
  font-weight: 400;
  transition: 0.2s all;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.footer__social .footer__social__instagram a svg,
.footer__social .footer__social__youtube a svg,
.footer__social .footer__social__instagram a img,
.footer__social .footer__social__youtube a img {
  float: right;
  color: inherit;
  width: 32px;
  stroke-width: 5px;
  margin-left: 8px;
}
.footer__social .footer__social__instagram a svg #Instagram-icon-black,
.footer__social .footer__social__youtube a svg #Instagram-icon-black,
.footer__social .footer__social__instagram a img #Instagram-icon-black,
.footer__social .footer__social__youtube a img #Instagram-icon-black {
  color: inherit;
}
.footer__social .footer__social__instagram a svg #Instagram-icon-black path:not(.fill),
.footer__social .footer__social__youtube a svg #Instagram-icon-black path:not(.fill),
.footer__social .footer__social__instagram a img #Instagram-icon-black path:not(.fill),
.footer__social .footer__social__youtube a img #Instagram-icon-black path:not(.fill) {
  stroke: currentColor;
}
.footer__social .footer__social__instagram a svg #Instagram-icon-black path.fill,
.footer__social .footer__social__youtube a svg #Instagram-icon-black path.fill,
.footer__social .footer__social__instagram a img #Instagram-icon-black path.fill,
.footer__social .footer__social__youtube a img #Instagram-icon-black path.fill {
  fill: currentColor;
}
.footer__social .footer__social__instagram a div,
.footer__social .footer__social__youtube a div {
  float: left;
  padding-right: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  .footer__social .footer__social__instagram a,
  .footer__social .footer__social__youtube a {
    font-size: 1.15em;
    color: #333;
    text-align: center;
  }
  .footer__social .footer__social__instagram a svg,
  .footer__social .footer__social__youtube a svg,
  .footer__social .footer__social__instagram a img,
  .footer__social .footer__social__youtube a img {
    float: none;
    color: #3e424c;
    width: 32px;
    height: 32px;
  }
  .footer__social .footer__social__instagram a div,
  .footer__social .footer__social__youtube a div {
    float: none;
    width: 113px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.2em;
  }
}
.footer__social .footer__social__youtube {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .footer__social .footer__social__youtube {
    margin-top: 0;
    margin-left: 4px;
  }
  .footer__social .footer__social__youtube span {
    display: none;
  }
}
.footer__payment {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.footer__payment img {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}
.footer__payment img:not(:first-child),
.footer__payment img:not(:last-child) {
  margin: 4px 4px;
}
.product {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.product::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 900px) {
  .product {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}
.product .entries--product .entries__entry {
  margin-top: 120px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.product .entries--product .entries__entry::after {
  content: '';
  display: table;
  clear: both;
}
.product .entries--product .entries__entry:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.product .entries--product .entries__entry:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.product .entries--product .entries__entry:nth-child(4n + 1) {
  clear: both;
}
.product h1 {
  font-size: 2.8em;
  margin-top: 32px;
  line-height: 1em;
  margin-bottom: 48px;
}
.product__back {
  display: inline-flex;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.page--box .product__back {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .page--box .product__back {
    margin-left: 0;
    margin-top: -39px;
  }
}
.page--productlist .product__back {
  margin: 16px 0 -12px;
}
@media only screen and (min-width: 768px) {
  .page--productlist .product__back {
    margin: 0;
  }
}
.product__back img {
  transform: rotate(90deg);
  margin-bottom: -2px;
  margin-right: 4px;
}
.product__images {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 25px;
  font-size: 0 !important;
  box-sizing: border-box;
  position: relative;
}
.product__images::after {
  content: '';
  display: table;
  clear: both;
}
.product__images:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .product__images {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .product__images:first-child {
    margin-left: auto;
  }
  .product__images:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 550px) {
  .product__images {
    width: auto;
    margin: 0 -25px 60px -25px !important;
  }
}
.product__images .product__images__thumbs {
  z-index: 100;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  width: 96px;
  padding: 0 20px;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .product__images .product__images__thumbs {
    top: auto;
    width: auto;
    right: 0;
    bottom: -50px;
    text-align: center;
  }
}
.product__images .product__images__thumbs:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  transition: 0.5s all;
  pointer-events: none;
  z-index: 100;
  background: linear-gradient(180deg, rgba(255,255,255,0) 50%, #fff 100%);
}
@media only screen and (max-width: 550px) {
  .product__images .product__images__thumbs:after {
    display: none;
  }
}
.product__images .product__images__thumbs.product__images__thumbs--end:after {
  opacity: 0;
}
.product__images .product__images__thumbs:before {
  content: '';
  transition: 0.5s all;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 50%);
}
@media only screen and (max-width: 550px) {
  .product__images .product__images__thumbs:before {
    display: none;
  }
}
.product__images .product__images__thumbs.product__images__thumbs--middle:before,
.product__images .product__images__thumbs.product__images__thumbs--end:before {
  opacity: 1;
}
.product__images .product__images__thumbs .product__images__thumbs_rails {
  transition: 0.5s transform;
}
.product__images .product__images__thumbs .product__images__thumb {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .product__images .product__images__thumbs .product__images__thumb {
    width: 20px;
    height: 44px;
    border-radius: 4px;
    display: inline-block;
  }
  .product__images .product__images__thumbs .product__images__thumb .lazy-load-image {
    display: none;
  }
  .product__images .product__images__thumbs .product__images__thumb:after {
    content: '';
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    border-radius: 4px;
    display: block;
    transition: 0.2s background;
    margin-top: 18px;
    margin-left: 6px;
    background: #e0dfdf;
  }
  .product__images .product__images__thumbs .product__images__thumb.product__images__thumb--active:after {
    background: #3e424c;
  }
}
@media only screen and (min-width: 550px) {
  .product__images .product__images__thumbs .product__images__thumb {
    background: linear-gradient(180deg, #f7f5f7 0%, #fff 100%);
    border-radius: 6px;
    margin-bottom: 16px;
    transition: 0.2s all;
  }
  .product__images .product__images__thumbs .product__images__thumb:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    opacity: 0;
    transform: scaleX(0.9);
    transition: 0.2s all;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  }
  .product__images .product__images__thumbs .product__images__thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    transition: 0.2s all;
    z-index: 100;
    pointer-events: none;
    content: '';
    opacity: 0;
    box-shadow: inset 0px 0px 0px 2px #3e424c;
  }
  .product__images .product__images__thumbs .product__images__thumb.product__images__thumb--active:after {
    opacity: 1;
  }
  .product__images .product__images__thumbs .product__images__thumb:hover:before {
    opacity: 1;
  }
  .product__images .product__images__thumbs .product__images__thumb.product__images__thumb--active:hover:before {
    opacity: 0 !important;
  }
  .product__images .product__images__thumbs .product__images__thumb .lazy-load-image__wrapper {
    border-radius: 0;
    overflow: hidden;
  }
  .product__images .product__images__thumbs .product__images__thumb .lazy-load-image__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    tansition: 0.2s all;
    box-shadow: inset 0px 0px 0px 4px #fff;
  }
  .product__images .product__images__thumbs .product__images__thumb.product__images__thumb--active .lazy-load-image__wrapper:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 550px) {
  .product__images .product__images__wrapper {
    margin-left: 96px;
    padding-left: 4.65%;
  }
}
.product__images .product__images__wrapper .product__images__images {
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}
@media only screen and (min-width: 550px) {
  .product__images .product__images__wrapper .product__images__images {
    border-radius: 0;
  }
}
.product__images .product__images__wrapper .product__images__images .product__images__rails {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 550px) {
  .product__images .product__images__wrapper .product__images__images .product__images__rails {
    width: auto;
    right: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 550px) {
  .product__images .product__images__wrapper .product__images__images .product__images__rails {
    width: 100% !important;
  }
}
.product__images .product__images__wrapper .product__images__images .product__images__image {
  opacity: 0;
  background: linear-gradient(180deg, #f7f5f7 0%, #fff 100%);
}
.product__images .product__images__wrapper .product__images__images .product__images__image.product__images--active {
  opacity: 1;
}
@media only screen and (max-width: 550px) {
  .product__images .product__images__wrapper .product__images__images .product__images__image {
    float: left;
  }
}
@media only screen and (min-width: 550px) {
  .product__images .product__images__wrapper .product__images__images .product__images__image {
    width: 100% !important;
  }
}
.product__description {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  box-sizing: border-box;
}
.product__description::after {
  content: '';
  display: table;
  clear: both;
}
.product__description:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .product__description {
    padding: 0 16px;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product__description:first-child {
    margin-left: auto;
  }
  .product__description:last-child {
    margin-right: auto;
  }
}
.product__description__subtitle {
  font-size: 1em;
  font-weight: 500;
  color: rgba(41,40,48,0.48);
  margin-bottom: 20px;
}
.product__description__dots {
  display: flex;
  margin-bottom: 17px;
}
.product__description__dots__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 4px;
}
@media only screen and (max-width: 414px) {
  .product__description__dots__dot {
    width: 12px;
    height: 12px;
  }
}
.product__description__dots__dot--eiche {
  background: #eaca99;
}
.product__description__dots__dot--weiss {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.product__description__dots__dot--anthrazit {
  background: #3e424c;
}
.product__description__dots__dot--schwarz {
  background: #000;
}
.product__description__dots__dot--grau {
  background: #e7e8ec;
}
.product__description__dots__dot--nussbaum {
  background: #593410;
}
.product__description__dots__dot--salbei {
  background: #6fc0a6;
}
.product__description__dots__dot--eukalyptus {
  background: #c4e0c5;
}
.product__description__dots__dot--pitaya {
  background: #d8137d;
}
.product__description__dots__dot--heidebluete {
  background: #ffeffe;
}
.product__description__dots__dot--nachthimmel {
  background: #193d6d;
}
.product__description__dots__dot--aquamarin {
  background: #73caff;
}
.product__description__dots__dot--strandhafer {
  background: #fdf673;
}
.product__description__dots__dot--gold {
  background-image: linear-gradient(135deg, #f0d66d 1%, #bc9a3d 100%);
}
.product__description .product__relations {
  list-style: none;
  margin: 38px 0 30px 0;
  padding: 0 24px;
  font-size: 1.1em;
}
@media only screen and (max-width: 550px) {
  .product__description .product__relations {
    padding: 0;
  }
}
.product__description .product__relations li {
  display: inline-block;
  font-weight: 600;
}
.product__description .product__relations li:after {
  content: '·';
  color: #999;
  position: relative;
  top: -1px;
  padding: 0 4px;
}
.product__description .product__relations li:last-child:after {
  display: none;
}
.product__description .product__description__body {
  color: #3d3d3d;
  padding: 0 24px;
  font-size: 1.1em;
}
@media only screen and (max-width: 550px) {
  .product__description .product__description__body {
    padding: 0;
  }
}
.product__description .product__measurements {
  padding: 0 24px;
  text-align: center;
  list-style: none;
  font-size: 0.9em;
  display: block;
  margin: 30px 5% 34px 0;
  color: #999;
}
@media only screen and (max-width: 550px) {
  .product__description .product__measurements {
    padding: 0;
  }
}
.product__description .product__measurements::after {
  content: '';
  display: table;
  clear: both;
}
.product__description .product__measurements li {
  display: inline-block;
  letter-spacing: 0.05em;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.product__description .product__measurements li::after {
  content: '';
  display: table;
  clear: both;
}
.product__description .product__measurements li:first-child {
  text-align: left;
}
.product__description .product__measurements li:last-child {
  text-align: right;
}
.product__more {
  border-top: 1px solid rgba(41,40,48,0.08);
  margin-top: 32px;
  padding-top: 28px;
}
@media only screen and (max-width: 550px) {
  .product__more {
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(41,40,48,0.08);
  }
  .product__images .product__more {
    display: none;
  }
}
@media only screen and (min-width: 550px) {
  .product__description .product__more {
    display: none;
  }
}
.product__more__title {
  font-size: 17px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  color: #3e424c;
  margin-bottom: 19px;
}
.product__more__wrapper {
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 2px #e8e8e8;
  padding: 16px 24px 16px 16px;
  cursor: pointer;
  transition: 0.4s all;
}
.product__more__wrapper:hover {
  box-shadow: inset 0 0 0 2px #e8e8e8, 0px 2px 12px rgba(0,0,0,0.08);
}
@media only screen and (max-width: 550px) {
  .product__more__wrapper {
    padding: 10px 16px 10px 10px;
  }
}
.product__more__image {
  display: flex;
  margin-right: 24px;
}
@media only screen and (max-width: 550px) {
  .product__more__image {
    margin-right: 16px;
  }
}
.product__more__image img {
  height: 64px;
}
@media only screen and (max-width: 550px) {
  .product__more__image img {
    height: 44px;
    width: 44px;
    object-fit: cover;
  }
}
.product__more__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__more__text__title {
  font-size: 28px;
  letter-spacing: -1px;
  color: #3e424c;
  font-family: 'michelle-handwritten', georgia, serif;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 550px) {
  .product__more__text__title {
    font-size: 17px;
    font-family: 'Graphit', Georgia, sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
  }
}
.product__more__text__subtitle {
  font-size: 17px;
  line-height: 12px;
  color: #969698;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  .product__more__text__subtitle {
    font-size: 14px;
  }
}
.product__more__price {
  font-size: 17px;
  line-height: 0;
  font-weight: 400;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #969698;
  margin-left: auto;
}
.product__advices {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
}
.box .product__advices,
.farbem .product__advices {
  border-top: 1px solid rgba(41,40,48,0.12);
}
.page--about .product__advices {
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .page--about .product__advices {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .page--unikate .product__advices .button--prominent,
  .page--blog .product__advices .button--prominent {
    display: none;
  }
}
.page--blog .product__advices {
  max-width: 800px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .page--blog .product__advices p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.product__advices h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product__advices h2,
  .product__advices p {
    max-width: 600px;
  }
}
.product__advices__text {
  display: flex;
  flex-direction: column;
}
.product__advices__list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.page--about .product__advices__list {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .page--about .product__advices__list {
    flex-direction: column;
    flex: 1;
    margin-left: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .product__advices__list {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 48px;
  }
}
.product__advices__item {
  display: flex;
  margin-bottom: 32px;
  width: calc((100% / 3) - 64px);
}
.page--about .product__advices__item {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page--blog .product__advices__item {
    width: calc((100% / 2) - 32px);
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .product__advices__item {
    width: 100%;
  }
}
.product__advices__item__image {
  width: 44%;
}
@media only screen and (min-width: 768px) {
  .page--blog .product__advices__item__image {
    width: 100%;
  }
}
.product__advices__item__image img {
  width: 100%;
}
.product__advices__item__text {
  width: 56%;
  padding-left: 24px;
}
@media only screen and (min-width: 768px) {
  .product__advices__item__text__left {
    margin-right: auto;
  }
  .page--blog .product__advices__item__text {
    display: flex;
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product__advices__item__text {
    padding-left: 12px;
  }
}
.product__advices__item__title {
  font-size: 20px;
  font-family: 'michelle-handwritten', georgia, serif;
  color: #292830;
}
.product__advices__item__subtitle {
  font-size: 11px;
  font-family: 'Graphit', Georgia, sans-serif;
  line-height: 14px;
  color: rgba(41,40,48,0.48);
  text-transform: uppercase;
}
.product__advices__item__price {
  display: flex;
  font-size: 15px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  color: #292830;
  margin: 10px 0;
}
.product__advices__item__dots {
  display: flex;
  margin-top: 4px;
  margin-left: auto;
}
.product__advices__item__dots__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 4px;
}
.product__advices__item__dots__dot--eiche {
  background: #eaca99;
}
.product__advices__item__dots__dot--weiss {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.product__advices__item__dots__dot--anthrazit {
  background: #3e424c;
}
.product__advices__item__dots__dot--schwarz {
  background: #000;
}
.product__advices__item__dots__dot--grau {
  background: #e7e8ec;
}
.product__advices__item__dots__dot--nussbaum {
  background: #593410;
}
.product__advices__item__dots__dot--salbei {
  background: #6fc0a6;
}
.product__advices__item__dots__dot--eukalyptus {
  background: #c4e0c5;
}
.product__advices__item__dots__dot--pitaya {
  background: #d8137d;
}
.product__advices__item__dots__dot--heidebluete {
  background: #ffeffe;
}
.product__advices__item__dots__dot--nachthimmel {
  background: #193d6d;
}
.product__advices__item__dots__dot--aquamarin {
  background: #73caff;
}
.product__advices__item__dots__dot--strandhafer {
  background: #fdf673;
}
.product__advices__item__dots__dot--gold {
  background-image: linear-gradient(135deg, #f0d66d 1%, #bc9a3d 100%);
}
.product__advices__item .button {
  font-size: 11px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .product__advices__item .button {
    width: 100%;
  }
}
.product__related {
  clear: both;
  margin-bottom: 61px;
}
.product__action__price,
.product__unavailable {
  padding: 18px 24px;
  border-radius: 24px;
  background: #f7f5f7;
  line-height: 1.5em;
  color: #999;
}
.product__action__price strong,
.product__unavailable strong {
  font-size: 1.4em;
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}
.product__action__price a,
.product__unavailable a {
  color: inherit;
  font-weight: 600;
}
.product__action__price a:hover,
.product__unavailable a:hover {
  text-decoration: underline;
}
.product__action__add_to_cart {
  color: #fff;
  background: transparent;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: -5px;
  line-height: ;
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
  letter-spacing: 0.05em;
  font-weight: 600;
  border: 0 !important;
  box-shadow: none !important;
  margin-left: 0 !important;
}
.product__action--state-loading .product__action--in-stock,
.product__action--state-loading .product__action--out-of-stock,
.product__action--state-loading .product__action--in-cart {
  display: none;
}
.product__action--state-in-stock .product__action--loading,
.product__action--state-in-stock .product__action--out-of-stock,
.product__action--state-in-stock .product__action--in-cart {
  display: none;
}
.product__action--state-out-of-stock .product__action--in-stock,
.product__action--state-out-of-stock .product__action--loading,
.product__action--state-out-of-stock .product__action--in-cart {
  display: none;
}
.product__action--state-in-cart .product__action--in-stock,
.product__action--state-in-cart .product__action--loading,
.product__action--state-in-cart .product__action--out-of-stock {
  display: none;
}
.product__action--loading {
  pointer-events: none;
  animation: entries-loading-state 2s infinite;
}
.product__action--loading .product__action__price {
  background: #f4f4f4;
}
.product__action--loading .product__action__price span {
  height: 24px;
  background: rgba(0,0,0,0.05);
  border-radius: 5px;
  display: inline-block;
  width: 40%;
}
.product__action--loading .product__action__price span:last-child {
  width: 60%;
  margin-top: 10px;
  margin-bottom: -5px;
  height: 18px;
}
.product__action--loading .product__action__add_to_cart {
  box-shadow: none;
  background: #f4f4f4;
}
.product--overview,
.product--overview--loading {
  position: relative;
  padding: 0 7px;
  margin-bottom: 5px;
}
.product--overview a,
.product--overview--loading a {
  color: #333;
}
.product--overview .product--overview__image,
.product--overview--loading .product--overview__image {
  background: linear-gradient(180deg, #f7f5f7 0%, #fff 100%);
  border-radius: 10px;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.product--overview .product--overview__image .lazy-load-image__wrapper,
.product--overview--loading .product--overview__image .lazy-load-image__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.product--overview .product--overview__image .lazy-load-image__wrapper .lazy-load-image,
.product--overview--loading .product--overview__image .lazy-load-image__wrapper .lazy-load-image {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product--overview .product--overview__title,
.product--overview--loading .product--overview__title {
  font-size: 1.1em;
  padding: 18px 16px 0;
}
.product--overview .product--overview__title::after,
.product--overview--loading .product--overview__title::after {
  content: '';
  display: table;
  clear: both;
}
.product--overview .product--overview__title h4,
.product--overview--loading .product--overview__title h4 {
  margin: 0;
  padding: 0;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 1.2em;
}
.product--overview .product--overview__title .product--overview__title__price,
.product--overview--loading .product--overview__title .product--overview__title__price {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  font-weight: 200;
  text-align: right;
  line-height: 1.4em;
}
.product--overview .product--overview__title .product--overview__title__price::after,
.product--overview--loading .product--overview__title .product--overview__title__price::after {
  content: '';
  display: table;
  clear: both;
}
.product--overview .product--overview__title .product--overview__title__price:last-child,
.product--overview--loading .product--overview__title .product--overview__title__price:last-child {
  margin-right: 0%;
}
.product--overview .product--overview__measurements,
.product--overview--loading .product--overview__measurements {
  list-style: none;
  margin: 0;
  margin-top: 8px;
  padding: 0 16px;
  color: #bdbdbd;
  font-family: 'Graphit', Georgia, sans-serif;
}
.product--overview .product--overview__measurements li,
.product--overview--loading .product--overview__measurements li {
  display: inline-block;
  margin-right: 6px;
}
.product--overview .product--overview__measurements li strong,
.product--overview--loading .product--overview__measurements li strong {
  font-weight: 400;
}
.product--overview .product--overview__new_badge,
.product--overview--loading .product--overview__new_badge,
.product--overview .product--overview__sold_badge,
.product--overview--loading .product--overview__sold_badge {
  position: absolute;
  top: -9px;
  left: -2px;
  height: 20px;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
  background: #d0cdd1;
  border-radius: 10px;
  padding: 0 6px;
  line-height: 22px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 4px 8px 0 rgba(204,204,204,0.25);
}
.product--overview .product--overview__new_badge,
.product--overview--loading .product--overview__new_badge {
  background: #3e424c;
  box-shadow: 0 4px 8px 0 rgba(62,66,76,0.15);
}
.product--overview--loading {
  padding: 0;
}
.special-shop-block__sort {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
}
.special-shop-block__sort::after {
  content: '';
  display: table;
  clear: both;
}
.special-shop-block__sort .select {
  width: 220px;
}
@media only screen and (max-width: 700px) {
  .special-shop-block__sort .select {
    width: 100%;
    box-sizing: border-box;
  }
}
.special-shop-block__filter {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.special-shop-block__filter::after {
  content: '';
  display: table;
  clear: both;
}
.special-shop-block__filter:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 700px) {
  .special-shop-block__filter {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .special-shop-block__filter:first-child {
    margin-left: auto;
  }
  .special-shop-block__filter:last-child {
    margin-right: auto;
  }
}
.special-shop-block__products {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
  padding-top: 28px;
}
.special-shop-block__products::after {
  content: '';
  display: table;
  clear: both;
}
.special-shop-block__products:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 700px) {
  .special-shop-block__products {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .special-shop-block__products:first-child {
    margin-left: auto;
  }
  .special-shop-block__products:last-child {
    margin-right: auto;
  }
}
.product--overview--loading .product--overview__image {
  background: #f0f0f0;
}
.product--overview--loading .product--overview__title {
  margin-top: 20px;
  height: 24px;
  border-radius: 4px;
  background: #f0f0f0;
}
.product--overview--loading .product--overview__meta {
  margin-top: 10px;
  height: 24px;
  border-radius: 4px;
  background: #f0f0f0;
}
.entries--product .entries__pagination {
  text-align: center;
}
.entries--product .entries__pagination__button {
  height: 48px;
  color: #3e424c;
  border: 2px solid #3e424c;
  font-size: 1.125em;
  line-height: 51px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 26px;
  margin: 24px 0 136px 0;
  display: inline-block;
  padding: 0 24px;
}
.product__description__header {
  margin: 0;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-top: 12px;
}
.product--box {
  margin-bottom: 96px;
}
.product--box h1 {
  font-size: 3.4em;
  font-weight: 300;
  margin: -15px 0 0 -4px;
}
@media only screen and (max-width: 1024px) {
  .product--box h1 {
    font-size: 2.3em;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 414px) {
  .product--box h1 {
    font-size: 2.6em;
    margin-top: 0;
    margin-left: -2px;
  }
}
.product--box .product__description__body,
.product--box .product__content {
  margin-bottom: 18px;
  padding: 0;
}
.product--box .product__description__body p,
.product--box .product__content p {
  color: #3e424c;
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.product--box .product__description__body p span,
.product--box .product__content p span {
  font-weight: 600;
}
@media only screen and (min-width: 549px) {
  .product--box .product__images__thumb {
    background: #f8f7f8 !important;
  }
}
.product--box .product__images__image {
  background: #f8f7f8 !important;
}
.product__variants {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0;
}
@media only screen and (max-width: 414px) {
  .product__variants {
    margin-bottom: 34px;
  }
}
.product__variants .product__variant {
  display: flex;
  width: calc((100% / 4) - 12px);
  max-width: 160px;
  margin-bottom: 16px;
  transition: 0.4s all;
  position: relative;
  margin-right: 16px;
}
.product__variants .product__variant:nth-child(4n) {
  margin-right: 0;
}
.product__variants .product__variant--active .product__variant__image {
  box-shadow: inset 0px 0px 0px 2px #292830;
}
.product__variants .product__variant a {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.product__variants .product__variant__image {
  width: 100%;
  height: 128px;
  margin-right: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .product__variants .product__variant__image {
    height: 64px;
  }
}
.product__variants .product__variant__title {
  font-family: 'Graphit', Georgia, sans-serif;
  color: #262626;
  font-weight: 500;
  font-size: 17px;
  margin-top: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product__variants .product__variant__title {
    font-size: 14px;
    margin-top: 7px;
  }
}
.product__variants .product__variant__dots {
  display: flex;
  margin-top: 4px;
}
.product__variants .product__variant__dots__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
}
.product__variants .product__variant__dots__dot--eiche {
  background: #eaca99;
}
.product__variants .product__variant__dots__dot--weiss {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.product__variants .product__variant__dots__dot--anthrazit {
  background: #3e424c;
}
.product__variants .product__variant__dots__dot--schwarz {
  background: #000;
}
.product__variants .product__variant__dots__dot--grau {
  background: #e7e8ec;
}
.product__variants .product__variant__dots__dot--nussbaum {
  background: #593410;
}
.product__variants .product__variant__dots__dot--salbei {
  background: #6fc0a6;
}
.product__variants .product__variant__dots__dot--eukalyptus {
  background: #c4e0c5;
}
.collapse-list {
  margin-bottom: 48px;
}
.product__collapse {
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.08);
  padding: 22px 0 18px;
}
.product__collapse:last-child {
  box-shadow: none;
}
.product__collapse__header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product__collapse__header-left {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
}
.product__collapse__header-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 400;
  margin-top: -2px;
  padding-right: 24px;
}
.product__collapse__header-right:before {
  content: '';
  position: absolute;
  background: url(../resources/images/ic_collapse_arrow.svg);
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: 50% 0%;
}
.product__collapse__visible .product__collapse__header-right:before {
  transform: rotate(180deg) translateY(-50%);
}
.product__collapse__header-right .label-hide {
  display: none;
}
.product__collapse__visible .product__collapse__header-right .label-hide {
  display: flex;
}
@media only screen and (max-width: 414px) {
  .product__collapse__header-right .label-hide {
    display: none !important;
  }
}
.product__collapse__visible .product__collapse__header-right .label-show {
  display: none;
}
@media only screen and (max-width: 414px) {
  .product__collapse__header-right .label-show {
    display: none !important;
  }
}
.product__collapse__content {
  display: none;
  margin-top: 16px;
  font-size: 17px;
  line-height: 28px !important;
  font-weight: 300;
  font-family: 'Graphit', Georgia, sans-serif;
}
.product__collapse__visible .product__collapse__content {
  display: block;
}
.product__sticky {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: inset 0 1px 0 0 rgba(41,40,48,0.08), 0 0 12px 0 rgba(41,40,48,0.04);
  padding: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .product__sticky {
    display: none;
  }
}
.product__sticky__content {
  padding: 6px 0 0;
}
.product__sticky__title {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  font-family: 'michelle-handwritten', georgia, serif;
  margin-bottom: 4px;
}
.product__sticky__title__dots {
  display: flex;
  margin-left: auto;
  margin-right: 4px;
}
.product__sticky__title__dots__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
}
.product__sticky__title__dots__dot--eiche {
  background: #eaca99;
}
.product__sticky__title__dots__dot--weiss {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.product__sticky__title__dots__dot--anthrazit {
  background: #3e424c;
}
.product__sticky__title__dots__dot--schwarz {
  background: #000;
}
.product__sticky__title__dots__dot--grau {
  background: #e7e8ec;
}
.product__sticky__title__dots__dot--nussbaum {
  background: #593410;
}
.product__sticky__title__dots__dot--salbei {
  background: #6fc0a6;
}
.product__sticky__title__dots__dot--eukalyptus {
  background: #c4e0c5;
}
.product__sticky__title__dots__dot--pitaya {
  background: #d8137d;
}
.product__sticky__title__dots__dot--heidebluete {
  background: #ffeffe;
}
.product__sticky__title__dots__dot--nachthimmel {
  background: #193d6d;
}
.product__sticky__title__dots__dot--aquamarin {
  background: #73caff;
}
.product__sticky__title__dots__dot--strandhafer {
  background: #fdf673;
}
.product__sticky__title__dots__dot--gold {
  background-image: linear-gradient(135deg, #f0d66d 1%, #bc9a3d 100%);
}
.product__sticky__title__price {
  font-size: 0.7em;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
}
.product__sticky__subtitle {
  display: flex;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(41,40,48,0.48);
}
.product__sticky__subtitle span {
  text-transform: initial;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product__sticky__subtitle span:last-of-type {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 8px;
}
.product__sticky .shopify-buy-frame {
  max-width: none !important;
}
.product--box--cozy-flair h1 span {
  color: #94a48d;
}
@media only screen and (min-width: 549px) {
  .product--box--cozy-flair .product__images .product__images__thumbs .product__images__thumb:after {
    box-shadow: inset 0px 0px 0px 2px #94a48d;
  }
}
@media only screen and (max-width: 551px) {
  .product--box--cozy-flair .product__images__thumb--active:after {
    background: #94a48d !important;
  }
}
.product--box--cozy-flair .product__variant--active .product__variant__radio {
  background: #94a48d;
}
.product--box--industrial h1 span {
  color: #28272f;
}
@media only screen and (min-width: 549px) {
  .product--box--industrial .product__images .product__images__thumbs .product__images__thumb:after {
    box-shadow: inset 0px 0px 0px 2px #28272f;
  }
}
@media only screen and (max-width: 551px) {
  .product--box--industrial .product__images__thumb--active:after {
    background: #28272f !important;
  }
}
.product--box--industrial .product__variant--active .product__variant__radio {
  background: #28272f;
}
.product--box--landhaus h1 span {
  color: #28272f;
}
@media only screen and (min-width: 549px) {
  .product--box--landhaus .product__images .product__images__thumbs .product__images__thumb:after {
    box-shadow: inset 0px 0px 0px 2px #28272f;
  }
}
@media only screen and (max-width: 551px) {
  .product--box--landhaus .product__images__thumb--active:after {
    background: #28272f !important;
  }
}
.product--box--landhaus .product__variant--active .product__variant__radio {
  background: #28272f;
}
.cart,
.order,
.checkout__payment {
  width: auto;
  max-width: 850px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.cart h1,
.order h1,
.checkout__payment h1 {
  font-size: 2.8em;
  margin: 0;
  margin-bottom: 50px;
}
.cart::after,
.order::after,
.checkout__payment::after {
  content: '';
  display: table;
  clear: both;
}
.cart.cart--empty,
.order.cart--empty,
.checkout__payment.cart--empty {
  width: auto;
  max-width: 650px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.cart.cart--empty::after,
.order.cart--empty::after,
.checkout__payment.cart--empty::after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart__item,
.order .cart__item,
.checkout__payment .cart__item {
  padding: 0 24px;
  margin-bottom: 24px;
  position: relative;
}
.cart .cart__item::after,
.order .cart__item::after,
.checkout__payment .cart__item::after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart__item:before,
.order .cart__item:before,
.checkout__payment .cart__item:before {
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  left: 192px;
  bottom: -6px;
  height: 1px;
  background: #f7f5f7;
}
@media only screen and (max-width: 650px) {
  .cart .cart__item,
  .order .cart__item,
  .checkout__payment .cart__item {
    padding: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #f7f5f7;
  }
  .cart .cart__item:before,
  .order .cart__item:before,
  .checkout__payment .cart__item:before {
    display: none;
  }
}
.cart .cart__item:last-child:before,
.order .cart__item:last-child:before,
.checkout__payment .cart__item:last-child:before {
  display: none;
}
.cart .cart__item__image,
.order .cart__item__image,
.checkout__payment .cart__item__image {
  width: 136px;
  height: 136px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 650px) {
  .cart .cart__item__image,
  .order .cart__item__image,
  .checkout__payment .cart__item__image {
    float: none;
    background-position: left center;
  }
}
.cart .cart__item__details,
.order .cart__item__details,
.checkout__payment .cart__item__details {
  float: left;
  padding-top: 26px;
  padding-left: 32px;
}
@media only screen and (max-width: 650px) {
  .cart .cart__item__details,
  .order .cart__item__details,
  .checkout__payment .cart__item__details {
    float: none;
    padding-left: 0;
  }
}
.cart .cart__item__details h3,
.order .cart__item__details h3,
.checkout__payment .cart__item__details h3 {
  font-family: "proxima-soft", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.cart .cart__item__price,
.order .cart__item__price,
.checkout__payment .cart__item__price {
  padding-top: 26px;
  float: right;
  font-size: 1.5em;
  text-align: right;
  font-weight: 600;
}
@media only screen and (max-width: 650px) {
  .cart .cart__item__price,
  .order .cart__item__price,
  .checkout__payment .cart__item__price {
    float: none;
    text-align: left;
  }
}
.cart .cart__item__price button,
.order .cart__item__price button,
.checkout__payment .cart__item__price button {
  border: 0;
  background: none;
  font-size: 0.75em;
  color: #7e7e7e;
  margin-top: 33px;
  padding-right: 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .cart .cart__item__price button,
  .order .cart__item__price button,
  .checkout__payment .cart__item__price button {
    margin-top: 10px;
    left: 12px;
  }
}
.cart .cart__item__price button:before,
.order .cart__item__price button:before,
.checkout__payment .cart__item__price button:before {
  content: '';
  display: block;
  background: url(../resources/images/remove.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -12px;
  top: 6px;
}
.cart .cart__item__relations,
.order .cart__item__relations,
.checkout__payment .cart__item__relations {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.cart .cart__item__measurements,
.order .cart__item__measurements,
.checkout__payment .cart__item__measurements {
  color: #7e7e7e;
}
.cart .cart__item__measurements span,
.order .cart__item__measurements span,
.checkout__payment .cart__item__measurements span {
  margin-right: 8px;
}
.cart .cart__tax_notice,
.order .cart__tax_notice,
.checkout__payment .cart__tax_notice {
  padding: 0 24px;
  font-size: 1.125em;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 25px;
  color: #7e7e7e;
}
.cart .cart__tax_notice img,
.order .cart__tax_notice img,
.checkout__payment .cart__tax_notice img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.cart .cart__options,
.order .cart__options,
.checkout__payment .cart__options {
  background: #f7f5f7;
  border-radius: 24px;
  padding: 22px 24px;
  padding-bottom: 0;
  font-size: 1.05;
}
.cart .cart__options::after,
.order .cart__options::after,
.checkout__payment .cart__options::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 650px) {
  .cart .cart__options,
  .order .cart__options,
  .checkout__payment .cart__options {
    margin: 60px -24px 0px -24px;
    border-radius: 0;
    padding-bottom: 22px;
  }
}
.cart .cart__options fieldset,
.order .cart__options fieldset,
.checkout__payment .cart__options fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 650px) {
  .cart .cart__options fieldset,
  .order .cart__options fieldset,
  .checkout__payment .cart__options fieldset {
    float: none;
  }
}
.cart .cart__options fieldset legend,
.order .cart__options fieldset legend,
.checkout__payment .cart__options fieldset legend {
  color: #7e7e7e;
  margin-bottom: 12px;
}
.cart .cart__options .radio,
.order .cart__options .radio,
.checkout__payment .cart__options .radio {
  height: 48px;
  margin-right: 12px;
}
.cart .cart__options .radio label,
.order .cart__options .radio label,
.checkout__payment .cart__options .radio label {
  font-weight: 600;
}
.cart .cart__total,
.order .cart__total,
.checkout__payment .cart__total {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 650px) {
  .cart .cart__total,
  .order .cart__total,
  .checkout__payment .cart__total {
    float: none;
    text-align: left;
  }
}
.cart .cart__total strong,
.order .cart__total strong,
.checkout__payment .cart__total strong {
  color: #7e7e7e;
  display: block;
}
.cart .cart__total span,
.order .cart__total span,
.checkout__payment .cart__total span {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 8px;
  display: block;
  color: #6b6b6b;
}
.cart .cart__actions,
.order .cart__actions,
.checkout__payment .cart__actions {
  margin-bottom: 48px;
  margin-top: 24px;
}
.cart .cart__actions::after,
.order .cart__actions::after,
.checkout__payment .cart__actions::after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart__actions .cart__checkout,
.order .cart__actions .cart__checkout,
.checkout__payment .cart__actions .cart__checkout {
  float: right;
}
@media only screen and (max-width: 650px) {
  .cart .cart__actions .cart__checkout,
  .order .cart__actions .cart__checkout,
  .checkout__payment .cart__actions .cart__checkout {
    float: none;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 650px) {
  .cart .cart__actions a.button,
  .order .cart__actions a.button,
  .checkout__payment .cart__actions a.button,
  .cart .cart__actions button,
  .order .cart__actions button,
  .checkout__payment .cart__actions button {
    float: none;
    width: 100%;
  }
}
.cart__empty {
  margin-bottom: 60px;
}
.cart__empty p {
  color: #7e7e7e;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  padding-bottom: 32px;
}
.cart__options {
  background: #f7f5f7;
  border-radius: 24px;
  padding: 22px 24px;
  padding-bottom: 0;
  font-size: 1.05;
}
.cart__options::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 650px) {
  .cart__options {
    margin: 60px -24px 0px -24px;
    border-radius: 0;
    padding-bottom: 22px;
  }
}
.cart__options fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 650px) {
  .cart__options fieldset {
    float: none;
  }
}
.cart__options fieldset legend {
  color: #7e7e7e;
  margin-bottom: 12px;
}
.cart__options .radio {
  height: 48px;
  margin-right: 12px;
}
.cart__options .radio label {
  font-weight: 600;
}
.special-block--type-Contact {
  width: 100%;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.special-block--type-Contact:after {
  content: '';
  width: 226px;
  height: 208px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  background-image: url(../resources/images/new-products-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1000px) {
  .special-block--type-Contact:after {
    display: none;
  }
}
.contact {
  padding: 100px 0;
  position: relative;
  width: auto;
  max-width: 850px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 750px) {
  .contact {
    padding: 30px 0 60px;
  }
}
.contact::after {
  content: '';
  display: table;
  clear: both;
}
.contact .contact__content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding-right: 14px;
  box-sizing: border-box;
}
.contact .contact__content::after {
  content: '';
  display: table;
  clear: both;
}
.contact .contact__content:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 750px) {
  .contact .contact__content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .contact__content:first-child {
    margin-left: auto;
  }
  .contact .contact__content:last-child {
    margin-right: auto;
  }
}
.contact .contact__content h1 {
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'michelle-handwritten', georgia, serif;
  font-weight: 300;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .contact .contact__content h1 {
    font-size: 3.5em;
    margin-top: 20px;
  }
}
.contact .contact__content .body {
  font-size: 1.05em;
  line-height: 1.6em;
  letter-spacing: 0.072em;
  color: #262626;
}
.contact .contact__content .body a {
  font-weight: 600;
  color: #28272f;
}
.contact .contact__form {
  padding-top: 12px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.contact .contact__form::after {
  content: '';
  display: table;
  clear: both;
}
.contact .contact__form:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 750px) {
  .contact .contact__form {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
  }
  .contact .contact__form:first-child {
    margin-left: auto;
  }
  .contact .contact__form:last-child {
    margin-right: auto;
  }
}
.contact .contact__form .textInput,
.contact .contact__form .textarea {
  margin-bottom: 24px;
}
.contact .contact__form .button {
  width: calc(100% - 48px);
  box-shadow: 0 4px 16px 0 rgba(62,66,76,0.2);
  transition: 0.2s all;
  max-width: inherit;
  margin-left: 24px;
  background: #28272f;
}
.contact .contact__form .button:before {
  background-image: url(../resources/images/button-start-about.svg);
}
.contact .contact__form .button:after {
  background-image: url(../resources/images/button-end-about.svg);
}
.contact .contact__form .button:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contact .contact__form .button {
    margin-top: 16px;
  }
}
.contact .contact__form textarea {
  min-height: 82px;
  max-height: 400px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .contact .contact__form textarea {
    padding-left: 0 !important;
    min-height: 0;
    border-radius: 0;
  }
}
.contact .contact__form input {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .contact .contact__form input {
    padding-left: 0;
    border-radius: 0;
  }
}
.contact .contact__entry {
  transition: 0.5s opacity;
}
.contact .contact__success {
  position: absolute;
  top: 100px;
  left: 24px;
  right: 0;
  pointer-events: none;
  opacity: 0;
  display: none;
  transition: 0.5s opacity;
  transition-delay: 0.5s;
}
.contact.contact--success .contact__success {
  display: block;
  opacity: 1;
}
.contact.contact--success .contact__entry {
  opacity: 0;
  pointer-events: znone;
}
.checkout {
  margin: 0 auto;
  max-width: 800px;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .checkout {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.checkout .checkout__step_map {
  width: auto;
  max-width: 550px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 45px;
  height: 88px;
}
.checkout .checkout__step_map::after {
  content: '';
  display: table;
  clear: both;
}
.checkout .checkout__step_map li {
  height: 88px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
}
.checkout .checkout__step_map li::after {
  content: '';
  display: table;
  clear: both;
}
.checkout .checkout__step_map li:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #3e424c;
  position: absolute;
  top: 23px;
  left: 50%;
}
.checkout .checkout__step_map li:last-child:before {
  display: none;
}
.checkout .checkout__step_map li span {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  left: 50%;
  background: #fff;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 1.5em;
  color: #3e424c;
  margin-left: -24px;
  border-radius: 24px;
  border: 2px solid #3e424c;
  background-position: center center;
  background-repeat: no-repeat;
}
.checkout .checkout__step_map li h3 {
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "proxima-soft", sans-serif;
  font-weight: 600;
  color: #3e424c;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  .checkout .checkout__step_map li h3 {
    font-size: 0.9em;
  }
}
.checkout .checkout__step_content {
  text-align: left;
}
.checkout .checkout__step_content h3 {
  font-family: "proxima-soft", sans-serif;
}
.checkout .checkout__step_map--step-1 .checkout__step_map__step1 span {
  background: #3e424c;
  color: #fff;
}
.checkout .checkout__step_map--step-2 .checkout__step_map__step1 span {
  background-image: url(../resources/images/checkout_check.svg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  user-select: none !important;
}
.checkout .checkout__step_map--step-2 .checkout__step_map__step2 span {
  background: #3e424c;
  color: #fff;
}
.checkout .checkout__step_map--step-3 .checkout__step_map__step1 span,
.checkout .checkout__step_map--step-3 .checkout__step_map__step2 span {
  background-image: url(../resources/images/checkout_check.svg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  user-select: none !important;
}
.checkout .checkout__step_map--step-3 .checkout__step_map__step3 span {
  background: #3e424c;
  color: #fff;
}
.address_form::after {
  content: '';
  display: table;
  clear: both;
}
.address_form_column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.address_form_column::after {
  content: '';
  display: table;
  clear: both;
}
.address_form_column:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 750px) {
  .address_form_column {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .address_form_column:first-child {
    margin-left: auto;
  }
  .address_form_column:last-child {
    margin-right: auto;
  }
}
.input_group_group::after {
  content: '';
  display: table;
  clear: both;
}
.input_group--city {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
}
.input_group--city::after {
  content: '';
  display: table;
  clear: both;
}
.input_group--city:last-child {
  margin-right: 0%;
}
.input_group--zipCode {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.input_group--zipCode::after {
  content: '';
  display: table;
  clear: both;
}
.input_group--zipCode:last-child {
  margin-right: 0%;
}
.input_group--title {
  padding-left: 10px;
}
.input_group--title .radio {
  height: 48px;
  line-height: 48px;
  margin-right: 32px;
}
.checkout__actions {
  margin-top: 40px;
  margin-bottom: 72px;
}
.checkout__actions::after {
  content: '';
  display: table;
  clear: both;
}
.checkout__actions a.button {
  float: left;
}
@media only screen and (max-width: 750px) {
  .checkout__actions a.button {
    float: none;
    margin: 0 !important;
    margin-top: 12px !important;
    width: 100%;
    border: 0;
  }
}
.checkout__actions button.button {
  float: right;
}
@media only screen and (max-width: 750px) {
  .checkout__actions button.button {
    border: 0;
    margin: 0 !important;
    margin-top: 12px !important;
    float: none;
    width: 100%;
  }
}
.checkout__payment .checkout__payment__methods {
  padding: 48px 0;
}
.checkout__payment .checkout__payment__method .radio {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 14px;
}
@media only screen and (max-width: 750px) {
  .checkout__payment .checkout__payment__method .radio {
    padding-left: 0;
  }
}
.checkout__payment .checkout__payment__method .radio:after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  left: 62px;
  position: absolute;
  background: #f1f0f2;
  height: 1px;
}
@media only screen and (max-width: 750px) {
  .checkout__payment .checkout__payment__method .radio:after {
    left: -12px;
    right: -12px;
  }
}
.checkout__payment .checkout__payment__method .radio label {
  padding-left: 48px;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
.checkout__payment .checkout__payment__method .radio label:before {
  top: 36px;
}
.checkout__payment .checkout__payment__method .radio label:after {
  top: 28px;
}
.checkout__payment .checkout__payment__method:first-child .radio:after {
  display: none;
}
.checkout__payment .checkout__payment__method p {
  padding: 0 24px 8px 64px;
  font-size: 1.125em;
  color: #7e7e7e;
  margin-top: -12px;
}
.checkout__payment__method--paypal strong:after {
  width: 40px;
  height: 24px;
  content: '';
  display: inline-block;
  background-image: url(../resources/images/paypal.png);
  background-size: 40px 24px;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  margin-left: 18px;
}
.checkout__payment__method--stripe strong:after {
  width: 88px;
  height: 24px;
  content: '';
  display: inline-block;
  background-image: url(../resources/images/creditcard.png);
  background-size: 88px 24px;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  margin-left: 18px;
}
.checkout__actions__button-back {
  float: right !important;
  margin-right: 3% !important;
}
.checkout__actions__button-back.button--prominent {
  margin-right: 0 !important;
}
.stripe-form {
  margin-top: 32px;
  width: 100% !important;
}
.stripe-form legend {
  display: none;
}
.stripe-form fieldset {
  border: 0;
  padding: 0;
}
.stripe-form .textInput {
  margin-bottom: 24px;
}
.stripe-form .card-holder .item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.stripe-form .card-holder .item::after {
  content: '';
  display: table;
  clear: both;
}
.stripe-form .card-holder .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 750px) {
  .stripe-form .card-holder .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stripe-form .card-holder .item:first-child {
    margin-left: auto;
  }
  .stripe-form .card-holder .item:last-child {
    margin-right: auto;
  }
}
.stripe-form .multitextrow {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.stripe-form .multitextrow::after {
  content: '';
  display: table;
  clear: both;
}
.stripe-form .multitextrow:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 750px) {
  .stripe-form .multitextrow {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stripe-form .multitextrow:first-child {
    margin-left: auto;
  }
  .stripe-form .multitextrow:last-child {
    margin-right: auto;
  }
}
.stripe-form #stripe-form-expiry-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 64.60481099656357%;
  margin-left: 0%;
  margin-right: 6.185567010309279%;
}
.stripe-form #stripe-form-expiry-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.stripe-form #stripe-form-expiry-wrapper:last-child {
  margin-right: 0%;
}
.stripe-form #stripe-form-cvv-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.209621993127143%;
  margin-left: 0%;
  margin-right: 6.185567010309279%;
}
.stripe-form #stripe-form-cvv-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.stripe-form #stripe-form-cvv-wrapper:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 750px) {
  #stripe-form-lastName-wrapper,
  #stripe-form-expiry-wrapper,
  #stripe-form-cvv-wrapper,
  .address_form_column:last-child {
    position: relative;
  }
  #stripe-form-lastName-wrapper input:focus+label,
  #stripe-form-expiry-wrapper input:focus+label,
  #stripe-form-cvv-wrapper input:focus+label,
  .address_form_column:last-child input:focus+label,
  #stripe-form-lastName-wrapper .StripeElement--focus+label,
  #stripe-form-expiry-wrapper .StripeElement--focus+label,
  #stripe-form-cvv-wrapper .StripeElement--focus+label,
  .address_form_column:last-child .StripeElement--focus+label {
    transform: translateX(52px);
    left: 100%;
    color: #3e424c;
    opacity: 1;
  }
  #stripe-form-lastName-wrapper input:focus+label:after,
  #stripe-form-expiry-wrapper input:focus+label:after,
  #stripe-form-cvv-wrapper input:focus+label:after,
  .address_form_column:last-child input:focus+label:after,
  #stripe-form-lastName-wrapper .StripeElement--focus+label:after,
  #stripe-form-expiry-wrapper .StripeElement--focus+label:after,
  #stripe-form-cvv-wrapper .StripeElement--focus+label:after,
  .address_form_column:last-child .StripeElement--focus+label:after {
    opacity: 1;
  }
  #stripe-form-lastName-wrapper label:after,
  #stripe-form-expiry-wrapper label:after,
  #stripe-form-cvv-wrapper label:after,
  .address_form_column:last-child label:after {
    position: absolute !important;
    left: -26px;
    top: 20px;
    transform: rotate(180deg) !important;
  }
  #stripe-form-lastName-wrapper input:not(.placeholder-shown)+label,
  #stripe-form-expiry-wrapper input:not(.placeholder-shown)+label,
  #stripe-form-cvv-wrapper input:not(.placeholder-shown)+label,
  .address_form_column:last-child input:not(.placeholder-shown)+label,
  #stripe-form-lastName-wrapper .StripeElement:not(.StripeElement--empty)+label,
  #stripe-form-expiry-wrapper .StripeElement:not(.StripeElement--empty)+label,
  #stripe-form-cvv-wrapper .StripeElement:not(.StripeElement--empty)+label,
  .address_form_column:last-child .StripeElement:not(.StripeElement--empty)+label {
    opacity: 0;
    transform: translateX(52px);
    left: 100%;
  }
}
#stripe-form-expiry-wrapper input:focus+label,
#stripe-form-expiry-wrapper .StripeElement--focus+label {
  left: 152%;
}
@media only screen and (max-width: 750px) {
  #stripe-form-expiry-wrapper input:focus+label,
  #stripe-form-expiry-wrapper .StripeElement--focus+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
  }
}
#stripe-form-expiry-wrapper label {
  z-index: 99;
  width: 120px;
}
#stripe-form-expiry-wrapper input:not(.placeholder-shown)+label,
#stripe-form-expiry-wrapper .StripeElement:not(.StripeElement--empty)+label {
  left: 152%;
}
@media only screen and (max-width: 750px) {
  #stripe-form-expiry-wrapper input:not(.placeholder-shown)+label,
  #stripe-form-expiry-wrapper .StripeElement:not(.StripeElement--empty)+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
    opacity: 0.5;
  }
}
.input_group--zipCode input:focus+label,
.input_group--zipCode .StripeElement--focus+label {
  left: 319% !important;
}
@media only screen and (max-width: 750px) {
  .input_group--zipCode input:focus+label,
  .input_group--zipCode .StripeElement--focus+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
  }
}
.input_group--zipCode label {
  z-index: 99;
  width: 120px;
}
.input_group--zipCode input:not(.placeholder-shown)+label,
.input_group--zipCode .StripeElement:not(.StripeElement--empty)+label {
  left: 319% !important;
}
@media only screen and (max-width: 750px) {
  .input_group--zipCode input:not(.placeholder-shown)+label,
  .input_group--zipCode .StripeElement:not(.StripeElement--empty)+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
    opacity: 0.5;
  }
}
.StripeElement {
  background: #f7f5f7;
  border-radius: 24px;
  height: 48px;
  padding: 0 24px;
  padding-top: 15px;
  transition: 0.2s all;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px rgba(62,66,76,0), 0 4px 16px 0 rgba(62,66,76,0);
}
.StripeElement.StripeElement--focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px #3e424c, 0 4px 16px 0 rgba(62,66,76,0.2);
  outline: 0;
}
@media only screen and (max-width: 750px) {
  .StripeElement {
    background: none;
    border-bottom: 2px solid #f7f5f7;
    border-radius: 0;
    padding: 0 6px;
    padding-top: 20px;
  }
  .StripeElement.StripeElement--focus {
    border-color: #3e424c;
    box-shadow: inset 0 0 0 2px rgba(62,66,76,0), 0 4px 16px 0 rgba(62,66,76,0);
  }
}
.textInput.textInput--visiblePlaceholder .StripeElement--focus+label {
  transform: translateX(-100%);
  left: -40px;
  color: #3e424c;
  opacity: 1 !important;
}
.textInput.textInput--visiblePlaceholder .StripeElement--focus+label:after {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder .StripeElement--focus+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
  }
}
.textInput.textInput--visiblePlaceholder .StripeElement:not(.StripeElement--empty)+label {
  transform: translateX(-100%);
  left: -40px;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .textInput.textInput--visiblePlaceholder .StripeElement:not(.StripeElement--empty)+label {
    transform: translateY(-16px) scale(0.8);
    left: 6px;
    opacity: 0.5;
  }
}
.card-errors {
  height: 0px;
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  color: #ff006a;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s all;
}
.card-errors.has-error {
  height: 40px;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .card-errors.has-error {
    height: 70px;
  }
}
#paypal-button {
  height: 40px;
  width: 300px;
  float: right;
}
@media only screen and (max-width: 750px) {
  #paypal-button {
    width: 100%;
    height: auto;
    margin: 12px 0;
  }
}
.checkout__actions--paypal a.button,
.checkout__actions--paypal button {
  height: 45px;
  line-height: 43px;
}
@media only screen and (max-width: 750px) {
  .checkout__actions__button-cart {
    display: none !important;
  }
}
.checkout__back {
  font-size: 0.95em;
  text-align: left;
  margin-bottom: 12px;
}
@media only screen and (min-width: 750px) {
  .checkout__back {
    display: none;
  }
}
.checkout__back img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.order h1,
.checkout__payment h1 {
  font-size: 3em;
  margin: 0;
  padding: 0;
}
.order h1:after,
.checkout__payment h1:after {
  content: '';
  display: block;
  width: 64px;
  margin: 48px 0 12px;
  height: 12px;
  background-image: url(../resources/images/separator.svg);
}
.order p.body,
.checkout__payment p.body {
  color: #808080;
  font-size: 1.1em;
  margin: 32px 0;
}
.order .order__details,
.checkout__payment .order__details {
  font-size: 1.125em;
  padding: 24px 24px;
  background: #f8f6f8;
  border-radius: 24px;
}
.order .order__details::after,
.checkout__payment .order__details::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 650px) {
  .order .order__details,
  .checkout__payment .order__details {
    display: flex;
  }
}
.order .order__address h3,
.checkout__payment .order__address h3 {
  font-family: "proxima-soft", sans-serif;
  font-size: 1em;
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
  color: #7e7e7e;
}
.order .order__address ul,
.checkout__payment .order__address ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.order .order__address ul li,
.checkout__payment .order__address ul li {
  margin: 0;
  padding: 0;
}
.order .order__meta ul,
.checkout__payment .order__meta ul {
  margin: 0;
  padding: 0;
  font-weight: 600;
  list-style: none;
}
.order .order__meta ul li,
.checkout__payment .order__meta ul li {
  margin-top: 6px;
  color: #7e7e7e;
}
.order .order__meta ul li strong,
.checkout__payment .order__meta ul li strong {
  color: #3d3d3d;
}
.order .order__meta ul li span,
.checkout__payment .order__meta ul li span {
  font-weight: 400;
}
.order .order__price,
.checkout__payment .order__price {
  float: right;
  align-self: flex-end;
  text-align: right;
  flex-grow: 1;
}
@media only screen and (max-width: 650px) {
  .order .order__price,
  .checkout__payment .order__price {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 24px;
  }
}
.order .order__price strong,
.checkout__payment .order__price strong {
  color: #7e7e7e;
  display: block;
  margin-bottom: 6px;
}
.order .order__price span,
.checkout__payment .order__price span {
  font-size: 1.5em;
  font-weight: 600;
}
.order .order__info,
.checkout__payment .order__info {
  float: left;
}
@media only screen and (max-width: 650px) {
  .order .order__info,
  .checkout__payment .order__info {
    float: none;
  }
}
.exception {
  width: auto;
  max-width: 650px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.exception::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .exception {
    text-align: center;
  }
}
.exception h1,
.exception h3 {
  display: block;
}
.exception h3 {
  font-family: "proxima-soft", sans-serif;
  opacity: 0.5;
}
.about-row {
  display: flex;
  margin: 160px 0;
  align-items: center;
}
.about-row:first-child {
  margin-top: 24px;
}
@media only screen and (max-width: 786px) {
  .about-row {
    margin: 64px 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.about-row--last {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .about-row--last {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 769px) {
  .about-row--last .about-images {
    margin-bottom: 108px;
  }
  .about-row--last .about-images img {
    transform: translateX(-96px);
  }
}
.about-text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .about-text {
    width: 100%;
  }
}
.about-images {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-images {
    width: calc(100% - 48px);
    margin: 0 auto 24px;
  }
  .about-images img {
    margin-left: -25px;
    width: calc(100% + 50px);
    height: 100%;
    max-height: 220px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 769px) {
  .about-images img {
    transform: translateX(96px);
  }
}
.about-images img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -128px;
}
@media only screen and (max-width: 768px) {
  .about-images img:nth-child(2) {
    display: none;
  }
}
.about-arrow {
  display: flex;
  width: 650px;
  margin: -128px auto -80px;
}
@media only screen and (max-width: 768px) {
  .about-arrow {
    display: none;
  }
}
.about-andrea {
  border-top: 1px solid rgba(41,40,48,0.12);
  margin-top: 96px;
}
@media only screen and (max-width: 768px) {
  .about-andrea {
    margin-top: 32px;
    padding: 0 24px;
  }
}
.about-andrea .pinselnwiresan {
  display: flex;
  justify-content: center;
  background: #292830;
  padding: 18px 12px;
  box-sizing: border-box;
  font-family: 'michelle-handwritten', georgia, serif;
  font-size: 22px;
  color: #fff;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .about-andrea .pinselnwiresan {
    font-size: 26px;
    max-width: 346px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-andrea .pinselnwiresan {
    margin-left: 106px;
  }
}
.page--about .headline h1 {
  margin: 16px 0 0 0;
}
.page--about .headline .button {
  margin-top: 28px;
}
.page--about .box-container {
  width: 610px;
  margin: 0px auto;
  padding: 264px 0 200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--about .box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .page--about .box-container {
    padding: 96px 0;
  }
}
.page--about .box-container h1 {
  margin-top: 17px;
  color: #131316;
}
.page--about .box-container p {
  margin-top: 0;
  color: #131316;
}
@media only screen and (min-width: 769px) {
  .page--about .box-container p {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .page--about .box-container p {
    transform: translateX(106px);
  }
}
.page--about .box-container .button {
  margin-top: 28px;
}
@media only screen and (min-width: 1200px) {
  .page--about .box-container .button {
    transform: translateX(106px);
  }
}
@media only screen and (max-width: 414px) {
  .page--about .box-container .button {
    width: 100%;
  }
}
.page--about .box-container.boxes:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(231,232,236,0.4);
}
.page--about .box-container.boxes .image-01 {
  position: absolute;
  width: 267px;
  height: 337px;
  right: -197px;
  top: 135px;
}
@media only screen and (max-width: 414px) {
  .page--about .box-container.boxes .image-01 {
    position: relative;
    width: calc(267px * 0.7);
    height: calc(337px * 0.7);
    top: 0;
    right: 0;
    margin-left: 104px;
    z-index: 1;
  }
}
.page--about .box-container.boxes .image-02 {
  position: absolute;
  width: 257px;
  height: 205px;
  left: -338px;
  top: 340px;
}
@media only screen and (max-width: 414px) {
  .page--about .box-container.boxes .image-02 {
    position: relative;
    width: calc(257px * 0.6);
    height: calc(205px * 0.6);
    margin-left: 160px;
    margin-top: -32px;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.page--about .box-container.boxes .image-03 {
  position: absolute;
  width: 283px;
  height: 264px;
  left: -244px;
  top: 618px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .page--about .box-container.boxes .image-03 {
    left: -362px;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .box-container.boxes .image-03 {
    position: relative;
    width: calc(283px * 0.7);
    height: calc(264px * 0.7);
    margin-top: -220px;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .box-container.team {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page--about .box-container.team h2 {
    text-align: left;
    width: 100%;
  }
}
.page--about .box-container.team .image-01 {
  position: absolute;
  width: 267px;
  height: 400px;
  right: -400px;
  top: 120px;
}
@media only screen and (max-width: 1200px) {
  .page--about .box-container.team .image-01 {
    right: -300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .box-container.team .image-01 {
    position: relative;
    width: 160px;
    height: 240px;
    right: inherit;
    top: inherit;
    margin-left: -104px;
  }
}
.page--about .box-container.team .image-02 {
  position: absolute;
  width: 202px;
  height: 323px;
  left: -338px;
  top: 340px;
}
@media only screen and (max-width: 1200px) {
  .page--about .box-container.team .image-02 {
    left: -300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .box-container.team .image-02 {
    position: relative;
    width: 121px;
    height: 194px;
    left: inherit;
    top: inherit;
    margin-left: 144px;
    margin-top: -134px;
  }
}
.page--about .box-container.team .image-03 {
  position: absolute;
  width: 256px;
  height: 213px;
  left: -260px;
  top: 724px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .page--about .box-container.team .image-03 {
    left: -300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .box-container.team .image-03 {
    position: relative;
    width: 154px;
    height: 128px;
    left: inherit;
    top: inherit;
    margin-left: -56px;
    margin-top: -80px;
    margin-bottom: 26px;
  }
}
.workshops-row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 24px 0 128px;
}
@media only screen and (max-width: 786px) {
  .workshops-row {
    margin: 24px 0 64px;
    display: flex;
    flex-direction: column;
  }
}
.workshops-text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .workshops-text {
    width: 100%;
  }
}
.workshops-images {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .workshops-images {
    width: 100%;
    margin: 32px 0 16px;
  }
  .workshops-images img {
    width: 88%;
    height: 100%;
    max-height: 360px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 769px) {
  .workshops-images img {
    transform: translateX(-96px);
  }
}
.workshops-images img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media only screen and (max-width: 767px) {
  .workshops-images img:nth-child(2) {
    width: 60%;
    max-height: 140px;
    bottom: -40px;
  }
}
.workshops-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 128px 0 160px;
}
@media only screen and (max-width: 768px) {
  .workshops-list {
    margin: 16px 0 32px;
  }
}
.workshops-list h3 {
  width: 100%;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 1.625em;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .workshops-list h3 {
    text-align: center;
  }
}
.workshops-empty {
  padding: 24px 40px 40px;
  text-align: center;
  border: 2px solid #e7e8ec;
  background: #f5f6f7;
  max-width: 800px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .workshops-empty {
    padding: 0 0 40px;
    border: 0;
    text-align: left;
    margin-top: -24px;
    background: none;
  }
}
.workshops-empty p {
  font-size: 17px;
  color: #292830;
}
@media only screen and (max-width: 768px) {
  .workshops-empty p {
    font-size: 17px;
  }
}
.workshops-empty .button {
  margin-top: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .workshops-empty .button {
    display: inline-flex;
  }
}
@media only screen and (max-width: 768px) {
  .workshops-empty .button {
    margin-top: 16px;
  }
}
.workshops-gutschein {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin: 96px auto 48px;
}
@media only screen and (max-width: 768px) {
  .workshops-gutschein {
    flex-direction: column;
    align-items: flex-start;
  }
}
.workshops-gutschein img {
  object-fit: cover;
  width: 400px;
  height: 247px;
  margin-right: 64px;
}
@media only screen and (max-width: 768px) {
  .workshops-gutschein img {
    margin: 0 0 -16px -24px;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.workshops-gutschein-text {
  margin-top: -5px;
}
.workshops-gutschein h2 {
  text-align: left;
  margin-bottom: 0;
}
.workshops-gutschein .button {
  margin-top: 8px;
  margin-bottom: 24px;
}
.workshops-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: calc((100% / 3) - 40px);
  margin: 20px 20px;
  background: #fff;
  transition: 0.3s all;
  box-shadow: 0 24px 24px 0 rgba(0,0,0,0.16);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .workshops-item {
    max-width: 100%;
    margin: 24px 0;
  }
}
.workshops-item:hover {
  box-shadow: 0 32px 40px 0 rgba(0,0,0,0.16);
  transform: scale(1.015);
}
.workshops-item .workshops-item-badge {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 600;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
  border-radius: 10px;
  background: #a6cfd9;
  box-shadow: 0 4px 8px 0 rgba(204,204,204,0.25);
  position: absolute;
  display: inline-flex;
  top: -10px;
  left: -10px;
  z-index: 2;
}
.workshops-item .workshops-item-badge--inactive {
  background: #d0cdd1;
}
.workshops-item .workshops-item-image {
  height: 210px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.workshops-item .workshops-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.workshops-item .workshops-item-buttons {
  height: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}
.workshops-item .workshops-item-buttons a {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  height: 40px;
  width: 40px;
  margin-right: 16px;
}
.workshops-item .workshops-item-content {
  display: flex;
  padding: 30px 48px 25px 20px;
  position: relative;
}
.workshops-item .workshops-item-content .workshops-item-date {
  display: flex;
  flex-direction: column;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 21px;
  color: #28272f;
  text-align: center;
  margin-right: 20px;
  margin-top: -3px;
}
.workshops-item .workshops-item-content .workshops-item-date span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #28272f;
  margin-bottom: 4px;
}
.workshops-item .workshops-item-content .workshops-item-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.workshops-item .workshops-item-content .workshops-item-text h3 {
  color: #28272f;
  font-size: 14px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.workshops-item .workshops-item-content .workshops-item-text ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style-type: none;
  padding-right: 48px;
}
.workshops-item .workshops-item-content .workshops-item-text ul li {
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #28272f;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.workshops-instagram {
  background: rgba(231,232,236,0.4);
}
.workshops-instagram .box-container {
  width: 610px;
  margin: 0px auto;
  padding: 240px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .workshops-instagram .box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .workshops-instagram .box-container {
    padding: 96px 0;
    text-align: left;
  }
}
.workshops-instagram .box-container h2 {
  margin-top: 17px;
  color: #292830;
}
@media only screen and (max-width: 414px) {
  .workshops-instagram .box-container h2 {
    margin-top: 0;
  }
}
.workshops-instagram .box-container p {
  font-size: 1.15em;
  margin-top: 0;
  color: #292830;
}
.workshops-instagram .box-container .button {
  margin-top: 28px;
}
@media only screen and (max-width: 414px) {
  .workshops-instagram .box-container .button {
    width: 100%;
  }
}
.workshops-instagram .box-container .image-01 {
  position: absolute;
  width: 267px;
  height: 400px;
  right: -337px;
  top: 120px;
}
@media only screen and (max-width: 414px) {
  .workshops-instagram .box-container .image-01 {
    display: none;
  }
}
.workshops-instagram .box-container .image-02 {
  position: absolute;
  width: 202px;
  height: 323px;
  left: -338px;
  top: 168px;
}
@media only screen and (max-width: 414px) {
  .workshops-instagram .box-container .image-02 {
    position: relative;
    width: 70%;
    object-fit: cover;
    object-position: top;
    left: 0;
    top: 0;
    margin-bottom: 48px;
  }
}
.workshops-instagram .box-container .image-03 {
  position: absolute;
  width: 283px;
  height: 189px;
  left: -244px;
  top: 560px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .workshops-instagram .box-container .image-03 {
    display: none;
  }
}
.workshops-contact {
  background: #f6f7f8;
  text-align: center;
  padding: 80px 24px 96px;
  border-bottom: 1px solid #e7e8ec;
}
@media only screen and (max-width: 767px) {
  .workshops-contact {
    text-align: left;
    padding: 40px 24px 64px;
  }
}
.workshops-contact h3 {
  font-family: 'Graphit', Georgia, sans-serif !important;
  font-weight: 500;
  margin-bottom: 16px;
  max-width: 640px;
}
@media only screen and (max-width: 767px) {
  .workshops-contact h3 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
.workshops-contact p {
  max-width: 640px;
  margin: 0px auto 48px;
}
.workshops-contact textarea,
.workshops-contact input {
  background: #fff;
  max-width: 640px;
  font-family: 'Graphit', Georgia, sans-serif;
  width: 100%;
  border-radius: 0;
  display: block;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 auto;
  padding: 12px 18px !important;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 400;
  color: #232328;
  margin-bottom: 16px;
}
.workshops-contact .has-error input,
.workshops-contact .has-error textarea {
  box-shadow: inset 0 0 0 1px #f00 !important;
}
.workshops-contact textarea {
  height: 180px;
}
.workshops-contact button {
  border: 0;
}
.workshops-contact--success {
  position: fixed;
  top: 46px;
  color: #232328;
  font-family: 'Graphit', Georgia, sans-serif !important;
  font-weight: 600;
  background: #c3ebc8 !important;
  padding: 24px;
  text-align: center;
  font-size: 1.2em;
  width: 90%;
  max-width: 320px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-200px);
  z-index: 99999;
  transition: 0.5s all;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.workshops-contact--success.visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.page--workshops .headline h1 {
  margin: 16px 0 0 0;
}
.page--faq .product__collapse__visible .product__collapse__content {
  display: block !important;
}
.workshops-faq {
  padding: 96px 0 128px;
  max-width: 640px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .workshops-faq {
    padding: 48px 0 64px;
  }
}
.workshops-faq .headline {
  margin-bottom: 60px;
}
.workshops-faq h3 {
  font-size: 1.625em;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  line-height: 1.2em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.workshops-faq .box-container {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .workshops-faq .box-container {
    text-align: left;
  }
}
.workshops-faq .box-container .button {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .workshops-faq .box-container .button {
    width: 100%;
  }
}
.page--productlist .special-block .headline {
  order: 1;
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .page--productlist .special-block .headline {
    order: 3;
    margin: 0;
  }
}
.page--productlist .special-block .headline h1 {
  margin-bottom: 0;
  font-size: 2.7em;
}
@media only screen and (min-width: 768px) {
  .page--productlist .special-block .headline h1 {
    font-size: 3.625em;
    margin-bottom: 24px;
  }
}
.product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px 0;
  order: 4;
}
@media only screen and (min-width: 768px) {
  .product__list {
    margin: 64px 0;
  }
}
.farben .product__list:after,
.schablonen .product__list:after,
.zubehoer .product__list:after {
  content: "";
  flex: 0 1 30%;
}
.product__list__stoerer {
  order: 2;
  background: #232328;
  color: #fff;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) {
  .product__list__stoerer {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    top: 0;
    right: 40px;
    padding: 0 32px;
  }
}
.product__list__stoerer__title {
  font-size: 17px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .product__list__stoerer__title {
    font-size: 34px;
  }
}
.product__list__stoerer__text {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 400;
  margin: 4px 0 0;
}
@media only screen and (min-width: 768px) {
  .product__list__stoerer__text {
    font-size: 17px;
    line-height: 24px;
    margin: 21px 0 25px;
  }
}
.product__list__stoerer__button {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 600;
  color: #232328 !important;
  background: #fff !important;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: -0.15px;
  white-space: nowrap;
  margin-left: 12px;
}
.product__list__stoerer__button .mobile-hidden {
  display: none;
}
.product__list__stoerer__button .desktop-hidden {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .product__list__stoerer__button {
    font-size: 17px;
    line-height: 24px;
    padding: 10px 16px;
    letter-spacing: 0.2px;
    margin-left: 0;
  }
  .product__list__stoerer__button .mobile-hidden {
    display: flex;
  }
  .product__list__stoerer__button .desktop-hidden {
    display: none;
  }
}
.product__list__divider {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 17px;
  color: rgba(37,39,45,0.48);
  margin: 48px 0;
}
@media only screen and (max-width: 1112px) {
  .product__list__divider {
    order: 7;
    width: calc(100% + 48px);
    margin: 64px -24px 32px;
  }
}
.product__list__divider__stroke {
  height: 1px;
  flex: 1;
  background: rgba(37,39,45,0.24);
}
.product__list__divider__stroke:first-child {
  margin-right: 16px;
}
@media only screen and (max-width: 1112px) {
  .product__list__divider__stroke:first-child {
    margin-right: 10px;
  }
}
.product__list__divider__stroke:last-child {
  margin-left: 16px;
}
@media only screen and (max-width: 1112px) {
  .product__list__divider__stroke:last-child {
    margin-left: 10px;
  }
}
.product__list__item {
  width: calc((100% / 3) - 64px);
  margin-bottom: 48px;
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
/*&:hover
			cursor pointer

			+above(768px)
				transition .2s ease-in-out
				box-shadow 0px 24px 32px rgba(0, 0, 0, 0.08)*/
}
@media only screen and (max-width: 1112px) {
  .product__list__item {
    width: calc((100% / 3) - 40px);
  }
  .boxen .product__list__item:nth-child(1) {
    order: 1;
  }
  .boxen .product__list__item:nth-child(2) {
    order: 3;
  }
  .boxen .product__list__item:nth-child(3) {
    order: 5;
  }
  .boxen .product__list__item:nth-child(4) {
    order: 2;
  }
  .boxen .product__list__item:nth-child(5) {
    order: 4;
  }
  .boxen .product__list__item:nth-child(6) {
    order: 6;
  }
  .boxen .product__list__item:nth-child(n+8) {
    order: 8;
  }
}
@media only screen and (max-width: 1023px) {
  .product__list__item {
    width: calc((100% / 2) - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .product__list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}
.product__list__item__image {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.product__list__item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__list__item__image__badges {
  position: absolute;
  top: 16px;
  right: 16px;
}
.product__list__item__image__badges__item {
  padding: 4px 0;
  width: 102px;
  text-align: center;
  font-size: 11px;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.6px;
}
.product__list__item__image__badges__item:not(:last-child) {
  margin-bottom: 4px;
}
.product__list__item__image__badges__item.bestseller {
  background: #ed0083;
}
.product__list__item__image__badges__item.allrounder {
  background: #292830;
}
.product__list__item__image__badges__item.free {
  background: #6fc0a6;
  width: auto;
  padding: 4px 12px;
}
.product__list__item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0;
}
@media only screen and (max-width: 414px) {
  .product__list__item__meta {
    padding: 12px 0;
  }
}
.product__list__item__color {
  display: flex;
}
.product__list__item__color__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 4px;
}
@media only screen and (max-width: 414px) {
  .product__list__item__color__dot {
    width: 12px;
    height: 12px;
  }
}
.product__list__item__color__dot--eiche {
  background: #eaca99;
}
.product__list__item__color__dot--weiss {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.product__list__item__color__dot--anthrazit {
  background: #3e424c;
}
.product__list__item__color__dot--schwarz {
  background: #000;
}
.product__list__item__color__dot--grau {
  background: #e7e8ec;
}
.product__list__item__color__dot--nussbaum {
  background: #593410;
}
.product__list__item__color__dot--salbei {
  background: #6fc0a6;
}
.product__list__item__color__dot--eukalyptus {
  background: #c4e0c5;
}
.product__list__item__color__dot--pitaya {
  background: #d8137d;
}
.product__list__item__color__dot--heidebluete {
  background: #ffeffe;
}
.product__list__item__color__dot--nachthimmel {
  background: #193d6d;
}
.product__list__item__color__dot--aquamarin {
  background: #73caff;
}
.product__list__item__color__dot--strandhafer {
  background: #fdf673;
}
.product__list__item__color__dot--gold {
  background-image: linear-gradient(135deg, #f0d66d 1%, #bc9a3d 100%);
}
.product__list__item__title {
  display: flex;
  align-items: flex-start;
  font-size: 1.6em;
  letter-spacing: -1px;
  font-family: 'michelle-handwritten', georgia, serif;
  color: #25272d;
}
@media only screen and (max-width: 1112px) {
  .product__list__item__title {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 414px) {
  .product__list__item__title {
    font-size: 1.5em;
  }
}
.product__list__item__subtitle {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  margin-top: 6px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  color: rgba(37,39,45,0.48);
}
@media only screen and (max-width: 414px) {
  .product__list__item__subtitle {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .product__list__item__subtitle {
    font-size: 10px;
  }
}
.product__list__item__price {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #25272d;
  margin-left: auto;
}
@media only screen and (max-width: 414px) {
  .product__list__item__price {
    font-size: 16px;
    font-weight: 500;
  }
}
.product__list__item__price span {
  white-space: nowrap;
  margin-left: 8px;
}
.product__list__overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .product__list__overview {
    margin: 48px 0 80px;
  }
}
.product__list__overview h2 {
  width: 100%;
  margin-top: 0;
}
.shop .product__list__overview h2 {
  display: none;
}
.product__list__overview__item {
  font-size: 1.15em;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
  font-weight: 500;
  margin-bottom: 24px;
  width: calc(25% - 16px);
}
@media only screen and (max-width: 767px) {
  .product__list__overview__item {
    width: calc(50% - 8px);
    font-size: 0.9em;
  }
}
.product__list__overview__item__image {
  position: relative;
  background: rgba(231,232,236,0.4);
  margin-bottom: 11px;
  padding: 16px 0;
}
.product__list__overview__item__image img {
  width: 100%;
}
.product__list__overview__item__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px;
  text-align: center;
  font-size: 11px;
  font-family: 'Graphit', Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  background: #6fc0a6;
  color: #fff;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  .product__list__overview .button {
    display: none;
  }
}
.product-information {
  background: rgba(231,232,236,0.4);
  padding: 90px 0 115px;
}
@media only screen and (max-width: 767px) {
  .product-information {
    padding: 56px 0 40px;
  }
}
.product-information .special-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.product-information img {
  margin-left: -20px;
  margin-bottom: -12px;
}
@media only screen and (max-width: 767px) {
  .product-information img {
    max-width: 200px;
    margin-left: -16px;
  }
}
.product-information h2 {
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 2.4em;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .product-information h2 {
    font-size: 1.6em;
    margin-bottom: 48px;
  }
}
.product-information__box {
  margin-bottom: 16px;
}
@media only screen and (min-width: 769px) {
  .product-information__box {
    width: calc(50% - 80px);
    margin-bottom: 0;
  }
}
.product-information__box__title {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Graphit', Georgia, sans-serif;
  margin-bottom: -4px;
}
@media only screen and (max-width: 767px) {
  .product-information__box__title {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
.product__list__item__price__discount {
  color: #f08675 !important;
}
.product__list__item__price__original {
  font-size: 0.8em;
  position: relative;
  margin-left: 6px;
}
.product__list__item__price__original:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  display: block;
  border-bottom: 1px solid #9d969e;
}
.bestsellerList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .bestsellerList {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .page--home .bestsellerList {
    margin: 0 0 80px;
  }
}
.page--unikate .bestsellerList {
  margin: 96px 0 80px;
}
@media only screen and (max-width: 768px) {
  .page--unikate .bestsellerList {
    margin: 48px 0;
  }
}
.bestsellerList h2 {
  width: 100%;
  max-width: 680px;
}
.bestsellerList p {
  width: 100%;
  max-width: 680px;
  margin: -16px 0 48px;
}
.bestsellerList .product__list__item {
  width: calc(50% - 32px);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bestsellerList .product__list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.expertAdvice {
  display: flex;
  align-items: center;
  margin: 128px auto;
  max-width: 960px;
}
@media only screen and (max-width: 767px) {
  .expertAdvice {
    margin: 80px auto;
    flex-direction: column;
    align-items: flex-start;
  }
}
.expertAdvice h4 {
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  font-size: 1.625em;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.expertAdvice p {
  margin-bottom: 32px;
}
.expertAdvice__team {
  display: flex;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .expertAdvice__team {
    margin-right: 0;
  }
}
.expertAdvice__team__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .expertAdvice__team__image {
    width: 96px;
    height: 96px;
    margin-right: 0 !important;
    margin-bottom: -108px;
  }
  .expertAdvice__team__image:first-child {
    margin-right: -40px !important;
  }
  .expertAdvice__team__image:nth-child(2) {
    margin-top: -96px;
  }
  .expertAdvice__team__image:last-child {
    margin-left: -40px !important;
  }
}
.expertAdvice__team__image:not(:last-child) {
  margin-right: 12px;
}
.moodImage {
  position: relative;
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.page--about .moodImage,
.page--unikate .moodImage {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .moodImage {
    display: none;
  }
}
.moodImage img {
  width: 100%;
  object-fit: cover;
}
.moodImage__text {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  background: rgba(255,255,255,0.9);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.recommendation {
  margin: 24px 0 96px;
}
.recommendation h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recommendation__slider {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.recommendation__item {
  background: rgba(231,232,236,0.4);
  text-align: center;
}
.recommendation__image {
  position: relative;
  display: flex;
}
.recommendation__image__dotlist {
  position: absolute;
  bottom: 18px;
  right: 18px;
  display: flex;
}
.recommendation__image__dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  margin-left: 12px;
}
.recommendation__image__dot--eiche {
  background: #eaca99;
}
.recommendation__image__dot--weiss {
  background: #fff;
}
.recommendation__image__dot--anthrazit {
  background: #3e424c;
}
.recommendation__image__dot--schwarz {
  background: #000;
}
.recommendation__image__dot--grau {
  background: #e7e8ec;
}
.recommendation__image__dot--nussbaum {
  background: #593410;
}
.recommendation__image__dot--salbei {
  background: #6fc0a6;
}
.recommendation__image__dot--eukalyptus {
  background: #c4e0c5;
}
.recommendation__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.recommendation__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
}
.recommendation__details img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.recommendation__title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
  text-transform: uppercase;
  margin: 16px 0 2px;
}
.recommendation__subtitle {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
  letter-spacing: -0.26px;
}
.clients {
  margin: 96px 0;
}
.page--home .clients {
  margin: 96px 128px;
}
@media only screen and (max-width: 768px) {
  .page--home .clients {
    margin: 48px 0 80px 0;
  }
}
.clients h3 {
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .clients h3 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .clients__slider {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.clients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px 8px;
  box-sizing: border-box;
  background: rgba(231,232,236,0.4);
  text-align: center;
}
.clients__item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.clients__title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  color: #292830;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.shipment {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  padding: 80px 0 96px;
  border-top: 1px solid rgba(41,40,48,0.12);
}
@media only screen and (max-width: 767px) {
  .shipment {
    padding: 48px 0 64px;
    margin-top: 0;
  }
}
.shipment h3 {
  font-size: 1.625em;
  font-weight: 500;
  font-family: 'Graphit', Georgia, sans-serif;
  max-width: 800px;
  width: 100%;
}
.shipment p {
  max-width: 800px;
  margin: 8px 0;
}
@media only screen and (max-width: 767px) {
  .shipment p {
    margin-top: 0;
  }
}
.shipment .button {
  margin-top: 32px;
}
.glide__bullets {
  display: flex;
  justify-content: center;
}
.glide__bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #292830;
  margin: 0 4px;
  padding: 0;
  border: 0;
  opacity: 0.24;
}
.glide__bullet--active {
  opacity: 1;
}
.page--unikate .headline {
  margin: 64px auto 80px;
}
@media only screen and (max-width: 767px) {
  .page--unikate .headline {
    margin: 24px auto 48px;
  }
}
.page--unikate .headline .button {
  margin-top: 24px;
}
.image-set {
  display: inline-flex;
  justify-content: space-between;
  margin: 8px 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .image-set:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .image-set:last-child {
    margin-bottom: 128px;
  }
}
@media only screen and (max-width: 768px) {
  .image-set {
    flex-direction: column;
  }
}
.image-set-large {
  display: flex;
  width: calc(56% - 8px);
  max-height: 692px;
}
@media only screen and (max-width: 768px) {
  .image-set-large {
    width: 100%;
    margin-bottom: 16px;
  }
}
.image-set-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-set-small {
  display: flex;
  flex-direction: column;
  width: calc(44% - 8px);
}
@media only screen and (max-width: 768px) {
  .image-set-small {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .image-set-small {
    flex-direction: column-reverse;
  }
}
.image-set-small-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0;
  max-height: 338px;
}
@media only screen and (max-width: 414px) {
  .image-set-small-top {
    margin: 16px 0 0 0;
  }
}
.image-set-small-top img {
  width: calc(50% - 8px);
  object-fit: cover;
}
@media only screen and (max-width: 414px) {
  .image-set-small-top img {
    max-height: calc(50vw - 32px);
  }
}
.image-set-small-bottom {
  display: flex;
  text-align: center;
  max-height: 338px;
}
.image-set-small-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 338px;
}
.image-set-bottom {
  margin-top: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-set-bottom-left {
  width: calc(22% - 10px);
}
@media only screen and (max-width: 414px) {
  .image-set-bottom-left {
    width: calc(50% - 8px);
    order: 2;
  }
}
.image-set-bottom-center {
  width: calc(56% - 12px);
}
@media only screen and (max-width: 414px) {
  .image-set-bottom-center {
    width: 100%;
    order: 1;
    margin-bottom: 16px;
  }
}
.image-set-bottom-right {
  width: calc(22% - 10px);
}
@media only screen and (max-width: 414px) {
  .image-set-bottom-right {
    width: calc(50% - 8px);
    order: 3;
  }
}
.image-set-bottom img {
  width: 100%;
  height: 100%;
  max-height: 268px;
  object-fit: cover;
}
.page--versand {
  margin-bottom: 64px;
}
.page--versand .headline {
  margin: 64px auto 80px;
}
@media only screen and (max-width: 767px) {
  .page--versand .headline {
    margin: 24px auto 48px;
  }
}
.page--versand .headline .button {
  margin-top: 24px;
}
.versand__item {
  width: 100%;
  max-width: 640px;
  margin: 48px auto;
}
@media only screen and (max-width: 767px) {
  .versand__item {
    margin: 32px auto;
  }
}
.versand__item h2 {
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .versand__item h2 {
    font-size: 1.5em;
    margin-bottom: 8px;
  }
}
.versand__item ul {
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}
.modulr-debug-toolbar__wrapper {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99999999;
  min-height: 24px;
  min-width: 48px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px) saturate(4);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  overflow: hidden;
}
.modulr-debug-toolbar__small {
  min-width: 48px;
  height: 24px;
  box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  letter-spacing: -0.05em;
}
.modulr-debug-toolbar__environment-badge--environment-dev:before {
  background-color: #94d82d;
}
.modulr-debug-toolbar__cache-badge--cached:before {
  background-color: #ae3ec9;
}
.modulr-debug-toolbar__small__environment-badge,
.modulr-debug-toolbar__small__cache-badge,
.modulr-debug-toolbar__small__clear-cache {
  height: 24px;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  padding: 0 12px;
}
.modulr-debug-toolbar__small__clear-cache {
  cursor: pointer;
}
.newsletter-modal--wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(40,39,47,0.9);
  z-index: 9000;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .newsletter-modal--wrapper {
    overflow: scroll;
  }
}
.newsletter-modal--wrapper.newsletter-modal--active {
  opacity: 1;
  pointer-events: auto;
}
.newsletter-modal--wrapper.newsletter-modal--active .newsletter-modal {
  opacity: 1;
}
.newsletter-modal--wrapper .newsletter-modal__close--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .newsletter-modal--wrapper .newsletter-modal__close--wrapper {
    bottom: auto;
    left: auto;
    top: 28px;
    right: 12px;
    width: 48px;
    height: 48px;
    z-index: 9001;
  }
}
.newsletter-modal--wrapper .newsletter-modal {
  opacity: 0;
  transition: 0.8s all;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  background: #fff;
  padding: 36px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .newsletter-modal--wrapper .newsletter-modal {
    position: static;
    transform: none;
    max-width: 100%;
    padding: 24px;
  }
}
.newsletter-modal--wrapper h2 {
  font-size: 3em;
  margin: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  .newsletter-modal--wrapper h2 {
    font-size: 2em;
    margin-top: 12px;
  }
}
.newsletter-modal--wrapper h3 {
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 20px;
  margin: 42px 0 6px;
  font-weight: 500;
}
.newsletter-modal--wrapper .content__gdpr p {
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 15px;
}
.newsletter-modal--wrapper .content__gdprLegal p {
  font-family: 'Graphit', Georgia, sans-serif;
  font-size: 15px;
}
.newsletter-modal--wrapper .mc-field-group input {
  font-family: 'Graphit', Georgia, sans-serif;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: rgba(40,39,47,0.1);
  border: 0;
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  padding: 0 16px 4px;
  line-height: 20px;
  border-bottom: 3px solid #28272f;
  transition: 0.2s all;
}
.newsletter-modal--wrapper .mc-field-group input::placeholder {
  font-family: 'Graphit', Georgia, sans-serif;
  line-height: 26px;
}
.newsletter-modal--wrapper .mc-field-group input:focus {
  outline: 0;
  border-color: #c4e0c5;
}
.newsletter-modal--wrapper fieldset {
  border: 0;
  padding: 0;
}
.newsletter-modal--wrapper input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 12px;
  display: inline-block;
}
.newsletter-modal--wrapper input[type=checkbox] +span {
  display: inline-block;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 500;
}
.newsletter-modal--wrapper input[type=submit] {
  width: 100%;
  color: #fff;
  border: 0;
  height: 52px;
  font-family: 'Graphit', Georgia, sans-serif;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 44px;
  margin-top: 16px;
}
.newsletter-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s all;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
}
@media only screen and (max-width: 600px) {
  .newsletter-modal__close {
    position: static;
  }
}
.newsletter-modal__close:hover {
  opacity: 1;
}
.newsletter-modal__close svg {
  width: 24px;
  height: auto;
}
.newsletter-modal__close svg path {
  stroke: #fff !important;
}
@media only screen and (max-width: 600px) {
  .newsletter-modal__close svg path {
    stroke: #28272f !important;
  }
}
.cookieNotice__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.cookieNotice__curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
}
.cookieNotice {
  position: absolute;
  max-width: 372px;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0,0,0,0.9);
  padding: 32px;
  padding-bottom: 24px;
  box-sizing: border-box;
  color: #fff;
}
.cookieNotice .cookieNotice__inner {
  max-height: 460px;
  overflow: scroll;
  margin-bottom: 12px;
}
.cookieNotice p {
  font-size: 14px;
}
.cookieNotice h2 {
  font-family: Graphit, sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #fff;
}
.cookieNotice .cookieNotice__main__categories {
  margin: 24px 0;
}
.cookieNotice .cookieNotice__main__category {
  display: inline-block;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
}
.cookieNotice .cookieNotice__main__category:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkAQAAAADJe6U1AAAAAnRSTlMAAHaTzTgAAAAYSURBVHgBY/gPBB+g5AEGBgaDoUsi+wUAHMsxsVFSFxAAAAAASUVORK5CYII=");
}
.cookieNotice .cookieNotice__main__category.cookieNotice__main__category--required {
  cursor: default;
}
.cookieNotice .cookieNotice__main__category.cookieNotice__main__category--required:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAz1BMVEWWlpj///+Xl5nAwML8/Pz4+Pj9/f2ampywsLHu7u7Hx8icnJ7+/v6kpKaysrP5+fnw8PCdnZ/CwsSpqaro6Ojz8/T19fXg4OGjo6W8vL21tbbExMbLy8y7u7zS0tOrq6zm5ufKysvCwsPf39+enqCioqTW1tfv7++6urvY2Nm4uLmlpaampqe7u73U1NWxsbPOzs7t7e2ZmZvk5OSYmJrp6en7+/uoqKnS0tLV1dXPz9DBwcLh4eLd3d7z8/OdnZ739/eurrDJycq/v8Dl5eXXaxVYAAAAtklEQVR4Xu3ONXYDURQE0a4/CGJmmZmZef9rcqBzlAy8Bdg36qCC1l/lvNTJsgeeDAdAajSjJiSRcagHflfVLoCO0TRqsG00OwPot41oCLVYOeOJ1jQFZsqZw2LdLH3YcMrZBLa0ErUg2FVetg9hY7UPgSMVOQ4gOJGkU+BMxc5DaLWlehMur1TCA67dzS3c3avUA/D4BDyrnHsBgFdVyRKAt3dVqn9A+ClD7PMl0/ePky1SkX+/Sd4KKS0x3LwAAAAASUVORK5CYII=") !important;
}
.cookieNotice .cookieNotice__main__category.cookieNotice__main__category--enabled:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAJKADAAQAAAABAAAAJAAAAAAqDuP8AAACP0lEQVRYCe2Yv0tbURTHjY1aQQzi0sExIAFnodDBQbCbaxcHoYUMInQSWhD8A8QlFOcOhS4dCwqC3YVSKBREEdwciqUogqm2nxvu11xu7vtlXpqAufDlnHfP93zPN/e9/CCFv6yBHlqDPeSlYaUoQwWW8m5E3ameO6G+oaTH4eGeEA/tCHgL3oGxyJOi2FiRhJwKDHlvR5mw4cuq9l9uGcOWMGCgVVfSEuWspZDTBvpl8FtziN/BqC+v+sBd4jNyuEZ7GBxoBvEKzISkxem0oU0NsrEaMmP2xGsmUcx77jPgObjVIOKnOCnxOmII8SfgTEOIp2CiK4YYXAC7QOsPybM4M6YmcjPxOiAMgtdgBYx45chLuGvAXeuRZKeghjhDL0QifgaPnP5gCmcWXAOtLySpPuvUEGeoKpKNW0EXdhPOODh2en6ST8X1uDX1xRkagrQvoo2vXBE3p/7B4y669aRcvZGGjACkSXAkMtHcjjlfnL1lh2PSms9JulZ/rCEjArECfqmBaG5FWQPIp8EF0PpG8lj1tFHNiYaMIOQFYN6+Wj9ISsD8pPiqTeIlqKQ14fKkkcqQNbWqJht3iDVv76U7JEsundSGrKltNQbixywGfK70shoq0rinZieekJf8IVmupZXJkBlA4wQ4lACxDp5mGR7iSi+zIWvKvLPOrcib0ICse20ZsqbmETEPdqqvhiSDbRuyphK/35KMqC5Dbb06/g64kWBesS1DeZlwdfqG3NMI5ebnZv8ftNDJaO8fc7qoiVU6odEAAAAASUVORK5CYII=");
}
.cookieNotice__expanded__categories {
  margin-top: 24px;
}
.cookieNotice__expanded__categories .cookieNotice__expanded__category {
  padding: 18px;
  padding-bottom: 12px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 18px;
}
.cookieNotice__expanded__categories h3 {
  font-family: Graphit, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #fff;
  padding-left: 28px;
  position: relative;
  display: block;
}
.cookieNotice__expanded__categories h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkAQAAAADJe6U1AAAAAnRSTlMAAHaTzTgAAAAYSURBVHgBY/gPBB+g5AEGBgaDoUsi+wUAHMsxsVFSFxAAAAAASUVORK5CYII=");
}
.cookieNotice__expanded__categories .cookieNotice__expanded__category--required {
  cursor: default;
}
.cookieNotice__expanded__categories .cookieNotice__expanded__category--required h3:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAz1BMVEWWlpj///+Xl5nAwML8/Pz4+Pj9/f2ampywsLHu7u7Hx8icnJ7+/v6kpKaysrP5+fnw8PCdnZ/CwsSpqaro6Ojz8/T19fXg4OGjo6W8vL21tbbExMbLy8y7u7zS0tOrq6zm5ufKysvCwsPf39+enqCioqTW1tfv7++6urvY2Nm4uLmlpaampqe7u73U1NWxsbPOzs7t7e2ZmZvk5OSYmJrp6en7+/uoqKnS0tLV1dXPz9DBwcLh4eLd3d7z8/OdnZ739/eurrDJycq/v8Dl5eXXaxVYAAAAtklEQVR4Xu3ONXYDURQE0a4/CGJmmZmZef9rcqBzlAy8Bdg36qCC1l/lvNTJsgeeDAdAajSjJiSRcagHflfVLoCO0TRqsG00OwPot41oCLVYOeOJ1jQFZsqZw2LdLH3YcMrZBLa0ErUg2FVetg9hY7UPgSMVOQ4gOJGkU+BMxc5DaLWlehMur1TCA67dzS3c3avUA/D4BDyrnHsBgFdVyRKAt3dVqn9A+ClD7PMl0/ePky1SkX+/Sd4KKS0x3LwAAAAASUVORK5CYII=") !important;
}
.cookieNotice__expanded__categories .cookieNotice__expanded__category--enabled h3:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAJKADAAQAAAABAAAAJAAAAAAqDuP8AAACP0lEQVRYCe2Yv0tbURTHjY1aQQzi0sExIAFnodDBQbCbaxcHoYUMInQSWhD8A8QlFOcOhS4dCwqC3YVSKBREEdwciqUogqm2nxvu11xu7vtlXpqAufDlnHfP93zPN/e9/CCFv6yBHlqDPeSlYaUoQwWW8m5E3ameO6G+oaTH4eGeEA/tCHgL3oGxyJOi2FiRhJwKDHlvR5mw4cuq9l9uGcOWMGCgVVfSEuWspZDTBvpl8FtziN/BqC+v+sBd4jNyuEZ7GBxoBvEKzISkxem0oU0NsrEaMmP2xGsmUcx77jPgObjVIOKnOCnxOmII8SfgTEOIp2CiK4YYXAC7QOsPybM4M6YmcjPxOiAMgtdgBYx45chLuGvAXeuRZKeghjhDL0QifgaPnP5gCmcWXAOtLySpPuvUEGeoKpKNW0EXdhPOODh2en6ST8X1uDX1xRkagrQvoo2vXBE3p/7B4y669aRcvZGGjACkSXAkMtHcjjlfnL1lh2PSms9JulZ/rCEjArECfqmBaG5FWQPIp8EF0PpG8lj1tFHNiYaMIOQFYN6+Wj9ISsD8pPiqTeIlqKQ14fKkkcqQNbWqJht3iDVv76U7JEsundSGrKltNQbixywGfK70shoq0rinZieekJf8IVmupZXJkBlA4wQ4lACxDp5mGR7iSi+zIWvKvLPOrcib0ICse20ZsqbmETEPdqqvhiSDbRuyphK/35KMqC5Dbb06/g64kWBesS1DeZlwdfqG3NMI5ebnZv8ftNDJaO8fc7qoiVU6odEAAAAASUVORK5CYII=");
}
.cookieNotice__allow-all,
.cookieNotice__save-selection {
  height: 36px;
  line-height: 36px;
  borx-sizing: border-box;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.cookieNotice__save-selection {
  border: 1px solid #fff;
}
.cookieNotice__allow-all {
  background-color: #c4e0c5;
  color: #000;
}
.cookieNotice__details {
  text-align: center;
  cursor: pointer;
  height: 24px;
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
}
.cookieNotice__footer {
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.cookieNotice__footer a {
  color: #969698;
}
.cookieNotice__footer a:after {
  display: inline-block;
  padding: 0 6px;
  content: ' | ';
}
.cookieNotice__footer a:last-child:after {
  display: none;
}
.cookieNotice__expanded__back {
  position: relative;
  margin-top: 12px;
  padding: 8px 0 0px 24px;
  cursor: pointer;
  font-weight: 500;
}
.cookieNotice__expanded__back:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAAb0lEQVRIDWNgGAUDHQLMFDjABahXHogfUGAGTq2hQJk/QLwYpwoKJGCGHwGawUuBOVi1jhpO/2ApAVr5D4iPAzFZEcqE1c10FqRpyoH5ZdQSWEgQRdM1uAgWdixEuRlT0Wqg0Hsg/ospNSoy2EIAACKQH2Yl90hrAAAAAElFTkSuQmCC");
  filter: invert();
}
h1 {
  font-size: 3.625em;
  letter-spacing: -2px;
  line-height: 0.96em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.7em;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 2.4em;
  }
}
h2 {
  font-size: 3.625em;
  line-height: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.2em;
  }
}
h3 {
  font-size: 2.4em;
  line-height: 1.05em;
  font-weight: 400;
}
p {
  letter-spacing: 0.4px;
}
p.large {
  font-size: 1.25em;
  line-height: 1.55em;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  p.large {
    font-size: 1.15em;
  }
}
body {
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  body.box,
  body.farben {
    margin-bottom: 174px;
  }
}
@media only screen and (max-width: 801px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .mobile {
    display: none;
  }
}
.collapsibles {
  margin-top: 64px;
}
.collapsibles .collapsible {
  margin-bottom: 32px;
}
.collapsibles .collapsible .collapsible__header {
  cursor: pointer;
  position: relative;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 60px;
}
.collapsibles .collapsible .collapsible__header h3 {
  font-size: 1.6em;
}
.collapsibles .collapsible .collapsible__header:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 12px;
  transform: rotateX(180deg) translateY(50%);
  opacity: 0.5;
  transition: 0.2s all;
  top: 50%;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjaGV2cm9uLXRvcCI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMTYiIHgyPSIyNSIgeTE9IjExLjUiIHkyPSIyMC41Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjE2IiB5MT0iMjAuNSIgeTI9IjExLjUiLz48L2c+PC9zdmc+");
  background-position: center center;
}
.collapsibles .collapsible .collapsible__inner {
  transition: 0.4s all;
  opacity: 0;
  padding: 12px;
  line-height: 1.9em;
}
.collapsibles .collapsible .collapsible__inner .callout {
  padding: 24px;
  background: rgba(231,232,236,0.4);
  margin: 24px 0;
}
.collapsibles .collapsible .collapsible__inner__wrapper {
  overflow: hidden;
}
.collapsibles .collapsible.active .collapsible__inner {
  opacity: 1;
}
.collapsibles .collapsible.active .collapsible__header:after {
  transform: rotateX(0deg) translateY(-50%);
}
.page--anleitung {
  max-width: 1050px;
  margin: 0 auto;
}
.page--anleitung .headline {
  margin: 64px auto 80px;
}
@media only screen and (max-width: 767px) {
  .page--anleitung .headline {
    margin: 24px auto 48px;
  }
}
.page--anleitung .anleitung__tutorial {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  box-sizing: border-box;
  background: rgba(231,232,236,0.4);
  width: 100%;
  max-width: calc(640px + 64px + 64px);
  margin: 64px auto;
}
@media only screen and (max-width: 767px) {
  .page--anleitung .anleitung__tutorial {
    margin: 64px -24px 48px;
    width: calc(100% + 48px);
    padding: 48px 24px;
  }
  .page--anleitung .anleitung__tutorial iframe {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page--anleitung .progress p {
    margin-top: 16px;
  }
}
.page--anleitung .anleitung__steps {
  margin-top: 100px;
  margin-bottom: 128px;
  position: relative;
}
@media only screen and (max-width: 801px) {
  .page--anleitung .anleitung__steps {
    margin-bottom: 16px;
    margin-top: 60px;
  }
}
.page--anleitung .anleitung__steps:after {
  display: block;
  content: '';
  position: absolute;
  top: 300px;
  bottom: 60px;
  left: 34.5%;
  width: 1px;
  background: url(../resources/images/anleitung/line.png);
  background-size: 1px 20px;
}
@media only screen and (max-width: 750px) {
  .page--anleitung .anleitung__steps:after {
    display: none;
  }
}
.page--anleitung .anleitung__step {
  display: flex;
  flex-direction: 'row';
  padding-bottom: 50px;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .page--anleitung .anleitung__step {
    display: block;
    border-bottom: 1px solid rgba(40,39,47,0.4);
  }
  .page--anleitung .anleitung__step:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 801px) {
  .page--anleitung .anleitung__step {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.page--anleitung .anleitung__step .anleitung__image {
  width: 33%;
  padding-right: 64px;
}
@media only screen and (max-width: 750px) {
  .page--anleitung .anleitung__step .anleitung__image {
    padding-right: 0px;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .page--anleitung .anleitung__step .anleitung__image img {
    margin: 0 auto;
  }
}
.page--anleitung .anleitung__step .anleitung__image img {
  max-width: 100%;
}
.page--anleitung .anleitung__step .anleitung_body {
  padding-left: 64px;
  width: 67%;
}
@media only screen and (max-width: 750px) {
  .page--anleitung .anleitung__step .anleitung_body {
    padding-left: 0px;
    width: 100%;
  }
}
.page--anleitung .anleitung__step .anleitung_body h1 {
  font-size: 5em;
  margin: 0;
}
@media only screen and (max-width: 801px) {
  .page--anleitung .anleitung__step .anleitung_body h1 {
    font-size: 3.5em;
  }
}
.page--anleitung .anleitung__step .anleitung_body p {
  font-size: 1.3em;
}
@media only screen and (max-width: 801px) {
  .page--anleitung .anleitung__step .anleitung_body p {
    font-size: 1em;
  }
}
/*# sourceMappingURL=resources/styles/main.css.map */

/*# sourceMappingURL=styles.css.map*/