/*
=======================================================
=== Kataloge - Unterkataloge als Kacheln
=======================================================
*/
.img-overlay {
    top: 0px;
    height: 100%;
	width: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
	transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.sub-catalog-img-container {
    color: #fff!important;
    display: block;
    position: relative;
    overflow: hidden !important;
    width: 100%;
	height: 300px;
    background-color: #ffff00;
    color: #fff;
    overflow: hidden;  
	margin: 0 0 30px 0;	
}
.sub-catalog-img-container:hover {
	cursor: pointer;
}
.sub-catalog-img-container img {
	transition: transform .3s ease 0s;
	object-fit: fill;
}
.sub-catalog-img-container:hover img {
	transform: scale(1.05);
}
.sub-catalog-img-container .sub-catalog-desc,
.sub-catalog-img-container .sub-catalog-desc-hover {
	z-index: 2;
    position: absolute;
    top: 35%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sub-catalog-img-container .sub-catalog-desc-hover {
	display: none;
	font-size: 26px;
}
.sub-catalog-img-container .sub-catalog-desc p {
    font-size: 42px;	
	padding: 0 20px;
}
.sub-catalog-img-container .sub-catalog-desc div {
    /*font-size: 28px;*/
}

/*
=======================================================
=== Startseite - Slider
=======================================================
*/
.ls-inner:after {
	content: '\A';
    position: absolute;
    width: 100%; 
	height:100%;
    top:0; 
	left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0.3;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.slide-desc {
	z-index: 2;
    position: absolute  !important;
    top: 30% !important;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	color: #fff;
	/*text-shadow: 5px 5px #b5b5b5;*/
}
.slide-desc .slide-title {
	color: #FFF;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
    font-size: 60px;
    font-weight: bold;
}
.slide-desc .slide-sub-title {
    display: block;
    position: relative;
    line-height: 34px;
    font-size: 30px;
    font-weight: normal;
    margin-top: 15px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.slide-desc .slide-link > div {
	border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 45px 20px;
    padding: 10px 25px;
    transition: all 0.2s linear 0s;
}

.ls-layer:hover .slide-link > div {
	color: #000;
	background: #fff;
}
.ls-s1 {
	display: relative;
	width: 100%;
	height: 100%;
	z-index: 500;
}
.ls-s1 a {
	height: 100%;
    width: 100%;
    display: block;
}

/*
=======================================================
=== Artikeldetails
=======================================================
*/
.product-view .product-shop .price-box .quantity-prices {
	margin-top: 10px;
}
.product-view .short-description {
	margin-top: 20px;
}
.product-link-table table {
	margin-bottom: 10px;
}
.product-link-table table input.qty {
	/*text-align: right;*/
}
.product-link-table table select.qty {
	padding-left: 5px;
}
.add-to-cart select.qty {
	width: auto !important;
	padding: 0 10px 0 10px;
}
.add-to-cart select.qty:focus {
	padding: 0 10px 0 10px;
}
#shopping-cart-table select.qty,
.data-table select.qty,
.data-table input.qty {
	width: 70px !important;
}

/*
=======================================================
=== Bestellsperre
=======================================================
*/
.data-table > tbody > tr.danger > td {
    background-color: #f2dede;
}
.data-table.cart-table .label {
	font-size: 100%;
}
.data-table.cart-table .orderlock-text {
	margin-top: 5px;
	float: left;
}

/*
=======================================================
=== Katalogansicht
=======================================================
*/
.product-block .product-meta .product-action #InpCrt2 {
	display: none;
}
/* Bei Filter 3 Kacheln, sonst 4 */
.col-md-9 #loading-content .products-grid #product-list div .item.col-lg-3,
.col-md-9 #loading-content .products-grid #product-list div .item.col-md-3 {
	width: 33.33333333% !important;
}
.col-md-9 #loading-content .products-grid #product-list:nth-child(4) {
	display: none;
}

/*
=======================================================
=== Katalogfilter
=======================================================
*/
#blcSetCatalogFilter .special-cb input[type=checkbox],
#filter-accordion .lineitem input[type=checkbox]  {
	display: none;
}
#blcSetCatalogFilter .special-cb label,
#filter-accordion .lineitem label {
	margin-bottom: 0;
}
#blcSetCatalogFilter .special-cb label:before,
#filter-accordion .lineitem label:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: text-top;
	width: 15px;
	height: 15px;
	background: #fff;;
	border: 1px solid #AEAFB1;
	border-radius: 3px;
	margin-top: -1px;
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:checked + label:before,
#blcSetCatalogFilter .special-cb label:hover:before,
#filter-accordion .lineitem input[type=checkbox]:checked + label:before,
#filter-accordion .lineitem label:hover:before {
	content: "\2713";   
    font-size: 12px;
    color: #000;
    text-align: center;
	line-height: 14px;
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:disabled + label:hover,
#filter-accordion .lineitem input[type=checkbox]:disabled + label:hover {
	cursor: default;
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:disabled + label:hover:before,
#filter-accordion .lineitem input[type=checkbox]:disabled + label:hover:before {
	/*content: "";*/
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:disabled + label,
#filter-accordion .lineitem input[type=checkbox]:disabled + label {
	color: #ccc;
}
#blcSetCatalogFilter .special-cb label:hover:before,
#filter-accordion .lineitem label:hover:before {
    color: #AEAFB1;
}
#blcSetCatalogFilter label:hover {
    cursor: pointer;
}
#blcSetCatalogFilter #filter-accordion label:hover {
	cursor: inherit;
}
#blcSetCatalogFilter #filter-accordion label:before {
	content: '' !important;
	display: none !important;
}

#blcSetCatalogFilter .ui-slider {
	margin: 0 6px;
}
#blcSetCatalogFilter #range-slider-inputs,
#blcSetCatalogFilter #price-slider-inputs {
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
}
#blcSetCatalogFilter input.filter-range {
    font-size: 15px;
    font-weight: normal;
    margin: 0 !important;
    padding: 10px 5px 10px 15px;
    width: 30px;
    background: #fff;
    border: 1px solid #EAEAEA;
    outline: none;
    color: #333;
    width: 70px;
}
#blcSetCatalogFilter .button {
	float: right;
	display: block;
	margin-top: 10px;
	background: #919396;
	color: #fff;
	border: 0 !important;
}
#blcSetCatalogFilter .button i { 
	line-height: 20px;
}
#filter-accordion .ui-widget-header {
	background: #000 !important;
}
#filter-accordion .ui-state-default, #filter-accordion .ui-widget-content .ui-state-default, #filter-accordion .ui-widget-header .ui-state-default, #filter-accordion .ui-button, html #filter-accordion  .ui-button.ui-state-disabled:hover, html #filter-accordion .ui-button.ui-state-disabled:active {
	background: #919396 !important;
}
#filter-accordion .ui-state-active, #filter-accordion .ui-widget-content .ui-state-active, #filter-accordion .ui-widget-header .ui-state-active {
	background: #ffff00 !important;
	border: 0 !important;
}
#blcSetCatalogFilter #filter-accordion {
	width: 100%;
	display: block;
	float: left;
}
#blcSetCatalogFilter select {
	width: 100% !important;
}

/*
=======================================================
=== Kataloge - Unterkataloge als Tabelle IFFJ
=======================================================
*/
button#BLC_AddToShoppingCartTable, button#BLC_AddToShoppingCartTableWishl {    
    line-height: 56px;
    width: 100%;
	min-width: 80px;
	padding:0px !important;
}
	



/*
=======================================================
=== Responsive
=======================================================
*/
@media (min-width: 320px) and (max-width: 479px) {
	
}
@media (max-width: 480px) {

}
@media(max-width:767px){
    .sub-catalog-img-container .sub-catalog-desc p {
		font-size: 36px;
	}    
}
@media(min-width:768px){

}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media(max-width:991px){
    	
}
@media(min-width:992px){
	
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 1199px) {
	.add-to-cart > div > div:first-of-type {
		width: 100%;
		margin-bottom: 5px;
	}
	.add-to-cart > div > div:nth-child(2) button {
		margin-left: 0;
	}
}
@media (min-width:1200px) {
	.search-box {
		right: -10px;
		top: -85px;
	}
}