* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.full-height {
  height: 100vh;
}
.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.produkt-slider .slick-track {
  padding: 12px 0;
}
.red{
  background-color: red;
}
.dark {
  background-color: rgba(234,240,244,0.2);
}

.headline-container {
  width: 100vw;
  margin: 0 auto;
}
@media screen and (min-width: 1004px) {
  .headline-container {
    width: 1004px;
  }
}
h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  color: #192742;
  margin: 0 0 36px 0;
}
h3 {
  margin: 0 0 12px 0;
}
.produkt-slider {
  margin: 0 auto;
  width: calc(100vw - 16px);

  image-rendering: -moz-crisp-edges;         
  image-rendering:   -o-crisp-edges;         
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  
}
@media screen and (min-width: 1025px) {
  .produkt-slider {
    width: 1004px;
  }
}
.slide-container {
  margin: 0 8px;
  position: relative;
  height: 600px;
}
.slide {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: none;
  position: relative;
  float: left;
  color: #ffffff;
  padding: 24px;
  text-decoration: none;
  margin: 0 0 16px 0;
}
.slide.zubehoer {
  padding: 48px 0 0 0;
}
.slide:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(151,182,199,0.2);
  content: "";
}
.slide:hover:before {
  background-color:rgba(151,182,199,0.3);
  -ms-transform:scale(2, 3);
  -webkit-transform:scale(1.05);
  transform:scale(1.02)
}

.slide:hover .stoerer {
  left: -2px;
}
.slide img {
  margin: 0 auto;
  position: relative;
  height: 340px;  
}


.produktname {
  font-size: 22px;
  font-weight: 500;
  }
.produktkategorie {
  font-size: 14px;
  font-weight: 400;
  color: #74767A;
  margin: 0 0 6px 0;
}


/* -------------------------------- STÖRER */
.stoerer {
  left: 0;
  /* bottom: 36px; */
  top: 8px;
  position: absolute; 
  font-weight: 400;
  font-size: 14px;
  padding: 3px;

  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.stoerer-icon {

}
.stoerer-icon:before {
  content: "";
    display: inline-block;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 4px 0 0;
}
.stoerer.nachhaltigkeit {
  background-color: #046000; 
}
.stoerer.nachhaltigkeit .stoerer-icon:before {
  background-image: url(icons/leaf.svg);
  width: 13px;
  height: 12px;
}
.stoerer.trockenzeit .stoerer-icon:before {
  background-image: url(icons/stoppuhr.svg);
  width: 13px;
  height: 13px;
}
.stoerer.trockenzeit {
  background-color: #F99E0F;
}

.slick-prev {
  left: -38px;
  z-index: 10;
}

.slick-prev,
.slick-next {
  margin: -16px 0 0 0;
  top: 40%;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  border: 2px solid #1d1d1f;
  border-radius: 50%;
}
.slick-prev:before {
  background-image: url(icons/pfeil-links.svg);
}
.slick-next:before {
  background-image: url(icons/pfeil-rechts.svg);
}

.pager__item {
  width: 30px;
  height: 2px;
  border-bottom: 2px solid lightgray;
}

.slick-active .pager__item {
  border-bottom: 2px solid #192742;
}
.slick-dots {
  bottom: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .slick-dots {
    text-align: right;
  }
}
.slick-dots li {
  width: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.produktinfo {
  opacity: 0;
  position: absolute;
  z-index: 10;
  transition: ease-in-out 0.3s;
  color: #74767A;
}

a.slide:hover ~ .produktinfo {
  display: block;
}

.slide-container:hover .produktinfo {
  opacity: 1;
}


/* VERTIKALE SLIDERNAVIGATION */
.vertical-dots
{
    right: -150px;
    list-style: none;
    display: block;
    position: absolute;
    top: 30%;
    margin-top: -10px;
    text-align: right;
}
.vertical-dots li
{
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.vertical-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
/* .vertical-dots li button:hover,
.vertical-dots li button:focus
{
    outline: none;
}
.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before
{
  outline: solid;
}*/
.vertical-dots li button:before
{
    font-family: 'slick';
    content: '\25CB';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    text-align: center;

    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vertical-dots li.slick-active button:before
{
    color: black;
    content: '\25CF';
}