/*special colors*/
.electro-slider-btn {
	background-color:#007bff6e;
	
}
.cart-count {
    background-color: #207cca;
}

/* MenÃ¼ */
.main-menu nav > ul {
	padding-left: 0 !important;
}
.main-menu nav > ul > li span {
	cursor: pointer;
}
.main-menu nav > ul > li > a,
.main-menu nav > ul > li > span {
    display: inline;
}
.menu-hover:hover > .single-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.menu-hover .single-dropdown > .menu-hover .single-dropdown,
.menu-hover .single-dropdown > .menu-hover .single-dropdown > .menu-hover .single-dropdown {
	left: 218px;
	top: 8px;
}
.menu-hover > .single-dropdown > .menu-hover:hover .single-dropdown,
.menu-hover > .single-dropdown > .menu-hover .single-dropdown > .menu-hover:hover .single-dropdown {
	top: 0;
	left: 210px;
}
.menu-hover .single-dropdown li:hover {
	background: #207cca;
}
.single-dropdown {
	padding: 0;
}
.single-dropdown a,
.single-dropdown span {	
	color: #fff;
}
.single-dropdown li > a,
.single-dropdown li > span {
	padding: 0 1rem;
	min-height: 45px;
}
#catalog-menu a.has-subcatalogs:after {
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	font-size: 30px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
}
#catalog-menu > ul > li > a.has-subcatalogs:after {
	content: "\e688";
	position: relative;
	right: auto;
}
#catalog-menu .single-dropdown a.has-subcatalogs {
	padding-right: 25px;
}

#catalog-menu a.has-subcatalogs{
	margin-right:-15px;
}

.single-dropdown > li > a:hover {
    color: #fecc00;
}


/*DocumentDescriptionTabs*/	
.description-review-title a{
	padding: 0 16px;
	margin: 0;
}

.description-review-title a.active{
	background-color:#207cca;
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-top-right-radius: 7px;
	
	color:#fff;
	padding: 0 16px;  
	
}

.description-review-title a:not(.active):hover{
	
	color:#a1a1a1;
	border-top-right-radius: 7px;
	
	/*border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;*/
	  
}

.description-review-title a:not(:first-child){
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}

.description-review-title a:first-child{
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}



/*VideoTab Artikeldetails*/

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  /*padding-bottom: 75%; /* ratio 4x3 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
 
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;   
}

/*Verfügbarkeit in Listen*/

.product-content .availability .badge,
.product-content-list .availability .badge {
	font-size: 85%;
	line-height: 1.2;
	padding: .35em .5em;
}
.product-content .availability .high-stock,
.product-content-list .availability .high-stock {
    /*color: #74b436;*/
	color: #fff;
    background-color: #28a745;
}
.product-content .availability .low-stock,
.product-content-list .availability .low-stock {
    /*color: #edab00;*/
	color: #212529;
    background-color: #ffc107;
}
.product-content .availability .out-of-stock,
.product-content-list .availability .out-of-stock {
    /*color: #D01C1C;*/
	color: #fff;
    background-color: #dc3545;
}

/*Katalog Kacheltext*/
/*.banner-content4-style1 {  
    padding: 0 40px;
    position: absolute;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}*/

.banner-content4-style1{

    padding: 0 40px;
    position: absolute;  
    width:100%;
    height: 100%

}

.banner-content4-style1 .cat-text{
    margin:auto;
}







