/*************************************/
/********** Specific Styles **********/
/*************************************/

.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

#div_above .tab-content {
	border: 1px solid #ddd;
	border-top: none;
}

/********** Filter / Unterverzeichnis Panels **********/
.panel .panel-body {
	padding: 0px;
}

.panel {
	margin-bottom: 20px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel .panel-title a {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.panel .panel-heading {
	border: none;
	background-color: transparent;
	color: inherit;
	padding: 0;
}

/********** 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 .panel-body.default-panel {
	display: flex;
	flex-wrap: wrap;
}

#div_subdirs .thumbnail:hover {
	box-shadow: 0 6px 10px rgb(0 0 0 / 38%);
}

#div_subdirs a.subdirbox {
	display: block;
	border: 1px solid #bbb;
	padding: 5px;
	margin: 0 10px 10px;
	border-radius: 1px;
	width: 130px;
}

#div_subdirs a.subdirbox img {
	margin: 0 auto;
	display: block;
}

/********** Filter **********/


@media(min-width: 769px) {
	#filterclear {
		height: 0 !important;
	}
}

@media(max-width: 768px) {
	#filter.hover {
		position: fixed;
		right: 20px;
		top: 20px;
		width: 70px;
		height: 70px;
		z-index: 100;
		background-color: #fff;
	}

	#filter.hover>.panel-heading {
		text-align: center;
	}

	#filter.hover>.panel-heading .glyphicon {
		text-align: center;
		width: 100%;
		font-size: 35px;
		margin-bottom: 5px;
	}

	#filter>.collapse,
	#div_subdirs>.panel>.collapse {
		display: none;
	}

	#filter>.collapse.in,
	#div_subdirs>.panel>.collapse.in {
		display: block;
	}

}

#filters .panel {
	border-radius: 1px;
}

#filters .panel-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexfiller {
	min-width: 260px;
	margin: 0 5px;
}

#filters .list-group {
	overflow-y: auto;
	max-height: 190px;
}

#filters .panel-group .panel-heading a {
	text-decoration: none !important;
	background-color: #fff;
	color: #444;
	font-weight: 500;
}

#filters .panel-group .panel-heading a:hover {
	color: #222;
}

#filters .panel-group .panel-heading a:hover:active,
#filters .panel-group .panel-heading a:hover:focus {
	color: #000;
}

#filters .panel-group .panel-primary .panel-heading a {
	background-color: #444;
	color: #bbb;
	font-weight: 600;
}

#filters .panel-group .panel-primary .panel-heading a:hover {
	color: #ddd;
}

#filters .panel-group .panel-primary .panel-heading a:hover:active,
#filters .panel-group .panel-primary .panel-heading a:hover:focus {
	color: #fff;
}

#filters .panel-group .panel {
	min-width: 260px;
	border: 1px solid #bbb;
	margin: 5px;
	height: fit-content;
}

#filters .panel-group .panel .panel-body {
	padding: 15px;
	background-color: #fff;
	border: none;
}


@keyframes show-overflow {
	from {
		overflow: hidden;
	}
}

.collapse,
.panel-collapse {
	overflow: hidden;
}

.collapse.in,
.panel-collapse.in {
	overflow: visible;
	animation: show-overflow 1s;
}

#filters .collapse,
#filters .panel-collapse {
	max-width: 260px;
	transition: max-height 0.15s ease-in, max-width 0.05s ease-in 0.15s;
}

#filters .collapse.in,
#filters .panel-collapse.in {
	max-width: 100%;
	transition: max-width 0.05s ease-in, max-height 0.15s ease-in 0.05s;
}



#frmpropfilter>input[type="submit"],
#frmpropfilter>a {
	width: 150px;
	display: inline-block;
	margin: 0 0 5px 5px;
}

#frmpropfilter>.text-center {
	text-align: left;
	margin-left: 5px;
}

#filters .filteroverlay-close,
#subdirpanel .subdiroverlay-close {
	display: none;
}

@media(max-width: 768px) {

	#filters,
	#subdirpanel {
		position: fixed;
		top: 0;
		z-index: 1000;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(187, 187, 187, 0.5);
		border: 1px solid #bbb;
		overflow-y: scroll;
	}


	#filters .filteroverlay-close,
	#subdirpanel .subdiroverlay-close {
		display: block;
		width: 270px;
		background-color: #fff;
		padding: 10px;
		font-size: 20px;
		font-weight: 300;
	}

	#filters .filteroverlay-close:after,
	#subdirpanel .subdiroverlay-close:after {
		float: right;
		content: "\2715";
		padding-right: 5px;
	}

	#subdirpanel {
		display: flex;
		flex-direction: column;
	}

	#subdirpanel>.ls-slider {
		display: block;
		width: 270px;
		background-color: #fff;
		flex: 0;
	}

	#subdirpanel>.ls-slider:last-child {
		flex-grow: 1;
	}

	#subdirpanel>.ls-slider>div {
		width: 100%;
		padding: 3px;
		position: relative;
	}

	#subdirpanel>.ls-slider .thumbnail {
		margin: 0;
	}

	#subdirpanel>.ls-slider>div img {
		display: none;
	}

	#filters form {
		width: 270px;
		background-color: #fff;
		min-height: 101%;
	}
}

/********** Sort Buttons **********/



/********** Artikelliste **********/

.sortbar {
	margin-bottom: 10px;
}

#div_article .row {
	margin: 0;
}

#div_article .col2,
#div_article .col3,
#div_article .col4 {
	display: flex;
	flex-wrap: wrap;
}

#div_article .col2>div,
#div_article .col3>div,
#div_article .col4>div {
	padding: 5px;
}

#div_article .col2>div {
	width: 50%;
}

#div_article .col3>div {
	width: 33.33333%;
}

#div_article .col4>div {
	width: 25%;
}

@media (max-width: 767px) {

	#div_article .col2>div,
	#div_article .col3>div,
	#div_article .col4>div {
		width: 100%;
	}
}

#div_article .col2 .thumbnail .caption,
#div_article .col3 .thumbnail .caption,
#div_article .col4 .thumbnail .caption {
	padding: 9px;
	color: #333333;
	/*flex: 1;*/
	display: flex;
	flex-direction: column;
	height: 100%;
}

#div_article .col2 .thumbnail .caption>*:last-child,
#div_article .col3 .thumbnail .caption>*:last-child,
#div_article .col4 .thumbnail .caption>*:last-child {
	margin-top: auto;
}

#div_article .col2 .thumbnail .caption .price>span>br,
#div_article .col3 .thumbnail .caption .price>span>br,
#div_article .col4 .thumbnail .caption .price>span>br {
	display: none;
}

#div_article .artrow {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-radius: 1px;
}

#div_article .artpic {
	padding: 0;
	position: relative;
}

#div_article .artpic img {
	max-width: 100%;
}

#div_article div.artlabel {
	font-size: 19px;
	line-height: 1.1;
	font-weight: bold;
	color: #992f17;
	word-wrap: break-word;
}

div.artlabel:hover {
	text-decoration: underline;
}

#div_article .artnodet {
	color: #505050;
	margin-bottom: 5px;
}

#div_article .props {
	font-size: smaller;
	text-align: justify;
}

.artrow {
	background: #fff;
	border: solid #cccccc 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.manlogo-container {
	height: 40px;
	width: 25%;
}

@media (max-width: 768px) {
	.manlogo-container {
		width: 50%;
	}
}

.manlogo {
	filter: brightness(0.5);
	float: left;
	max-height: 40px;
	max-width: 95px;
	height: auto;
	width: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.campus-logo {
	height: 50px;
	max-height: 50px;
}


.caption-container {
	margin-right: auto;
	padding-left: 10px;
}

.abtnblock {
	cursor: auto;
	position: relative;
}

.ribbon {
	line-height: 0.8em;
	font-size: 15px;
	;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	letter-spacing: -1px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #cccccc;
	color: white;
	padding-top: 15px;
	position: relative;
	vertical-align: top;
	margin-right: 5px;
	margin-top: -7px;
}

.ribbon:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 1.5rem solid #CCCCCC;
	position: absolute;
	top: 40px;
	left: 0;
}

.ribbon.ribbon--red {
	background: #992f17;
}

.ribbon.ribbon--red:after {
	border-top: 1.5rem solid #992f17;
}

/** IE9 Hack **/
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
	.ie-9 {
		top: -13px;
	}
}

.overlay {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	display: block;
	bottom: 40px;
	height: 24px;
	width: 100px;
	font-weight: 100;
	border: none;
	border-radius: 5px !important;
	background: #999;
	background: linear-gradient(to right, #cccccc 0%, #999999 100%);
	color: white;
	position: relative;
	margin-left: 5px;
	margin-bottom: 3px;
	font-size: 73%;
	margin-right: 235px;
}

.thumbnail .overlay {
	bottom: 0;
}

.overlay:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 15px;
	border-color: transparent transparent transparent #999999;
	position: absolute;
	right: -12px;
	top: 0;
	z-index: 1;
}

.overlay--text {
	padding-left: 10px;
	padding-top: 4px;
	font-weight: 600;
}

.overlay.overlay--blue {
	background: #19278a;
}

.overlay.overlay--blue:after {
	border-left: 1rem solid #19278a;
}

.overlay.overlay--gold {
	background: #f9a206;
}

.overlay.overlay--gold:after {
	border-left: 1rem solid #f9a206;
}

.overlay.overlay--red {
	background: #992f17;
}

.overlay.overlay--red:after {
	border-left: 1rem solid #992f17;
}

.overlay.overlay--green {
	background: #49851e;
}

.overlay.overlay--green:after {
	border-left: 1rem solid #49851e;
}

.factorysecond {
	margin-top: 0em;
	width: 9em;
	margin-left: -2.4em;
}

.factorysecond img,
.cashback img,
.lapstore-select img {
	margin-top: 0em;
	width: 9em;
	margin-left: -2.4em;
}

.factorysecond span,
.cashback span,
.lapstore-select span {
	left: 44px;
	white-space: nowrap;
	top: 13px;
	position: absolute;
	color: white;
	font-size: 15px;
}

.factorysecond span {
	left: 63px;
	font-size: 18px;
	top: 11px;
}

.lapstore-select span {
	left: 44px;
	font-size: 9px;
	top: 16px;
}

.cashback-tag,
.factorysecond-tag,
.lapstore-select-tag,
.campus-tag {
	display: none !important;
}

.reduced-tag {
	border: none;
	color: #992f17;
	top: 0;
	position: absolute;
	margin-left: 100px;
}

.fapic {
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

#div_article .eel {
	vertical-align: 10px;
	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 .eelspectrum {
	display: inline-block;
}

#div_article .artpr {
	line-height: 1.1;
	text-align: right;
	font-size: 19px;
}

#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;
}

.artpr {
	white-space: nowrap;
}

.artpr br,
.artpr2 br {
	display: none;
}

.artpr span:first-child,
.artpr2 span:first-child {
	margin-bottom: 2px;
}

.artpr>span {
	display: inline-block;
}

.artpr2>span,
.artpr>span>span {
	margin-bottom: 2px;
}

.artpr>span>span,
.artpr2>span {
	display: block;
}

.artpr span:last-child a,
.artpr2 span:last-child a {
	text-decoration: underline;
	font-weight: 600;
}

.artpr .reduziert,
.artpr2 .reduziert {
	font-size: 14px;
	white-space: nowrap;
}

.storedealminprc {
	white-space: nowrap;
}

#div_article .unit {
	color: #000000;
	font-size: x-small;
	font-weight: normal;
	display: none;
}

#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 .upper-artrow {
	display: flex;
	justify-content: space-between;
	padding: 0 5px;
}

#div_article .lower-artrow {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 5px 0 5px;
	justify-content: space-between;
}

#div_article .lower-artrow .artpic {
	width: 25%;
}

#div_article .lower-artrow .abtnblock {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#div_article .prod-features {
	width: 50%;
}

.artpr2 {
	display: none;
}

.eelwrapper {
	text-align: right;
}

#div_article .lower-artrow .abtnblock .detailslabel {
	margin-bottom: 5px;
}

@media(max-width: 768px) {
	#div_article .lower-artrow .artpic {
		width: 50%;
	}

	#div_article .lower-artrow .prod-features {
		width: 50%;
		display: flex;
		align-items: center;
	}

	#div_article .lower-artrow .abtnblock {
		width: 100%;
		flex-direction: row;
		align-items: flex-end;
	}

	#div_article .lower-artrow .abtnblock .text-right {
		flex: 0;
	}

	.fapic {
		width: 250px;
		height: auto;
	}

	#div_article .artlief,
	#div_article .artship {
		text-align: left;
	}

	#div_article .artpr {
		display: none;
	}

	#div_article .artpr2 {
		display: inline-block;
		line-height: 1.1;
		font-size: 19px;
	}

	#div_article .detailslabel {
		display: none;
	}

	.eelwrapper {
		text-align: left;
	}

	#div_article .eelspectrum {
		display: block;
	}

	#div_article .eel {
		vertical-align: 0;
	}
}

@media(max-width: 550px) {
	#div_article .lower-artrow .artpic {
		width: 100%;
	}

	#div_article .lower-artrow .prod-features {
		width: 100%;
		display: flex;
		align-items: center;
		font-size: 12px;
	}

	#div_article .lower-artrow .abtnblock {
		width: 100%;
		flex-direction: row;
		align-items: flex-end;
	}
}

#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;
}

/********** Filter **********/

.propsliderlegend {
	margin: 10px 0 0 0;
	padding: 0;
}

.panel-title.active {
	font-weight: bold;
}

/********** Page Selectors **********/

div.pgsel {
	margin: 0 4px;
	display: inline-block;
}

div.pgsel_this {
	display: inline-block;
}

/********** Media Overrides **********/
@media (min-width: 992px) and (max-width: 1199px) {

	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: 769px) 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.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: 769px) {
	.overlay {
		margin-right: 0px;
	}

	.overlay--text span {
		display: none;
	}
}

@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;
}
