/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;	
	font-size: 14px; 
	margin: 0;
	padding: 0; 
	height: 100%; 
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

/* Header */
.logo {
	padding: 15px;
}

.logo img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.bg-navi {
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	box-shadow: 0 5px 5px #F5F5F5;
    -webkit-box-shadow: 0 5px 5px #F5F5F5;
    -moz-box-shadow: 0 5px 5px #F5F5F5;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

.btn-navi .btn-menu {
	cursor: pointer;	
	text-align: center;	
}

.btn-navi .btn-menu i {
	color: #FFFFFF;
	padding: 9px 11px;
	font-size: 24px;
	background-color: #444444;
}

.btn-navi .shopnavi {
	display: none;
}

.btn-navi:hover .shopnavi {
	display: block;
}

.btn-navi .shopnavi ul {
	padding: 0;
}

.btn-navi .shopnavi li {
	list-style: none;
	padding: 7px 15px;
}

.btn-navi .shopnavi a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.btn-navi .shopnavi a:hover {
	color: #FC0000;
}

.btn-navi .close {
	background-color: #DDDDDD;
	color: #000000;
	font-size: 18px;
	padding: 15px;
	cursor: pointer;
}

.btn-navi .close i {
	font-size: 18px;
	color: #000000;	
}

.btn-navi .close:hover {
	display: none;
}

/* Content */
.content-box {
	padding: 15px;	 
}

.galerie .btn-checkbox {
    display: none;
}

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
	border: 1px solid #CECECE;
    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 {
	margin-top: 10px;
}

.galerie label {
	cursor: pointer;
	display: inline-block;
	margin: 0 7px 7px 0;
	overflow: hidden;
}

.galerie label:last-child {
	margin: 0 0 7px 0;
}

.galerie label img {
	display: inline-block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: 78px;
	border: 1px solid #CECECE;
}

.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;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
	padding: 10px;
}

.lightbox a.btn-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.zoom {
	padding: 10px 0;
	text-align: center;
	color: #A6A6A6;
}

.zoom i {
	padding-right: 10px;
}

.content-box h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
    border-bottom: 1px solid #A6A6A6;
}

.content-box .marken {
    padding-bottom: 10px;
}

.content-box .markenname {
    float: left;
}

.content-box .markenname div[class=""] {
    display: none;
}

.content-box .markenlogo {
    float: right;
}

.content-box .markenlogo img {
    max-width: 100%;
}

.content-box .markenlogo img[src=""] {
    display: none;
}

.content-box .button {
    background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	max-width: 280px;
	margin-top: 15px;
	padding: 14px 10px 11px 10px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #CECECE;
}

.content-box .button a {
    color: #000000;
	text-decoration: none;
}

.content-box .button a:hover {
    color: #FC0000;
}

.beschreibung .beschreibung-headline {
    background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	margin: 15px 0;
	padding: 14px 15px 11px 15px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #CECECE;
}

.kurzbeschreibung {
	display: none;
}

.batterie  {
	font-weight: 400 !important;
}

.batterie .batterie-headline {
    background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	margin: 15px 0;
	padding: 14px 15px 11px 15px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #CECECE;
}

/* Footer */
.bg-ebay {
	background: #FC0000;
	background: -moz-linear-gradient(top, #FC0000 0%, #B60000 100%);
	background: -webkit-linear-gradient(top, #FC0000 0%,#B60000 100%);
	background: linear-gradient(to bottom, #FC0000 0%,#B60000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC0000', endColorstr='#B60000',GradientType=0 );
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.bg-ebay a {
	color: #FFFFFF;
	text-decoration: none;
}
	
.bg-footer {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #424242 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#424242 100%);
	background: linear-gradient(to bottom, #000000 0%,#424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#424242',GradientType=0 );
	color: #FFFFFF;
	padding: 15px;
	font-weight: 400;
}
	
.bg-footer a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 180%;
	font-size: 16px;
}

.bg-footer a:hover {
	color: #F12613; 
}

.bg-footer h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.bg-footer img {
	max-width: 100%;
	margin-top: 10px;
}

.informationen {
	padding-bottom: 35px;
}

.bezahlen {
	padding-bottom: 35px;
}

.copy {
	text-align: center;
	padding-top: 25px;
}