/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
	font-family: 'Montserrat', sans-serif;
	background-color: #E6E6E6;
	color: #22211F;	
	font-size: 14px; 
	margin: 0;
	padding: 0; 
	height: 100%; 
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

.width1200 {
	background-color: #FFFFFF;
}

/* Header */
.bg-header {
	padding: 15px;
}

.bg-header .logo .logo-s {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.bg-header .logo .logo-d {
	display: none;
}

.linie {
	display: none;
}

.bg-navi {
	background-color: #1F5AA8;
	color: #FFFFFF;
}

.bg-navi .navi {
	padding: 10px 0 0 0;
}

.btn-navi .btn-menu {
	cursor: pointer;
	padding: 0 0 10px 0;		
	font-size: 24px;	
	text-align: center;
}

.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: #FFFFFF;
	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;	
}

.btn-navi .close:hover {
	display: none;
}

.banner img {
	width: 100%;
}

/* Content */
.content-box {
	padding: 15px;	 
}

.galerie .btn-checkbox {
    display: none;
}

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	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: 15px;
}

.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: 80px;
	border: 1px solid #CCCCCC;
}

.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: #ADADAD;
}

.zoom i {
	padding-right: 10px;
}

.content-box h1 {
    margin: 0 0 15px 0;
    font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
    border-bottom: 4px solid #1F5AA8;
	color: #22211F;
}

.beschreibung .artikelheadline {
    margin: 0 0 15px 0;
    font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
    border-bottom: 2px solid #1F5AA8;
	color: #22211F;	
}

.beschreibung .artikelinfos {
	text-align: center;
	padding: 15px 0;
}

.beschreibung .artikelinfos table {
    font-size: 14px;
}

.beschreibung .artikelinfos .abstand {
	padding-right: 15px;
}

.kurzbeschreibung {
	display: none;
}

/* Footer */
.bg-footer {
	background-color: #22211F;
	color: #FFFFFF;
	font-size: 16px;
}

.bg-footer img {
	max-width: 100%;
}

.footer h2 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 15px 0;
	font-weight: 400;
}

.vorteile {
	padding: 1px 15px 15px 15px;
}

.vorteile ul {
    margin: 0;
    padding: 0;
}

.vorteile li {
    list-style: none;
    padding: 5px 0;
	display: flex;
}

.vorteile li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
}

.bezahlen {
	padding: 0 15px 15px 15px;
}

.versand {
	padding: 0 15px 15px 15px;
}

.bg-copy {
	background-color: #1F5AA8;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding: 15px;
}

.copy .links {
	padding-bottom: 5px;
}