@charset "UTF-8";
/* Move down content because we have a fixed navbar that is 50px tall */

body {
	padding-top: 0px;
	padding-bottom: 20px;
}

.in li {
	display: block;
}

.cat_tree_selected {
	font-weight: bold;
}

.disa {
	display: none !important;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

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

.panel-title > a {
	color: inherit;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-heading a:after {
	content: '\f078';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	float: right;
	color: grey;
}

.panel-heading a.collapsed:after {
	content: '\f054';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	float: right;
	color: grey;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

.info-head a:link, .info-head a:visited {
	color: #dd3228 !important;
}

.bewertung {
	color: #dd3228;
	text-decoration: underline;
}

.footer-box {
	border-radius: 5px;
	background-image: -webkit-linear-gradient(-90deg, #4a4949 0%, #2d2d2c 100%);
	background-image: -webkit-linear-gradient(top, #4a4949 0%, #2d2d2c 100%);
	background-image: linear-gradient(180deg, #4a4949 0%, #2d2d2c 100%);
}

span.carlist_red {
	color: red;
}

span.carlist_red_fc {
	color: red;
}

span.carlist_red_fc a {
	color: black;
	text-decoration: underline;
}

span.carlist_kba a {
	color: black;
	text-decoration: underline;
}

.attributes_fc {
	color: red;
	font-weight: bold;
}

.tooltip {
	position: absolute;
	z-index: 999;
	left: -9999px;
	background-color: #dedede;
	padding: 5px;
	border: 1px solid #fff;
	width: 250px;
	font-size: 14px;
}

.link-itemlist, .link-itemlist a:link, .link-itemlist a:visited {
	color: #2d2d2c !important;
}

a.link-itemlist {
	font-weight: bold;
	margin-bottom: 10px;
}

.itemlist_attrfilter_container {
	clear: both;
}

.itemlist_attrfilter {
	float: right;
	padding: 10px;
}

.resetsearch {
	text-align: center;
	padding: 10px;
}

.resetsearch a {
	color: black;
}

@media (min-width: 992px) {
	.more-items-div {
		clear: both;
	}
}

.price-delivery-div {
	min-height: 200px;
}

.service-head {
	color: #2d2d2c;
	font-size: 20px;
	font-weight: 700;
}

.service-text {
	color: #2d2d2c;
	font-size: 14px;
	font-weight: 400;
}

.service-time-bold {
	color: #dd3228;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 5px;
}

.service-time {
	color: #2d2d2c;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 5px;
}

.cat a:link, .cat a:visited {
	color: #2d2d2c;
}

.cat a:hover {
	color: #dd3228;
}

.row {
	font-size: 14px;
}

.header {
	margin-bottom: -10px;
}

.headerclick, .headerclick-product {
	cursor: pointer;
}

.padding-override {
	padding: 0px !important;
}

.padding10 {
	padding: 10px;
}

.padding5 {
	padding: 5px;
}

.space-bottom {
	margin-bottom: 10px;
}

.th-grey {
	padding: 5px;
	background-color: #c8c8c8 !important;
	font-size: 11px;
}

td {
	vertical-align: top;
}

td.itemlist-attributes {
	font-size: 10px;
	padding-right: 10px;
}

table.centered {
	/* 	text-align: center; */
	color: white;
}

table.centered input {
	color: black;
}

table.centered td {
	width: 100px;
}

.loadingmessage {
	text-align: center;
	padding: 20px;
}

#itemlist_numitems {
	display: block;
	font-size: 12px;
	padding-top: 10px;
}

@media (min-width: 480px) {
	#itemlist_numitems {
		padding: 10px;
		text-align: right;
	}
}

#itemlist_filter_category {
	width: auto;
}

#herstellersmall, #modellsmall, #fahrzeugsmall {
	width: 100%;
}

.carlist_schluesselnummer {
	padding-left: 70px;
	font-size: 18px;
}

.carlist_hsntsn {
	height: 110px;
	background-image: url(../img_der_autoteileprofi/fzgschein2.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	position: relative;
}


.hsntsn_hover {
	height: 140px;
	width: 240px;
	background: url(../img_der_autoteileprofi/fzgschein_hover.png) no-repeat;
	top: -124px;
	position: absolute;
	right: 145px;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	z-index: 999;
	opacity: 1;
	transition: opacity 1s ease-in;

}
.hsntsn_hover.hidden {
	opacity: 0;
}
.hsntsn_hover h1 {
	color: #DA3127;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.carlist_hsn {
	position: absolute;
	left: 341px;
	top: 11px;
	border: 2px solid red;
}

.carlist_hsn input {
	width: 125px !important;
	height: 36px;
	font-size: 22px;
}

.carlist_tsn {
	position: absolute;
	left: 495px;
	top: 11px;
	border: 2px solid red;
}

.carlist_tsn input {
	width: 105px !important;
	height: 36px;
	font-size: 22px;
}

#info_glasarten {
	position: absolute;
	left: 30%;
	width: 600px;
	min-height: 400px;
	display: none;
	z-index: 100;
}

#info_glasarten div {
	padding: 10px;
}

#gcmzoomdiv {
	position: absolute;
	left: 30%;
	width: 600px;
	min-height: 400px;
	display: none;
	z-index: 100;
}

#gcmzoomdiv img {
	width: 100%;
}

.product-image {
	cursor: pointer;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.radius-border {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
	background-color: #ffffff;
	/* 	margin-bottom: 10px; */
}

.td-pad {
	padding: 5px;
	font-size: 11px;
}

.arrow-right {
	width: 50px;
	height: 40px;
	float: right;
	margin-top: 110px;
	cursor: pointer;
}

.arrow-left {
	width: 50px;
	height: 40px;
	float: left;
	margin-top: 110px;
	cursor: pointer;
}

.filter-title {
	width: 195px;
	height: 25px;
	color: white;
	padding-top: 4px;
	padding-left: 10px;
	cursor: pointer;
	float: left;
	position: relative;
	top: -25px;
	left: 0px;
	font-size: 9pt;
	border: 1px solid black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #4a4949;
	z-index: -10;

}

.filter-title[active="true"] {
	top: -35px;
	height: 45px;
}

.listfilterselect {
	/* font-size: 8px;  */
	width: 100%;
}

table.attributes tr {
	border-bottom: 1px dotted gray;
}

table.attributes td {
	font-size: 12px;
}

#shop-startpage-items {
	overflow-x: hidden;
}

.suche-title {
	/* width: 292px; */
	height: 46px;
	background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #c8c8c8 25%, #f0f0f0 49%, #c8c8c8 74%, #f0f0f0 99%);
	background-image: -webkit-linear-gradient(bottom, #f0f0f0 0%, #c8c8c8 25%, #f0f0f0 49%, #c8c8c8 74%, #f0f0f0 99%);
	background-image: linear-gradient(0deg, #f0f0f0 0%, #c8c8c8 25%, #f0f0f0 49%, #c8c8c8 74%, #f0f0f0 99%);
	box-shadow: 0px 1px 3px 0px rgba(30, 30, 28, 0.5);
	padding-top: 14px;
	padding-left: 10px;
	cursor: pointer;
}

.search-form {
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: bottom;
	/* width: 304px; */
}

.search {
	/* min-width: 312px; */
	/* width: 312px; */
	border-radius: 5px;
	background-color: #ebebeb;
	padding: 10px;
}

.filter-box {
	background-image: url(../img/bg-filterbox.jpg);
	height: 410px;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-color: #ebebeb;
	padding-left: 30px;
	padding-right: 10px;
}

.filter {
	width: 277px;
	padding-top: 11px;
	padding-left: 5px !important;
}

.filter-menue {
	width: 302px;
	min-height: 180px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background-image: -webkit-linear-gradient(-90deg, #4a4949 0%, #2d2d2c 100%);
	background-image: -webkit-linear-gradient(top, #4a4949 0%, #2d2d2c 100%);
	background-image: linear-gradient(180deg, #4a4949 0%, #2d2d2c 100%);
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
}

.filter-menue p {
	color: white;
	font-size: 10px;
}

.filter-menue h3 {
	padding-left: 0px;
}

.filter-menue2 {
	/* width: 292px; */
	height: auto !important;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(-90deg, #4a4949 0%, #2d2d2c 100%);
	background-image: -webkit-linear-gradient(top, #4a4949 0%, #2d2d2c 100%);
	background-image: linear-gradient(180deg, #4a4949 0%, #2d2d2c 100%);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.filter-menue2 table {
	margin-bottom: 10px;
}

.trenner-orange {
	width: 100%;
	background-color: #dd3228;
	height: 5px;
}

.trenner-blue {
	width: 100%;
	background-color: #2d2d2c;
	height: 5px;
	/* 	margin-bottom:20px; */
}

.info-head {
	color: #2d2d2c !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 5.28px;
	margin-top: 10px;
	float: right;
}

.text-pad {
	padding-right: 20px;
}

.table-flow {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
}

.text-flow {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.service-box {
	border-radius: 5px;
	background-image: url(../img/bg-service.jpg);
	background-repeat: no-repeat;
	height: 240px;
}

.service-text {
	/*
padding-left:10px;
	padding-right:10px;
*/
	padding: 10px;
}

.service-text h2 {
	color: #FFFFFF !important;
}

.service-text p {
	color: #FFFFFF !important;
}

.headline-box {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: -webkit-linear-gradient(-90deg, #4a4949 0%, #2d2d2c 100%);
	background-image: -webkit-linear-gradient(top, #4a4949 0%, #2d2d2c 100%);
	background-image: linear-gradient(180deg, #4a4949 0%, #2d2d2c 100%);
	text-transform: uppercase;
}

.headline-box a, .headline-box a:link, .headline-box a:visited {
	color: white;
}

.text-flow h3 {
	color: black;
}

.experience {
	/* height:150px; */
	margin-bottom: 10px;
}

.itemlist-container {
	height: 390px;
	overflow: auto;
	border-top: 2px solid white;
}

.itemlist-container-admin {
	height: 300px;
	overflow: auto;
	border-top: 2px solid white;
}

@media (max-width: 480px) {
	.itemlist-container {
		height: 250px;
	}
}

.margin30 {
	margin-bottom: 30px;
}

.bottom {
	/* margin-bottom:20px; */
}

.filter-row {
	margin-top: 40px;
}

#catsearch,
.itemlist_filter_category_search {
	margin-bottom: 10px;
}

.find-btn {
	font-size: 14px;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(-90deg, #dd3228 0%, #a51e19 100%);
	background-image: -webkit-linear-gradient(top, #dd3228 0%, #a51e19 100%);
	background-image: linear-gradient(180deg, #dd3228 0%, #a51e19 100%);
	border: 0px;
}

.reasons {
	/*list-style-image:url(../img/checked-box.jpg);*/
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
}

.reasons li {
	margin-bottom: 5px;
	padding-left: 40px;
	display: block;
	position: relative;
}

.reasons li:before {
	content: url(../img/checked-box.jpg);
	position: absolute;
	left: 0;
}

.zufriedenheit {
	list-style-image: url(../img/li-kat.jpg);
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	margin-left: 50px;
}

.cat {
	list-style-image: url(../img/li-kat.jpg);
	color: #0e4a6b;
	font-size: 14px;
	/* line-height: 36px; */
	font-weight: bold;
}

.catheader div {
	background-image: url(../img/bg-spiegel.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 5.28px;
	text-shadow: 0px 0px 12px #0e4a6b;
	padding: 18px;
}

.light {
	background-image: url(../img/bg-beleuchtung.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 5.28px;
	text-shadow: 0px 0px 12px #0e4a6b;
	padding: 18px;
}

.mirror {
	background-image: url(../img/bg-spiegel.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 5.28px;
	text-shadow: 0px 0px 12px #0e4a6b;
	padding: 18px;
}

.Motorraum {
	background-image: url(../img/bg-beleuchtung.jpg);
}

.Bremsen {
	background-image: url(../img/bg-spiegel.jpg);
}

.Autoelektrik {
	background-image: url(../img/bg-spiegel.jpg);
}

.Karosserie {
	background-image: url(../img/bg-spiegel.jpg);
}

.window {
	background-image: url(../img/bg-fensterheber.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 5.28px;
	text-shadow: 0px 0px 12px #0e4a6b;
	padding: 18px;
}

#xsellitems a {
	/*color: black;*/
}

.table-stripe tr:nth-child(odd) {
	background: #d3d3d3;
}

.table-stripe td {
	vertical-align: middle;
}

.info {
	border-radius: 5px;
	background-color: #ebebeb;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}

.info p strong {
	color: #2d2d2c;
	font-size: 18px;
	line-height: 26px;
}

.options {
	width: 100px;
	border-radius: 5px;
	font-size: 10px;
	padding: 5px;
	background-image: -webkit-linear-gradient(-90deg, #d2d2d2 0%, #8c8c8c 100%);
	background-image: -webkit-linear-gradient(top, #d2d2d2 0%, #8c8c8c 100%);
	background-image: linear-gradient(180deg, #d2d2d2 0%, #8c8c8c 100%);
	color: white;
	border: 0px;
}

.buy {
	border-radius: 5px;
	width: 187px;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: -webkit-linear-gradient(-90deg, #dd3228 0%, #a51e19 100%);
	background-image: -webkit-linear-gradient(top, #dd3228 0%, #a51e19 100%);
	background-image: linear-gradient(180deg, #dd3228 0%, #a51e19 100%);
	font-weight: 700;
	color: white;
	border: 0px;

}

.td-green {
	color: #008606;
	font-size: 16px;
	line-height: 35px;
}

.big-price {
	color: #2d2d2c;
	font-size: 34px;
	font-weight: 700;
}

#itemlist_message {
	font-size: larger;
	color: red;
	text-align: center;
	padding: 10px;
}

#itemlist_message_green {
	font-size: larger;
	color: green;
	text-align: center;
	padding: 10px;
}

.panel-heading {
	position: relative;
}

#categories_header {
	float: none !important;
	display: inline-block;
}

#itemlist > div:nth-child(even) {
	background: #EAEAEA;
}

.itemlist-image {
	display: block;
	max-width: 150px;
	max-height: 100px;
	width: auto;
	height: auto;
}

.itemlist-price {
	color: #2d2d2c;
	font-size: 16px;
	font-weight: 700;
}

.itemlist-stock {
	color: #008606;
	font-size: 12px;
}

.itemlist-stock-orange {
	color: orange;
	font-size: 12px;
}

.itemlist-stock-red {
	color: red;
	font-size: 12px;
}

.big {
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

.itemlist-buynow {
	background: #00509d;
	background: -webkit-gradient(linear, left top, left bottom, from(#dd3228), to(#a51e19));
	background: -moz-linear-gradient(top, #dd3228, #a51e19);
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3228', endColorstr='#a51e19');
	color: #fff;
	padding: .5em 1.2em;
}

.bg-phone {
	background-image: url(../img/phone_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

.text-sofort {
	color: #008606;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

.claim {
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
}

.footer {
	color: white;
	text-align: center;
}

.footer a {
	color: white;
}

.footer a:visited {
	color: white;
}

.footer a:link {
	color: white;
}

.wrap-img {
	width: 200px;
	height: 1px;
}

.wrap-img-big {
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

@media print {
	.header {
		height: 240px;
		width: 996px;
		background-image: url(../img/bg-header.jpg);
		background-repeat: no-repeat;
	}

	/*
	.light{
		width: 250px;
	}

	.mirror{
		width: 250px;
	}

	.window{
		 width: 250px;
	}
	*/
}

@media (min-width: 480px) {
	.header {
		height: 108px;
		width: 450px;
		background-image: url(../img/bg-header-phone.jpg);
		background-repeat: no-repeat;
	}

	#itemlist_numitems {
		display: inline-block;
		position: absolute;
		right: 0;
		height: 22px;
		line-height: 22px;
		white-space: nowrap;
		margin-right: 10px;
		padding: 0;
	}

	/*
	.light{
		width: 250px;
	}

	.mirror{
		width: 250px;
	}

	.window{
		 width: 250px;
	}
	*/
}

@media (min-width: 768px) {
	.itemlist-image {
		display: block;
		max-width: 100px;
		max-height: 100px;
		width: auto;
		height: auto;
	}

	.header {
		height: 174px;
		width: 720px;
		background-image: url(../img/bg-header-sml.jpg);
		background-repeat: no-repeat;
	}

	h3,
	.h3 {
		font-size: 14px;
	}

	/*
	.light{
		width: 200px;
	}

	.mirror{
		width: 200px;
	}

	.window{
		 width: 200px;
	}
	*/
	.filter-margin {
		margin-top: -15px !important;
	}
}

@media (min-width: 992px) {
	.itemlist-image {
		display: block;
		max-width: 150px;
		max-height: 100px;
		width: auto;
		height: auto;
	}

	.header {
		height: 227px;
		width: 940px;
		background-image: url(../img/bg-header-med.jpg);
		background-repeat: no-repeat;
	}
}

@media (min-width: 1200px) {
	.header {
		height: 240px;
		width: 996px;
		background-image: url(../img/bg-header.jpg);
		background-repeat: no-repeat;
	}

	/*
	.light{
		width: 250px;
	}

	.mirror{
		width: 250px;
	}

	.window{
		 width: 250px;
	}
	*/
}

.rootcat {
	margin-top: 10px;
	padding-left: 0;
}

.rootcat li {
	list-style: none;
}

.rootcat li .tree-toggler:hover {
	cursor: pointer;
	background: #EBEBEB;
}

.rootcat .tree-toggler,
.rootcat a {
	padding: 3px 10px 3px 15px;
}

.rootcat .tree-toggler:before,
.rootcat a:before {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	top: 3px;
	margin-right: 5px;
	text-decoration: inherit;
}

.rootcat .tree-toggler:before {
	content: '\f054';
	left: 3px;
}

.rootcat .tree-toggler.open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 3px;
}

.rootcat a:before {
	content: '\f0a4';
	left: 2px;
}

.rootcat a:hover:before {
	text-decoration: none;
}

.rootcat a:visited {
	color: #00c;
}

.rootcat li,
.rootcat a {
	position: relative;
}

.slider_arrow_left,
.slider_arrow_right {
	opacity: 0.4;
	-webkit-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}

#similaritems2 .slider_arrow_left, #similaritems2 .slider_arrow_right {
	top: 40%;
}

.slider_arrow_left:hover,
.slider_arrow_right:hover {
	cursor: pointer;
	opacity: 1;
}
.text-center {
	text-align: center;
}

.center-block {
	display: block;
	margin: 0 auto;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.hinweis_text {
	margin-left: 40px;
	font-size: 12px;
}
.hinweis_text:before {
	content: url(../img_der_autoteileprofi/icon-warning.png);
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 0;
}
.hinweis_auswahl {
	height: 70px;
}
/* Slider */
/* Dots */