<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------
Button (auch für für ausgewählte Zahlart und Markierung)
-------------------------------------------------- */
.btn-brand,
.btn.btn-brand:hover,
.btn.btn-brand:focus,
.btn.btn-brand:active,
.paymentmethod-checked .paymentmethod_text,
.jumbotron .jumbotron-default mark,
.jumbotron .jumbotron-default .mark,
.well mark,
.well .mark,
.modal mark,
.modal .mark,
.jumbotron.jumbotron-default mark,
.detail-box-note .badge,
.nav-tabs.categ-tabs li.active {
  background-color:  !important;
  color:  !important;
}

.btn.btn-brand:hover,
.btn.btn-brand:focus,
.btn.btn-brand:active {
  background-color:  !important;
}

.icon-featured,
.nav-tabs.tabs-material li a::after {
  background-color:  !important;
}




/*---------------------------------------------------
Text color
-------------------------------------------------- */
.heading h1,
.jumbotron h1,
.text-system,
.listing-filter .listing-view-action span.active,
.final,
.color,
.color i,
span.color,
i.color,
a.color,
.btn-ok,
.btn-ok:hover,
.btn-ok:focus,
.btn-ok:active{
  color:  !important;
}

a.color:hover,
a.color:focus,
a.color:active{
  color:  !important;
}


.subtotal li.final span {
  color:  !important;
  border-top-color:  !important;
}


/*---------------------------------------------------
Well Brand Bordercolor
-------------------------------------------------- */

.well.well-brand {
  border: 1px solid  !important;
}

.well.well-feature {
  border-top-color:  !important;
}

.cart .cartSet .cartWrap .items .infoWrap{
  border-left-color:   !important;
}




/*---------------------------------------------------
Cover
-------------------------------------------------- */
.cover-content h2,
.cover-content p,
.cover-content a.header_details {
  color:  !important;
}


.cover-linear-black {
  background:  !important;
  background: -moz-linear-gradient(0deg,, ) !important;
  background: -webkit-linear-gradient(0deg, , ) !important;
  background: linear-gradient(0deg, , ) !important;
  filter: progid:DXImageTransform.Microsoft.linear( startColorstr='', endColorstr='');
}



/*---------------------------------------------------
Body
-------------------------------------------------- */
body {
  background-color:  !important;
  color:  !important;
}

/*---------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  background-color:  !important;
  border: none !important;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active{
  color:  !important;
}


body.withiframe footer {
  background-color:  !important;
}
body.withiframe footer a,
body.withiframe footer a:hover,
body.withiframe footer a:focus,
body.withiframe footer a:active {
  background-color:  !important;
  color:  !important;
}

/*---------------------------------------------------
Stickyfooter
-------------------------------------------------- */
#stickyfooter {
  background-color:  !important;
  color:  !important;
}
body.withiframe #stickyfooter {
  background-color:  !important;
  color:  !important;
}

/*---------------------------------------------------
Button Footer
-------------------------------------------------- */
#stickyfooter .btn.btn-brand {
  background-color:  !important;
  color:  !important;
}

#stickyfooter .btn.btn-brand:hover,
#stickyfooter .btn.btn-brand:focus,
#stickyfooter .btn.btn-brand:active {
  background-color:  !important;
}
</pre></body></html>