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

#bg-shop {
	font-family: 'Anton', 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-s.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
}

/* Header */
.header {
	height: 365px;
}

.header .logo {
	padding-top: 70px;
    margin-left: -10px;
}

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

.bg-navi {
	background-color: #FF8000;
	color: #FFFFFF;
}

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

.btn-navi .fa-bars {	
	padding: 7px 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	font-size: 24px;
	width: 40px;
	margin-right: 10px;
}

.btn-navi .btn-menu  span {
	position: relative;
	top: 3px;	
	font-size: 24px;	
}

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

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

.btn-navi:hover .shopnavi {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #FEA100;
	padding: 0 0 15px 0;
}

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

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

.btn-navi .shopnavi a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}

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

.btn-navi .close {
	background-color: #FF8000;
	color: #FFFFFF;
	padding: 5px 15px 3px 15px;
	cursor: pointer;
	width: 140px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.btn-navi .close i {
	padding: 5px 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	font-size: 24px;
	width: 34px;
	margin-right: 15px;	
	top: -2px;
    position: relative;
}

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

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

.content-box h1 {
    margin: 0 0 15px 0;
    font-size: 24px;
	font-weight: 400;
}

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

.galerie label {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 5px;
	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 {
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #FFA200;
	font-size: 16px;
	width: 190px;
	margin: 15px auto 0 auto;
	display: block;
}

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

.beschreibung {
	margin-top: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

.beschreibung .headline {
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #FFA200;
	font-size: 20px;
	margin: 0 -15px 15px -15px;
	font-family: 'Anton', sans-serif;
}

.beschreibung .headline-grau {
	padding: 10px 0;
	text-align: center;
	color: #000000;
	background-color: #BFBFBF;
	font-size: 20px;
	margin: 25px -15px 15px -15px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
}

.beschreibung .text {
	line-height: 140%;
}

.kurzbeschreibung  {
	display: none;
}

/* Footer */
.bg-navi-bottom {
	background-color: #FFA200;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}

.bg-navi-bottom a {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px;
}

.bg-navi-bottom a:hover {
	color: #000000;
}

.bg-footer {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px;
	font-size: 16px;
}
	
.bg-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

.kontakt {
	line-height: 180%;
	width: 230px;
	text-align: right;
}

.kontakt img {
    max-width: 100%;
}

.vorteile ul {
    margin: 0;
    padding: 0;
}

.vorteile li {
    list-style: none;
    line-height: 180%;
}

.vorteile li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    color: #FFA200;
}

.bg-copy {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #FFA200;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 15px;
}

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