/* Allgemein */
/*
logo grün: #abc700
logo blau: #106cb4
btn-green: #99b202

*/

.cart-count {
    background-color: #106cb4;
    color: #fff;
}

a:hover {
    color: #000000;
}
#scrollUp {
	background: #abc700 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #fff;
}

#scrollUp:hover {
    background: #106cb4 none repeat scroll 0 0;
 
}

/* Buttons */
.default-btn:hover {
    background-color: #99b202;
    border: 1px solid #000000;
    color: #fff;
}

/* Menü */
.main-menu {
	/*background-color: #070b21;*/
	background: -webkit-linear-gradient(0deg,#abc700,#106cb4);
}
.main-menu #divMenuCategory h6,
.main-menu nav > ul > li > a {
	color: #fff;
}
.catalog-menu ul {
	background-color: #f8f8f8;/*#c7c7c7; #f8f8f8*/
	box-shadow: 0 0 15px 0.08px rgb(0 0 0 / 15%);
}
.catalog-menu ul li a, 
.catalog-menu ul li a i {
	color: #6e6e6e;
}

.catalog-menu ul li a {
border-bottom: 1px solid #6e6e6e;
}

.catalog-menu ul li:hover > a,
.catalog-menu ul li:hover > a i {
	color: #106cb4;
}

/* Artikelliste Buttons */
.product-action-button,
.product-action a,
.product-action-list-style a {
    background-color: #99b202;
    color: #f7f7f7;
}
.product-action input[type="submit"]:hover,
.product-action a:hover,
.product-action-list-style a:hover,
.filter-button:hover,
.sidebar-search form > button:hover,
.product-list-button form::before,
.product-action-basket a:hover, 
.product-action-basket button:hover {
	background-color: #106cb4;
}
.btn-cart-default {
	background-color: #99b202;
}
.shop-tab-active {
    color: #000;
}

/* Artikeldetails */
.details-price span.new {
    /*color: #070b21;*/
	color: #383838;
}
.quickview-btn-cart .form-cart {
    background-color: #99b202;
    color: #fff;
}

/* Warenkorb */
.wc-proceed-to-checkout input[type=submit] {
	background: #99b202 none repeat scroll 0 0;
    color: #fff;
}
.buttons-cart input[type="submit"]:hover, .buttons-cart a:hover,
.coupon-wrapper input[type="submit"]:hover {
    background: #99b202 none repeat scroll 0 0;
    color: #fff;
}

/* Checkout */
.order-button-payment input[type=submit]:hover, .order-button-payment input[type=button]:hover, .order-button-payment button:hover {
    background: #99b202;
    border: 1px solid #000000;
    color: #fff;
}

/* Breadcrumb */
.breadcrumb-content li a:hover {
    color: #106cb4;

}

/* Vergleichsliste */
#product-compare-table table>thead>tr>th {
	background-color: #99b202;
}

/* Footer */
.footer-area .black-bg {
	background: #e9e9e9;/*#282828;*/
}
.footer-area .black-bg-2 {
	/*background:  #181818;*/
        background: -webkit-linear-gradient(0deg,#abc700,#106cb4);
}

/* Seitennavigation */
.pagination-style-active {
	background-color: #99b202;
	color: #fff;
	border: 1px solid #000000;
}
.pagination-style a:hover {
	background-color: #070b21;
	color: #fff;
	border: 1px solid #000000;
}

#startContent{
	background: -webkit-linear-gradient(0deg,#abc700,#106cb4);
}

/*footerTexts*/

.footer-widget-content-3 ul li a, .footer-info-text a, .footer-info-text p, .footer-widget-title-3{
    color: #6e6e6e; /*#aaaaaa*/
}
 .footer-widget-title-3::after {
	 background: #6e6e6e;
 }
 .footer-widget-content-3 ul li::before {
    border: 1px solid #6e6e6e;
 }
	
#divFooter1 a:hover{
	color: #99b202!important;
}
#divFooter3 a:hover{
	color: #106cb4!important;
}

/*SpecialButtons*/

.btn-hover::before {
    background: #99b202 none repeat scroll 0 0;
}

.electro-slider-btn {
    background-color: #99b202;
    color: #000;
}

.btn-hover::before {
    background: #99b202 none repeat scroll 0 0;
}

#ModalProductView .btn-hover:hover input[type=submit] {
    background: #99b202;
	color:#fff
}

.product-action-button, .product-action a, .product-action-list-style a {
    background-color: #99b202;
    color: #efefef;
}

.product-action input[type="submit"]:hover, .product-action a:hover, .product-action-list-style a:hover,  {
    background-color: #106cb4;
    color: #efefef;
}

.filter-button {
    background-color: #99b202;
    color: #000;
}

.btn-cart-default:hover {
    background: #99b202;
}
.buttons-cart input[type="submit"], .buttons-cart a, .coupon-wrapper input[type="submit"] {
    background: #106cb4 none repeat scroll 0 0; 
}

.wc-proceed-to-checkout input[type=submit]:hover {
	background: #106cb4 none repeat scroll 0 0;
    color: #fff;
}

.btn-hover-black::before {
     background: #106cb4 none repeat scroll 0 0;
}



