/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
/* ------------------------------ */
/* Colors */
/* generic */
/* specific */
/* links */
/* buttons */
/* collapse */
/*$collapse-color:				$black;
$collapse-color-bg:				$gray-light;
$collapse-color-title:			$white;
$collapse-color-title-bg:		$blue;
*/
/* ------------------------------ */
/* Site Variables & Globals */
/* Set min/max values for autofill items*/
/* ------------------------------ */
/* Colors */
/* generic */
/* specific */
/* links */
/* nav */
/* buttons */
/* collapse */
/* states */
/* ------------------------------ */
/* Type */
/* ------------------------------ */
/* Sizes */
/* Sections */
/* Breakpoints */
/* see mixins */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* Init & extend initialize */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #000000; }

body {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
  color: #555555;
  background-color: #ffffff;
  text-align: left; }

/* Links */
a {
  color: #274017;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #054c80;
    text-decoration: underline; }
  a:visited {
    color: #000000; }
  a:focus {
    outline: 0; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

/*

a = align
a-b = align-bottom
va = vertical-align
va-c = vertical-align center
*/
.a-b {
  -ms-flex-item-align: end;
      align-self: end;
  width: 100%; }

.a-c {
  text-align: center; }

.a-r {
  text-align: right; }

/* vertical align center */
.va-c {
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* For Browsers with no grid support*/
.va-c {
  min-height: 450px;
  position: relative; }
  .va-c .item-content,
  .va-c .intro-header--container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 75%; }

/* For Browsers with no grid support END*/
/* Resetting for modern grid browsers*/
@supports (display: grid) {
  .va-c {
    min-height: 0; }
    .va-c .item-content,
    .va-c .intro-header--container {
      position: relative;
      top: auto;
      -webkit-transform: none;
              transform: none;
      width: auto; } }

/* forms.css*/
form fieldset {
  border: 0;
  padding: 0; }

form .field {
  margin-bottom: 1rem; }

input,
textarea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
  height: 2.25em;
  line-height: 1.5;
  padding-bottom: calc(.375em - 1px);
  padding-left: calc(.625em - 1px);
  padding-right: calc(.625em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  border-color: #dddddd;
  color: #404040;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }

input[type="checkbox"] {
  -webkit-box-shadow: none;
          box-shadow: none; }

input[type="text"],
input[type="email"],
input[type="password"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  max-width: 90%;
  width: 90%; }

/* Product Request Form*/
#ProductRequestForm_ProductRequestForm h3 {
  margin-bottom: 2rem; }

#ProductRequestForm_ProductRequestForm button[type="submit"] {
  margin-bottom: 2rem; }

#ProductRequestForm_ProductRequestForm textarea {
  width: 90%;
  height: 200px; }

ul.optionset {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.optionset li input {
    vertical-align: middle;
    margin-right: 0.5rem; }

/* search */
.search {
  text-align: right; }
  .search form {
    position: relative; }
    .search form .field.text {
      margin-bottom: 0; }
    .search form input.action {
      margin: 0; }
    .search form input.btn[type="submit"],
    .search form input.text {
      font-size: 0.9rem;
      height: 1.8rem;
      line-height: 1.2; }
    .search form input.text {
      width: 100%;
      border-color: #274017; }
  .search input.btn[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(/_resources/themes/molkeshop/dist/images/interface-search.svg);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .search input.btn[type="submit"]:hover {
      color: transparent;
      background-color: #87c3cf; }

/* cart */
table.cart input {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: calc(.175em - 1px);
  padding-left: calc(.325em - 1px);
  padding-right: calc(.325em - 1px);
  padding-top: calc(.175em - 1px); }

/* campaign monitor form */
form.js-cm-form {
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    form.js-cm-form {
      width: 50%; } }
  form.js-cm-form .field {
    padding: 1rem 0; }
  form.js-cm-form .field.checkbox input {
    display: inline;
    border: 1px solid black;
    /* float: left; */
    /* display: inline-block; */ }
  form.js-cm-form .field.checkbox label {
    /* border: 1px solid black; */
    padding-left: 30px;
    /* float: left; */
    display: inline-block;
    margin-top: -40px; }

/* Grid SCSS*/
/*

w = width

*/
.w-fixed {
  margin: 0 auto 30px auto; }
  @media (min-width: 1200px) {
    .w-fixed {
      padding-left: 0rem;
      padding-right: 0rem;
      max-width: 1160px; } }

@supports (display: grid) {
  .page-container,
  .item-container {
    display: grid; }
  /* Basic Page Layout */
  .page-container {
    /* draw grid with flexible cols left and right*/
    /* See also https://cloudfour.com/thinks/breaking-out-with-css-grid-layout/*/
    grid-template-columns: [full-start] minmax(1em, 1fr) [main-start] minmax(0, 1160px) [main-end] minmax(1em, 1fr) [full-end];
    grid-gap: 0px; }
  .page-container > * {
    /* Tell Child Elements to stick to main col*/
    grid-column: main; }
  .page-container > .w-fullscreen {
    /* Tell Full Width Element to take all cols*/
    grid-column: full; }
  /* Boxes */
  /* Default is autofill */
  .item-container {
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 30px;
    grid-gap: 30px; }
    @media (min-width: 600px) {
      .item-container {
        grid-auto-rows: minmax(400px, auto); } }
  .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px; }
  .item--w-2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    @media (min-width: 900px) {
      .item--w-2 {
        grid-template-columns: repeat(2, minmax(200px, 1fr)); } }
  .item--w-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    @media (min-width: 900px) {
      .item--w-3 {
        grid-template-columns: repeat(3, minmax(200px, 1fr)); } }
  .item--w-4 {
    grid-template-columns: repeat(2, minmax(100px, 1fr)); }
    @media (min-width: 900px) {
      .item--w-4 {
        grid-template-columns: repeat(4, minmax(200px, 1fr));
        grid-gap: 30px; } }
  .item--nogap {
    grid-gap: 0; }
  .item--w-5 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    @media (min-width: 900px) {
      .item--w-5 {
        grid-template-columns: repeat(5, minmax(200px, 1fr)); } }
  .col-1-2 {
    display: grid;
    grid-template-columns: 100%; }
    @media (min-width: 900px) {
      .col-1-2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px; } }
  .col-1-3 {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0; }
    @media (min-width: 1200px) {
      .col-1-3 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); } }
  /* Dealing with single orphan */
  /*	.item--w-4 .item {
		
		&:last-child{
	    	grid-column: 2 / -2;
	    	justify-self: center;
		}
	}
*/
  /* Headline Classes */
  .inline-head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    grid-column: 1 / -1; }
  /* specific classes */
  .solution .w-fixed {
    display: grid;
    grid-template-columns: 100%; }
    @media (min-width: 900px) {
      .solution .w-fixed {
        grid-template-columns: 65% 30%;
        -webkit-column-gap: 10%;
           -moz-column-gap: 10%;
                column-gap: 10%; } }
  .items--h-auto {
    grid-auto-rows: auto !important; } }

footer {
  grid-column: span 12; }

@media (min-width: 1200px) {
  .page-container {
    margin: 0 auto; }
  .footer {
    grid-column: 1 / -1;
    /* needed for the floated layout */
    clear: both; } }

/* For Browsers with no grid support*/
.clearfix::after,
.main::after,
.item-container::after {
  display: block;
  clear: both;
  content: ""; }

section {
  max-width: 1160px;
  margin: 0 auto; }

.item {
  float: left;
  width: 400px;
  min-height: 250px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 2rem; }

.item--w-2 .item {
  width: 47%; }

.item--w-3 .item {
  width: 30.3333333%; }

.item--w-4 .item {
  width: 22%; }

.w-fullscreen {
  width: 100%;
  max-width: none; }

.solution::after {
  display: block;
  clear: both;
  content: ""; }

@media (min-width: 900px) {
  .solution .w-fixed div, .solution .w-fixed aside {
    float: left; }
  .solution .w-fixed div {
    width: 65%; }
  .solution .w-fixed aside {
    width: 30%; } }

/* For Browsers with no grid support END*/
/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */
@supports (display: grid) {
  .page-container > *,
  .item-container .item,
  .item--w-2 .item,
  .item--w-3 .item,
  .item--w-4 .item {
    width: auto;
    margin: 0;
    max-width: none;
    background-color: none; }
  .solution .w-fixed div,
  .solution .w-fixed aside {
    float: none;
    width: auto; }
  .page-container .main {
    background-color: none; }
  .clearfix:after,
  .main:after,
  .item-container:after {
    display: none; } }

/* Images SCSS*/
/*

f = font-size
t = text-align
*/
figure {
  margin: 0; }

article img {
  max-width: 100%;
  height: auto; }

/* ------------------------------ */
/* Site Variables & Globals */
/* Set min/max values for autofill items*/
/* ------------------------------ */
/* Colors */
/* generic */
/* specific */
/* links */
/* nav */
/* buttons */
/* collapse */
/* states */
/* ------------------------------ */
/* Type */
/* ------------------------------ */
/* Sizes */
/* Sections */
/* Breakpoints */
/* see mixins */
/* images */
/* editor images */
img.ss-htmleditorfield-file {
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem; }

div.captionImage {
  width: auto !important; }

img.ss-htmleditorfield-file.leftAlone {
  float: left;
  margin: 0 2rem 2rem 0; }

img.ss-htmleditorfield-file.left,
.captionImage.left {
  float: left;
  margin: 0 2rem 2rem 0; }

img.ss-htmleditorfield-file.right,
.captionImage.right {
  float: right;
  margin: 0 0 2rem 2rem; }

.captionImage img.ss-htmleditorfield-file {
  float: none;
  margin: 0; }

figcaption, .caption {
  font-size: 0.9rem;
  color: #555555;
  margin-top: 4px; }

@font-face {
  font-family: "pp-font";
  src: url(/_resources/themes/molkeshop/dist/fonts/pp-font.eot);
  src: url(/_resources/themes/molkeshop/dist/fonts/pp-font.eot) format("embedded-opentype"), url(/_resources/themes/molkeshop/dist/fonts/pp-font.woff) format("woff"), url(/_resources/themes/molkeshop/dist/fonts/pp-font.ttf) format("truetype"), url(/_resources/themes/molkeshop/dist/images/pp-font.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pp-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-github-alt:before {
  content: "a"; }

/* Type SCSS*/
/* comfortaa-regular - latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(/_resources/themes/molkeshop/dist/fonts/comfortaa-v40-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/_resources/themes/molkeshop/dist/fonts/comfortaa-v40-latin-regular.eot) format("embedded-opentype"), url(/_resources/themes/molkeshop/dist/fonts/comfortaa-v40-latin-regular.woff2) format("woff2"), url(/_resources/themes/molkeshop/dist/fonts/comfortaa-v40-latin-regular.woff) format("woff"), url(/_resources/themes/molkeshop/dist/fonts/comfortaa-v40-latin-regular.ttf) format("truetype"), url(/_resources/themes/molkeshop/dist/images/comfortaa-v40-latin-regular.svg) format("svg");
  /* Legacy iOS */ }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-regular.eot) format("embedded-opentype"), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-regular.woff2) format("woff2"), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-regular.woff) format("woff"), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-regular.ttf) format("truetype"), url(/_resources/themes/molkeshop/dist/images/lato-v23-latin-regular.svg) format("svg");
  /* Legacy iOS */ }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-700.eot) format("embedded-opentype"), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-700.woff2) format("woff2"), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-700.woff) format("woff"), url(/_resources/themes/molkeshop/dist/fonts/lato-v23-latin-700.ttf) format("truetype"), url(/_resources/themes/molkeshop/dist/images/lato-v23-latin-700.svg) format("svg");
  /* Legacy iOS */ }

body {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3; }
  @media (min-width: 600px) {
    body {
      font-size: 1.1rem; } }
  @media (min-width: 1200px) {
    body {
      font-size: 1.1rem; } }

h1, h2, h3, h4, h5, h6 {
  color: #f70808;
  font-family: "Comfortaa", cursive;
  font-weight: 400; }

h1, .f1 {
  font-size: 2rem; }

h2, .f2 {
  font-size: 1.6rem; }

h3, .f3 {
  font-size: 1.25rem; }

h4, .f4 {
  font-size: 1.25rem; }

h5, .f5 {
  font-size: 1rem; }

h6, .f6 {
  font-size: .875rem; }

@media (min-width: 1200px) {
  h1, .f1 {
    font-size: 2.5rem;
    margin: 2rem 0 1.5rem 0; }
  h2, .f2 {
    font-size: 2rem;
    margin: 2rem 0 0.5rem 0; }
  h3, .f3 {
    font-size: 1.25rem;
    margin: 1.5rem 0 0rem 0; }
  h4, .f4 {
    font-size: 1.25rem; }
  h5, .f5 {
    font-size: 1rem; }
  h6, .f6 {
    font-size: .875rem; } }

.bg-dark,
.bg-darken,
.bg-blue {
  color: #ffffff; }
  .bg-dark .btn,
  .bg-darken .btn,
  .bg-blue .btn {
    color: #ffffff;
    border-color: #ffffff; }

h1, h2, h3 {
  line-height: 1.2; }

.product-detail h1 {
  font-size: 2.5rem;
  margin: 0.5rem 0 1.5rem 0; }

.brand h3 {
  display: none; }
  @media (min-width: 600px) {
    .brand h3 {
      color: #274017;
      font-size: 1.875rem;
      display: block; } }

.solution h2.inline-head {
  justify-self: left; }

time, small {
  font-size: 0.9rem; }

hr {
  color: #f5f5f5;
  background-color: #f5f5f5;
  height: 5px;
  border: 0;
  margin-top: 2rem;
  margin-bottom: 2rem; }

hr.hr-lg {
  margin-top: 4rem;
  margin-bottom: 4rem; }

ul.biglist li {
  padding-bottom: 0.8rem; }

aside h3,
.item--block h3 {
  font-size: 1.25rem; }

.textcols-2 ul {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem; }
  .textcols-2 ul li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }

/* Footer */
footer a {
  text-decoration: none;
  font-size: 0.765rem; }
  @media (min-width: 600px) {
    footer a {
      font-size: 0.9rem; } }

/* Stacked list*/
ul.li-h {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.li-h li {
    display: inline; }
    ul.li-h li a {
      padding: 0 0.5rem; }
    ul.li-h li a:first-child {
      padding-left: 0; }

/* unstyled list*/
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }

/* For Browsers with no grid support*/
.inline-head {
  margin-left: 1.5%;
  margin-bottom: 2rem; }

/*.inline-head:after{
  content: ' ';
  display: block;
}*/
/* For Browsers with no grid support END*/
/* Resetting for modern grid browsers*/
@supports (display: grid) {
  .inline-head {
    margin-left: 0; } }

/* Navigation */
/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: .15em 15px; }

.nav-primary {
  position: absolute;
  left: -500px;
  width: 500px;
  top: 0;
  height: 100vh;
  overflow: auto;
  -webkit-transition: left 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: left 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  transition: left 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 999; }
  @media (min-width: 600px) {
    .nav-primary {
      position: relative;
      left: auto;
      top: auto;
      height: auto;
      width: auto;
      overflow: visible;
      background-color: #274017; } }
  .nav-primary ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    /* Hide shadow w/ -8px while 'closed' */
    -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
    width: 200px;
    background: #272727; }
    @media (min-width: 600px) {
      .nav-primary ul {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        min-height: none;
        width: auto;
        background: none; } }
  .nav-primary li {
    display: block; }
    @media (min-width: 600px) {
      .nav-primary li {
        display: inline-block; } }
  .nav-primary a {
    padding: 1rem;
    padding-left: 2rem;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    display: block;
    font-size: 0.9rem;
    font-family: "Comfortaa", cursive;
    letter-spacing: 0.8px; }
    @media (min-width: 600px) {
      .nav-primary a {
        padding: 0.7em;
        background-color: transparent;
        border: 0;
        /* Remove borders from off-canvas styling */ } }
    @media (min-width: 1200px) {
      .nav-primary a {
        font-size: 0.9rem; } }
  .nav-primary li:hover a,
  .nav-primary li.current a {
    color: #87c3cf; }
    @media (min-width: 600px) {
      .nav-primary li:hover a,
      .nav-primary li.current a {
        color: #ffffff;
        background-color: #87c3cf; } }

.nav-primary ul li ul {
  margin: 0;
  background-color: #076fbb;
  padding: 1rem; }
  .nav-primary ul li ul li {
    margin: 0; }
  @media (min-width: 600px) {
    .nav-primary ul li ul {
      position: absolute;
      visibility: hidden;
      width: inherit;
      list-style-type: none;
      opacity: 0; } }
  .nav-primary ul li ul li a {
    color: #ffffff !important;
    padding: 0.5rem 0; }
  .nav-primary ul li ul li:hover a,
  .nav-primary ul li ul li.current:hover a {
    color: #ffffff;
    -webkit-box-shadow: inset 0 -5px 0 #ffffff;
            box-shadow: inset 0 -5px 0 #ffffff; }

@media (min-width: 600px) {
  nav ul li:hover > ul,
  nav ul li ul:hover {
    visibility: visible;
    opacity: 1; } }

.nav-primary ul li ul li {
  display: block; }

.nav-primary .menu-close {
  display: block;
  width: 100%;
  background-color: #000000;
  padding: 2rem; }
  .nav-primary .menu-close svg path {
    fill: #ffffff; }

.menu-global {
  display: block; }
  .menu-global ul {
    list-style-type: none; }
    .menu-global ul li a {
      padding: 0.2rem;
      font-size: 0.9rem;
      text-decoration: none;
      color: #555555; }
      .menu-global ul li a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #076fbb;
        min-width: 100%; }
        @media (min-width: 600px) {
          .menu-global ul li a:hover {
            min-width: 0; } }
  .menu-global .search-cart {
    /*     display: grid;
    grid-template-rows: 50% 50%;
    justify-self: end; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu-global .search-cart a.icon-cart {
      margin-left: auto; }
    @media (min-width: 600px) {
      .menu-global .search-cart {
        /*       grid-template-columns: 70% 30%;
      margin-top: auto;
      margin-bottom: auto; */ } }
  @media (min-width: 600px) {
    .menu-global ul {
      margin: 0;
      padding: 0; }
      .menu-global ul li {
        display: inline-block; }
        .menu-global ul li a {
          padding: 0.5rem;
          display: inline-block; } }

.menu-global.isnotshop .search-cart {
  display: block; }

.nav-primary[aria-expanded="true"] {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  height: 100vh;
  width: 100% !important;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  cursor: default; }

@supports (position: fixed) {
  .nav-primary:target + .backdrop,
  .nav-primary[aria-expanded="true"] + .backdrop {
    position: fixed; } }

@media (min-width: 600px) {
  .menu-toggle,
  .nav-primary .menu-close {
    display: none; } }

.nav-primary .menu-site,
.nav-primary .search {
  display: table-cell;
  vertical-align: middle; }

.nav-primary .search {
  text-align: right;
  width: 20%; }

@supports (display: grid) {
  .nav-primary .menu-site,
  .nav-primary .menu-global ul,
  .nav-primary .search {
    width: auto;
    margin: 0;
    float: none; }
  .nav-primary {
    display: grid; }
    .nav-primary .menu-site,
    .nav-primary .search {
      width: auto;
      display: block;
      min-height: initial; } }

.nav-primary li:hover a,
.nav-primary li.current a {
  color: #6fb842; }
  @media (min-width: 600px) {
    .nav-primary li:hover a,
    .nav-primary li.current a {
      color: #ffffff;
      background-color: #6fb842; } }

.menu-global ul li a:hover {
  background-color: #6fb842; }

/* Buttons */
/* .action etc. are Silverstripe Classes */
button,
.btn,
input[type="submit"].action {
  color: #ffffff;
  background-color: #274017;
  border: 0px;
  padding-bottom: calc(.375em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.375em - 1px);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  margin: 1rem 0;
  text-decoration: none; }
  button:visited,
  .btn:visited,
  input[type="submit"].action:visited {
    color: #ffffff; }
  button:hover, button.hover,
  .btn:hover,
  .btn.hover,
  input[type="submit"].action:hover,
  input[type="submit"].action.hover {
    color: #ffffff;
    background-color: #a3d284; }
  button:focus, button.focus,
  .btn:focus,
  .btn.focus,
  input[type="submit"].action:focus,
  input[type="submit"].action.focus {
    outline: 0;
    color: #ffffff;
    background-color: #000000; }
  button:not(:disabled):not(.disabled),
  .btn:not(:disabled):not(.disabled),
  input[type="submit"].action:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.btn-sm,
.btn.btn-sm,
input[type="submit"].action.btn-sm {
  margin: 0.5rem 0;
  font-size: 0.9rem; }

button.btn-lg,
.btn.btn-lg,
input[type="submit"].action.btn-lg {
  font-size: 1.25rem; }

button.btn-primary,
.btn.btn-primary,
input[type="submit"].action.btn-primary {
  color: #ffffff;
  background-color: #274017; }

button.btn-secondary,
.btn.btn-secondary,
input[type="submit"].action.btn-secondary {
  color: #ffffff;
  background-color: #f70808; }

.btn-row .btn {
  margin-right: 1rem; }

.bg-dark .btn {
  color: #ffffff;
  border: #ffffff 2px solid; }
  .bg-dark .btn:hover, .bg-dark .btn.hover {
    color: #000000;
    border: #000000 2px solid; }

.checkout-btn:hover, .checkout-btn.hover {
  text-decoration: none; }

/* Icons */
.icon {
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent; }
  .icon:hover {
    color: transparent; }

.itemcount {
  position: absolute;
  color: #ffffff;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 0.585rem;
  background-color: #f70808;
  border-radius: 50%;
  display: inline-block;
  padding: 0.2em;
  line-height: 1.6;
  left: 16px;
  top: -2px; }

.icon--lg {
  width: 3rem;
  height: 3rem; }

footer.page-footer svg {
  fill: #ffffff;
  width: 28px; }

footer.page-footer .sm-icons a:hover {
  text-decoration: none; }
  footer.page-footer .sm-icons a:hover svg {
    fill: #59B097; }

/* Blocks */
.item-container.item-container--block {
  grid-template-rows: auto; }

/* Gallery, Image Grid */
.item-container.item-container--tile {
  grid-gap: 0;
  grid-template-rows: 400px 400px;
  grid-auto-flow: row; }

.item-container.item-container--teasertile {
  grid-template-rows: 60vh;
  grid-auto-flow: row; }

.item-tile--image,
.item-tile--teaser {
  display: block;
  overflow: hidden;
  position: relative; }
  .item-tile--image img,
  .item-tile--teaser img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .item-tile--image .item-tile-content,
  .item-tile--teaser .item-tile-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: grid;
    -ms-flex-line-pack: end;
        align-content: end;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.item-tile--image .item-tile-content {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .item-tile--image .item-tile-content h2 {
    font-family: Georgia;
    margin-top: 0;
    font-size: 1.75rem;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .item-tile--image .item-tile-content h3 {
    font-family: "Lato", "Helvetica Neue", sans-serif;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    text-transform: uppercase; }

.item-tile--image:hover .item-tile-content {
  background-color: rgba(0, 0, 0, 0.4); }
  .item-tile--image:hover .item-tile-content h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.item-tile--teaser .item-tile-content h3 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  margin-bottom: 0rem;
  font-size: 1.25rem; }

.item-tile--teaser .item-tile-content h3, .item-tile--teaser .item-tile-content p {
  color: #ffffff; }

.item-tile--lg {
  grid-row: 1 / 3; }

.item--w-2.items--checked {
  grid-gap: 80px; }

.aclassfornothing {
  border: 1px solid red; }

.items--checked .item--checked--img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px; }
  @media (min-width: 600px) {
    .items--checked .item--checked--img {
      height: 300px; } }
  @media (min-width: 1200px) {
    .items--checked .item--checked--img {
      height: 400px; } }
  @media (min-width: 1800px) {
    .items--checked .item--checked--img {
      height: 600px; } }
  .items--checked .item--checked--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.items--checked .item--checked--txt {
  padding: 2rem; }
  .items--checked .item--checked--txt h2 {
    margin-top: 0rem; }

.items--checked--fix-w-txt .item--checked--txt {
  padding: 0 1rem; }
  @media (min-width: 600px) {
    .items--checked--fix-w-txt .item--checked--txt {
      padding: 0;
      width: calc(100% - 80px/2); } }
  @media (min-width: 900px) {
    .items--checked--fix-w-txt .item--checked--txt {
      padding: 0;
      width: calc(100% - 80px/2); } }
  @media (min-width: 1200px) {
    .items--checked--fix-w-txt .item--checked--txt {
      padding: 0;
      width: calc(1160px/2 - 80px/2); } }

.items--checked--fix-w-txt.even .item--checked--txt {
  justify-self: end; }

@media (min-width: 600px) {
  .items--checked.img-right .item--checked--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .items--checked.img-right .item--checked--txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

/* Icon Blocks */
.item-container.item-container--icons {
  grid-gap: 3rem;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-auto-flow: row; }
  .item-container.item-container--icons a.item {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #000000; }
    .item-container.item-container--icons a.item img, .item-container.item-container--icons a.item svg {
      width: 86px;
      height: auto; }
    .item-container.item-container--icons a.item h3 {
      font-size: 1.1rem;
      color: #076fbb;
      margin-bottom: 0.5rem; }
    .item-container.item-container--icons a.item p {
      margin-top: 0;
      font-size: 0.9rem;
      color: #404040;
      line-height: 1.3; }
    .item-container.item-container--icons a.item:hover h3 {
      color: #000000; }

/* MSG, Alerts, Notifications */
.msg,
.message {
  background-color: #274017;
  border-radius: 4px;
  padding: 3rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff; }
  .msg a,
  .message a {
    color: #ffffff; }
  .msg p,
  .message p {
    margin: 0; }

.msg-warning,
.warning {
  background-color: #e5a032;
  color: #000000; }

.msg-danger,
.danger {
  background-color: #f70808; }

/*.product-detail .message {
	margin-bottom: $spacer;
}*/
/* Product List */
.product-list .item-container {
  grid-gap: 15px; }
  @media (min-width: 900px) {
    .product-list .item-container {
      grid-gap: 30px; } }

.product-list .item {
  text-align: center;
  border: 1px solid #274017;
  padding: 1rem; }
  @media (min-width: 900px) {
    .product-list .item {
      padding: 2rem; } }
  .product-list .item a.img-link {
    display: inline-block;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.product-list .item h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.product-list .item .btn {
  font-size: 0.9rem; }
  @media (min-width: 900px) {
    .product-list .item .btn {
      font-size: 1.1rem; } }

.product-list .item a {
  text-decoration: none; }

.product-list .item img {
  width: 80%;
  height: auto;
  max-width: 100%; }

.product-list .noimage {
  opacity: 0.2;
  width: 50%;
  height: 260px; }
  .product-list .noimage img {
    height: 260px;
    width: 100%; }

.product-list .price {
  font-size: 1.1rem;
  color: #f70808; }
  .product-list .price .tax {
    display: block;
    color: #555555;
    font-size: 0.72rem; }

/* Product Detail */
.product-detail {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0; }
  @media (min-width: 900px) {
    .product-detail {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-gap: 80px; } }
  .product-detail h1 {
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 1.1; }
  .product-detail .price {
    font-size: 2.5rem;
    color: #f70808; }
    .product-detail .price strong {
      font-weight: 400; }
    .product-detail .price .tax {
      display: block;
      color: #555555;
      font-size: 0.72rem; }
  @media (min-width: 900px) {
    .product-detail .product-basics {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 2; } }
  .product-detail .product-basics p .msg-good,
  .product-detail .product-basics p .good {
    color: #ffffff; }
  .product-detail .product-basics .msg,
  .product-detail .product-basics .message {
    padding: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    grid-column: 1 / -1;
    margin: 0 0 2rem 0;
    text-align: center; }
  .product-detail .product-content {
    margin-top: 2rem; }
  .product-detail .product-buy-process {
    margin-top: auto; }
    .product-detail .product-buy-process form {
      display: table;
      width: 100%; }
      .product-detail .product-buy-process form p.message {
        display: table-caption;
        margin-bottom: 1rem; }
      .product-detail .product-buy-process form fieldset {
        display: table;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%; }
        .product-detail .product-buy-process form fieldset .dropdown {
          display: table-cell;
          vertical-align: middle; }
          .product-detail .product-buy-process form fieldset .dropdown select {
            border: 1px solid #dddddd;
            padding: 0.5rem;
            margin: 0 0.5rem;
            display: table-cell; }
          .product-detail .product-buy-process form fieldset .dropdown label {
            margin-top: auto;
            margin-bottom: auto; }
          .product-detail .product-buy-process form fieldset .dropdown .middleColumn {
            float: right; }
            .product-detail .product-buy-process form fieldset .dropdown .middleColumn select {
              font-size: 0.9rem; }
      .product-detail .product-buy-process form .btn-toolbar {
        display: table-cell;
        vertical-align: top; }
        .product-detail .product-buy-process form .btn-toolbar input {
          margin: 0; }
  .product-detail .variation-prices {
    margin-bottom: 2rem; }
    .product-detail .variation-prices li span {
      width: 70px;
      display: inline-block; }

.product-img img {
  max-width: 100%; }

a.product-img--sm--link {
  text-decoration: none; }

img.product-img--sm {
  width: 120px;
  height: auto; }

/* Drawer */
.drawer {
  padding: 2rem;
  background-color: #f5f5f5;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  max-width: 90%;
  z-index: 1500;
  color: #333;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  width: 30rem;
  right: calc(-30rem - 3rem); }
  .drawer h3 {
    font-size: 1.25rem; }

.drawer.drawer-open-right {
  opacity: 1;
  -webkit-transform: translateX(-30rem);
          transform: translateX(-30rem); }

/* Teaser Element */
/*
.teaser-list {
    //COLOR DEFINITION
    //ToDo Farbschema wenn kein Bild gesetzt ist oder wenn kein Title angezeigt werden soll

    div:nth-child(1){
        border: 1px solid $blue-dark;
        div:nth-child(2){
            background-color: $blue-dark;
            border: none;
        }
    }

    div:nth-child(2){
        border: 1px solid $blue-mid;
        div:nth-child(2){
            background-color: $blue-mid;
            border: none;
        }
    }

    div:nth-child(3){
        border: 1px solid $blue-light;
        div:nth-child(2){
            background-color: $blue-light;
            border: none;
        }
    }

    div:nth-child(4){
        border: 1px solid $gray-dark;
        div:nth-child(2){
            background-color: $gray-dark;
            border: none;
        }
    }
}
*/
/* GENEREL TEASER LIST */
.gap .teaser-list .item-container {
  grid-gap: 0; }

.teaser-list .item .product-img {
  border-top: 1px solid #274017;
  border-left: 1px solid #274017;
  border-right: 1px solid #274017; }

.teaser-list .item .teaser-desc {
  padding: 1.33333rem;
  color: #ffffff; }
  .teaser-list .item .teaser-desc h3 {
    margin-top: 0; }
  .teaser-list .item .teaser-desc h3, .teaser-list .item .teaser-desc p, .teaser-list .item .teaser-desc a {
    color: #ffffff; }
  .teaser-list .item .teaser-desc h3 a {
    text-decoration: none; }
  .teaser-list .item .teaser-desc p, .teaser-list .item .teaser-desc a.btn {
    font-size: 0.9rem; }

.teaser-list .item-product {
  text-align: center;
  border: 1px solid #274017;
  padding: 1rem; }
  @media (min-width: 900px) {
    .teaser-list .item-product {
      padding: 2rem; } }
  .teaser-list .item-product img {
    width: 80%;
    height: auto;
    max-width: 100%; }
  .teaser-list .item-product h3 a {
    text-decoration: none; }
  .teaser-list .item-product .price {
    font-size: 1.1rem;
    color: #f70808; }
    .teaser-list .item-product .price .tax {
      display: block;
      color: #555555;
      font-size: 0.72rem; }

.teaser-list .item-teaser:nth-child(1) {
  background-color: #076fbb; }

.teaser-list .item-teaser:nth-child(2) {
  background-color: #4da6b8; }

.teaser-list .item-teaser:nth-child(3) {
  background-color: #87c3cf; }

.teaser-list .item-teaser:nth-child(4) {
  background-color: #52616f; }

/* Sidecard */
.sidecart h2 {
  font-family: "Comfortaa", cursive;
  margin-top: auto;
  margin-bottom: auto; }

.sidecart h3 {
  font-family: "Comfortaa", cursive;
  letter-spacing: 0;
  margin-top: 0; }
  .sidecart h3 a {
    text-decoration: none; }

.sidecart p {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.sidecart .sidecart-header {
  display: grid;
  grid-template-columns: 15% auto; }
  @media (max-width: 568px) {
    .sidecart .sidecart-header {
      grid-template-columns: 25% auto; } }
  @media (max-width: 599px) {
    .sidecart .sidecart-header {
      grid-template-columns: 20% auto; } }
  .sidecart .sidecart-header .close-drawer {
    border: none;
    padding: 1rem;
    margin: auto;
    margin-left: 0;
    background-color: transparent; }

.sidecart .remove {
  position: relative !important;
  right: 0;
  margin-left: auto; }
  .sidecart .remove svg {
    width: 20px; }
    .sidecart .remove svg path {
      fill: #59B097;
      stroke: #59B097; }

.sidecart .sidecart-list .sidecart-item {
  display: grid;
  grid-template-columns: 25% auto 15% 5%;
  grid-gap: 20px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem; }
  .sidecart .sidecart-list .sidecart-item p {
    padding: 0;
    margin: 0; }

.sidecart .checkout a {
  margin-right: 2rem; }

/* Shopping Cart */
table.cart,
table.ordercontent {
  width: 100%; }
  table.cart td.right,
  table.cart th.right,
  table.ordercontent td.right,
  table.ordercontent th.right {
    text-align: right;
    padding-right: 0.3rem;
    white-space: nowrap; }
  table.cart td.center,
  table.cart th.center,
  table.ordercontent td.center,
  table.ordercontent th.center {
    text-align: center; }
  table.cart thead tr,
  table.ordercontent thead tr {
    background-color: #ffffff;
    border-bottom: 2px solid #dddddd; }
  table.cart thead th,
  table.ordercontent thead th {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.2px;
    padding: 0.4rem; }
  table.cart tr,
  table.ordercontent tr {
    padding: 0; }
    table.cart tr td,
    table.ordercontent tr td {
      padding: 0.3rem 0; }
      @media (max-width: 568px) {
        table.cart tr td,
        table.ordercontent tr td {
          font-size: 0.8rem; } }
  table.cart h3,
  table.ordercontent h3 {
    margin: 0;
    line-height: 1; }
    table.cart h3 a,
    table.ordercontent h3 a {
      text-decoration: none;
      font-size: 1rem; }
  table.cart .product-img,
  table.ordercontent .product-img {
    margin-right: 0.5rem; }
    @media (max-width: 568px) {
      table.cart .product-img,
      table.ordercontent .product-img {
        display: none; } }
  table.cart .noimage,
  table.ordercontent .noimage {
    margin: 1rem;
    text-align: center; }
    @media (max-width: 568px) {
      table.cart .noimage,
      table.ordercontent .noimage {
        display: none; } }
  table.cart tbody input,
  table.ordercontent tbody input {
    width: 25%;
    text-align: center; }
    @media (max-width: 568px) {
      table.cart tbody input,
      table.ordercontent tbody input {
        width: 50%; } }
  table.cart tr.subtotal,
  table.ordercontent tr.subtotal {
    border-top: 2px solid #dddddd; }

table.ordercontent-shipping {
  width: 70%; }
  @media (min-width: 900px) {
    table.ordercontent-shipping {
      width: 50%; } }

/* small cart preview in checkout */
.cart-preview table td, .cart-preview table th, .cart-preview table td h3 a {
  font-size: 0.9rem;
  line-height: 1; }

.cart-preview table .product-img {
  width: 60px; }
  .cart-preview table .product-img img {
    width: 100%;
    height: auto; }

/*table.subtotal-part {

    width: 50%;
    margin-right: 0;
    margin-left: auto;

    .subtotal {
        background-color: $gray-mid;
    }



    td:nth-of-type(1) {
        text-align: right;
        padding-left: 1rem;
    }

    td:nth-of-type(2) {
        width: 20%;
    }

    @include for-smallphone-only{
        margin-top: 1rem;
        width: 100%;
        font-size: 1rem;
    }

}*/
.cartfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cartfooter .checkoutlink {
    margin-left: auto; }

/*.shopping-cart {
    table.cart {
        h3 {
            a {
                font-size: 1.2rem;

                @include for-smallphone-only{
                    font-size: 1rem;
                }
            }
        }

        thead {
            th {
                font-size: 1rem;

                @include for-smallphone-only{
                    font-size: 0.8rem;
                }
            }
        }
    }
}
*/
.checkout form fieldset .description {
  font-size: 0.9rem;
  color: #6f6f6f; }

.checkout form fieldset .field {
  margin-top: 2rem; }

.checkout form fieldset .field:first-child {
  margin-top: 0rem; }

.checkout form fieldset .checkbox {
  vertical-align: middle; }

.checkout form fieldset .textarea {
  width: 95%;
  height: 25%; }

.helpertext {
  font-size: 0.72rem;
  margin-bottom: 2rem; }

.checkout-steps {
  /*	}
	li:after {
		content:"";

		background-repeat:no-repeat;
		//background-image: url("../../images/interface-right-gray.svg");
		background-size: 90%;
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: middle;

	  	@include  for-tablet-landscape-up {
			background-size: 70%;

			width: 30px;
			height: 23px;
	  	}
	}*/ }
  .checkout-steps ol {
    list-style: none;
    counter-reset: shop-steps;
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 0 0 0.5rem 0; }
    @media (min-width: 900px) {
      .checkout-steps ol {
        margin-top: 2rem; } }
  .checkout-steps li {
    display: inline;
    font-weight: 100;
    margin-right: 0.5rem;
    font-size: 0.54rem;
    color: #59B097;
    white-space: nowrap; }
    .checkout-steps li a {
      text-decoration: none; }
    @media (min-width: 900px) {
      .checkout-steps li {
        margin-right: 0.8rem;
        font-size: 0.9rem; } }
  .checkout-steps ol li::before {
    counter-increment: shop-steps;
    display: inline-block;
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #6fb842;
    color: #6fb842;
    vertical-align: middle;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 0.3rem;
    font-size: 0.7rem;
    line-height: 1rem; }
    .checkout-steps ol li::before a {
      text-decoration: none; }
    @media (min-width: 900px) {
      .checkout-steps ol li::before {
        width: 35px;
        height: 35px;
        font-size: 1.4rem;
        line-height: 2.1rem; } }
  .checkout-steps ol li::before {
    content: counter(shop-steps); }
  .checkout-steps ol li.active {
    color: #000000; }
  .checkout-steps ol li.active::before {
    background-color: #6fb842;
    border: 1px solid #6fb842;
    color: #ffffff; }
  .checkout-steps ol li.future-step::before {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #dddddd; }
  .checkout-steps ol li.future-step {
    color: #cccccc; }
  .checkout-steps li:last-child:after {
    background-image: none; }

/* GENEREL TEASER LIST */
.gap .teaser-list .item-container {
  grid-gap: 0; }

.teaser-list .item:first-child .product-img {
  border-left: 1px solid #274017; }

.teaser-list .item .product-img {
  border-top: 1px solid #274017;
  border-left: 0px solid #274017;
  border-right: 1px solid #274017; }

.teaser-list .item .btn {
  font-size: 0.9rem; }
  @media (min-width: 900px) {
    .teaser-list .item .btn {
      font-size: 1.1rem; } }

.teaser-list .item-teaser:nth-child(1) {
  background-color: #274017; }

.teaser-list .item-teaser:nth-child(2) {
  background-color: #6fb842; }

.teaser-list .item-teaser:nth-child(3) {
  background-color: #a3d284; }

.teaser-list .item-teaser:nth-child(4) {
  background-color: #52616f; }

/* Header */
.menu-global {
  background-color: #dddddd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px; }
  @media (min-width: 600px) {
    .menu-global {
      display: grid;
      grid-template-columns: 75% 25%; } }
  .menu-global ul {
    margin: 0;
    padding: 0; }
    .menu-global ul li {
      display: none; }
      @media (min-width: 600px) {
        .menu-global ul li {
          display: inline; } }
    .menu-global ul li.account-link {
      display: inline; }

.menu-global.isnotshop {
  background-color: #dddddd;
  display: block; }
  .menu-global.isnotshop .search-cart {
    width: 25%;
    float: right; }

header.site-header .brand {
  display: grid;
  grid-template-columns: auto 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0; }
  header.site-header .brand h3 {
    display: none; }
  @media (min-width: 600px) {
    header.site-header .brand {
      grid-template-columns: 380px auto; }
      header.site-header .brand h3 {
        display: auto; } }
  header.site-header .brand .logo {
    width: 250px;
    display: inline-block;
    padding-right: 2rem; }
    @media (max-width: 568px) {
      header.site-header .brand .logo {
        width: 220px; } }
    @media (min-width: 600px) {
      header.site-header .brand .logo {
        width: 350px; } }
  header.site-header .brand .logo img {
    width: 100%;
    height: auto; }

header.site-header .brand.has-quick-contact {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  @media (min-width: 600px) {
    header.site-header .brand.has-quick-contact {
      grid-template-columns: 380px auto 200px; } }
  header.site-header .brand.has-quick-contact h3 {
    margin-top: 0; }

header .quick-contact h4, header .quick-contact p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.9rem; }

header .quick-contact h4 {
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold; }

header .quick-contact p a {
  color: #555555; }
  header .quick-contact p a:hover {
    color: #f70808; }

header.site-header {
  margin-bottom: 2rem;
  /*	display: grid;
	grid-template-columns: 85% 15%;*/ }
  @media (min-width: 600px) {
    header.site-header {
      /*		grid-template-columns: 20% auto 10%;
		justify-items: end;
		align-items: center;*/
      /*		
		@include for-desktop-up { 
			grid-template-columns: 20% auto 10%;
		}
		*/ } }
  header.site-header .search {
    margin-right: 2rem; }
  header.site-header a.icon-cart {
    position: relative;
    justify-self: end;
    padding-right: 0rem; }
    @media (min-width: 600px) {
      header.site-header a.icon-cart {
        padding-right: 2rem; } }

/* Header for Navigation */
.page-container .page-header {
  padding-top: 0;
  padding-bottom: 0; }

.page-container .page-header header {
  margin-bottom: 2rem; }

/* Header for Content with Headline and Background */
.page-container section.intro-header {
  height: 40vh;
  min-height: 200px;
  padding: 0; }

.page-container section.intro-header .intro-header--container {
  margin: 0 auto;
  padding: 1rem; }
  @media (min-width: 900px) {
    .page-container section.intro-header .intro-header--container {
      padding: 0;
      max-width: 1160px; } }
  @media (min-width: 1200px) {
    .page-container section.intro-header .intro-header--container {
      width: 1160px; } }
  @media (min-width: 900px) {
    .page-container section.intro-header .intro-header--container h1, .page-container section.intro-header .intro-header--container .intro-header--content {
      padding-right: 20%; } }
  @media (min-width: 1200px) {
    .page-container section.intro-header .intro-header--container h1, .page-container section.intro-header .intro-header--container .intro-header--content {
      padding-right: 50%; } }

.login-page nav {
  display: none; }

/* For Browsers with no grid support*/
.page-container .page-header::after {
  display: block;
  clear: both;
  content: ""; }

header nav.nav-primary {
  width: auto; }

header.site-header .brand {
  display: table;
  width: 100%; }
  header.site-header .brand .logo,
  header.site-header .brand h3,
  header.site-header .brand .nav-primary {
    display: table-cell;
    vertical-align: middle; }
  header.site-header .brand .logo {
    width: 360px; }
  header.site-header .brand h3 {
    margin-bottom: 0; }

/*.page-header header .search, .page-header ul.menu-global {
	margin-right: $spacer;
}
.page-container .page-header header,
.page-container .page-header .menu-global {

}*/
/* For Browsers with no grid support END*/
/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */
@supports (display: grid) {
  header.site-header .brand {
    display: grid; }
  header.site-header .brand .logo,
  header.site-header .brand nav.nav-primary {
    width: auto;
    float: none;
    display: inherit; }
  header.site-header,
  header.site-header .brand nav.nav-primary {
    display: grid;
    width: auto; }
  header.site-header .brand h3,
  header.site-header .quick-contact {
    display: none; }
    @media (min-width: 900px) {
      header.site-header .brand h3,
      header.site-header .quick-contact {
        display: inline-block; } }
  .page-container .site-header header, .page-container .site-header .menu-global {
    /*			padding-left: $spacer;
			padding-right: $spacer;

			@include  for-lg-desktop-up {
				padding-left: $spacer*2;
				padding-right: $spacer*2;
			}*/ }
  header.site-header .search, .page-header ul.menu-global {
    margin-right: 0; }
  header.site-header .brand .logo img {
    margin-left: 0; } }

header.site-header .brand {
  /*
	display: grid;
	grid-template-columns: auto 20%;
	align-items: center;
	padding: $spacer/2 0;
*/ }
  @media (min-width: 600px) {
    header.site-header .brand {
      grid-template-columns: 180px auto; } }
  header.site-header .brand .logo {
    width: 100px; }
    @media (max-width: 568px) {
      header.site-header .brand .logo {
        width: 100px; } }
    @media (min-width: 600px) {
      header.site-header .brand .logo {
        width: 156px; } }
  header.site-header .brand .logo img {
    width: 100%;
    height: auto; }

/* Sections & Backgrounds */
.page-container section {
  padding: 0 0 2rem; }
  @media (min-width: 1200px) {
    .page-container section {
      padding: 0 0 2rem; } }

.page-container article {
  padding: 2rem 0; }

.page-container section.bg-img {
  padding: 0 0; }

@media (min-width: 1200px) {
  .page-container .w-narrow {
    max-width: 800px;
    margin: 0 auto; } }

.page-container section.product-detail {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.page-container section.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.h-base {
  min-height: 800px; }

.h-lg {
  min-height: 800px; }
  @media (min-width: 900px) {
    .h-lg {
      min-height: 800px; } }
  @media (min-width: 1400px) {
    .h-lg {
      min-height: 75vh; } }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: grid; }

section.section-with-bg {
  background-color: #4da6b8;
  padding: 2rem; }
  section.section-with-bg p, section.section-with-bg ul, section.section-with-bg li, section.section-with-bg a {
    color: white; }
  section.section-with-bg h1, section.section-with-bg h2, section.section-with-bg h3, section.section-with-bg h4 {
    color: #000000; }

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem; }
  .contact-container .img img {
    border-radius: 50%;
    width: 100px;
    height: auto;
    margin-right: 2rem; }
    @media (min-width: 900px) {
      .contact-container .img img {
        width: 200px; } }

/* Text Image Section */
section.section-textimage {
  padding: 2rem 0; }

/* Teaser Section */
section.section-teaser {
  padding: 0; }

/* Contact Section */
section.section-contact {
  background-color: #076fbb; }

/* Background Colors*/
.bg-dark {
  background-color: #404040; }

/* Complex Section following Solution Section */
section.complex-section + section {
  padding-top: 0; }

/* Background Modifiers*/
.bg-darken {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  height: 75vh; }

/* Articles */
/* Breadcrumbs */
.breadcrumbs {
  margin-top: 1rem;
  border-top: 1px solid #dddddd;
  padding-top: 0.5rem;
  font-size: 0.9rem;
  color: #555555; }
  .breadcrumbs a {
    color: #555555;
    text-decoration: none; }
  .breadcrumbs .sep {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    color: #dddddd; }

footer.page-footer {
  background-color: #404040;
  color: #ffffff; }
  footer.page-footer a {
    color: #ffffff; }
  footer.page-footer ul.li-h a {
    padding: 0.5rem 1rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05rem; }
  footer.page-footer .primary-contact p a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.2; }
    footer.page-footer .primary-contact p a svg {
      margin-right: 10px; }
  footer.page-footer .item-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto; }
    @media (min-width: 900px) {
      footer.page-footer .item-container {
        grid-template-columns: 30% 30% 15% 15%; } }
  footer.page-footer address,
  footer.page-footer .footernav-first li a,
  footer.page-footer .footernav-second li a {
    font-size: 0.99rem;
    line-height: 1.3;
    font-style: normal; }

footer .company-footer {
  padding: 1rem;
  font-size: 0.9rem;
  text-align: center;
  background-color: #555555; }

/* For Browsers with no grid support*/
/* For Browsers with no grid support END*/
/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */
/* Collapse */
/* Acordeon styles */
.collapse-item {
  position: relative;
  width: 100%;
  color: #000000;
  overflow: hidden;
  margin-bottom: 1px; }

.collapse-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.collapse-item label.collapse-label {
  position: relative;
  display: block;
  background: #274017;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  width: 50%;
  padding-bottom: calc(.7em - 1px);
  padding-left: 0.75em;
  padding-right: 1.25em;
  padding-top: calc(.7em - 1px); }
  .collapse-item label.collapse-label:hover, .collapse-item label.collapse-label.hover {
    color: #ffffff;
    background-color: #a3d284;
    text-decoration: none; }

.collapse-content {
  max-height: 0;
  overflow: hidden;
  background: #f5f5f5;
  color: #000000;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
  padding: 0 2rem 0 2rem; }

.collapse-content p {
  margin: 1em; }

/* :checked */
.collapse-item input:checked ~ .collapse-content {
  max-height: 100vh; }

/* Icon */
.collapse-item label::after {
  position: absolute;
  right: 2px;
  top: 22%;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s; }

.collapse-item input[type=checkbox] + label::after {
  content: "v"; }

/* .collapse-item input[type=radio] + label::after {
  content: "\25BC";
} */
.collapse-item input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* .collapse-item input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
} */
.item--questions .collapse-item label {
  display: inline-block;
  font-size: 0.9rem; }

/* Account */
section.account {
  grid-column-gap: 60px; }
  section.account .inline-head {
    justify-self: left; }

/* Account Navigation*/
section.account nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #f5f5f5; }
  section.account nav ul li {
    border-bottom: 2px solid #f5f5f5; }
  section.account nav ul li a {
    text-decoration: none;
    padding: 1rem;
    display: inline-block;
    font-size: 0.9rem;
    color: #555555; }
    section.account nav ul li a:hover {
      color: #274017; }

/* Member Details*/
section.account dl {
  margin-top: 0;
  background-color: #f5f5f5;
  padding: 2rem; }
  section.account dl dt {
    float: left;
    clear: left;
    width: 15rem; }
  section.account dl dd {
    display: block; }

section.account #ShopAccountForm_EditAccountForm_Locale_Holder,
section.account #ShopAccountForm_EditAccountForm_SubsiteID_Holder {
  display: none; }

/* Orders Table */
/* see .orderhistory like cart style */
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.testingwp {
  background-image: url(/_resources/themes/molkeshop/dist/images/cat.jpg);
  width: 600px;
  height: 420px;
  background-color: red;
  background-repeat: no-repeat; }

