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

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

img {
	border: none;
}

.clear {
	clear: both;
}

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

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

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

.header .infos {
	display: none;
}

.banner {
	display: none; 
}

.bg-navi {
	background-color: #C8C8C8;
	color: #000000;
}

.bg-navi .navi {
	padding: 10px 0 0 0;
}

.btn-navi .btn-menu {
	cursor: pointer;
	padding: 0 15px 10px 15px;	
	text-align: center;	
}

.btn-navi .fa-bars {
	font-size: 30px;	
}

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

.btn-navi:hover .shopnavi {
	display: block;
	font-family: 'Open Sans', sans-serif;
}

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

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

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

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

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

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

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

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

/* Content */
.content-box {
	padding: 15px;	 
	background-color: #FFFFFF;
}

.content-box .linke-spalte {
	display: none;
}

.content-box h1 {
    margin: 0 0 15px 0;
    font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FF9B00;
}

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

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
}

.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: 15px;
	text-align: center;
	display: none;
}

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

.galerie label img {
	display: inline-block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: 75px;
}

.thumbs label img[src=""] {
	display: 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 {
    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 {
	display: none;
	padding: 10px 0;
	text-align: center;
	color: #8C8C8C;
}

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

.beschreibung {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}

.beschreibung .headline { 
	background-color: #FF9B00;
	font-size: 16px;
	padding: 5px 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.beschreibung .text { 
	border: 1px solid #C8C8C8;
	border-top: none;
	padding: 15px;
}

.beschreibung table { 
	width: 100% !important;
}

.beschreibung img { 
	max-width: 100%;
	height: auto;
}

.kurzbeschreibung  {
	display: none;
}

/* Footer */
.bg-footer {
	color: #FFFFFF;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
}
	
.bg-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.bg-footer h2 {
	color: #FF9B00;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.kontakt {
	padding-bottom: 20px;
	line-height: 160%;
	display: none;
}

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

.informationen {
	padding-bottom: 20px;
	line-height: 240%;
}

.informationen a {
	display: block;
}

.informationen a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
}

.ebay {
	font-size: 16px;
}

.ebay a {
    font-weight: 600;
}

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

.bg-bezahlen {
	border-top: 1px solid #FF9B00;
	border-bottom: 1px solid #FF9B00;
	color: #FF9B00;
	padding: 0 15px 15px 15px;
}

.bezahlen h2 {
	color: #FF9B00;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
	margin: 0;
	text-transform: uppercase;
}

.bezahlen img {
    margin: 0 0 0 15px;
}

.bg-copy {
	text-align: center;
	color: #FFFFFF;
	padding: 15px;
}

.copy .links {
	padding-bottom: 5px;
}