/* Fonts */
/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*@color5: #64C006;*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*@color14: #7F7F7F;*/
/*grün*/
/*  Fonts */
/*  Border */
/*  Images */
#articlelist {
  background-color: #ffffff;
  /*Attribut Icons*/

  /* TEMPORÄRES Öffnen beim Hover auf Container, aber NUR wenn nicht per Button geöffnet */

}
#articlelist .catTab {
  border-right: 1px solid #f5f5f5;
}
#articlelist .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#articlelist .products-headline {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 45px;
  padding-top: 5px;
}
#articlelist .ex_thumbnail {
  width: 49.25%;
  border: 1px solid #333;
  position: relative;
  margin: 0 0.5% 0.5% 0.5%;
  padding: 10px 10px 3px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#articlelist .ex_thumbnail header {
  margin: 0 0 5px 0;
  min-height: 55px;
  text-align: left;
}
#articlelist .ex_thumbnail header > a {
  display: block;
}
#articlelist .ex_thumbnail a img {
  display: block;
  width: 165px;
  float: left;
  margin-left: 4px;
}
#articlelist .ex_thumbnail hr {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #999;
  height: 1px;
  width: 100%;
}
#articlelist .ex_thumbnail .btn-primary {
  width: 55px;
}
#articlelist .ex_thumbnail .konfig-badge {
  margin-right: 0 !important;
}
#articlelist .ex_thumbnail button.toggle-details {
  all: unset;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
#articlelist .ex_thumbnail button.toggle-details[aria-expanded="false"]::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  content: "\f054";
  color: #333;
  margin-left: 5px;
}
#articlelist .attributeIconsContainer {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-wrap: wrap;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 35px;
  min-height: 35px;
  overflow: hidden;
}
#articlelist .attributeIconsContainer .attributeIcons {
  width: 35px;
  margin: 0 5px 0 0;
}
#articlelist .attributeIconsContainer .attributeIcons:last-child {
  margin: 0;
}
#articlelist .attributeIconsContainer.empty {
  max-height: 45px;
  min-height: 45px;
}
@media (min-width: 1024px) {
  #articlelist .ex_thumbnail:nth-child(even) {
    margin-left: 0 !important;
  }
}
#articlelist .ex_thumbnail_labels {
  height: 26px;
  float: right;
}
#articlelist .ex_title_small {
  color: #333;
  margin-bottom: 2px;
}
#articlelist .ex_title_small:hover {
  color: #C8000D;
}
#articlelist .ex_title_small a {
  color: #333;
}
#articlelist .ex_rating_box {
  height: 22px;
}
#articlelist .ex_thumbnail_image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 0 10px 0;
}
#articlelist .ex_thumbnail_price {
  margin: auto 0 0 auto;
  text-align: right;
}
#articlelist .ex_thumbnail_price .price {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 0 auto;
  width: 100%;
  text-align: right;
}
#articlelist .ex_thumbnail_price .price-regular {
  width: 100%;
  text-align: right;
  margin: 0px 3px 0px 0px;
}
#articlelist .ex_infoarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#articlelist .ex_tax {
  width: 100%;
  text-align: right;
  bottom: 0;
  color: #333;
}
#articlelist .ex_tax a {
  color: #333;
}
#articlelist .ex_tax a:hover {
  text-decoration: underline;
  color: #C8000D;
}
#articlelist .price-saving-list {
  font-size: 12px;
}
#articlelist .ex_shipping_info {
  color: #333;
}
#articlelist .ex_shipping_info .ex-check {
  margin-right: 3px;
}
#articlelist .ex_more_details_container {
  position: relative;
  text-align: left;
}
#articlelist .ex_more_details_container h3 {
  margin-bottom: none;
  color: #333;
  font-weight: bold;
  text-align: left;
}
#articlelist .ex_more_details_container {
  position: relative;
  /* wichtig, damit "absolute" Kindpositionierung funktioniert */

}
#articlelist .ex_more_details_content {
  position: absolute;
  top: 100%;
  /* unter dem Button */
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  pointer-events: none;
  opacity: 0;
  /* für mehr Sicherheit */
  transition: max-height 0.5s ease, padding 0.3s ease, opacity 0.3s ease;
}
#articlelist .ex_more_details_content.open {
  max-height: 1000px;
  /* oder höher, je nach Inhalt */
  padding: 10px;
  border: 1px solid #737373;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  pointer-events: auto;
  opacity: 1;
}
#articlelist .ex_availability {
  margin-top: 6px;
}
#articlelist .ex_availability .ex-check {
  display: none;
}
#articlelist .ex_availability span {
  color: #333;
}
#articlelist .fa-eye:before {
  content: "\f06e";
  color: #C8000D;
  font-size: 20px;
}
#articlelist .ex_thumb_foot_box {
  position: absolute;
  bottom: 0;
  width: 95%;
  margin-bottom: 4px;
}
#articlelist .ex_thumb_foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 195px;
}
#articlelist .ex_thumb_foot hr {
  width: 100%;
}
#articlelist .ex_basketarea {
  margin-top: auto;
  height: 50px;
  margin-left: auto;
}
#articlelist .ex_basketarea .fa-phone {
  margin-left: 5px;
}
#articlelist .ex_basketarea .btn-cart i {
  margin-right: 10px;
}
#articlelist .ex_basketarea .ex_btn-cta span:nth-child(2) {
  line-height: 25px;
}
#articlelist .ex_compare {
  float: none !important;
  text-align: center;
  background: #ffffff;
  width: 90px;
  border-radius: 5px;
  border: 1px solid #0f6695;
  padding: 2px 0 0 0;
  display: block;
  margin: 5px 0 5px auto !important;
}
#articlelist .ex_compare label {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#articlelist .ex_compare a {
  color: #0f6695;
  display: block;
}
#articlelist .ex_compare a:hover {
  color: #C8000D;
}
#articlelist .ex_leaflet {
  background: #ffffff;
  border: 1px solid #333;
  border-radius: 5px;
  width: 90px;
  text-align: center;
  padding: 2px 0 0 0;
  display: block;
  margin: 5px 0 5px auto !important;
}
#articlelist .ex_leaflet .btn-leaflet {
  color: #333 !important;
}
#articlelist .ex_leaflet .btn-leaflet:hover {
  color: #C8000D !important;
}
#articlelist .ex_thumbnail_sku_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#articlelist .ex_thumb_price_container {
  display: flex;
  justify-content: space-between;
  /* min-height: 100px; */
  width: 100%;
}
#articlelist #ex_prodid {
  display: block;
  float: right;
  font-size: 11px;
  color: #333;
}
#articlelist #ex_sku {
  display: block;
  float: left;
  font-size: 11px;
  color: #333;
}
#articlelist .shortdescription ul > li {
  padding: 0 0 0 20px;
}
#articlelist .shortdescription ul > li::before {
  left: 10px;
}
#articlelist .ex_callHint {
  font-size: 12px;
  color: #333;
}
#articlelist .ex_thumb_foot_info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 240px;
  min-height: 60px;
  text-align: left;
}
#articlelist .ex_thumb_foot_info .fa-truck {
  width: 11px !important;
}
#articlelist .ex_thumb_foot_info .fa-truck:before {
  font-size: 14px;
}
#articlelist .fa-money,
#articlelist .fa-truck {
  color: #64c006;
}
@media only screen and (max-width: 414px) {
  #articlelist .ex_thumbnail a img {
    width: 150px;
  }
  #articlelist .ex_labels {
    font-size: 11px;
  }
  #articlelist .ex_thumb_foot {
    font-size: 11px;
  }
}
@media (min-width: 1023px) {
  #articlelist .ex_thumb_price_container {
    height: 104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #articlelist .ex_thumbnail:nth-child(odd) {
    margin-left: 0.5%;
  }
  #articlelist .ex_thumbnail:nth-child(even) {
    margin-left: 0.5%;
  }
}
@media only screen and (max-width: 1023px) {
  #articlelist .ex_thumbnail {
    width: 100%;
    /* height: 500px; */
  
  }
  #articlelist .ex_infoarea {
    /*height: 153px;*/
    height: 170px;
  }
  #articlelist .ex_more_details_content {
    background: #ffffff;
    overflow: hidden;
    /* height: 123px; */
  
  }
}
/*Da die Vergleichsbox nur bei der Artikelliste angezeigt wird*/

#ex_compare_preview_container #articlecompare > a {
  color: #0f6695;
  font-weight: bold;
}
#ex_compare_preview_container #articlecompare > a:hover {
  color: #C8000D;
}
#ex_compare_preview_container #articlecompare .fa-trash-o {
  color: #0f6695;
}
#ex_compare_preview_container #articlecompare .fa-trash-o:hover {
  color: #C8000D;
}
#ex_compare_preview_container #articlecompare tbody td {
  position: relative;
}
#ex_compare_preview_container #articlecompare tbody td > a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
}
