/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 /*
  * Überschriften 
  */

.r-column h1, h1, .h1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
 } 
 
 
 h2, .h2 ,h3,.h3,h4,.h4{
	color: #800000!important;
	line-height: inherit;
	font-weight: 700;
	font-size: 1.2rem;
}

/*
  * p-Schrift
  */

p,.rte p {
  line-height: inherit;
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: Arial;
  
}

.product-description-short {
  border-top: 1px solid #e3e3e3;
  color: #090303;
  font-size: 1.1px;
  line-height: 1.7;
  margin-top: 10px;
  padding-top: 30px;
  font-weight: 500;
  font-family: Arial;
}

.top-banner {
  margin-bottom: 30px;
}

/* ShopAuskunft-Banner */

.shopauskunft-widget_wrapper  img{
 text-align: center;
}


/* Pagination unten auf KategorieSeite */

.pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5rem;
}

/* Hinweis Paypal Rechnungskauf*/

.alert-info {
  background-color: #003087;
  border-color: #003087;
  color: #fff;
}

/* Navigation Abstände */

@media (min-width: 992px) {
  .top-menu[data-depth="0"] > li > a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 0;
  }
  
  .top-menu[data-depth="0"] > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
  }
  
    .header-top > .container > .inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
  
  }


/* Hauptmenue Hintergrund-Farbe  etc */

@media (min-width: 992px) {
  .top-menu .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 25px 15px 10px;
    -webkit-transition: opacity .4s,visibility .4s,-webkit-transform .4s;
    transition: opacity .4s,visibility .4s,-webkit-transform .4s;
    -o-transition: opacity .4s,visibility .4s,-o-transform .4s;
    transition: transform .4s,opacity .4s,visibility .4s;
    transition: transform .4s,opacity .4s,visibility .4s,-webkit-transform .4s,-o-transform .4s;
    -webkit-transform: translate(0,15px);
    -o-transform: translate(0,15px);
    transform: translate(0,15px);
    text-align: left;
    opacity: 0;
    border: none;
    border-radius: 0;
    background: #953734;
  }
}


/* interior Kategorieseite unter jeweiligem Produkt: in der warenkorb.button ausgeblendet  + Info Button (Auge usw.) breiter (95%) gemacht */
.grid .quick-view, .grid .link-view, .grid .addToWishlist {
  font-size: 19px;
  line-height: 1.7em;
  display: inline-block;
  display: inline-block;
  width: 95%;
  height: 1.8em;
  padding: 0;
  text-align: center;
  vertical-align: top;
  color: #959595;
  border: 1px solid;
  background: #fff;
}

.grid .add-cart {
  font-size: 12px;
  padding: 8.6px 15px;
  color: #959595;
  border-color: #959595;
  background: #fff;
  display: none;
}

@media (max-width: 991px) {
  .footer-container .links .h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #e87f7b !important;
  }
}



.modal-footer > :not(:first-child) {
  margin-left: 30.3em;
  
}


/*Hero HTML-Box HG weiss*/
.ets-htmlBox-hook {
  clear: both;
  width: 100%;
  background-color: white!important;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  }

.ph_pcms_block_product_list .ph_pcms_product_list_wrapper .product-miniature .thumbnail-alternate {
  position: absolute!important;
}

/*END  Hero HTML-Box */

/*Footer Background Farbe*/
.footer-container {
  font-size: 13px;
  color: #f0f0f0;
  background: darkgray;
}

/*Checkout Hintergrundfarbe*/
body .checkout-step .step-title  {
  background-color: darkgray;
}

#order-summary-content .card-block {
  background: darkgray;
  color: #ffffff;
}
