/* Artikelliste (kompakt) */
#divProductContentListCompact .product-list-info > h4 > a {
	font-size: 16px;
	font-weight: 400;
}
#divProductContentListCompact .product-list-info > span {
	color: #191919!important;
	margin: 0;
	font-size: 16px;
}
#divProductContentListCompact .product-action-list-style {
	position: relative;
	opacity: 1;
	top: auto;
	transform: none;
}
#divProductContentListCompact .product-list-button > div {
	margin-top: 0;
}
#divProductContentListCompact .product-action-list-style a {
	background-color: #fff;
	color: #686868;
	border: 1px solid #dcdcdc;
    margin-right: 10px;
}
#divProductContentListCompact .list-btn-style {
	background-color: #fff;
}
#divProductContentListCompact .list-btn-style:hover {
	background-color: transparent;
}
#divProductContentListCompact .product-action-list-style a:hover {
	color: #fff;
}
#divProductContentListCompact .product-list-button form {
	margin-top: 0;
	z-index: 1;
}
#divProductListCompactTemplate:nth-child(odd) {
	background: #efefef;
}
#divProductListCompactTemplate .ajax-product-img {
	width: 30px;
}

/* Katalogauflistung (Links) */
#catalog-link-list {
    background: #006EB6;
    border: 1px solid #fff;
	position: relative;
}
#catalog-link-list:hover {
    background: #d31233;
}
#catalog-link-list span {
    color: #fff;
	font-size: 18px;
}
#catalog-link-list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Warenkorb */
.shopping-cart-content .pos-infotext {
    background: #e5e5e5 none repeat scroll 0 0;
	color: #6f6f6f;
	height: 45px;
	border: medium none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
}
.cart-productnumber {
	text-transform: none;
}

/* Warenkorb Popup im Header */
.cart-count {
    background-color: #DD042B;
}

/* Startseite - Slider */
.electro-slider-btn {
    background: rgba(211,18,51,0.65);
    color: #fff;
}

/* Button Farben anpassen */
.btn-hover-black::before,
.btn-hover::before {
    background: #d31233 none repeat scroll 0 0;
}


.catalog-menu>ul {
	
	box-shadow: 0px 5px 3px  rgb(0 0 0 / 15%), 5px 5px 3px  rgb(0 0 0 / 15%);
}


/*Sticky Header*/

/*.header-wrapper {  
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    background-color: #ffffff;
}

#divSearchLine{
	
	margin-top:70px;
	
}
*/


/*Stick header with searchbar*/


.main-menu {
	border:none;
}

header {  
border-bottom: 3px solid #d31233;
}



@media (min-width: 768px){

	header {  
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1039 !important;
		background-color: #ffffff;
	}

	#divContent{		
		padding-top: 203px;
	}
}

@media (min-width: 992px){
	
		header{
			height:220px;
		}
		#divContent{		
		padding-top: 220px;
	}
	
}
@media (min-width: 1200px){
	
		header{
			height:180px;
		}
		#divContent{		
		padding-top: 180px;
	}
	
}



/*Navigation 5 Ebenen */

/*@media (min-width: 992px){
		#catalog-menu-container, .catalog-menu ul li:hover > ul {
			width: 250px;
		}
}

.mobile-menu-area.mobile-menu-none-block {
    display: block;
	}

@media (min-width: 1200px){
	
	.mobile-menu-area.mobile-menu-none-block {
    display: none;
	}
}

.electro-2-menu .mean-container a.meanmenu-reveal {
    top: -25px;
    right: 30px;
}

.mean-container .mean-nav ul li a.mean-expand {
    
    right: 15px;
    
}*/


/*tester*/
/*@media (min-width: 768px){
#catalog-menu-container {
    width: 200%;
    margin-left: -15px;
    
    z-index: 1000;
}

.catalog-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    background: #070b21;
    z-index: 1000;
    padding: 1rem 0;
    color: #343a40!important;
}


.catalog-menu ul li {
    padding-bottom: 5px;
}

#catalog-menu-container, .catalog-menu ul li:hover > ul {
    width: 200%;
}

}*/










