/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #F2F2F2;
	color: #0D0D0D;	
	font-size: 14px; 
    font-weight: 400;
	margin: 0;
	padding: 0; 
	height: 100%; 
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

.width1200 {
	background-color: #FFFFFF;
}

/* Header */
.bg-header .header {
    background-image: url("../img/bg-header.jpg");
    background-position: top center;
	padding: 15px;
    line-height: normal;
}

.bg-header .logo img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.bg-navi {
	color: #0D0D0D;
}

.bg-navi .navi {
	padding: 10px 0 0 0;
}

.btn-navi .btn-menu {
	cursor: pointer;
	padding: 0 0 10px 0;
	text-align: center;		
}

.btn-navi .btn-menu i {
	font-size: 36px;	
}

.btn-navi .shopnavi {
	display: none;
}

.btn-navi:hover .shopnavi {
	display: block;
}

.btn-navi .shopnavi ul {
	padding: 0;
	margin-bottom: 0;
}

.btn-navi .shopnavi li {
	list-style: none;
	padding: 10px 15px;
}

.btn-navi .shopnavi a {
	font-size: 20px;
    font-weight: 700;
	color: #0D0D0D;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-navi .shopnavi a:hover {
	color: #BD1620;
}

.btn-navi .close {
	background-color: #DDDDDD;
	color: #0D0D0D;
	font-size: 18px;
	padding: 15px;
	cursor: pointer;
}

.btn-navi .close i {
	font-size: 18px;
	color: #0D0D0D;	
}

.btn-navi .close:hover {
	display: none;
}

/* Content */
.content-box {
	padding: 15px;	 
}

.content-box h1 { 
    margin: 15px 0 0 0; 
    font-size: 24px;
	font-weight: 700; 
}

.content-box h2 {
    margin: 0 0 15px 0; 
    font-size: 20px;
	font-weight: 400;
}

.detail-box .linie {
    margin: 15px 0;
	border-top: 1px solid #D9D9D9;
}

.detail-box .gross {
    font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
}

.detail-box div[id="<-ZusatztextLabel:Fahrzeuge->"],
.detail-box div[id="<-ZusatztextLabel:Hinweise->"],
.detail-box div[id="<-Freifeld6->"],
.detail-box div[id="<-Freifeld7->"]{
	display: none;
}

.detail-box .artikelnummer {
    font-size: 16px;
	font-weight: 700;
	padding-bottom: 25px;
}

.detail-box .artikelnummer .first {
    float: left;
}

.detail-box .artikelnummer .last {
    float: right;
}

.galerie .btn-checkbox {
    display: none;
}

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
	border: 1px solid #D9D9D9;
	padding: 5px;
}

.bild-gross-position a {
	cursor: zoom-in;
	display: block;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.bild-gross-position img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.thumbs {
	text-align: center;
}

.thumbs label {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 10px 5px;
	overflow: hidden;
}

.thumbs label img {
	display: inline-block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: 90px;
	border: 1px solid #D9D9D9;
}

.thumbs label img[src=""] {
	display: none;
	border: none;
}

#bild-1:checked ~ .bild-gross #bild-gross-1, 
#bild-2:checked ~ .bild-gross #bild-gross-2, 
#bild-3:checked ~ .bild-gross #bild-gross-3, 
#bild-4:checked ~ .bild-gross #bild-gross-4, 
#bild-5:checked ~ .bild-gross #bild-gross-5, 
#bild-6:checked ~ .bild-gross #bild-gross-6,
#bild-7:checked ~ .bild-gross #bild-gross-7,
#bild-8:checked ~ .bild-gross #bild-gross-8,
#bild-9:checked ~ .bild-gross #bild-gross-9,
#bild-10:checked ~ .bild-gross #bild-gross-10,
#bild-11:checked ~ .bild-gross #bild-gross-11,
#bild-12:checked ~ .bild-gross #bild-gross-12 {
    display: block;
}

.lightbox {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.lightbox .lightbox-popup {
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.lightbox:target {
	opacity: 1;
	position: fixed;
	top: 0;
	visibility: visible;
}

.lightbox-popup {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	max-height: 0;
	max-width: 0;
	position: absolute;
	right: 0;
	top: 10%;
	transform: scale(0);
}

.lightbox:target .lightbox-popup {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	max-height: 400px;
	max-width: 400px;
	transform: scale(1);
}

.lightbox-popup img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 95%;
	max-width: 95%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.lightbox a.btn-close {
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	font-size: 20px;
	color: #0D0D0D;
	cursor: pointer;
	padding: 10px;
}

.lightbox a.btn-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.bildtext {
	float: right;
	color: #B2B2B2;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 15px;
	position: relative;
	top: -36px;
	right: 1px;
	font-size: 12px;
	text-align: right;
}

.zoom {
	padding: 15px 0;
	text-align: center;
	color: #808080;
}

.zoom i {
	font-size: 16px;
	padding-right: 10px;
}

.details .markenlogo img {
	max-width: 100%;
	margin: 25px auto;
	display: block;
}

.details .kaufen {
   	background-color: #BD1620;
	max-width: 230px;
	margin: 15px auto;
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.details .kaufen a {
    color: #FFFFFF;
	text-decoration: none;
}

.details .kaufen:hover {
	background-color: #CCCCCC;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
   	-webkit-transition: all .5s ease;
}

.details .kaufen:hover a {
    color: #262626;
}

.details .button {
	background-color: #CCCCCC;
	max-width: 230px;
	margin: 15px auto;
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.details .button a {
	color: #262626;
	text-decoration: none;	
}

.details .button:hover {
	background-color: #BD1620;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
   	-webkit-transition: all .5s ease;
}

.details .button:hover a {
    color: #FFFFFF;
}

.details .button:hover a {
    color: #FFFFFF;
}

.beschreibung {
	padding-top: 25px;
	font-size: 12px;
}

article.accordion section { 
	display: block;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}

article.accordion section#acc1 { 
	height: auto;
}

article.accordion section#acc1 h2 { 
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-bottom: none;
}

article.accordion section#acc1 h2 a {
	cursor: default;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
}

article.accordion section#acc1 h2 a:hover {
	color: #0D0D0D;
}

article.accordion section#acc1 h2 a:after {  
	content: "";
}

article.accordion section h2 {
	padding: 15px;
	margin: 0;
	background-color: #CCCCCC;
}

article.accordion section h2 a:after {  
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	float: right;
} 

article.accordion section h2 a {
	display: block;
	text-decoration: none;
	color: #0D0D0D;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

article.accordion section h2 a:hover {
	color: #BD1620;
}

article.accordion section .text {
	padding: 15px;
	border: 1px solid #D9D9D9;
	border-top: none;
}

article.accordion section:target {
	height: auto;
}

article.accordion section {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; 
}

.kurzbeschreibung {
	display: none;
}

/* Footer */
.bg-ebay {
	background-color: #000000;
	margin: 0 15px 15px 15px;
}
	
.bg-ebay .ebay {
	padding: 12px 15px;
}

.ebay a {
	color: #FFFFFF;
	text-decoration: none;
}

.ebay img {
	float: left;
	margin-right: 15px;
}

.ebay strong {
	font-size: 16px;
}

.bg-footer {
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
	color: #0D0D0D;
	margin: 0 15px;
}
	
.bg-footer .footer {
	padding: 0 15px;
	background: transparent;
    color: #0D0D0D;	
    margin: 0 auto;
    text-align: left;
}
	
.footer a {
	color: #0D0D0D;
	text-decoration: none;
}

.footer a:hover {
	color: #BD1620;
}

.footer h2 {
	color: #BD1620;
	font-size: 16px;
	margin: 0 0 15px 0;
	font-weight: 400;
	text-transform: uppercase;
}

.footer .box {
	padding: 15px 0;
}

.informationen a {
	display: flex;
	padding-bottom: 15px;
}

.informationen a:before {
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; 
    text-decoration: inherit;
    padding-right: 10px;
}

.bezahlen img {
	margin: 0 10px 10px 0;
}

.bezahlen img:last-child {
	margin-right: 0;
}

.copy {
	border-top: 1px solid #BD1620;
	text-align: center;
	margin: 0 15px;
	padding: 15px 0;
	font-size: 12px;
}

.copy .links {
	padding-bottom: 15px;
}