@charset "UTF-8";
/* Main SASS File */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

html {
  height: 100%;
}

input {
  outline: none;
  border: none;
  border: 1px solid white;
  transition: all 0.5s;
}
input:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

select.shop,
button[type=submit],
button.soldout {
  border: 1px solid rgb(20, 205, 20);
  background: transparent;
  color: rgb(20, 205, 20);
  cursor: pointer;
  min-width: 5em;
  height: 2em;
  padding-top: 4px;
  line-height: 1em;
  outline: none;
  /*  &.special {
      border-color: $orange;
      color: $orange;
      &:active {
        background: $orange;
        color: white;
      }
      }*/
}
select.shop:active,
button[type=submit]:active,
button.soldout:active {
  background: rgb(20, 205, 20);
  color: white;
}
select.shop.soldout,
button[type=submit].soldout,
button.soldout.soldout {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: white;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
select.shop.soldout:active,
button[type=submit].soldout:active,
button.soldout.soldout:active {
  background: white;
  color: rgba(0, 0, 0, 0.3);
}

select.shop {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 5em;
  text-align: center;
  padding: 0;
}

body {
  font-size: 0.82em;
  line-height: 1.3em;
  font-family: Helvetica;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6em;
  overflow-y: scroll;
  position: relative;
  min-height: 100%;
  transition: all 0.5s;
}
body::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 500px) {
  body {
    padding: 0 0.8em;
  }
}

/*
Container beween Navigation and Footer
*/
section {
  display: block;
  position: relative;
  padding-bottom: 6.95em;
}

/*
Basic Styles
*/
a {
  color: black;
  outline: none;
}

/*
Submenu Style
*/
.submenu {
  margin: 1.36em 0px;
}
.submenu a {
  margin-right: 1em;
  text-decoration: underline !important;
}
.submenu a.active {
  text-decoration: none !important;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-family: inherit;
}

::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-family: inherit;
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-family: inherit;
}

::-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-family: inherit;
}

input.filter {
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  text-align: right;
  display: inline-block;
  border: none;
  right: 0;
  border-radius: 0;
  width: 4em;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid white;
}
input.filter:focus, input.filter.focus {
  text-align: left;
  width: 9em;
  border: none;
}
@media screen and (max-width: 500px) {
  input.filter:focus, input.filter.focus {
    width: 100%;
  }
}

.submenu > input.filter {
  font-size: 85%;
  line-height: 1.5em;
  margin-top: 2px;
}
.submenu > input.filter a {
  color: inherit;
}

p {
  margin-top: 0;
}

.container {
  position: relative;
  overflow: hidden;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 7em;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 10000;
  display: none;
  cursor: pointer;
}
#overlay .overlay {
  cursor: text;
  position: absolute;
  bottom: 2em;
}

.fullscreen,
.splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 12000;
  background: rgb(255, 255, 255) url("/assets/img/logo.png") center center no-repeat;
  background-size: 116px 190px;
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  .fullscreen,
.splash {
    background-image: url("/assets/img/logox2.jpg");
  }
}

navigation {
  display: block;
  position: relative;
  background: transparent url("/assets/img/logo.png") right 75% no-repeat;
  background-size: 58px 95px;
  border-bottom: 1px solid;
  padding-bottom: 0.8em;
  padding-top: 4.8em;
  transition: all 0.5s;
}
navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
navigation a {
  text-decoration: none;
  color: black;
}
navigation a.main.active, navigation a.main.marked {
  color: black;
}
navigation a.main.active:after, navigation a.main.marked:after {
  position: absolute;
  display: inline-block;
  content: "•";
  font-size: 29px;
  line-height: 0px;
  margin-top: 10px;
  margin-left: 3px;
  font-style: normal;
  vertical-align: baseline;
}
navigation a.home {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}
@media screen and (max-width: 500px) {
  navigation {
    padding-top: 0.8em;
    background-size: 40px 65px;
    background-position: right 50%;
  }
}

footer {
  position: absolute;
  bottom: 0;
  left: 1.8823529412em;
  right: 1.8823529412em;
  transition: all 0.5s;
  border-top: 1px solid;
  padding-top: 1.6em;
  height: 7em;
  font-size: 85%;
  line-height: 1.5em;
  background: white;
}
@media screen and (max-width: 500px) {
  footer {
    left: 0.8em;
    right: 0.8em;
  }
}
footer a {
  color: inherit;
}
footer a {
  color: black;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
  margin-right: 1em;
}
footer ul li.right {
  float: right;
  margin-right: 0em;
}
@media screen and (max-width: 500px) {
  footer ul li.right {
    /*float: none;
    display: block;
    */
    display: none;
  }
}
footer ul li .green {
  color: rgb(20, 205, 20);
  padding-left: 1.2em;
  padding-right: 0.5em;
}
footer ul li .red {
  color: rgb(255, 0, 0);
  padding-left: 1.2em;
  padding-right: 0.5em;
}
footer ul li .gray {
  color: rgba(0, 0, 0, 0.3);
  padding-left: 1.2em;
  padding-right: 0.5em;
}
footer ul li .orange {
  color: rgb(255, 140, 0);
  padding-left: 1.2em;
  padding-right: 0.5em;
}

#slider {
  margin-bottom: 50px !important;
}

#slider-fade, #slider-product {
  margin-top: 1.6em;
  margin-bottom: 2em;
}

#slider-no-dot,
#slider-dot {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}

#slider-dot {
  margin-bottom: 2.5em;
}

.slick-slider {
  cursor: pointer;
  margin: 0 -0.8em;
}
.slick-slider .startslide p.header {
  min-height: 3.5em;
  margin: 0;
}
.slick-slider .startslide .footer {
  margin-top: 1em;
}
.slick-slider .startslide img {
  max-width: 100%;
}
.slick-slider .slick-slide {
  margin: 0 0.8em;
  outline: none;
  height: auto !important;
}
.slick-slider .nieves-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-slider .nieves-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
.slick-slider .nieves-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-slider .nieves-dots li button:hover, .slick-slider .nieves-dots li button:focus {
  outline: none;
}
.slick-slider .nieves-dots li button:hover:before, .slick-slider .nieves-dots li button:focus:before {
  opacity: 1;
}
.slick-slider .nieves-dots li button:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 4px;
  opacity: 0.25;
}
.slick-slider .nieves-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.catalogue {
  overflow: hidden;
}
.catalogue a.small {
  font-size: 85%;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.catalogue a.small a {
  color: inherit;
}
.catalogue .quote {
  text-align: center;
  margin: 3em 0;
}
.catalogue a {
  text-decoration: none;
}
.catalogue .container {
  font-size: 85%;
  line-height: 1.5em;
  margin-top: 2em;
  margin-left: -2%;
  margin-right: -2%;
  /* Wide Boxes for packages*/
}
.catalogue .container a {
  color: inherit;
}
.catalogue .container .divider {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin: 1em 2% 1em 2%;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 1em;
}
.catalogue .container .divider:first-child {
  border-top: none;
}
.catalogue .container .card {
  display: inline-block;
  margin-bottom: 4em;
  margin-left: 2%;
  margin-right: 2%;
  /* Paypal Button */
}
.catalogue .container .card p {
  margin: 0;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.catalogue .container .card p.ordernr {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.3);
}
.catalogue .container .card p.ordernr.hidden {
  visibility: hidden;
}
.catalogue .container .card p.dot {
  padding-right: 1.2em;
}
.catalogue .container .card p.title {
  text-decoration: underline;
  display: inline-block;
}
.catalogue .container .card p.titles span:last-child:after, .catalogue .container .card p.author span:last-child:after {
  content: " ";
}
.catalogue .container .card p.titles a + a:before,
.catalogue .container .card p.titles span + span:before, .catalogue .container .card p.author a + a:before,
.catalogue .container .card p.author span + span:before {
  content: "/";
  text-decoration: none;
  display: inline-block;
}
.catalogue .container .card p.titles a {
  text-decoration: underline;
}
.catalogue .container .card p.info {
  display: block;
  white-space: normal;
  text-overflow: default;
  margin-top: 1em;
  height: 7em;
  overflow: hidden;
  text-decoration: none;
  /*&.special {
    color: $orange;
  }
  &.box {
    color: $green;
  } */
}
.catalogue .container .card p.info span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalogue .container .card p.info.box, .catalogue .container .card p.info.special {
  font-style: italic;
}
.catalogue .container .card a p.title {
  text-decoration: underline;
  font-style: normal;
}
.catalogue .container .card .shop {
  height: 2em;
  /*.reduced:after {
    color: $red;
    content: " %";
  }*/
}
.catalogue .container .card .shop p {
  color: rgb(20, 205, 20);
}
.catalogue .container .card img + br + p {
  text-decoration: underline;
}
.catalogue .container .card img {
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.catalogue .container .card img[src] {
  opacity: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.catalogue .container .card.mobile {
  display: none;
}
.catalogue .container .card .row {
  position: relative;
}
.catalogue .container .card .row > img, .catalogue .container .card .row > a {
  position: absolute;
  left: 0;
  top: 0;
}
.catalogue .container .card .row > a:first-child, .catalogue .container .card .row > img:first-child {
  position: relative;
}
@media screen and (max-width: 500px) {
  .catalogue .container a.card {
    margin-bottom: 0;
  }
  .catalogue .container a.card.desktop {
    display: none;
  }
  .catalogue .container a.card.mobile {
    display: inline-block;
  }
  .catalogue .container a.card p {
    display: none !important;
  }
  .catalogue .container a.card p.ordernr {
    display: block !important;
  }
}

/* Suppress Shadows */
.noshadow img[src] {
  box-shadow: none !important;
}

/* Shop Specials */
.shop .card {
  width: 25%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 2em !important;
}
@media screen and (max-width: 850px) {
  .shop .card {
    width: 33.3%;
  }
}
@media screen and (max-width: 700px) {
  .shop .card {
    width: 50%;
  }
}
.shop .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0em !important;
}
.shop .submenu {
  padding-top: 0.34em !important;
  padding-bottom: 0.68em !important;
}
.shop .divider {
  clear: both;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0em !important;
}
.shop .fullscreen {
  background: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.shop .fullscreen #wholesale {
  width: 100%;
}
.shop .fullscreen #wholesale input {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  font-size: 2em;
  border: 2px solid;
  line-height: 1em;
  text-align: center;
}
.shop .fullscreen #wholesale input::-webkit-input-placeholder, .shop .fullscreen #wholesale input::-moz-input-placeholder, .shop .fullscreen #wholesale input::-ms-input-placeholder, .shop .fullscreen #wholesale input::-input-placeholder {
  padding: 1px;
  margin: 0;
  line-height: 1em;
  text-align: center;
}

.zinelist .container {
  margin-top: 2em;
}
.zinelist .card {
  margin-bottom: 2em !important;
}

/* Box Stacks */
.stack_0 {
  margin-left: 0em;
  margin-left: 0vw;
}
.stack_1 {
  margin-left: 1.5em;
  margin-left: 1.5vw;
}
.stack_2 {
  margin-left: 3em;
  margin-left: 3vw;
}
.stack_3 {
  margin-left: 4.5em;
  margin-left: 4.5vw;
}
.stack_4 {
  margin-left: 6em;
  margin-left: 6vw;
}
.stack_5 {
  margin-left: 7.5em;
  margin-left: 7.5vw;
}
.stack_6 {
  margin-left: 9em;
  margin-left: 9vw;
}

.product {
  /*.reduced:after {
    color: $red;
    content: " %";
  }*/
}
.product .left, .product .right {
  width: 50%;
  float: left;
  padding-right: 2em;
}
.product .left p:first-child, .product .right p:first-child {
  margin-top: 0;
}
.product .right {
  padding-left: 0em;
  padding-right: 0em;
  float: right;
}
.product .clear {
  clear: both;
}
.product a.link {
  display: block;
}
.product .news {
  color: rgba(0, 0, 0, 0.3);
}
.product span.author + span.author:before {
  content: " / ";
}
.product #slider-product,
.product #slider-fade {
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, rgba(226, 226, 226, 0.6) 0%, rgba(198, 197, 195, 0.6) 100%);
  padding: 2em;
  padding-bottom: 1.5em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product #slider-product .arrowcontainer,
.product #slider-fade .arrowcontainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.product #slider-product .arrowcontainer .prevbutton, .product #slider-product .arrowcontainer .nextbutton,
.product #slider-fade .arrowcontainer .prevbutton,
.product #slider-fade .arrowcontainer .nextbutton {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
}
.product #slider-product .arrowcontainer .prevbutton,
.product #slider-fade .arrowcontainer .prevbutton {
  left: 0;
  cursor: w-resize;
}
.product #slider-product .arrowcontainer .nextbutton,
.product #slider-fade .arrowcontainer .nextbutton {
  right: 0;
  cursor: e-resize;
}
.product #slider-product .slide,
.product #slider-fade .slide {
  text-align: center;
}
.product #slider-product .slide img,
.product #slider-fade .slide img {
  max-height: 55vh;
  max-width: 100%;
  margin: auto;
  display: block;
}
.product #slider-product.full-size,
.product #slider-fade.full-size {
  background: none;
  padding: 0;
}
.product #slider-product.full-size .slide,
.product #slider-fade.full-size .slide {
  margin: 0;
}
.product #slider-product.full-size .slide img,
.product #slider-fade.full-size .slide img {
  max-height: none;
  width: 100%;
  margin: 0;
}
.product #slider-fade {
  overflow: hidden;
}
.product #slider-fade:before {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
  background-image: url(data:image/png;base64,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);
  opacity: 0.5;
}
.product #slider-fade .slick-list {
  overflow: visible;
}
.product #slider-fade .slide {
  opacity: 0;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.product #slider-fade .slide img {
  display: inline-block;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  /*margin-bottom: 8px;
  margin-top: 2px;*/
}
.product #slider-fade .slide.slick-active {
  opacity: 1;
  text-align: right;
  margin-right: 0;
  overflow: visible;
}
.product #slider-fade .slide.slick-active > .imgcontainer {
  position: relative;
  width: auto;
  display: inline-block;
}
.product #slider-fade .slide.slick-active > .imgcontainer:before {
  position: absolute;
  display: block;
  content: " ";
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 3px;
  background-image: url(data:image/png;base64,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);
  opacity: 0.4;
}
.product #slider-fade .slide.slick-active > .imgcontainer:after {
  position: absolute;
  display: block;
  content: " ";
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 3px;
  /*background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.06) 100%, rgba(0,0,0,0.11) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.06) 100%,rgba(0,0,0,0.11) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.06) 100%,rgba(0,0,0,0.11) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c000000',GradientType=1 );
  */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0+100 */
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.06) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.06) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.06) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1affffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.product #slider-fade .slide.slick-active + div.slick-active {
  text-align: left !important;
  margin-left: 0 !important;
}
.product #slider-fade .slide.slick-active + div.slick-active > .imgcontainer:after {
  /*
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,  rgba(0,0,0,0.06) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c000000',GradientType=1 );
  */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0+100 */
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.06) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.06) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.06) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1affffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.product label.product {
  min-width: 5em;
  display: inline-block;
  vertical-align: middle;
  line-height: 2em;
}
.product label.product button {
  float: right;
}
.product div.product {
  margin-left: 6em;
  display: inline-block;
}
.product div.product a, .product div.product span {
  display: inline;
  white-space: normal;
}
.product a.selector span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}
.product .shop {
  width: 100%;
  margin: 1.5em 0;
}
.product .shop.variants form {
  margin-top: 0.5em;
}
.product .shop.variants form:first-child {
  margin-top: 0em;
}
.product .shop.variants .product {
  display: block;
  height: 3em;
}
.product .shop button.special {
  position: absolute;
  margin-top: -0.25em;
}
.product img.fullbleed {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .product .left, .product .right {
    padding-left: 0em;
    padding-right: 0em;
    width: 100%;
    float: none;
  }
  .product .left {
    margin-bottom: 2em;
  }
  .product #slider-fade {
    padding: 0.75em;
    overflow: visible;
  }
}

.list a.small {
  font-size: 85%;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.list a.small a {
  color: inherit;
}
.list p.dot {
  display: inline-block;
  width: 1em;
  position: relative;
  margin: 0;
}
.list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0em 1em;
}
.list table thead {
  border-spacing: 0em 0em !important;
}
.list table td, .list table th {
  vertical-align: top;
  text-align: left;
}
.list table td:nth-child(6), .list table th:nth-child(6) {
  text-align: right;
}
.list table td {
  border-right: 1em solid white;
  max-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*      &:nth-child(5) {
          white-space: normal;
        }*/
}
.list table td > span + span {
  margin-left: 0.25em;
}
.list table td > span + span:before {
  content: "/ ";
}
.list table td:last-child {
  border-right: 0;
}
.list table td:nth-child(1) {
  width: 15%;
}
.list table td:nth-child(2) {
  width: 22%;
}
.list table td:nth-child(3) {
  width: 6%;
}
.list table td:nth-child(4) {
  width: 10%;
}
.list table td:nth-child(5) {
  width: 42%;
}
.list table td:nth-child(6) {
  width: 5%;
  text-align: right;
}
.list table th {
  font-weight: normal;
  font-size: 85%;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.list table th a {
  color: inherit;
}
.list table th.sorting_asc, .list table th.sorting_desc {
  color: rgba(0, 0, 0, 0.3);
}
.list table th.sorting {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .list table th:nth-child(5),
.list table td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .list table th:nth-child(3),
.list table td:nth-child(3),
.list table th:nth-child(4),
.list table td:nth-child(4) {
    display: none;
  }
  .list table th:nth-child(1),
.list table td:nth-child(1) {
    width: 20%;
  }
}

.activities {
  padding-top: 1.6em;
  position: relative;
  padding-left: 0em !important;
}
.activities .document {
  margin-bottom: 1.6em;
}
.activities .document.gray {
  color: rgba(0, 0, 0, 0.3);
}
.activities .document p {
  display: inline;
  margin-right: 0.5em;
}
.activities .document p * {
  display: inline;
}
.activities .document .date {
  color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.activities .intro {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 1.6em;
}
.activities .intro a {
  color: rgba(0, 0, 0, 0.3);
}

.resource {
  margin-top: 0.8em;
}
.resource .left, .resource .right {
  width: 50%;
  float: left;
  padding-right: 1em;
}
.resource .left > div, .resource .right > div {
  margin-top: 0.8em !important;
}
.resource .right {
  float: right;
  padding-left: 1em;
  padding-right: 0em;
}
.resource .center {
  text-align: center;
  margin-top: 3em;
}
.resource .center img {
  width: 3em;
}
.resource .center div {
  color: rgb(20, 205, 20);
  margin-top: 1.2em;
}
.resource img {
  max-width: 100%;
}
.resource:after {
  display: block;
  content: " ";
  clear: both;
}
@media screen and (max-width: 700px) {
  .resource .left, .resource .right {
    padding-left: 0em;
    padding-right: 0em;
    width: 100%;
    float: none;
  }
}
.resource .infoleft-title {
  padding-top: 0.5em;
}
.resource .infoleft-body {
  columns: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 700px) {
  .resource .infoleft-body {
    columns: 1;
  }
}

.dot {
  position: relative;
  display: inline-block;
}
.dot:after {
  right: 0em;
  content: "•";
  position: absolute;
  font-size: 30px;
  font-style: normal;
  padding-left: 3px;
}
.dot.left:before {
  content: "•";
  font-size: 30px;
  font-style: normal;
  position: absolute;
  left: 0;
}
.dot.left:after {
  content: "";
}

.new {
  position: relative;
  padding-right: 2.5em;
  display: inline-block;
}
.new:after {
  content: "New";
  font-style: italic;
  color: rgb(255, 0, 0);
  right: 0;
  width: 2.5em;
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.green:before, .green:after {
  color: rgb(20, 205, 20);
}

.status_6:after {
  color: rgb(255, 0, 0);
}

.status_5:after {
  color: rgba(0, 0, 0, 0.3);
}

.status_4 {
  display: none;
}
.status_4:after {
  color: rgb(255, 140, 0);
}

.status_7 {
  display: none;
}
.status_7:after {
  color: rgb(255, 140, 0);
}

.status_3:after {
  color: rgb(20, 205, 20);
}

.status_2:after {
  color: rgb(20, 205, 20);
}

.status_1:after {
  color: rgb(20, 205, 20);
}

.status_1281 {
  display: none;
}
.status_1281:after {
  color: rgb(20, 205, 20);
}

.status_5401 {
  display: none !important;
}

.status_1445 {
  display: none !important;
}

.mailinglist {
  margin-top: 2em;
  overflow: visible;
}
.mailinglist fieldset {
  border: none;
  display: block;
  overflow: visible;
  margin: 1em 0;
  padding: 0;
}
.mailinglist fieldset input,
.mailinglist fieldset label {
  display: inline;
  margin-right: 0.5em;
}
.mailinglist input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0.5em 0px;
  padding: 0;
  outline: none;
  display: block;
}
.mailinglist input[type=radio] {
  margin-left: 0.2em;
}
.mailinglist input.content {
  min-width: 15em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mailinglist input:focus {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mailinglist button {
  color: black;
  border: none;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mailinglist button:active {
  color: black;
  background: white;
}

.cart {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  transform: translateY(200%);
  opacity: 0;
  pointer-events: none;
}
.cart-container {
  margin: auto;
  width: 100%;
  bottom: 0px;
  max-width: 1000px;
  overflow: visible;
  position: relative;
  padding: 1.6em;
  text-align: right;
  pointer-events: none;
}
.cart-visible {
  opacity: 1;
  animation: fadeInAnimation ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0%);
  }
}

.cartbutton {
  border: 1px solid rgb(20, 205, 20);
  background: white;
  color: rgb(20, 205, 20);
  cursor: pointer;
  min-width: 10em;
  line-height: 1em;
  outline: none;
  padding: 0.75em 1.75em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  pointer-events: all;
}
.cartbutton-active {
  background: rgb(20, 205, 20);
  color: white;
}

.checkout .maintable {
  width: 100%;
  border-collapse: collapse;
}
.checkout .maintable > thead > tr, .checkout .maintable > tbody > tr {
  border-bottom: 1px solid;
}
.checkout .maintable > thead > tr > td, .checkout .maintable > tbody > tr > td {
  padding: 1.6em 0;
  vertical-align: top;
}
.checkout .maintable > thead > tr > td > input, .checkout .maintable > tbody > tr > td > input {
  width: 4em;
  margin-top: -0.96em;
}
.checkout .maintable > thead > tr > td:nth-child(3) {
  text-align: center;
}
.checkout .maintable > thead > tr > td:nth-child(4) {
  text-align: right;
}
.checkout .maintable > tbody > tr:last-child {
  border-bottom: 0px solid;
}
.checkout .maintable > tbody > tr > td:nth-child(4) {
  text-align: center;
}
.checkout .maintable > tbody > tr > td:nth-child(5) {
  text-align: right;
}
.checkout .maintable input[type=number] {
  padding: 0.6em;
  text-align: center;
}
.checkout .maintable button {
  position: relative;
  display: inline-block;
}
.checkout .maintable button > label {
  display: block;
  width: 100%;
  text-align: center;
}
.checkout .maintable button.payment, .checkout .maintable button.tax {
  background: white;
  color: rgb(20, 205, 20);
  margin-left: 0.8em;
  min-width: 8em;
}
.checkout .maintable button.active {
  background: rgb(20, 205, 20);
  color: white;
}
.checkout .maintable .numberformat {
  display: inline-block;
  min-width: 7em;
}
@media screen and (max-width: 500px) {
  .checkout .maintable img {
    max-width: 100%;
    padding-right: 0.8em;
    height: auto !important;
  }
  .checkout .maintable > thead, .checkout .maintable > tbody {
    display: block;
  }
  .checkout .maintable > thead > tr, .checkout .maintable > tbody > tr {
    display: block;
  }
  .checkout .maintable > thead > tr > td, .checkout .maintable > tbody > tr > td {
    display: inline-block;
    width: 20%;
  }
  .checkout .maintable > thead > tr > td[colspan="2"], .checkout .maintable > tbody > tr > td[colspan="2"] {
    width: 40%;
  }
  .checkout .maintable > thead > tr > td[colspan="5"], .checkout .maintable > tbody > tr > td[colspan="5"] {
    width: 100%;
  }
  .checkout .maintable > tbody td.table-image {
    display: none;
  }
  .checkout .maintable > tbody td.table-title {
    width: 40%;
    padding-right: 1em;
  }
  .checkout .maintable tr.stackable > td {
    padding: 0.8em 0;
    display: block;
    width: 100%;
  }
  .checkout .maintable tr.stackable button {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
    min-width: auto;
  }
}
.checkout .shippingtable {
  width: 100%;
}
.checkout .shippingtable-left, .checkout .shippingtable-right {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
}
.checkout .shippingtable-left > div, .checkout .shippingtable-right > div {
  padding: 0.4em 0;
  vertical-align: middle;
}
.checkout .shippingtable-left {
  padding-right: 0.5rem;
}
.checkout .shippingtable-right {
  padding-left: 0.5rem;
}
.checkout .shippingtable select,
.checkout .shippingtable input {
  width: 75%;
}
.checkout .shippingtable label {
  width: 25%;
  padding-right: 0.8em;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .checkout .shippingtable-left, .checkout .shippingtable-right {
    width: 100%;
    padding: 0rem;
  }
  .checkout .shippingtable select,
.checkout .shippingtable input {
    width: 60%;
  }
  .checkout .shippingtable label {
    width: 40%;
    text-align: left;
  }
}
.checkout select,
.checkout input {
  border: 1px solid rgb(20, 205, 20);
  padding: 0.6em 1.4em;
  color: rgb(20, 205, 20);
  -webkit-appearance: none;
  border-radius: 0px;
}
.checkout select.error,
.checkout input.error {
  border-color: red;
  color: red;
}
.checkout button {
  border: 1px solid rgb(20, 205, 20);
  padding: 0.6em 1.4em;
  background-color: rgb(20, 205, 20);
  color: white;
}
.checkout button:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 500px) {
  .checkout button {
    width: 100%;
  }
}
.checkout label {
  display: inline-block;
}
.checkout label.error {
  display: none !important;
}

#dropin-container * {
  font-size: 0.82rem !important;
  line-height: 1.3em;
  font-family: Helvetica;
}
#dropin-container .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__check {
  background-color: rgb(20, 205, 20);
}
#dropin-container .braintree-show-methods .braintree-sheet--active .braintree-sheet {
  border-color: rgb(20, 205, 20);
}
#dropin-container .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active {
  border-color: rgb(20, 205, 20);
}

/*
#dropin-container {
    .braintree {
        &-placeholder,
        [data-braintree-id="toggle"],
        [data-braintree-id="choose-a-way-to-pay"] {
            font: inherit;
        }

        &-large-button{
            font-weight: normal;
            span {
                font: inherit;
                border: none;
            }
            &:hover {
                font-weight: normal;
                span {
                    font: inherit;
                    border: none;
                }
            }  
        }

        &-placeholder,
        [data-braintree-id="choose-a-way-to-pay"] {
            display: none;
        }

        &-method__check,
        &-method--active {
            border-color: $green !important;
        }

        &-option,
        &-sheet,
        &-upper-container,
        &-upper-container:before,
        &-method--active {
            border-radius: 0px !important;
        }

        &-option,
        &-sheet,
        &-upper-container,
        &-upper-container:before,
        &-option {
            border-color: #000 !important;
        }

        &-sheet__container {
            margin: 0 !important;
        }
    }
    [data-braintree-id="options"] {
        .braintree-option {
            display: inline-block !important;
            min-width: 8em;
            border: 1px solid $green !important;
            @include media($mobile) {
                width: calc(33.33%);
                margin: 0;
                min-width: auto;
                .braintree-option__label {
                    white-space: nowrap !important;
                }
            }
            padding: $space * 0.75 $space * 1.75;
            margin-left: $space;
            & > .braintree-option__logo {
                display: none;
            }
            & > .braintree-option__label {
                text-align: center;
                color: $green;
                margin: 0 !important;
                padding: 0 !important;
                font: inherit !important;
            }
        }
    }
}
*/
.error img {
  max-width: 100%;
}

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