body {
	font-family: Roboto, sans-serif;
}
.ebay-template {
	background-color: #f9f8f6;
}
.con-white {
	background-color: #fff;
}
.header {
	background: #ffffff;
	padding: 10px 0 10px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
button.search-btn {
	position: absolute;
	top: 1px;
	right: 15px;
	height: 38px;
}
.btn-besuchen {
	width: 180px;
	padding: 8px;
	margin-top: 15px;
}
input#searchId {
	border-radius: 0px !important;
	height: 39px;
}
.btn {

}
.btn-primary {
	border-radius: 0;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f08131+0,ec5a02+100 */
	background: #8bc53e; /* Old browsers */
	background: #8bc53e; /* FF3.6-15 */
	background: #8bc53e; /* Chrome10-25,Safari5.1-6 */
	background: #8bc53e; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08131', endColorstr='#ec5a02',GradientType=0 ); /* IE6-9 */
}
.btn-primary:hover{
	color: #fff;
    background-color: #626262;
}
.sidebar {
	border-color: 1px solid #f4f4f4;
	font-size: 16px;
}
.sidebar-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f08131+0,ec5a02+100 */
	background-color: #8BC53E;
	color: #fff;
	padding: 7px;
	font-size: 21px;
    font-weight: 400;
}
.sidebar-content {
	padding: 10px;
	background-color: #fdfdfd;
	border: 1px solid #f4f4f4;
}
.sidebar-content.info {
	line-height: 28px;
	font-size: 13px;
}
.sidebar-content.category {
	padding: 0px 0px;
}
.sidebar a {
	color: grey;
	text-decoration: none;
	cursor: pointer;
}
.sidebar ul {
	padding: 0;
	list-style: none;
}
ul.vorteile li:before {
	font-family: "FontAwesome";
	content: "\f00c";
	padding-right: 10px;
}
ul.vorteile li {
	padding: 5px 0px;
}
ul.zahlungsarten li,ul.versandarten li {
	padding-bottom: 10px;
}
.block {
	display: block;
}
.mt20 {
	margin-top: 20px;
}

ul.sub_cat {
	padding-left: 20px !important;
	display: none;
}

.left_menu .level1 a {
	/*background: #28529C;*/
	display: block;
	padding: 10px 10px;
    font-weight: 200;
}
.left_menu .level1 a:hover {
	background-color: #f1f1f1;
}
.left_menu .level2 a:hover {
	background-color: #f2f2f2;
}
.left_menu .level1.SubCatExist a:after {
	font-family: "FontAwesome";
	content: "\f107";
	float: right;
}
li.level2 a:after {
	content: "" !important;
}
.big-image {
	border: 1px solid #c1c1c1;
	padding: 5px;
	text-align: center;
	margin: 25px;
	margin-top: 0px;
}
.big-image img {
	max-height: 800px;
	max-width: 100%;
}
ul.small-images img {
	max-width: 100%;
}
ul.small-images {
	list-style: none;
	padding: 5px;
	margin-top: -15px;
	margin-bottom: -20px;
	text-align: center;
}
ul.small-images li {
	border: 1px solid #c1c1c1;
	padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	width: 120px;
}
.listingtitle {
	color: #242424;
	font-size: 20px;
	font-weight: 700;
	line-height: 53.978px;
	margin-top: 15px;
}
.price {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 31px;
}
.availability {
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
.producer {
	color: #242424;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.itemmodal {
	/*  font-family: Roboto;*/
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.vat {
	color: #c2c2c2;
	font-size: 10px;
	font-weight: 400;
	line-height: 26px;
}
.tabs label {
	display: block;
	margin: 0 10px 0 5px;
	padding: 10px 15px;
	/*border: 1px solid #c1c1c1;*/
	text-align: center;
	cursor: pointer;
	position: relative;
	top: 0;
	font-size: 16px;
	font-weight: 200;
	background: #626262;
	color: #fff;
	border-radius: 0;
}
.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin-bottom: 100px;
	margin-top: 20px;
	margin-left: -3px;
}
.tabs li.tab-li {
	float: left;
	width: 25%;
}
.tabs input[type=radio] {
	visibility: hidden;
	height: 0px;
}
[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
}
#tab-content2 {
	padding: 15px;
    margin-left: -98%;
    width: 365%;
    border: 1px solid #f4f4f4;
    border: 2px solid #8bc53e;
}
.tab-content {
    z-index: 2;
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: transparent;
    left: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border: 2px solid #8bc53e;
}

.sidebar-content-payment{
	background-color: #fdfdfd;
   border: 1px solid #f4f4f4;
}
.sidebar-content-shipping{
	background: #333;
}

span.shipping-price {
    float: right;
    padding-right: 15px;
}

ul.shipping {
    list-style: none;
}

[id^=tab]:checked + label {
	/*border: 2px solid #D8D8D8;*/
    /* padding-left: 0px; */
    margin-left: 3px;
    border-bottom: 0px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    border-radius: 0;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background: #016c9a /* Old browsers */ background: #016c9a;
    background: #8bc53e;
    /* background: #016c9a; */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08131', endColorstr='#ec5a02',GradientType=0 )

}
#tab-content3 {
	/* padding-left: 15px; */
    margin-left: -96%;
    width: 365%;
    /* background-color: #fdfdfd; */
    /* border: 1px solid #f4f4f4; */
}
#tab-content4 {
	margin-left: -300%;
	height: auto;
}
.highlights {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 20px;
}
.footer {
	height: 5px;
	background-color:#242424;
}
.highlights img:hover {
	opacity: 0.3;
}
@media(max-width: 1200px) and (min-width: 992px) {
	.top-header li {
		padding: 5px 70px;
	}
}
@media(max-width: 992px ) {
	.logo {
		margin-bottom: 35px;
		text-align: center;
	}
	.tabs li {
		float: left;
		width: 100%;
	}
	.tab-content {
		width: 100%;
	}
	.header img {
		max-width: 100%;
	}
	.highlights img {
		margin-bottom: 10px;
	}
	.list-inline-xs li {
		display: inline-block;
	}
}
@media (max-width:  768px){
	.text-center-xs {
		text-align: center;
	}
	button.search-btn {
		position: relative;
		margin-top: -38px;
		float: right;
		height: 38px;
		right: 0px;
	}
	.btn-besuchen {
		margin-top: 20px;
	}
	.clear-xs {
		clear: both;
	}
}

li.level1 {
    /* border-top: 1px solid rgba(128, 128, 128, 0.25); */
}

li.level2 {
    border-top: 1px solid rgba(128, 128, 128, 0.18);
}

.left_menu .level1 a:active {
    color: #28bc53e;
}

div#tab-content1 {
    width: 400%;
    margin-left: 3px;
}

ul.contact.list-inline {
    padding-top: 5px;
	font-size: 19px;
	color: #8bc53e;
	margin-left: 3px;
	margin-top: 25px;
	float: right;
}
@media (max-width: 768px){
	ul.contact.list-inline{
		text-align: center;
		float: unset;
	}
}

.list-inline>li {
    display: inline-block;
    /* padding-right: 5px; */
    padding-left: 5px;
}

ul.zahlungsarten.list-inline {
    padding-top: 10px;
    padding-left: 19px;
    margin-bottom: -35px;
}

hr {
	
}
hr.paymentbox {
    width: 90%;
    margin-right: 20px;
    margin-top: 0px;
}
ul.dhl.list-inline {
    margin-left: 14px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.highlights img {
    width: 100%;
}

.highlight-box {
	border: 1px solid #8bc53e;
    /* padding: 15px; */
    padding-left: 0;
    padding-right: 0;
    width: 32%;
    margin-right: 8px;
    margin-left: 7px;
}

.hl1:hover {
    background: #8bc53e;
}

.hl2:hover {
    background: #8bc53e;
}

.hl3:hover {
    background: #8bc53e;
}

.highlight-box .hl1 span {
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    bottom: 2%;
    left: 35%;
}

.highlight-box .hl1:hover span {
    color: white;
}

.highlight-box .hl2 span {
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    bottom: 2%;
    left: 35%;
}

.highlight-box .hl2:hover span {
    color: white;
}

.highlight-box .hl3 span {
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    bottom: 2%;
    left: 35%;
}

.highlight-box .hl3:hover span {
    color: white;
}

div#tab-content1 p {
    margin-bottom: -1px;
}

.top-header.hidden-xs {
    background-color: #8bc53e;
    color: white;
    padding-top: 5px;
    padding-bottom: 0px;
    
}

l.list-inline.top-list-line {
    margin-top: 5px;
}

.top-header.hidden-xs ul.list-inline.top-list-line {
    margin-left: 200px;
}

.service-table td {
    background-color: #e8e8ea;
    text-align: left;
    color: #374853;
    padding: 10px;
    width: 50%;
    font-size: 14px;
    border-right: 3px solid #fff;
    
}

.service-table th {
	background-color: #e8e8ea;
	text-align: left;
	color: #374853;
	padding: 10px;
	width: 50%;
	font-size: 14px;
	border: 3px solid #fff;
	border-left: 0px;
}

.legal-table td {
    background-color: #e8e8ea;
    text-align: left;
    color: #374853;
    padding: 10px;
    width: 50%;
    font-size: 14px;
    border-right: 3px solid #fff;
    
}

.legal-table th {
	background-color: #e8e8ea;
	text-align: left;
	color: #374853;
	padding: 10px;
	width: 50%;
	font-size: 14px;
	border: 3px solid #fff;
	border-left: 0px;
}

table.legal-table {
    margin-top: 30px;
    margin-bottom: 50px;
}

.sidebar-content.category img {
    margin: 5px 0px 5px 45px;
}
.logo {
margin-top: 35px;
}
.logo img {
    width: 220px;
    margin-top: -5px;

}
.badge2 {
margin-top: 0px;
}
.badge2 img {
	max-width: 70%;
	margin-right: -80px;
}

.highlight {
    margin-bottom: 15px;
}
.support-phone.block{
	color: #8BC53E;
}
.support-mail.block {
	color: #8BC53E;
}

.fa.fa-clock-o {
    color: #8BC53E;
}

.highlights span {
    color: #333;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.highlight .highlight1 {
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition: all ease .5s .2s ease-out;
    -moz-transition: all ease .5s .2s ease-out;
    transition: all ease .5s .2s ease-out;
    border: 1px solid #E8E8EE;
    min-height: 265px;
    background-color: #FFF;
}
.badge-service {
margin-bottom: 30px;
}
.badge-service img{
    width: 60%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #FFF;
    cursor: default;
    background-color: #8bc53e;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0px;
    padding: 13px;
	padding-right: 45px;
	padding-left: 45px;
	font-size: 17px;
}

.nav-tabs > li > a {
    background: #ececec;
    border: 0px solid #ddd;
    border-bottom-color: grey;
    border-radius: 0px;
    padding: 13px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 17px;
    color: black;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.box-white {
    background: #fff;
    height: 19px;
    /* width: 100px; */
    position: relative;
    bottom: -17px;
    left: 0;
    z-index: 10;
}

