/*************************************/
/********** Specific Styles **********/
/*************************************/

/********** Unterverzeichnisse **********/
#div_subdirs ul:first-child {
	padding-left: 15px;
}

#div_subdirs img {
	max-width: 100%;
}

#div_subdirs .list-group-item {
	padding-bottom: 0;
	padding-top: 0;
}

#div_subdirs .list-group-item > div > div {
	padding-bottom: 5px;
	padding-top: 5px;
}

#div_subdirs a {
	margin: 0 5px 5px 0;
}

/********** Artikelliste **********/
#div_article .artpic {
	padding-right: 5px;
}

#div_article .artpic img {
	max-width: 100%;
}

#div_article div.artlabel {
	font-size: medium;
	font-weight: bold;
}

#div_article .artnodet {
	color: #505050;
	margin-bottom: 5px;
}

#div_article .props {
	font-size: smaller;
	text-align: justify;
}

#div_article .eel {
/*
  background-color: #e6e6e6;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  padding-left: 20px;
*/
  display: inline-block;
}

#div_article .eel a.eellink {
  display: inline-block;
  margin-right: 10px;
}

#div_article .eel a.eellink:hover,
#div_article .eel a.eellink:active,
#div_article .eel a.eellink:focus {
  text-decoration: none;
}

#div_article .eelbox {
  display: table-cell;
  color: white;
  /* font-size: xx-large; */
  font-weight: bold;
  height: 20px;
  padding: 0 0 0 5px;
  text-align: left;
  vertical-align: middle;
  width: 40px;
}

#div_article .eelarrow {
  border-style: solid none solid solid;
  border-width: 10px 0 10px 5px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
}


#div_article .artpr {
	line-height: 1.1;
	text-align: right;
	font-size: 20px;
}

#div_article .altpreis {
	font-size: smaller;
}

#div_article .price-prefix {
	font-size: x-small;
}

#div_article .price {
	font-size: x-large;
	white-space: nowrap;
}

#div_article .price .reduziert {
	font-size: large;
}

#div_article .price-sm {
	font-size: larger;
	white-space: nowrap;
}

#div_article .discount {
	font-size: small;
}

#div_article .unit {
	color: #000000;
	font-size: x-small;
	font-weight: normal;
}

#div_article .scale {
	display: block;
}

#div_article .quxhint {
	display: block;
	font-size: x-small;
}

#div_article .vathint {
	font-size: x-small;
}

#div_article .artlief,
#div_article .artship {
	margin-top: 2px;
	text-align: right;
}

#div_article .artship {
	font-size: x-small;
}

#div_article .input-group {
	margin-top: 5px;
}

#div_article .cart .glyphicon {
	margin-right: 5px;
}

/********** Empfehlungen **********/
.recommend img {
	margin: 0 auto;
	max-width: 100%;
}

.recommend ul {
	padding-left: 25px;
}

.recommend .price {
	font-size: x-large;
	white-space: nowrap;
}

.recommend .vathint {
	font-size: xx-small;
}

div.thumbnail:hover,
div.thumbnail:focus {
  border-color: #992f17;
}


/********** Filter **********/
#filter input[type=checkbox] {
	float: left;
	margin-right: 5px;
}

#filter .panel-group {
	margin-bottom: 5px;
	margin-top: 5px;
}

#filter .panel-body label,
#filter .list-group label {
	display: block;
	float: left;
	font-weight: normal;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 62%;
}

#filter > form > a {
	margin-bottom: 5px;
}

.propsliderlegend {
	margin: 10px 0 0 0;
	padding: 0;
}

.panel-title.active {
	font-weight: bold;
}

/********** Media Overrides **********/
@media (min-width: 992px) and (max-width: 1199px) {
	#filter .panel-body label,
	#filter .list-group label {
		width: 65%;
	}
	div.col-md-3 > div.thumbnail > a > div.tags,
	div.col-md-4 > div.thumbnail > a > div.tags,
	div.col-md-6 > div.thumbnail > a > div.tags {
		padding: 0 20px 0 20px;
		margin-left: -16px;
		top: 5px;
	}
	div.artpic .aktion {
		top: 80px;
	}
	div.col-md-3 > div.thumbnail > a > div.aktion,
	div.col-md-4 > div.thumbnail > a > div.aktion,
	div.col-md-6 > div.thumbnail > a > div.aktion {
		padding: 0 21px 0 20px;
		margin-left: -16px;
		top: 120px;
	}
	div.artpic .flag {
		left: 32px;
		top: 26px;
	}
	div.col-md-3 > div.thumbnail > a > div.flag {
		left: 59px;
	}
	div.col-md-4 > div.thumbnail > a > div.flag {
		left: 88px;
	}
	div.col-md-6 > div.thumbnail > a > div.flag {
		left: 148px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#div_article > div > div > div:first-child > div:last-child {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	div.artpic .aktion {
		display: none;
	}
}

@media (max-width: 991px) {
	#div_subdirs ul {
		margin-bottom: 0;
		padding-left: 15px;
	}

	#div_subdirs ul:first-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	#div_subdirs ul:last-child .list-group-item:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	#div_article,
	#div_article > div.row {
		margin-top: 5px;
	}

	div.col-md-3 > div.thumbnail > a > div.tags,
	div.col-md-4 > div.thumbnail > a > div.tags,
	div.col-md-6 > div.thumbnail > a > div.tags {
		padding: 0 20px 0 20px;
		margin-left: -16px;
		top: 5px;
	}
	div.col-md-3 > div.thumbnail > a > div.tags > span.tag,
	div.col-md-4 > div.thumbnail > a > div.tags > span.tag,
	div.col-md-6 > div.thumbnail > a > div.tags > span.tag {
		font-size: 15px;
	}
	div.artpic .aktion {
		top: 85px;
	}
	div.col-md-3 > div.thumbnail > a > div.aktion,
	div.col-md-4 > div.thumbnail > a > div.aktion,
	div.col-md-6 > div.thumbnail > a > div.aktion {
		padding: 0 21px 0 20px;
		margin-left: -16px;
		top: 115px;
		width: auto;
	}
	div.col-md-3 > div.thumbnail > a > div.aktion > span.aktion,
	div.col-md-4 > div.thumbnail > a > div.aktion > span.aktion,
	div.col-md-6 > div.thumbnail > a > div.aktion > span.aktion {
		font-size: 15px;
	}
	div.artpic .flag {
		left: 35px;
		top: 28px;
	}
	div.col-md-3 > div.thumbnail > a > div.flag,
	div.col-md-4 > div.thumbnail > a > div.flag,
	div.col-md-6 > div.thumbnail > a > div.flag {
		left: 24px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	#div_article .price {
		font-size: xx-large;
	}
}

/********** jQuery UI Overrides **********/
.ui-slider-tic.ui-widget-content {
	border: 0 none !important;
}

/********** Bootstrap Overrides **********/
.panel-body {
	padding-bottom: 5px;
}

#div_article .list-inline {
	margin-left: 0;
	padding-left: 5px;
}

#div_article .list-inline > li {
	padding: 0;
}