/* Rahmen */
.gartentechnik_com .shop-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
}
.gartentechnik_com .shop-item-wrapper.hervorgehobenes-produkt {
  border: none;
}
.gartentechnik_com .produkt,
.gartentechnik_com .shop-item-wrapper.hervorgehobenes-produkt:hover .produkt {
  height: 100%;
  padding: 9px;
  border-radius: 4px;
  position: relative;
  background-color: #FFFFFF;
}
.gartentechnik_com .shop-item-wrapper:hover .produkt {
  padding: 8px;
}

/* Boxeninhalt */
.gartentechnik_com .text-center {
  text-align: center;
}
.gartentechnik_com .shop-item .shop-item-summary {
  padding: 0;
}
.gartentechnik_com .shop-item-wrapper .produktname {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.gartentechnik_com .produkt .shop-item-price .aktuell,
.gartentechnik_com .shop-item-price .zusaetzlicher_hinweis,
.gartentechnik_com .shop-item-price .alt {
  padding: 0;
  float: none;
}
/* Banner */
.gartentechnik_com .shop-item-wrapper.hervorgehobenes-produkt .produkt .ribbon {
  top: 0;
  right: 0;
  width: 115px;
  height: 118px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.gartentechnik_com .shop-item-wrapper.hervorgehobenes-produkt .produkt .ribbon-inner {
  top: 24px;
  left: -8px;
  width: 160px;
  padding: 7px 0;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  transform: rotate(45deg);
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
  line-height: 24px;
}
/* Verlinkung der kompletten Box mit Textarea */
.gartentechnik_com .shop-item-wrapper img.map-dummy {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: transparent !important;
}
.gartentechnik_com .shop-item-wrapper area {
  display: block;
}
/* Produktbild */
.gartentechnik_com .shop-item-wrapper .thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 270px;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  border: none;
}
.gartentechnik_com .shop-item-wrapper .thumbnail img {
  max-height: 100%;
}
/* Preis */
.gartentechnik_com .shop-item-wrapper .shop-item-price {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #F0F0F0;
}
.gartentechnik_com .shop-item-price h2 {
  margin: 0;
}
.gartentechnik_com .shop-item-price h2.preis-auf-anfrage {
  margin-bottom: 7px;
}


/* Mietgeräte */
.gartentechnik_com .shop-item .shop-item-price .mietpreis {
  position: relative;
  z-index: 1200;
}
.gartentechnik_com .shop-item .shop-item-price .mietpreis .data-wrapper-Tag {
  z-index: 5;
}
.gartentechnik_com .shop-item .shop-item-price .mietpreis .data-wrapper-hidden {
  display: none;
  margin: 0 -10px -10px -10px;
  padding: 1px 7px 10px 7px;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  border: 2px solid #55A000;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.gartentechnik_com .shop-item .shop-item-price .mietpreis .data-wrapper-hidden.visible {
  display: block;
}
.gartentechnik_com .shop-item .shop-item-price .mietpreis .zuzueglich.hidden {
  display: none;
}
