.perb-arrow-expander {
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.perb-arrow-expander>* {
  pointer-events: none;
}

.perb-category-list {
  position: relative;
  line-height: 16px;
  margin-bottom: 20px !important;
}

.perb-category-list a {
  width: 90%;
}

.perb-arrow-expander {
  top: 0;
  position: absolute;
  right: 0;
  width: 10%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  height: 16px !important;
}

.perb-list-collapse.collapsed {
  display: none;
}

.perb-product-title {
  color: #111111;
  padding: .5em 0;
  margin: 0;
  font-size: 16px;
  line-height: 17.6px !important;
  font-weight: 400;
  text-align: left;
  display: block;
}

.perb-product-title-h2 {
  margin: 0 !important;
}

.perb-product-price {
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em;
  text-align: left;
  margin-bottom: 20px !important;
}

.perb-grid {
  grid-template-columns: 25% 25% 25% 25% !important;
  min-height: unset !important;
}

@media (max-width: 992px){
  .perb-grid {
    grid-template-columns: 33.333% 33.333% 33.333% !important;
  }
}

@media (max-width: 768px){
  .perb-grid {
    grid-template-columns: 50% 50% !important;
  }
}

.perb-grid .u-container-layout-1{
  padding: 20px !important;
}

.perb-product-grid-helper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.perb-image-helper {
  min-height: 300px;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.perb-image-helper > *{
  display: block;
  max-height: 300px !important;
}

.perb-image-helper > * > img {
    height: auto !important;
    max-height: 300px;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 992px){
  .perb-image-helper {
    min-height: 225px;
    max-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .perb-image-helper > *{
    display: block;
    max-height: 225px !important;
  }

  .perb-image-helper > * > img {
      height: auto !important;
      max-height: 225px;
      width: auto !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
}

@media (max-width: 576px){
  .perb-image-helper {
    min-height: 150px;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .perb-image-helper > *{
    display: block;
    max-height: 150px !important;
  }

  .perb-image-helper > * > img {
      height: auto !important;
      max-height: 150px;
      width: auto !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
}





.perb-square-header {
  margin-bottom: 24px !important;
  font-size: 1.32em !important;
  background: #f2f3f5;
  padding: 11px 7px !important;
  color: #333;
  line-height: 1.12em !important;
  text-align: center;
  border-radius: 3px;
}

.perb-pagination .wp-paginate a,
.perb-pagination .wp-paginate .current {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 16px;
  font-size: 1em;
  font-weight: 400;
  padding: 8px;
  min-width: 1em;
  display: block;
  color: #f94616;
  background: transparent;
}

.perb-pagination .wp-paginate .current {
  background: #ebe9eb;
  color: #8a7e88;
}

.perb-pagination .wp-paginate .title {
  display: none;
}

.perb-pagination .navigation {
  width: 100%;
}

.perb-pagination .wp-paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.perb-header .perb-header-title {
  font-size: 4.5rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: 500;
  margin: 114px 597px 0 0;
}

.perb-header .perb-desc {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 7px 597px 0 0;
}

.perb-header .perb-phone {
  font-size: 0.875rem;
  letter-spacing: 1px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  border-style: none;
  font-weight: normal;
  text-transform: none;
  margin: 27px auto 0 0;
}

.perb-header .perb-find {
  margin: 312px 0 0;
}


@media (max-width: 1199px) {
  .perb-header .perb-header-title {
    margin-right: 177px;
  }

  .perb-header .perb-desc {
    margin-right: 177px;
  }

}
@media (max-width: 767px) {
  .perb-header .perb-header-title {
    margin-right: 0;
  }

  .perb-header .perb-desc {
    margin-right: 0;
  }
}

.perb-header{
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.category.archive #content > section.u-image{
  display: none;
}

.blog .woof_container_inner_kategorieproduktw,
.category.archive .woof_container_inner_kategorieproduktw {
    width: 100%;
}


.u-body .perb-square-header,
.blog .perb-square-header,
.category.archive .perb-square-header{
  background-color: #F94616;
  color: #FFFFFF;
}



.perb-cat-description-title{
  margin-top: 80px !important;
}

.perb-cat-description-text{
  display: block !important;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 120px;
}

.perb-kategorie-search{
  margin-top: 20px;
}

.perb-search-box{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
  border-color: #F94616;

}

.perb-category-list.current > a, .perb-category-list.current > a{
  color: #f94616 !important;
  font-weight: bold;
}
