<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Hintergrund Anzeige IN BEZIEHUNG STEHENDE PRODUKTE  ***/

.related-products-cont, .related-product-header {
  border-color: #e6e6e6;
  background-color: #eeeeee !important;
}

.btn-vme:hover,
.btn-nobg:hover {
  color: inherit;
/***
background: #244363 !important;
***/
background: #C0C0C0 !important;

}



/*** Farbe minicard, Betrag rechts oben ***/

.mini-cart-total {

  color: #cfbc99 !important;
}

/*** SchriftgrÃ¶ÃŸe HauptmenÃ¼ ***/

.navbar-mainmenu .navbar-nav &gt; li &gt; a, .navbar-mainmenu .navbar-nav &gt; li &gt; span {
 
  font-size: 20px !important;
 
}

/*** SchriftgrÃ¶ÃŸe SubmenÃ¼  ***/

.mega-sub-cont li.submenu &gt; a, .mega-sub-cont li.submenu &gt; span, .mega-sub-cont ul.vpf-mega-mod li &gt; a, .mega-sub-cont ul.vpf-mega-mod li &gt; span {
  font-size: 18px !important;
}
  

/*** Button ZUR WUSCHLISTE, ZUR VERGLEICHSLISTE, ZURÃœCK im Produkt ***/ 


.btn-nobg .fa,
.btn-vme-round &gt; i {
  border-color: #e6e6e6;
  background: #325d88 !important;
  color: #ffffff !important;
}



label.radio input[type=radio],
label.radio-inline input[type=radio],
label.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
    margin-left: -60px !important;
   
}

/*** Farbe Tab ***/

.sppb-nav-tabs &gt; li &gt; a {
  font-size: 18px !important;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 12px 15px;
  background: #DEDBDB !important;
   background-color: rgb(222, 219, 219) !important;
  border: 2px solid #ffffff !important;
    border-right-width: 1px;
      border-bottom-color: rgb(255, 255, 255) !important;
  border-right-width: 0;
}



/*** ButtongrÃ¶ÃŸe Auswahltabelle

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)

{
  width: auto !important;
}
 

.bootstrap-select &gt; .dropdown-toggle 
{
  width: auto !important;
  
}

***/</pre></body></html>