@charset "UTF-8";
.page-wrapper .color__blue,
.modals-wrapper .color__blue {
  color: #495974; }
.page-wrapper .color__green,
.modals-wrapper .color__green {
  color: #495974; }
.page-wrapper .color__yellow,
.modals-wrapper .color__yellow {
  color: #495974; }
.page-wrapper .color__white,
.modals-wrapper .color__white {
  color: #fff; }
.page-wrapper .color__red,
.modals-wrapper .color__red {
  color: #d10029; }
.page-wrapper .bg__green,
.modals-wrapper .bg__green {
  background-color: #cde5eb; }
.page-wrapper .bg__yellow,
.modals-wrapper .bg__yellow {
  background-color: #cde5eb; }
.page-wrapper .bg__blue,
.modals-wrapper .bg__blue {
  background-color: #cde5eb; }
.page-wrapper .bg__footer,
.modals-wrapper .bg__footer {
  background-color: #f4f4f4; }
.page-wrapper .bg__pink,
.modals-wrapper .bg__pink {
  background-color: #efdbe2; }
.page-wrapper .font-size__small,
.modals-wrapper .font-size__small {
  font-size: calc(1rem * 0.8421052631578947);
  line-height: 1.25; }
.page-wrapper .font-size__small--desktop,
.modals-wrapper .font-size__small--desktop {
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 768px) {
    .page-wrapper .font-size__small--desktop,
    .modals-wrapper .font-size__small--desktop {
      font-size: calc(1rem * 0.8421052631578947); } }
.page-wrapper .font-size__small--mobile,
.modals-wrapper .font-size__small--mobile {
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (max-width: 767px) {
    .page-wrapper .font-size__small--mobile,
    .modals-wrapper .font-size__small--mobile {
      font-size: calc(1rem * 0.8421052631578947); } }
.page-wrapper .font-size__tiny,
.modals-wrapper .font-size__tiny {
  font-size: calc(1rem * 0.7368421052631579);
  line-height: 1.25; }
.page-wrapper .font-weight__light,
.modals-wrapper .font-weight__light {
  font-weight: 300; }
.page-wrapper .font-weight__regular,
.modals-wrapper .font-weight__regular {
  font-weight: 400; }
.page-wrapper .font-weight__semibold,
.modals-wrapper .font-weight__semibold {
  font-weight: 600; }
.page-wrapper .font-weight__bold,
.modals-wrapper .font-weight__bold {
  font-weight: 700; }
.page-wrapper .font-style__italic,
.modals-wrapper .font-style__italic {
  font-style: italic; }
.page-wrapper .text-align__center,
.modals-wrapper .text-align__center {
  text-align: center; }
.page-wrapper .text-align__left,
.modals-wrapper .text-align__left {
  text-align: left; }
.page-wrapper .text-align__right,
.modals-wrapper .text-align__right {
  text-align: right; }
.page-wrapper .text-decoration__underline,
.modals-wrapper .text-decoration__underline {
  text-decoration: underline; }
.page-wrapper .text-decoration__none,
.modals-wrapper .text-decoration__none {
  text-decoration: none; }
  .page-wrapper .text-decoration__none:hover,
  .modals-wrapper .text-decoration__none:hover {
    text-decoration: none; }
.page-wrapper .text-transform__uppercase,
.modals-wrapper .text-transform__uppercase {
  text-transform: uppercase; }
.page-wrapper .white-space__nowrap,
.modals-wrapper .white-space__nowrap {
  white-space: nowrap; }
.page-wrapper .word-break__break-word,
.modals-wrapper .word-break__break-word {
  word-break: break-word; }
.page-wrapper .border__lightgrey,
.modals-wrapper .border__lightgrey {
  border: 1px solid lightgrey; }
.page-wrapper .clear__both,
.modals-wrapper .clear__both {
  clear: both; }
.page-wrapper .display__block,
.modals-wrapper .display__block {
  display: block; }
.page-wrapper .display__inline-block,
.modals-wrapper .display__inline-block {
  display: inline-block; }
@media screen and (min-width: 768px) {
  .page-wrapper .hide-on-desktop,
  .modals-wrapper .hide-on-desktop {
    display: none; } }
@media screen and (max-width: 767px) {
  .page-wrapper .hide-on-mobile,
  .modals-wrapper .hide-on-mobile {
    display: none; } }
.page-wrapper .button-blue.button-blue,
.modals-wrapper .button-blue.button-blue {
  color: #fff;
  background-color: #495974;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-wrapper .button-blue.button-blue:hover,
  .modals-wrapper .button-blue.button-blue:hover {
    background-color: #697ea1;
    border-color: #697ea1; }
  .page-wrapper .button-blue.button-blue:hover,
  .modals-wrapper .button-blue.button-blue:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-blue--inverted.button-blue--inverted,
.modals-wrapper .button-blue--inverted.button-blue--inverted {
  color: #495974;
  background-color: transparent;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-wrapper .button-blue--inverted.button-blue--inverted:hover,
  .modals-wrapper .button-blue--inverted.button-blue--inverted:hover {
    background-color: #495974;
    border-color: #495974; }
  .page-wrapper .button-blue--inverted.button-blue--inverted:hover,
  .modals-wrapper .button-blue--inverted.button-blue--inverted:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-green.button-green,
.modals-wrapper .button-green.button-green {
  color: #fff;
  background-color: #495974;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-wrapper .button-green.button-green:hover,
  .modals-wrapper .button-green.button-green:hover {
    background-color: #697ea1;
    border-color: #697ea1; }
  .page-wrapper .button-green.button-green:hover,
  .modals-wrapper .button-green.button-green:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-green--inverted.button-green--inverted,
.modals-wrapper .button-green--inverted.button-green--inverted {
  color: #495974;
  background-color: transparent;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-wrapper .button-green--inverted.button-green--inverted:hover,
  .modals-wrapper .button-green--inverted.button-green--inverted:hover {
    background-color: #495974;
    border-color: #495974; }
  .page-wrapper .button-green--inverted.button-green--inverted:hover,
  .modals-wrapper .button-green--inverted.button-green--inverted:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-yellow.button-yellow,
.modals-wrapper .button-yellow.button-yellow {
  color: #fff;
  background-color: #495974;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-wrapper .button-yellow.button-yellow:hover,
  .modals-wrapper .button-yellow.button-yellow:hover {
    background-color: #697ea1;
    border-color: #697ea1; }
  .page-wrapper .button-yellow.button-yellow:hover,
  .modals-wrapper .button-yellow.button-yellow:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-yellow--inverted.button-yellow--inverted,
.modals-wrapper .button-yellow--inverted.button-yellow--inverted {
  color: #495974;
  background-color: transparent;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-wrapper .button-yellow--inverted.button-yellow--inverted:hover,
  .modals-wrapper .button-yellow--inverted.button-yellow--inverted:hover {
    background-color: #495974;
    border-color: #495974; }
  .page-wrapper .button-yellow--inverted.button-yellow--inverted:hover,
  .modals-wrapper .button-yellow--inverted.button-yellow--inverted:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-red.button-red,
.modals-wrapper .button-red.button-red {
  color: #fff;
  background-color: #d10029;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #d10029; }
  .page-wrapper .button-red.button-red:hover,
  .modals-wrapper .button-red.button-red:hover {
    background-color: #ff0536;
    border-color: #ff0536; }
  .page-wrapper .button-red.button-red:hover,
  .modals-wrapper .button-red.button-red:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
.page-wrapper .button-product-category.button-product-category,
.modals-wrapper .button-product-category.button-product-category {
  color: #495974;
  background-color: #cde5eb;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #cde5eb; }
  .page-wrapper .button-product-category.button-product-category:hover,
  .modals-wrapper .button-product-category.button-product-category:hover {
    background-color: #a9d2dc;
    border-color: #a9d2dc; }
  .page-wrapper .button-product-category.button-product-category:hover,
  .modals-wrapper .button-product-category.button-product-category:hover {
    text-decoration: none;
    color: #495974;
    cursor: pointer; }
  @media screen and (min-width: 768px) {
    .page-wrapper .button-product-category.button-product-category,
    .modals-wrapper .button-product-category.button-product-category {
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
      margin-bottom: 5px; } }
.page-wrapper .link__blue,
.modals-wrapper .link__blue {
  color: #495974; }
  .page-wrapper .link__blue:hover,
  .modals-wrapper .link__blue:hover {
    color: #697ea1;
    cursor: pointer;
    text-decoration: underline; }
.page-wrapper .link__yellow,
.modals-wrapper .link__yellow {
  color: #495974; }
  .page-wrapper .link__yellow:hover,
  .modals-wrapper .link__yellow:hover {
    color: #697ea1;
    cursor: pointer;
    text-decoration: underline; }
.page-wrapper .link__green,
.modals-wrapper .link__green {
  color: #495974; }
  .page-wrapper .link__green:hover,
  .modals-wrapper .link__green:hover {
    color: #697ea1;
    cursor: pointer;
    text-decoration: underline; }
.page-wrapper .link__white,
.modals-wrapper .link__white {
  color: #fff; }
  .page-wrapper .link__white:hover,
  .modals-wrapper .link__white:hover {
    color: #f2f2f2;
    cursor: pointer;
    text-decoration: underline; }
.page-wrapper .list__dashed,
.modals-wrapper .list__dashed {
  list-style: none; }
  .page-wrapper .list__dashed li::before,
  .modals-wrapper .list__dashed li::before {
    content: "-";
    color: inherit;
    display: inline-block;
    line-height: inherit;
    margin-left: -1em;
    width: 1em;
    text-align: center;
    font-weight: bold; }
.page-wrapper .mt-0,
.modals-wrapper .mt-0 {
  margin-top: 0; }
.page-wrapper .pt-0,
.modals-wrapper .pt-0 {
  padding-top: 0; }
.page-wrapper .mb-0,
.modals-wrapper .mb-0 {
  margin-bottom: 0; }
.page-wrapper .pb-0,
.modals-wrapper .pb-0 {
  padding-bottom: 0; }
.page-wrapper .ml-0,
.modals-wrapper .ml-0 {
  margin-left: 0; }
.page-wrapper .pl-0,
.modals-wrapper .pl-0 {
  padding-left: 0; }
.page-wrapper .mr-0,
.modals-wrapper .mr-0 {
  margin-right: 0; }
.page-wrapper .pr-0,
.modals-wrapper .pr-0 {
  padding-right: 0; }
.page-wrapper .mx-0,
.modals-wrapper .mx-0 {
  margin-left: 0;
  margin-right: 0; }
.page-wrapper .px-0,
.modals-wrapper .px-0 {
  padding-left: 0;
  padding-right: 0; }
.page-wrapper .my-0,
.modals-wrapper .my-0 {
  margin-top: 0;
  margin-bottom: 0; }
.page-wrapper .py-0,
.modals-wrapper .py-0 {
  padding-top: 0;
  padding-bottom: 0; }
.page-wrapper .m-0,
.modals-wrapper .m-0 {
  margin: 0; }
.page-wrapper .p-0,
.modals-wrapper .p-0 {
  padding: 0; }
.page-wrapper .mt-1,
.modals-wrapper .mt-1 {
  margin-top: 1em; }
.page-wrapper .pt-1,
.modals-wrapper .pt-1 {
  padding-top: 1em; }
.page-wrapper .mb-1,
.modals-wrapper .mb-1 {
  margin-bottom: 1em; }
.page-wrapper .pb-1,
.modals-wrapper .pb-1 {
  padding-bottom: 1em; }
.page-wrapper .ml-1,
.modals-wrapper .ml-1 {
  margin-left: 1em; }
.page-wrapper .pl-1,
.modals-wrapper .pl-1 {
  padding-left: 1em; }
.page-wrapper .mr-1,
.modals-wrapper .mr-1 {
  margin-right: 1em; }
.page-wrapper .pr-1,
.modals-wrapper .pr-1 {
  padding-right: 1em; }
.page-wrapper .mx-1,
.modals-wrapper .mx-1 {
  margin-left: 1em;
  margin-right: 1em; }
.page-wrapper .px-1,
.modals-wrapper .px-1 {
  padding-left: 1em;
  padding-right: 1em; }
.page-wrapper .my-1,
.modals-wrapper .my-1 {
  margin-top: 1em;
  margin-bottom: 1em; }
.page-wrapper .py-1,
.modals-wrapper .py-1 {
  padding-top: 1em;
  padding-bottom: 1em; }
.page-wrapper .m-1,
.modals-wrapper .m-1 {
  margin: 1em; }
.page-wrapper .p-1,
.modals-wrapper .p-1 {
  padding: 1em; }
.page-wrapper .mt-2,
.modals-wrapper .mt-2 {
  margin-top: 2em; }
.page-wrapper .pt-2,
.modals-wrapper .pt-2 {
  padding-top: 2em; }
.page-wrapper .mb-2,
.modals-wrapper .mb-2 {
  margin-bottom: 2em; }
.page-wrapper .pb-2,
.modals-wrapper .pb-2 {
  padding-bottom: 2em; }
.page-wrapper .ml-2,
.modals-wrapper .ml-2 {
  margin-left: 2em; }
.page-wrapper .pl-2,
.modals-wrapper .pl-2 {
  padding-left: 2em; }
.page-wrapper .mr-2,
.modals-wrapper .mr-2 {
  margin-right: 2em; }
.page-wrapper .pr-2,
.modals-wrapper .pr-2 {
  padding-right: 2em; }
.page-wrapper .mx-2,
.modals-wrapper .mx-2 {
  margin-left: 2em;
  margin-right: 2em; }
.page-wrapper .px-2,
.modals-wrapper .px-2 {
  padding-left: 2em;
  padding-right: 2em; }
.page-wrapper .my-2,
.modals-wrapper .my-2 {
  margin-top: 2em;
  margin-bottom: 2em; }
.page-wrapper .py-2,
.modals-wrapper .py-2 {
  padding-top: 2em;
  padding-bottom: 2em; }
.page-wrapper .m-2,
.modals-wrapper .m-2 {
  margin: 2em; }
.page-wrapper .p-2,
.modals-wrapper .p-2 {
  padding: 2em; }
.page-wrapper .mt-3,
.modals-wrapper .mt-3 {
  margin-top: 3em; }
.page-wrapper .pt-3,
.modals-wrapper .pt-3 {
  padding-top: 3em; }
.page-wrapper .mb-3,
.modals-wrapper .mb-3 {
  margin-bottom: 3em; }
.page-wrapper .pb-3,
.modals-wrapper .pb-3 {
  padding-bottom: 3em; }
.page-wrapper .ml-3,
.modals-wrapper .ml-3 {
  margin-left: 3em; }
.page-wrapper .pl-3,
.modals-wrapper .pl-3 {
  padding-left: 3em; }
.page-wrapper .mr-3,
.modals-wrapper .mr-3 {
  margin-right: 3em; }
.page-wrapper .pr-3,
.modals-wrapper .pr-3 {
  padding-right: 3em; }
.page-wrapper .mx-3,
.modals-wrapper .mx-3 {
  margin-left: 3em;
  margin-right: 3em; }
.page-wrapper .px-3,
.modals-wrapper .px-3 {
  padding-left: 3em;
  padding-right: 3em; }
.page-wrapper .my-3,
.modals-wrapper .my-3 {
  margin-top: 3em;
  margin-bottom: 3em; }
.page-wrapper .py-3,
.modals-wrapper .py-3 {
  padding-top: 3em;
  padding-bottom: 3em; }
.page-wrapper .m-3,
.modals-wrapper .m-3 {
  margin: 3em; }
.page-wrapper .p-3,
.modals-wrapper .p-3 {
  padding: 3em; }
.page-wrapper .fullwidth,
.modals-wrapper .fullwidth {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%); }
.page-wrapper .float-image,
.modals-wrapper .float-image {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .page-wrapper .float-image > img,
    .modals-wrapper .float-image > img {
      float: left;
      margin-right: 2rem;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .page-wrapper .float-image > img,
    .modals-wrapper .float-image > img {
      display: block;
      margin: 0 auto 1.5rem; } }
@media screen and (min-width: 768px) {
  .page-wrapper .flexbox-image,
  .modals-wrapper .flexbox-image {
    display: flex;
    flex-wrap: wrap; } }
@media screen and (max-width: 767px) {
  .page-wrapper .flexbox-image > *,
  .modals-wrapper .flexbox-image > * {
    margin-bottom: 1rem; } }
@media screen and (min-width: 768px) {
  .page-wrapper .flexbox-image > *:not(.img),
  .modals-wrapper .flexbox-image > *:not(.img) {
    flex: 1; } }
@media screen and (min-width: 768px) {
  .page-wrapper .flexbox-image > *:not(:last-child),
  .modals-wrapper .flexbox-image > *:not(:last-child) {
    margin-right: 2rem; } }
.page-wrapper .flexbox-image.center-v,
.modals-wrapper .flexbox-image.center-v {
  align-items: center; }
@media screen and (min-width: 768px) {
  .page-wrapper .layout-desktop-flex,
  .modals-wrapper .layout-desktop-flex {
    display: flex;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  .page-wrapper .layout-desktop-flex > *:not(:last-child),
  .modals-wrapper .layout-desktop-flex > *:not(:last-child) {
    margin-right: 2rem; } }
.page-wrapper .yt-resp > *, .page-wrapper .yt-resp--medium > *, .page-wrapper .yt-resp--medium--center > *,
.page-wrapper .modals-wrapper .yt-resp--medium > *,
.page-wrapper .modals-wrapper .yt-resp--medium--center > *, .page-wrapper .yt-resp--small > *, .page-wrapper .yt-resp--small--center > *,
.page-wrapper .modals-wrapper .yt-resp--small > *,
.page-wrapper .modals-wrapper .yt-resp--small--center > *,
.modals-wrapper .yt-resp > *,
.modals-wrapper .page-wrapper .yt-resp--medium > *,
.modals-wrapper .page-wrapper .yt-resp--medium--center > *,
.modals-wrapper .yt-resp--medium > *,
.modals-wrapper .yt-resp--medium--center > *,
.modals-wrapper .page-wrapper .yt-resp--small > *,
.modals-wrapper .page-wrapper .yt-resp--small--center > *,
.modals-wrapper .yt-resp--small > *,
.modals-wrapper .yt-resp--small--center > * {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .page-wrapper .yt-resp > * > iframe, .page-wrapper .yt-resp--medium > * > iframe, .page-wrapper .yt-resp--medium--center > * > iframe, .page-wrapper .yt-resp--small > * > iframe, .page-wrapper .yt-resp--small--center > * > iframe,
  .modals-wrapper .yt-resp > * > iframe,
  .modals-wrapper .yt-resp--medium > * > iframe,
  .modals-wrapper .yt-resp--medium--center > * > iframe,
  .modals-wrapper .yt-resp--small > * > iframe,
  .modals-wrapper .yt-resp--small--center > * > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.page-wrapper .yt-resp--medium, .page-wrapper .yt-resp--medium--center,
.modals-wrapper .yt-resp--medium,
.modals-wrapper .yt-resp--medium--center {
  max-width: 1000px; }
  .page-wrapper .yt-resp--medium--center,
  .modals-wrapper .yt-resp--medium--center {
    margin: 0 auto; }
.page-wrapper .yt-resp--small, .page-wrapper .yt-resp--small--center,
.modals-wrapper .yt-resp--small,
.modals-wrapper .yt-resp--small--center {
  max-width: 500px; }
  .page-wrapper .yt-resp--small--center,
  .modals-wrapper .yt-resp--small--center {
    margin: 0 auto; }

body {
  /*Fix horizontal scroll for elements including @fullwidth*/
  overflow-x: hidden; }

a:hover * {
  text-decoration: none; }

img {
  height: auto; }

@media screen and (max-width: 767px) {
  .page-main .columns {
    display: block; } }
@media screen and (max-width: 767px) {
  .page-main .columns .block {
    margin-bottom: 3rem; } }
@media screen and (max-width: 767px) {
  .page-main .columns .block:last-of-type {
    margin: 0; } }

*, ::before, ::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.page-wrapper .copyright {
  display: none; }

.pages .action {
  box-shadow: none; }

.page-main .columns .column.main .action.primary {
  color: #fff;
  background-color: #495974;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .page-main .columns .column.main .action.primary:hover {
    background-color: #697ea1;
    border-color: #697ea1; }
  .page-main .columns .column.main .action.primary:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }

.actions-toolbar .secondary a.action {
  margin-top: .5rem; }

select {
  text-indent: 0; }

ul li:last-child,
ol li:last-child {
  margin-bottom: 0; }

form select {
  text-indent: 0; }

.page-main > .page-title-wrapper .page-title.page-title {
  word-break: break-word;
  hyphens: none;
  margin-bottom: 2rem; }

.product-item-name.product-item-name {
  hyphens: none; }

@media screen and (max-width: 767px) {
  .sidebar .block-compare {
    display: none; } }

[role="tablist"] .toggle--fullwidth:after,
.collapsible .toggle--fullwidth:after {
  margin-left: .5em;
  color: inherit;
  vertical-align: bottom; }
[role="tablist"] .toggle--fullwidth:hover,
.collapsible .toggle--fullwidth:hover {
  cursor: pointer; }
[role="tablist"] .toggle--fullwidth,
.collapsible .toggle--fullwidth {
  position: relative;
  padding-right: 3rem; }
  [role="tablist"] .toggle--fullwidth:after,
  .collapsible .toggle--fullwidth:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
[role="tablist"]:not(.active) .toggle--fullwidth:after,
.collapsible:not(.active) .toggle--fullwidth:after {
  font-family: "luma-icons";
  content: '\e622'; }
[role="tablist"].active .toggle--fullwidth:after,
.collapsible.active .toggle--fullwidth:after {
  font-family: "luma-icons";
  content: '\e621'; }

@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 2rem; } }
.page-header .panel.wrapper.wrapper {
  border: none; }
  .page-header .panel.wrapper.wrapper .topline {
    max-width: 1404px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .page-header .panel.wrapper.wrapper .topline {
        padding: .125rem .25rem;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .page-header .panel.wrapper.wrapper .topline > * {
        line-height: 0; } }
    @media screen and (max-width: 767px) {
      .page-header .panel.wrapper.wrapper .topline .mobile-last {
        order: 1;
        flex-basis: 100%;
        text-align: center;
        margin-top: .5em; } }
    .page-header .panel.wrapper.wrapper .topline a {
      color: #fff;
      text-decoration: underline; }
      .page-header .panel.wrapper.wrapper .topline a:hover {
        color: #f2f2f2;
        cursor: pointer;
        text-decoration: underline; }
    .page-header .panel.wrapper.wrapper .topline p {
      display: inline-block;
      margin: 0; }
    .page-header .panel.wrapper.wrapper .topline.info-text {
      display: block;
      text-align: center; }
.page-header .header.content {
  display: flex;
  align-items: center;
  /* Mobile menu toggle */
  /* Logo */
  /* Search */
  /* Compare products link */
  /* Register/Login/Account */
  /* Minicart */ }
  @media screen and (max-width: 767px) {
    .page-header .header.content {
      padding: 0.5rem 0;
      position: relative; } }
  .page-header .header.content > * {
    float: none; }
  .page-header .header.content .nav-toggle {
    position: static; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .nav-toggle {
        min-width: 54px;
        text-align: center;
        margin-right: 1rem; }
        .page-header .header.content .nav-toggle::before {
          color: #495974;
          font-size: 2rem; } }
    @media (max-width: 400px) {
      .page-header .header.content .nav-toggle {
        margin-right: .5rem; } }
  .page-header .header.content .logo {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .logo img {
        max-width: 100px;
        min-width: 100px;
        height: auto; } }
    @media (max-width: 480px) {
      .page-header .header.content .logo img {
        max-width: 75px;
        min-width: 75px; } }
    @media (max-width: 350px) {
      .page-header .header.content .logo img {
        max-width: 65px;
        min-width: 65px; } }
  @media screen and (max-width: 767px) {
    .page-header .header.content .block-search {
      width: 100%;
      margin-top: 0; } }
  .page-header .header.content .block-search .block-content .label::before {
    color: #495974; }
    .page-header .header.content .block-search .block-content .label::before:hover {
      color: #697ea1;
      cursor: pointer;
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .block-search .block-content .label::before {
        font-size: 1.75rem;
        margin: 0; } }
    @media (max-width: 400px) {
      .page-header .header.content .block-search .block-content .label::before {
        font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .page-header .header.content .block-search .block-content .label.active + .control #search {
      position: absolute;
      left: 0;
      top: 100%;
      width: calc(100% - 4rem);
      margin: 0 2rem;
      text-align: center;
      transition: width .5s ease, left .5s ease, margin .5s ease; } }
  @media screen and (max-width: 767px) {
    .page-header .header.content .block-search .block-content .label:not(.active) + .control #search {
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      opacity: 0;
      pointer-events: none;
      margin: 0;
      border: none; } }
  .page-header .header.content .block-search .block-content .control {
    border: none; }
    .page-header .header.content .block-search .block-content .control #search {
      height: 2rem;
      border-color: #bbb; }
      @media screen and (max-width: 767px) {
        .page-header .header.content .block-search .block-content .control #search {
          box-shadow: none; } }
      .page-header .header.content .block-search .block-content .control #search::-webkit-input-placeholder {
        color: transparent; }
      .page-header .header.content .block-search .block-content .control #search:-moz-placeholder {
        color: transparent; }
      .page-header .header.content .block-search .block-content .control #search::-moz-placeholder {
        color: transparent; }
      .page-header .header.content .block-search .block-content .control #search:-ms-input-placeholder {
        color: transparent; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .block-search .block-content .control #search_autocomplete {
        top: calc(100% + 2rem);
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .page-header .header.content .compare.wrapper .link.compare {
      margin: 0 1.75rem 0 0; } }
  .page-header .header.content .compare.wrapper .link.compare .action {
    color: #495974; }
    .page-header .header.content .compare.wrapper .link.compare .action:hover {
      color: #697ea1;
      cursor: pointer;
      text-decoration: underline; }
  .page-header .header.content > .header.links {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0; }
    .page-header .header.content > .header.links > li {
      color: #495974;
      margin-bottom: 0;
      /* My account */ }
      .page-header .header.content > .header.links > li:hover {
        color: #697ea1;
        cursor: pointer;
        text-decoration: underline; }
      .page-header .header.content > .header.links > li:not(:first-child) {
        margin-left: 1rem; }
      @media screen and (max-width: 767px) {
        .page-header .header.content > .header.links > li.customer-welcome {
          position: relative;
          margin-left: 1.75rem; } }
      @media (max-width: 400px) {
        .page-header .header.content > .header.links > li.customer-welcome {
          margin-left: 1.5rem; } }
      .page-header .header.content > .header.links > li.customer-welcome .customer-name {
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .page-header .header.content > .header.links > li.customer-welcome .customer-name span {
            display: none; } }
        .page-header .header.content > .header.links > li.customer-welcome .customer-name::before {
          font-family: 'luma-icons';
          content: "\e627"; }
          @media screen and (max-width: 767px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-name::before {
              font-size: 1.9rem; }
              .page-header .header.content > .header.links > li.customer-welcome .customer-name::before:active, .page-header .header.content > .header.links > li.customer-welcome .customer-name::before:focus {
                color: #495974; } }
          @media (max-width: 400px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-name::before {
              font-size: 1.7rem; } }
        .page-header .header.content > .header.links > li.customer-welcome .customer-name.active + .customer-menu .header.links {
          visibility: visible;
          pointer-events: auto; }
          @media screen and (max-width: 767px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-name.active + .customer-menu .header.links {
              top: calc(100% + 0.5rem - 1px); } }
          @media (max-width: 480px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-name.active + .customer-menu .header.links {
              top: calc(100% + 0.5rem - 2px); } }
          @media (max-width: 400px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-name.active + .customer-menu .header.links {
              top: calc(100% + 0.5rem); } }
      .page-header .header.content > .header.links > li.customer-welcome .customer-menu {
        display: block; }
        .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links {
          visibility: hidden;
          pointer-events: none;
          min-width: 0;
          position: absolute;
          transition: top .25s ease;
          top: 50%;
          display: block; }
          @media screen and (max-width: 767px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links {
              list-style: none;
              padding: 0;
              background-color: #fff;
              right: 0;
              z-index: 1000;
              border: 1px solid #bbbbbb;
              margin-top: 4px;
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } }
          @media screen and (max-width: 767px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links::before {
              right: 10px;
              top: -12px;
              border: 6px solid;
              border-color: transparent transparent #ffffff transparent;
              z-index: 99;
              content: '';
              position: absolute; } }
          @media screen and (max-width: 767px) {
            .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links::after {
              right: 9px;
              top: -14px;
              border: 7px solid;
              border-color: transparent transparent #bbbbbb transparent;
              z-index: 98;
              content: '';
              position: absolute; } }
          .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links > li {
            white-space: nowrap; }
            @media screen and (max-width: 767px) {
              .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links > li {
                padding: 0;
                margin: 0; } }
            .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links > li > a {
              color: #495974; }
              .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links > li > a:hover {
                color: #697ea1;
                cursor: pointer;
                text-decoration: underline; }
              @media screen and (max-width: 767px) {
                .page-header .header.content > .header.links > li.customer-welcome .customer-menu .header.links > li > a {
                  line-height: 1.4;
                  display: block;
                  padding: .5rem 1.25rem; } }
      .page-header .header.content > .header.links > li.customer-welcome + .authorization-link {
        display: none !important; }
      @media screen and (max-width: 767px) {
        .page-header .header.content > .header.links > li.authorization-link {
          margin-left: 1.75rem; } }
      @media (max-width: 400px) {
        .page-header .header.content > .header.links > li.authorization-link {
          margin-left: 1.5rem; } }
      .page-header .header.content > .header.links > li.greet.welcome {
        display: none !important; }
  @media screen and (max-width: 767px) {
    .page-header .header.content .minicart-wrapper {
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      margin-top: 0; } }
  @media (max-width: 400px) {
    .page-header .header.content .minicart-wrapper {
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  .page-header .header.content .minicart-wrapper .tocart:not(.show) {
    display: none; }
  .page-header .header.content .minicart-wrapper .tocart.show ~ .showcart {
    display: none; }
  .page-header .header.content .minicart-wrapper > .action {
    display: inline-block; }
    .page-header .header.content .minicart-wrapper > .action::before {
      font-family: "luma-icons";
      content: '\e611';
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .page-header .header.content .minicart-wrapper > .action::before {
          color: #495974;
          font-size: 1.75rem; }
          .page-header .header.content .minicart-wrapper > .action::before:hover {
            color: #697ea1;
            cursor: pointer;
            text-decoration: underline; } }
      @media (max-width: 400px) {
        .page-header .header.content .minicart-wrapper > .action::before {
          font-size: 1.5rem; } }
    .page-header .header.content .minicart-wrapper > .action:hover {
      text-decoration: underline; }
    .page-header .header.content .minicart-wrapper > .action .text {
      height: auto;
      width: auto;
      position: static;
      margin: 0;
      clip: unset;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .page-header .header.content .minicart-wrapper > .action .text {
          display: none; } }
    .page-header .header.content .minicart-wrapper > .action .qty {
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      left: calc(50% + 1.75rem);
      border-radius: 50%;
      background-color: #495974; }
      @media screen and (max-width: 767px) {
        .page-header .header.content .minicart-wrapper > .action .qty {
          min-width: 1.5rem; } }
      @media (max-width: 400px) {
        .page-header .header.content .minicart-wrapper > .action .qty {
          font-size: 12px;
          min-width: 1.25rem;
          height: 1.25rem;
          line-height: 1.6;
          top: -.5rem;
          left: calc(50% + 1.5rem); } }
    @media screen and (max-width: 767px) {
      .page-header .header.content .minicart-wrapper > .action .subtotal-outside {
        display: none !important; } }
  @media screen and (max-width: 767px) {
    .page-header .header.content .minicart-wrapper .showcart::before {
      color: #495974;
      font-size: 1.75rem; }
      .page-header .header.content .minicart-wrapper .showcart::before:hover {
        color: #697ea1;
        cursor: pointer;
        text-decoration: underline; } }
  @media (max-width: 400px) {
    .page-header .header.content .minicart-wrapper .showcart::before {
      font-size: 1.5rem; } }
  .page-header .header.content .minicart-wrapper .showcart:hover {
    text-decoration: underline; }
  .page-header .header.content .minicart-wrapper .showcart .text {
    height: auto;
    width: auto;
    position: static;
    margin: 0;
    clip: unset;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .minicart-wrapper .showcart .text {
        display: none; } }
  .page-header .header.content .minicart-wrapper .showcart .qty {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: calc(50% + 1.75rem);
    border-radius: 50%;
    background-color: #495974; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .minicart-wrapper .showcart .qty {
        min-width: 1.5rem; } }
    @media (max-width: 400px) {
      .page-header .header.content .minicart-wrapper .showcart .qty {
        font-size: 12px;
        min-width: 1.25rem;
        height: 1.25rem;
        line-height: 1.6;
        top: -.5rem;
        left: calc(50% + 1.5rem); } }
  @media screen and (max-width: 767px) {
    .page-header .header.content .minicart-wrapper .showcart .subtotal-outside {
      display: none !important; } }
  .page-header .header.content .minicart-wrapper .block-minicart {
    transition: top .25s ease;
    min-width: 300px;
    max-height: 80vh;
    overflow-x: auto; }
    @media screen and (max-width: 767px) {
      .page-header .header.content .minicart-wrapper .block-minicart {
        right: -.5rem; } }
    .page-header .header.content .minicart-wrapper .block-minicart .block-content > .items-total {
      float: none; }
    .page-header .header.content .minicart-wrapper .block-minicart .block-content > .subtotal {
      margin-left: 0;
      margin-right: 0; }
    .page-header .header.content .minicart-wrapper .block-minicart .block-content > .actions {
      width: 100%; }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content > .actions .primary {
        margin: 0; }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content > .actions .action {
        color: #fff;
        background-color: #495974;
        font-size: 1rem;
        line-height: normal;
        padding: .5em 1.5em;
        display: inline-block;
        font-weight: bold;
        border: 2px solid #495974;
        display: block; }
        .page-header .header.content .minicart-wrapper .block-minicart .block-content > .actions .action:hover {
          background-color: #697ea1;
          border-color: #697ea1; }
        .page-header .header.content .minicart-wrapper .block-minicart .block-content > .actions .action:hover {
          text-decoration: none;
          color: #fff;
          cursor: pointer; }
    .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
      margin: .5rem 0;
      overflow: auto;
      height: auto !important;
      max-height: 35vh; }
      @media screen and (max-width: 767px) {
        .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
          padding-left: 0;
          padding-right: 0; } }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details > .product.options {
        font-size: calc(1rem * 0.8421052631578947);
        line-height: 1.25; }
        .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details > .product.options .options.list {
          margin-bottom: 1rem; }
          .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details > .product.options .options.list .price {
            display: none; }
      @media screen and (max-width: 767px) {
        .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty .item-qty {
          width: 45px; } }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .details-qty .update-cart-item {
        margin-top: .75rem;
        float: left; }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions {
        margin-top: -1.75rem;
        float: right; }
        .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions .action {
          color: #495974; }
          .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions .action:hover {
            color: #697ea1;
            cursor: pointer;
            text-decoration: underline; }
          .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.actions .action::before {
            color: inherit; }
    .page-header .header.content .minicart-wrapper .block-minicart .block-content .action.close {
      color: #495974;
      top: .5rem;
      right: .25rem; }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content .action.close:hover {
        color: #697ea1;
        cursor: pointer;
        text-decoration: underline; }
      .page-header .header.content .minicart-wrapper .block-minicart .block-content .action.close::before {
        font-size: 1rem; }
    .page-header .header.content .minicart-wrapper .block-minicart .block-content .subtitle {
      font-size: 1rem;
      padding: 1rem 0; }
  @media screen and (max-width: 767px) {
    .page-header .header.content .minicart-wrapper.active .block-minicart {
      top: calc(100% + 0.5rem + 6px); } }
  @media (max-width: 480px) {
    .page-header .header.content .minicart-wrapper.active .block-minicart {
      top: calc(100% + 0.5rem + 5px); } }
  .page-header .header.content .minicart-wrapper:not(.active) .block-minicart {
    top: 50%; }
@media screen and (max-width: 767px) {
  .page-header + .nav-sections {
    background-color: #cde5eb; }
    .page-header + .nav-sections .section-item-title {
      display: none; }
    .page-header + .nav-sections .section-item-content {
      margin-top: 0; }
      .page-header + .nav-sections .section-item-content .navigation li.level0 {
        padding: .25rem .5rem; }
        .page-header + .nav-sections .section-item-content .navigation li.level0:first-child {
          border-top: none; }
        .page-header + .nav-sections .section-item-content .navigation li.level0 .all-category a {
          font-weight: bold; }
        .page-header + .nav-sections .section-item-content .navigation li.level0 a.level-top[href*="nahrungsergaenzung.html"] + .submenu .level1.category-item > a {
          pointer-events: none; } }

.breadcrumbs .item:last-child > * {
  font-weight: bold; }

.messages .message {
  margin-bottom: 1.5rem; }

.modal-popup .modal-header {
  padding-top: 2rem; }
.modal-popup .modal-footer {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .modal-popup .modal-footer .action-primary {
    color: #fff;
    background-color: #495974;
    font-size: 1rem;
    line-height: normal;
    padding: .5em 1.5em;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #495974; }
    .modal-popup .modal-footer .action-primary:hover {
      background-color: #697ea1;
      border-color: #697ea1; }
    .modal-popup .modal-footer .action-primary:hover {
      text-decoration: none;
      color: #fff;
      cursor: pointer; }

.page-footer.page-footer {
  background: none !important;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .page-footer.page-footer {
      margin-top: 0; } }
  .page-footer.page-footer .footer.content {
    border: none; }
  .page-footer.page-footer .block.newsletter {
    float: none !important;
    background-color: #cde5eb;
    padding: 1rem 1rem 0;
    width: auto;
    margin-bottom: 3rem; }
    .page-footer.page-footer .block.newsletter .title {
      display: block;
      margin-bottom: 0;
      padding-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        .page-footer.page-footer .block.newsletter .title {
          text-align: center; } }
      .page-footer.page-footer .block.newsletter .title p {
        margin: 0; }
    .page-footer.page-footer .block.newsletter .content {
      flex: 1;
      padding-bottom: 1rem; }
      .page-footer.page-footer .block.newsletter .content .cr_form .cr_body {
        width: 100%; }
        .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content {
          width: 100%; }
          .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content input {
            font-size: 1rem;
            background-color: transparent; }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content input::-webkit-input-placeholder {
              color: rgba(64, 64, 64, 0.8); }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content input:-moz-placeholder {
              color: rgba(64, 64, 64, 0.8); }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content input::-moz-placeholder {
              color: rgba(64, 64, 64, 0.8); }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content input:-ms-input-placeholder {
              color: rgba(64, 64, 64, 0.8); }
            @media screen and (max-width: 767px) {
              .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content input {
                text-align: center;
                padding: 0;
                margin-right: 0; } }
          @media screen and (max-width: 767px) {
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content [rel="email"] {
              text-align: center; } }
          @media screen and (max-width: 767px) {
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information {
              text-align: center; } }
          .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .flex-container {
            display: flex; }
            @media screen and (max-width: 767px) {
              .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .flex-container {
                flex-wrap: wrap; } }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .flex-container label[for^="select"] {
              position: absolute;
              top: -999em;
              left: -999em;
              width: 0;
              height: 0;
              font-size: 0;
              line-height: 0;
              text-indent: -999em;
              overflow: hidden; }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .flex-container [rel="select"] {
              margin-top: 1rem; }
              .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .flex-container [rel="select"] select {
                background-color: transparent; }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .flex-container [rel="text"] {
              flex: 1;
              margin-top: 1rem; }
          @media screen and (max-width: 767px) {
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content #newsletter-customer-information .captcha-wrapper {
              display: inline-block;
              margin-top: .5rem; } }
          @media screen and (max-width: 767px) {
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content .submit_container {
              text-align: center;
              margin-top: 1rem; } }
          .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content .submit_container .cr_button {
            color: #495974;
            background-color: transparent;
            font-size: 1rem;
            line-height: normal;
            padding: .5em 1.5em;
            display: inline-block;
            font-weight: bold;
            border: 2px solid #495974;
            text-transform: uppercase; }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content .submit_container .cr_button:hover {
              background-color: #495974;
              border-color: #495974; }
            .page-footer.page-footer .block.newsletter .content .cr_form .cr_body .editable_content .submit_container .cr_button:hover {
              text-decoration: none;
              color: #fff;
              cursor: pointer; }
      .page-footer.page-footer .block.newsletter .content .notice {
        margin-top: .5em; }
        @media screen and (max-width: 767px) {
          .page-footer.page-footer .block.newsletter .content .notice {
            text-align: center; } }
  @media screen and (max-width: 767px) {
    .page-footer.page-footer .custom-footer {
      margin-bottom: 2rem; } }
  .page-footer.page-footer .custom-footer .links-wrapper {
    background-color: #f4f4f4; }
    .page-footer.page-footer .custom-footer .links-wrapper .links-block {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .page-footer.page-footer .custom-footer .links-wrapper .links-block {
          padding: 1rem 1rem 0; } }
      .page-footer.page-footer .custom-footer .links-wrapper .links-block .heading {
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page-footer.page-footer .custom-footer .links-wrapper .links-block .links li {
          margin: 0; } }
      .page-footer.page-footer .custom-footer .links-wrapper .links-block .links li.social-links {
        padding-top: .5rem; }
        .page-footer.page-footer .custom-footer .links-wrapper .links-block .links li.social-links a {
          margin-right: .5rem;
          display: inline-block;
          padding: 0;
          line-height: 0; }
      .page-footer.page-footer .custom-footer .links-wrapper .links-block .links a {
        font-size: 1rem;
        line-height: 1.25; }
        @media screen and (min-width: 768px) {
          .page-footer.page-footer .custom-footer .links-wrapper .links-block .links a {
            font-size: calc(1rem * 0.8421052631578947); } }
      .page-footer.page-footer .custom-footer .links-wrapper .links-block.contact {
        padding: 1rem;
        box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.4);
        background-color: #cde5eb; }
        @media screen and (max-width: 767px) {
          .page-footer.page-footer .custom-footer .links-wrapper .links-block.contact {
            margin-top: 2rem; } }
        .page-footer.page-footer .custom-footer .links-wrapper .links-block.contact .heading {
          color: #495974;
          margin-bottom: 1em;
          padding-bottom: .5em;
          border-bottom: 5px solid #495974; }
        .page-footer.page-footer .custom-footer .links-wrapper .links-block.contact .content p {
          font-size: 12px;
          margin-bottom: 0; }
        .page-footer.page-footer .custom-footer .links-wrapper .links-block.contact .content span {
          white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .page-footer.page-footer .custom-footer .links-wrapper .links-block:not(.contact) .heading {
          padding-right: 1em;
          position: relative; }
          .page-footer.page-footer .custom-footer .links-wrapper .links-block:not(.contact) .heading:hover {
            cursor: pointer; }
          .page-footer.page-footer .custom-footer .links-wrapper .links-block:not(.contact) .heading::after {
            content: "❯";
            transform: rotate(90deg);
            position: absolute;
            right: 0;
            top: 0; } }
      .page-footer.page-footer .custom-footer .links-wrapper .links-block:not(.contact) .heading.active::after {
        transform: rotate(270deg); }
  .page-footer.page-footer .custom-copyright {
    padding: .25em .5em; }

.strunz-facebook {
  padding: 1rem;
  background-color: #cde5eb; }
  @media screen and (max-width: 767px) {
    .strunz-facebook {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .strunz-facebook .text-wrapper {
      margin-bottom: 1rem;
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .strunz-facebook .text-wrapper > br {
      display: none; } }
  @media screen and (max-width: 767px) {
    .strunz-facebook .text-wrapper p {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .strunz-facebook .images-wrapper {
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .strunz-facebook .images-wrapper .image-wrapper:not(:first-child) {
      display: none; } }
  .strunz-facebook .images-wrapper .image-wrapper img {
    display: block; }

/* Reset styles which show content only on hover */
.products-grid .product-item-info {
  position: relative; }
  .products-grid .product-item-info:hover {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none; }
  .products-grid .product-item-info .label-new,
  .products-grid .product-item-info .label-seller {
    position: absolute;
    top: 1.5rem;
    color: #fff;
    z-index: 2;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center; }
  .products-grid .product-item-info .label-new {
    background: #213153; }
  .products-grid .product-item-info .label-seller.label-seller {
    background: transparent; }
  .products-grid .product-item-info .label-new + .label-seller {
    background: transparent;
    left: auto;
    right: 4rem; }
.products-grid .product-item-details.product-item-details .product-item-inner.product-item-inner {
  height: auto;
  width: auto;
  position: static;
  margin: 0;
  clip: unset;
  padding: 0;
  box-shadow: none;
  border: none;
  overflow: visible; }
  .products-grid .product-item-details.product-item-details .product-item-inner.product-item-inner:before {
    content: none !important; }
.products-grid .product-item-actions {
  margin: 0; }

/* Hide price label for conf. products */
.normal-price .price-container .price-label {
  display: none !important; }

/* Show tax & baseprice only if price is shown */
.price-details-wrapper > .price-infos-wrapper:first-child,
.product-info-price > .price-infos-wrapper:first-child {
  display: none !important; }

.block.block-products-slider .block-title.block-title,
.block.related .block-title.block-title {
  text-align: center; }
  .block.block-products-slider .block-title.block-title strong,
  .block.related .block-title.block-title strong {
    color: #495974; }

.products-grid {
  margin-top: 1rem;
  margin-bottom: 0; }
  .products-grid .owl-carousel .products {
    margin: .5rem 0; }
  .products-grid .owl-carousel .item.item {
    padding: 0 .5rem;
    text-align: center;
    width: 100%; }
    .products-grid .owl-carousel .item.item > div {
      display: inline-block;
      width: 100%; }
    .products-grid .owl-carousel .item.item .product-reviews-summary {
      margin: .25rem 0 0;
      line-height: 0; }
      .products-grid .owl-carousel .item.item .product-reviews-summary .rating-summary {
        line-height: 0; }
      .products-grid .owl-carousel .item.item .product-reviews-summary .reviews-actions {
        font-size: calc(1rem * 0.7368421052631579);
        line-height: 1.25;
        margin-top: 0; }
      .products-grid .owl-carousel .item.item .product-reviews-summary.empty .reviews-actions {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
    .products-grid .owl-carousel .item.item .product-item-name {
      margin-left: 0;
      margin-right: 0; }
      .products-grid .owl-carousel .item.item .product-item-name .product-item-link {
        color: #495974;
        font-weight: bold;
        display: block; }
        .products-grid .owl-carousel .item.item .product-item-name .product-item-link:hover {
          color: #697ea1;
          cursor: pointer;
          text-decoration: underline; }
        @media (min-width: 480px) {
          .products-grid .owl-carousel .item.item .product-item-name .product-item-link {
            min-height: calc((1rem * 1.42857143) * 2); } }
    .products-grid .owl-carousel .item.item .price-box {
      margin: 0; }
      .products-grid .owl-carousel .item.item .price-box + .price-infos-wrapper .tax-details,
      .products-grid .owl-carousel .item.item .price-box + .price-infos-wrapper .baseprice {
        font-size: calc(1rem * 0.7368421052631579);
        line-height: 1.25;
        display: block;
        padding: .125em 0 0;
        color: #404040; }
      .products-grid .owl-carousel .item.item .price-box + .price-infos-wrapper .tax-rate-old {
        text-decoration: line-through; }
      .products-grid .owl-carousel .item.item .price-box .old-price .price-label {
        display: none; }
      .products-grid .owl-carousel .item.item .price-box .old-price .price {
        font-size: calc(1rem * 0.7368421052631579);
        line-height: 1.25;
        text-decoration: line-through; }
      .products-grid .owl-carousel .item.item .price-box .price {
        font-weight: 600;
        color: #495974; }
      .products-grid .owl-carousel .item.item .price-box .old-price {
        margin-left: .25rem;
        vertical-align: super; }
    @media (min-width: 480px) {
      .products-grid .owl-carousel .item.item .tax-details {
        min-height: calc((calc(1rem * 0.7368421052631579) * 1.25) * 2 + .125em); } }
    @media (min-width: 480px) {
      .products-grid .owl-carousel .item.item .tax-details + .baseprice {
        margin-top: calc((calc(1rem * 0.7368421052631579) * 1.25) * -1 - .125em); } }
    .products-grid .owl-carousel .item.item .product-link {
      margin-top: 1rem;
      margin-bottom: 2px; }
  @media screen and (max-width: 767px) {
    .products-grid .owl-carousel .owl-nav.disabled + .owl-dots {
      margin-top: 1rem; } }

[class*="owl-item-count"] {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1404px) {
  .owl-item-max-4.owl-item-count-3 {
    max-width: 75%; } }
@media screen and (min-width: 1404px) {
  .owl-item-max-4.owl-item-count-2 {
    max-width: 50%; } }
@media (min-width: 1024px) and (max-width: 1403px) {
  .owl-item-max-4.owl-item-count-2 {
    max-width: 66.6666%; } }
@media screen and (min-width: 1404px) {
  .owl-item-max-4.owl-item-count-1 {
    max-width: 25%; } }
@media (min-width: 1024px) and (max-width: 1403px) {
  .owl-item-max-4.owl-item-count-1 {
    max-width: 33.3333%; } }
@media (max-width: 1023px) and (min-width: 481px) {
  .owl-item-max-4.owl-item-count-1 {
    max-width: 50%; } }

@media (min-width: 1024px) {
  .owl-item-max-3.owl-item-count-2 {
    max-width: 66.6666%; } }
@media (min-width: 1024px) {
  .owl-item-max-3.owl-item-count-1 {
    max-width: 33.3333%; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .owl-item-max-3.owl-item-count-1 {
    max-width: 50%; } }

.shariff ul {
  list-style: none;
  padding: 0; }
  .shariff ul .shariff-button.facebook a {
    display: inline-block; }
    .shariff ul .shariff-button.facebook a span::before {
      content: "";
      background-image: url("/pub/media/wysiwyg/fb_logo.svg");
      background-size: 2rem;
      padding: 1rem;
      display: inline-block; }

form .field-recaptcha.field-recaptcha {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

table.table_reihen {
  margin: 1rem 0;
  width: auto; }
  @media screen and (max-width: 767px) {
    table.table_reihen {
      display: block;
      overflow: auto; } }
  table.table_reihen tr th {
    font-size: calc(1rem * 0.7368421052631579);
    line-height: 1.25;
    color: #404040;
    font-weight: bold;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    border: 3px solid #fff; }
  table.table_reihen tbody tr {
    background: #f4f4f4 none repeat scroll 0 0; }
    table.table_reihen tbody tr:nth-child(2n+1) {
      background: #e7e7e7 none repeat scroll 0 0; }
  table.table_reihen tbody td {
    font-size: calc(1rem * 0.7368421052631579);
    line-height: 1.25;
    border: 3px solid #fff;
    color: #666;
    line-height: 140%;
    padding: 6px;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      table.table_reihen tbody td {
        padding: 3px; } }
