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

#bg-shop {
	font-family: 'Open Sans', sans-serif;
	background-color: #E6E6E6;
	color: #545454;	
	font-size: 14px; 
	margin: 0;
	padding: 0; 
	height: 100%; 
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

.width1200 {
	background-color: #FFFFFF;
}

.dtTable {
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.dtTable caption{
	display: none;
	background-color: #4682b4;
	color:white;
	font-size: 90%;
	font-style: italic;
	text-align: left;
	font-weight: bolder;
	margin-top: 3px;
	border: thin;
	border-style: solid;
	border-color: gray;
	padding: 2px;
}

.dtTable tr{
	margin-bottom:0;
}

.dtCaption {
	padding: 2px 15px 2px 0;
}

.dtValues{
	padding: 2px 0;
}
	
.dtPartDescr{
	margin: 2px;
	padding: 2px;
	font-size: 100%;
	font-weight: Bold;
	background-color:#f5f5f5;	
	color:black;
}	
	
.dtPartNo{
	margin: 2px;
	padding: 2px;
	font-size: 85%;
	background-color: #f5f5f5;
	color: ff0000;
	font-weight: bolder;	
}
	
.dtImages{
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width: 500px;
	background-color:white;
	width: 100%;
	height: auto;
	border: none;
}

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

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

.header .infos {
	float: right;
	position: relative;
	top: 80px;
	margin-top: -50px;
}

.header .infos a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
}

.header .infos i {
	font-size: 24px;
}

.header .infos span {
	display: none;
}

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

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

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

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

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

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

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

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

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

.btn-navi .close {
	background-color: #DDDDDD;
	color: #000000;
	font-size: 18px;
	width: calc(100% - 30px);
	position: absolute;
	left: 0;
	padding: 15px;
	cursor: pointer;
}

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

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

.banner {
	border-top: 1px solid #E5BF00;
	border-bottom: 1px solid #E5BF00;
}

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

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

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

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

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
	border: 1px solid #545454;
}

.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;
}

.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 {
	padding-top: 15px;
	text-align: center;
	color: #ADADAD;
}

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

.beschreibung {
	margin-top: 15px;
}

.beschreibung .headline {
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.beschreibung hr {
	 border-top: 1px solid #E5BF00;
	 margin: 15px 0;
}

.beschreibung .merkmale {
	line-height: 180%;
}

.beschreibung .merkmale strong {
	color: #EA0001;
}

.beschreibung .merkmale .breite {
	width: 200px;
	font-weight: 600;
	display: inline;
}

.beschreibung .box1 .breite {
	width: 200px;
	font-weight: 600;
	display: inline;
}

.beschreibung .box2 .breite {
	width: 200px;
	font-weight: 600;
	display: inline;
}

.beschreibung .box2 .headline {
	color: #EA0001;
}

.kurzbeschreibung  {
	display: none;
}

.hinweise .headline { 
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.hinweise .headline i { 
	font-size: 24px;
	color: #E5BF00;
	padding-right: 10px;
}

.hinweise ul { 
	margin: 0; 
	padding: 0; 
}
	
.hinweise li {  
	padding: 5px 0; 
	list-style: none;	
	display: inline-flex;	
}  

.hinweise li i { 
	color: #E5BF00;
	font-size: 18px;
	position: relative;
	top: 2px;
	display: inline-table;
	width: 30px;
}

.hinweise li span { 
	position: relative;
    padding-left: 10px;
}

.hinweise li .fa-paint-brush { 
	font-size: 16px;
}

.hinweise li .fa-lightbulb-o { 
	font-size: 20px;
}

/* Footer */
.bg-footer {
	background-image: url(../img/bg-footer-s.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 1px solid #E5BF00;
	color: #FFFFFF;
	padding: 15px 0;
}
	
.bg-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.bg-footer h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0 5px 0;
	margin: 0;
	text-transform: uppercase;
}

.bg-infos {
	border-top: 1px solid #E5BF00;
	border-bottom: 1px solid #E5BF00;
	padding: 5px 0;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
}

.bg-infos .box {
	padding: 10px 15px;
}
	
.infos .left {
	display: inline-table;
}
	
.infos .right {
	display: inline-table;
	top: -2px;
	position: relative;
	text-transform: uppercase;
}
	
.infos .right .klein {
	font-size: 14px;
	text-transform: none;
}
	
.infos i {
	font-size: 20px;
	color: #E5BF00;
	padding-right: 5px;
}

.kontakt {
	padding: 1px 15px 15px 15px;
	line-height: 160%;
}

.informationen {
	padding: 1px 15px 15px 15px;
	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;
}

.bezahlen {
	padding: 1px 15px 15px 15px;
}

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

.bezahlen img:last-child {
	margin-right: 0;
}

.bg-copy {
	border-top: 1px solid #E5BF00;
	color: #FFFFFF;
	padding: 15px 15px 0 15px;
	text-align: center;
	font-size: 12px;
}

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

.copy .mitte {
	padding-bottom: 15px;
}
