h1.blockTitle{
    clear: both;
    display: block;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
	font-size : 34px !important;
	font-weight : 800;
	color : #292929;
}
#zusatz_oben{
	margin-top : 10px;
	margin-bottom : 50px;
	text-align : center;
	color : #292929;
	font-size : 16px;
}
/*==== Artikelliste - start ====*/
.artikelbeschreibung  h2{
	color 			: #292929;
    font-size 		: 18px;
    font-weight 	: 800;
	margin-top : 0px;
	
	
}
.artikelbeschreibung  h2 a{
	color 			: #292929;
}

.artikeluebersicht.thumbnail {
    background: #ffffff;
	border : none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
	color : #292929;
}
.artikeluebersicht {
	padding 	: 20px 0px 0px 0px;
	position	: relative;
}
.artikeluebersicht .artikelbild .artikellink {
    padding: 0 10px;
	display	: block;
}
.artikeluebersicht img{
	max-width : 100%;
	max-height : 150px;
}

.artikeluebersicht p {
    font-size: 12px;
}

.artikeluebersicht .alert{
	font-size 		: 14px;
	word-wrap 		: normal;
	padding 		: 5px 10px;
	background 		: #82C300;
	color 			: #fff;
	margin 			: 0px;
	border-radius 	: 0px;
	font-weight 	: bold;
}
.siesparen:empty{margin : 0px !important; height : unset !important;}
/*==== Artikelliste - end ====*/
/*==== Unterkategorien - start ====*/
.subkatanzeige h4{
	font-weight : 800;
	font-size : 26px;
	margin : 40px 0px;
	text-align : center;
}
.subkatanzeige .productView .thumbnail{
	border : 3px solid #CDCDCD;
}
.kategoriebild {
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    overflow: hidden;
}
.kategoriebild img{max-height : 140px;}
.kategoriename {
    text-align: center;
	font-weight : 800;
}
/*==== Unterkategorien - end ====*/
/*==== pagination - start ====*/
.seitenubruchdiv{
	color : #292929;
}
.seitenubruchdiv b{
	font-weight : 600;
}
.topPagination .seitenubruchdiv {
	margin-top : 27px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom : 11px;
}
.pagination{margin-bottom : 0px;}
.pagination li a,.pagination li span{
	color 				: #292929;
	border 				: none;
	padding 			: 5px;
	background 			: none;
	font-weight 		: 600;
}

.pagination > .disabled > span{
	background : none !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus  {
  color: #292929;
  background: none;
  border:none;
  font-weight : bold;
}

.pagination li a:hover{
	color : #111111;
	text-decoration : underline;
}

.pagination li.active span{
	background 			: none;
	text-shadow 		: none;
	color 				: #CE1A2B  !important;
}

/*==== pagination - end ====*/
/*==== filter - start ====*/
.filter{
	padding 		: 0px 10px 10px 0px;
	margin 			: 10px 0px;
	background 		: transparent;
	border 			: none;
	position		: relative;
	border-bottom 	: 1px solid #e6e6e6;
}
.filter .filterTitle{
    color			: #000;
    display			: block;
    font-size		: 14px;
    font-weight		: 800;
    padding			: 5px;
	padding-right 	: 32px; 
	background 		: transparent;
	margin 			: 10px 0px;
}
.filter .filterValues .removeFilter{
	position 		: absolute;
	top 			: 8px;
	right 			: 15px;
	display 		: none;
	text-decoration : none;
	outline			: none;
	font-size		: 16px;
}
.filter .filterValues label{
	display				: inline-block;
    margin				: 0 10px 10px 0 !important;
	border				: 1px solid #000000;
    line-height			: 28px;
    padding				: 1px;
	position 			: relative;
	cursor 				: pointer;
    background-color	: #ffffff;
}
.filter .filterValues .filterWhiteBorder{border-color : #E5E5E5;}
.filter .filterValues label span{
    border-radius		: 0;
    color				: #000000;
    display				: block;
    font-size			: 90%;
    font-weight			: 100;
    line-height			: 14px;
    padding				: 5px 10px;
}
.filter .filterValues label span.filterOverlayDisable{
	position 	: absolute;
	z-index 	: 9;
	background-color : rgba(247,247,247, 0.75) !important;
	top : 0;
	right : 0;
	bottom : 0;
	left : 0;
}
.filter .filterValues label.active {
    border-color: #CE1A2B  !important;
}
.filter .filterValues #slider-vertical{
	height: 10px;
    margin: 15px 0 15px 5%;
    width: 90%;
}
.filter .filterValues #slider-vertical .ui-slider-range.ui-widget-header.ui-corner-all.bg-primary {
    background-color: #292929 ;
}

.filterValues  .input-group-addon .text-success{ color : #c3d001; }
.filter .input-group .form-control {
    border-right		: none;
}

.filter .input-group .input-group-addon {
    background-color: #fff !important;
    border-left		: none;
    padding: 5px;
	
}

.filter .filterValues label.disabled {
    border-color: #eeeeee !important;
	
	background-color : #F7F7F7;
	cursor : not-allowed;
}
.filter .filterValues label.disabled span{
	color : #C6C6C6;
}
.orderBy{cursor:pointer;}
/*==== filter - end ====*/

/*==== Ladeanimation - start ====*/
.ajaxLoader{
	display 	: none;
	position 	: absolute;
	top 		: 0;
	right 		: 0;
	bottom 		: 0;
	left 		: 0;
	background 	: rgba(221,221,221,0.5);
	z-index 	: 9999;
}
.sk-fading-circle {
  margin		: 120px auto;
  width			: 80px;
  height		: 80px;
  position		: relative;
}

.sk-fading-circle .sk-circle {
  width			: 100%;
  height		: 100%;
  position		: absolute;
  left			: 0;
  top			: 0;
  z-index 		: 99999;
}

.sk-fading-circle .sk-circle:before {
  content			: '';
  display			: block;
  margin			: 0 auto;
  width				: 17%;
  height			: 17%;
  background-color	: #545454;
  border 			: 1px solid rgba(0,0,0,0.25);
  border-radius		: 100%;
  -webkit-animation	: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation	: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/*==== Ladeanimation - end ====*/

/*==== media queries ====*/
@media(max-width:992px){
	#artikel, #artikel .artikelbeschreibung, #artikel .artikeldetail  {
		padding : 5px !important;
	}
	
}