/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
.advanced-menu {
  max-width: 78.75rem;
  box-shadow: 0 10px 25px -15px #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  width: 100%;
  position: absolute;
  color:  10%);
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu .menu--list {
  list-style: none;
  display: block;
}
.advanced-menu .content--wrapper {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
.advanced-menu .menu--delimiter {
  content: "";
  width: 1px;
  background: #ced3d9;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
}
.advanced-menu .menu--teaser {
  padding: 0.625rem 0.625rem 0rem 1.25rem;
  position: relative;
  float: left;
}
.advanced-menu .teaser--image {
  height: 15.625rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advanced-menu .teaser--image + .teaser--headline,
.advanced-menu .teaser--image + .teaser--text {
  margin-top: 2.5rem;
}
.advanced-menu .teaser--headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-weight: bold;
}
.advanced-menu .teaser--text-link {
  color: #86bc24;
}
.advanced-menu .teaser--text-link:hover {
  color: #86bc24;
}
.advanced-menu .menu--list-item {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: break-word;
}
.advanced-menu .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color:  10%);
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #86bc24;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background:  10%);
  color: #ffffff;
  font-weight: bold;
}
.advanced-menu .button-container .button--category {
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  -webkit-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  color: #ffffff;
  position: relative;
}
.advanced-menu .button-container .button--category:hover {
  padding: 1.25rem 3.125rem 1.25rem 3.4375rem;
}
.advanced-menu .button-container .icon--arrow-right {
  font-size: 0.75rem;
  margin-top: -0.375rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
}
.advanced-menu .button-container .button--close {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-top: -1.25rem;
  float: right;
  cursor: pointer;
}
.advanced-menu .menu--container {
  display: none;
}
.advanced-menu .menu--container.menu--is-active {
  display: block;
}
.advanced-menu .menu--level-0 {
  padding: 0.625rem 0.625rem 0rem 0.625rem;
  float: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .menu--level-0.columns--1 {
  -webkit-column-count: 1;
  column-count: 1;
}
.advanced-menu .menu--level-0.columns--2 {
  -webkit-column-count: 2;
  column-count: 2;
}
.advanced-menu .menu--level-0.columns--3 {
  -webkit-column-count: 3;
  column-count: 3;
}
.advanced-menu .menu--level-0.columns--4 {
  -webkit-column-count: 4;
  column-count: 4;
}
.advanced-menu .menu--level-1 {
  margin: 0.3125rem 0rem 0rem 1.25rem;
}
.advanced-menu .menu--level-2 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-0 {
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .item--level-0 .menu--list-item-link {
  font-weight: bold;
}
.advanced-menu .item--level-1:last-child {
  margin: 0;
}
.advanced-menu .item--level-1 .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color:  10%);
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #86bc24;
}
.advanced-menu .item--level-2 .menu--list-item-link {
  font-size: 0.875rem;
}
.advanced-menu .item--level-2 .menu--list-item-link + .menu--level-3 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-3 .menu--list-item-link {
  font-size: 0.75rem;
}
.navigation-main .navigation--list .navigation--entry.is--hovered {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background:  10%);
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background:  10%);
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.hbcom-cookiepanel {
  position: fixed;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 20px;
  text-align: center;
  background-color: #efefef;
  color: #42476e;
}
.hbcom-cookiepanel.bottom {
  bottom: 0;
}
.hbcom-cookiepanel.top {
  top: 0;
}
.hbcom-cookiepanel .hbcom-cookiepanel-text {
  margin-bottom: 10px;
}
.hbcom-cookiepanel .hbcom-cookiepanel-learn-more {
  color: #86bc24;
  font-weight: 700;
}
.hbcom-cookiepanel .hbcom-cookiepanel-dismiss {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .hbcom-cookiepanel .hbcom-cookiepanel-text {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.mwst--register--password--strength .mwst--password--strength--bar--container {
  height: 40px;
  border: 1px solid #ced3d9;
  border-radius: 5px;
  overflow: hidden;
}
.mwst--register--password--strength .mwst--password--strength--bar--container .mwst--password--strength--bar {
  border-left: 1px solid #ced3d9;
  width: 25%;
  float: left;
  height: 40px;
}
.mwst--register--password--strength .mwst--password--strength--bar--container .mwst--password--strength--bar:first-of-type {
  border-left: 0;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--0 {
  background: #e74c3c;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--1,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--2,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--3 {
  background: transparent;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--0,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--1 {
  background: #f1c40f;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--2,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--3 {
  background: transparent;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--0,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--1,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--2 {
  background: #f1c40f;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--3 {
  background: transparent;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--0,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--1,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--2,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--3 {
  background: #2ecc71;
}
.mwst--register--password--strength .mwst--password--strength--description {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.mwst--register--password--strength .mwst--password--strength--description .mwst--password--criteria-list {
  padding-left: 1.8em;
}
.mwst--register--password--strength .mwst--password--strength--description .mwst--password--criteria-list li.check {
  color: #2ecc71;
}
.column--newsletter .g-recaptcha {
  margin-bottom: 0.625rem;
}
.password-reset--form .g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}
.password-reset--form .recaptcha-error {
  margin-bottom: 1.25rem;
}
/* Forgot Password */
.password-new--form .mwst--register--password--strength {
  max-width: 20rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
/* Set new Password on profile page */
.passwordForm .mwst--register--password--strength {
  margin-bottom: 1.875rem;
}
.instock-form--recaptcha {
  float: left;
  width: 100%;
  padding-bottom: 0.375rem;
}
/* reCAPTCHA Error Message */
.alert.recaptcha-error {
  display: block;
  width: 100%;
  float: left;
}
.sysg--login-captcha-error-wrap {
  margin: 0rem 0rem 0.625rem 0rem;
}
.sysg--login-recaptcha-wrap {
  width: 100%;
  padding: 0rem 0rem 1.25rem 0rem;
  display: block;
  overflow: hidden;
}
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
.product--box .product--description {
  word-break: break-word;
  white-space: pre-line;
}
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
.advanced-menu {
  max-width: 78.75rem;
  box-shadow: 0 10px 25px -15px #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  width: 100%;
  position: absolute;
  color:  10%);
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu .menu--list {
  list-style: none;
  display: block;
}
.advanced-menu .content--wrapper {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
.advanced-menu .menu--delimiter {
  content: "";
  width: 1px;
  background: #ced3d9;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
}
.advanced-menu .menu--teaser {
  padding: 0.625rem 0.625rem 0rem 1.25rem;
  position: relative;
  float: left;
}
.advanced-menu .teaser--image {
  height: 15.625rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advanced-menu .teaser--image + .teaser--headline,
.advanced-menu .teaser--image + .teaser--text {
  margin-top: 2.5rem;
}
.advanced-menu .teaser--headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-weight: bold;
}
.advanced-menu .teaser--text-link {
  color: #86bc24;
}
.advanced-menu .teaser--text-link:hover {
  color: #86bc24;
}
.advanced-menu .menu--list-item {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: break-word;
}
.advanced-menu .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color:  10%);
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #86bc24;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background:  10%);
  color: #ffffff;
  font-weight: bold;
}
.advanced-menu .button-container .button--category {
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  -webkit-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  color: #ffffff;
  position: relative;
}
.advanced-menu .button-container .button--category:hover {
  padding: 1.25rem 3.125rem 1.25rem 3.4375rem;
}
.advanced-menu .button-container .icon--arrow-right {
  font-size: 0.75rem;
  margin-top: -0.375rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
}
.advanced-menu .button-container .button--close {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-top: -1.25rem;
  float: right;
  cursor: pointer;
}
.advanced-menu .menu--container {
  display: none;
}
.advanced-menu .menu--container.menu--is-active {
  display: block;
}
.advanced-menu .menu--level-0 {
  padding: 0.625rem 0.625rem 0rem 0.625rem;
  float: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .menu--level-0.columns--1 {
  -webkit-column-count: 1;
  column-count: 1;
}
.advanced-menu .menu--level-0.columns--2 {
  -webkit-column-count: 2;
  column-count: 2;
}
.advanced-menu .menu--level-0.columns--3 {
  -webkit-column-count: 3;
  column-count: 3;
}
.advanced-menu .menu--level-0.columns--4 {
  -webkit-column-count: 4;
  column-count: 4;
}
.advanced-menu .menu--level-1 {
  margin: 0.3125rem 0rem 0rem 1.25rem;
}
.advanced-menu .menu--level-2 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-0 {
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .item--level-0 .menu--list-item-link {
  font-weight: bold;
}
.advanced-menu .item--level-1:last-child {
  margin: 0;
}
.advanced-menu .item--level-1 .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color:  10%);
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #86bc24;
}
.advanced-menu .item--level-2 .menu--list-item-link {
  font-size: 0.875rem;
}
.advanced-menu .item--level-2 .menu--list-item-link + .menu--level-3 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-3 .menu--list-item-link {
  font-size: 0.75rem;
}
.navigation-main .navigation--list .navigation--entry.is--hovered {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background:  10%);
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background:  10%);
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.hbcom-cookiepanel {
  position: fixed;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 20px;
  text-align: center;
  background-color: #efefef;
  color: #42476e;
}
.hbcom-cookiepanel.bottom {
  bottom: 0;
}
.hbcom-cookiepanel.top {
  top: 0;
}
.hbcom-cookiepanel .hbcom-cookiepanel-text {
  margin-bottom: 10px;
}
.hbcom-cookiepanel .hbcom-cookiepanel-learn-more {
  color: #86bc24;
  font-weight: 700;
}
.hbcom-cookiepanel .hbcom-cookiepanel-dismiss {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .hbcom-cookiepanel .hbcom-cookiepanel-text {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.mwst--register--password--strength .mwst--password--strength--bar--container {
  height: 40px;
  border: 1px solid #ced3d9;
  border-radius: 5px;
  overflow: hidden;
}
.mwst--register--password--strength .mwst--password--strength--bar--container .mwst--password--strength--bar {
  border-left: 1px solid #ced3d9;
  width: 25%;
  float: left;
  height: 40px;
}
.mwst--register--password--strength .mwst--password--strength--bar--container .mwst--password--strength--bar:first-of-type {
  border-left: 0;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--0 {
  background: #e74c3c;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--1,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--2,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--3 {
  background: transparent;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--0,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--1 {
  background: #f1c40f;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--2,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--3 {
  background: transparent;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--0,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--1,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--2 {
  background: #f1c40f;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--3 {
  background: transparent;
}
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--0,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--1,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--2,
.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--3 {
  background: #2ecc71;
}
.mwst--register--password--strength .mwst--password--strength--description {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.mwst--register--password--strength .mwst--password--strength--description .mwst--password--criteria-list {
  padding-left: 1.8em;
}
.mwst--register--password--strength .mwst--password--strength--description .mwst--password--criteria-list li.check {
  color: #2ecc71;
}
.column--newsletter .g-recaptcha {
  margin-bottom: 0.625rem;
}
.password-reset--form .g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}
.password-reset--form .recaptcha-error {
  margin-bottom: 1.25rem;
}
/* Forgot Password */
.password-new--form .mwst--register--password--strength {
  max-width: 20rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
/* Set new Password on profile page */
.passwordForm .mwst--register--password--strength {
  margin-bottom: 1.875rem;
}
.instock-form--recaptcha {
  float: left;
  width: 100%;
  padding-bottom: 0.375rem;
}
/* reCAPTCHA Error Message */
.alert.recaptcha-error {
  display: block;
  width: 100%;
  float: left;
}
.sysg--login-captcha-error-wrap {
  margin: 0rem 0rem 0.625rem 0rem;
}
.sysg--login-recaptcha-wrap {
  width: 100%;
  padding: 0rem 0rem 1.25rem 0rem;
  display: block;
  overflow: hidden;
}
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
.product--box .product--description {
  word-break: break-word;
  white-space: pre-line;
}
