/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
  	font-family: 'Open Sans', sans-serif;
	color: #333132;	
	font-size: 14px; 
	font-weight: 300;
	margin: 0;
	padding: 0; 
	height: 100%;  
}

.width1400 {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

/* Header */
.bg-header {
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-y;
	background-position: top left;
	box-shadow: 0 10px 30px -15px black;
    -moz-box-shadow: 0 10px 30px -15px black;
    -webkit-box-shadow: 0 10px 30px -15px black;
	margin-bottom: 90px;
}

.bg-weiss {
	background: rgba(255, 255, 255, 0.5);
	padding: 0 15px;
}

.bg-header .logo {
    padding: 15px 0;
}

.bg-header .logo img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.banner img {
	max-width: 100%;
}

/* Content */
.content .bg-rot  {
	background: rgba(255, 39, 10, 0.75);
	padding: 25px 15px 75px 15px;
	display: table;
	min-height: 76px;
}

.content .bg-rot .headlines {
    display: table-cell;
    vertical-align: middle;
}

.content h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    margin: 0;
	color: #FFFFFF;
    font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px;
}

.content h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    margin: 0;
	color: #FFFFFF;
    font-size: 18px;
	font-weight: 500;
}

.content .bg-weiss2  {
	background-image: url(../img/bg-weiss.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 400px;
}

.content-box {
	padding: 0 15px 15px 15px;	
	background-color: #FFFFFF; 
}

.content-box .linke-spalte {
	position: relative;
	top: -460px;
	margin-bottom: -440px;
}

.galerie .btn-checkbox {
    display: none;
}

.bild-gross-position {
	display: none;
	overflow: hidden;
}

.bild-gross-position a {
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	text-align: center;
}

.bild-gross-position img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #DDDDDD;
}

.thumbs {
	text-align: left;
	margin-top: 25px;
}

.thumbs label {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

.thumbs label img {
	display: inline-block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: 90px;
	border: 1px solid #DDDDDD;
}

.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,
#bild-13:checked ~ .bild-gross #bild-gross-13,
#bild-14:checked ~ .bild-gross #bild-gross-14,
#bild-15:checked ~ .bild-gross #bild-gross-15,
#bild-16:checked ~ .bild-gross #bild-gross-16,
#bild-17:checked ~ .bild-gross #bild-gross-17,
#bild-18:checked ~ .bild-gross #bild-gross-18,
#bild-19:checked ~ .bild-gross #bild-gross-19,
#bild-20:checked ~ .bild-gross #bild-gross-20{
    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: -470;
	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;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	font-size: 20px;
	color: #333132;
	cursor: pointer;
	padding: 10px;
	height: auto;
}

.lightbox a.btn-close:before {
	content: "\f00d";
	font-family: Font Awesome\ 5 Pro;
}

.details .zertifikate img {
	vertical-align: top;
}

.details .zertifikate {
	min-height: 80px;
}

/*
.details .zertifikate .logooben {
	transform: scale(0.85, 0.85);
	-ms-transform: scale(0.85, 0.85);
	-webkit-transform: scale(0.85, 0.85);
}
*/
.details .lieferzeit {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #3da600;
	font-size: 20px;
	font-weight: 700;
}

.details .beschreibung ,
.produkteigenschaften li {
	line-height: 160%;
}

#bg-shop ul {
	margin: 0;
	padding: 0;
}

#bg-shop ul li {
	list-style: none;
/*	display: flex;*/
	padding-bottom: 10px;
	
	text-indent: -30px;
	position: relative;
	left: 30px;
	width: calc(100% - 30px);
}

#bg-shop ul li:before {
	content: "\f00c";
	font-weight: 900;
    font-family: Font Awesome\ 5 Pro;
    padding-right: 15px; 
	color: #EE3124;
	position: relative;
	top: 3px;
}

.content-box .info-box {
	margin: 20px 0;
}

.info-box .headline-rot {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #EE3124;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #EE3124;
	padding-bottom: 15px;
	margin: 0 0 25px 0;
}

.info-box .text,
.info-box .bild {
	padding-bottom: 25px;
}
	
.info-box .bild img {
	max-width: 100%;
	border: 1px solid #F4F4F4;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
}

.info-box-grau {
	margin: 20px 0;
	padding: 15px;
	background-color: #E2E7E9;
}

.info-box-grau .headline-rot {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #EE3124;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #EE3124;
	padding: 0 15px 15px 15px;
	margin: 0 -15px 25px -15px;
}

.info-box-grau img {
	max-width: 100%;
	vertical-align: top;
	margin: 0 15px 15px 0;
}

.bg-vorteile {
	color: #FFFFFF;
}

.bg-vorteile img {
	max-width: 100%;
}

.bg-vorteile .vorteile {
	background: rgba(0, 0, 10, 0.65);
	padding: 15px;
}

.bg-vorteile .bild img {
	margin: 15px 0;
}

.bg-vorteile .infos li {
	font-weight: 700;
	padding: 10px 0;
}

/* Footer */
.bg-footer {
	background-color: #E2E7E9;  
	color: #424242;
	font-weight: 400;
}

.bg-footer .footer {
	padding: 15px;
}

.footer a {
	color: #424242;
	text-decoration: none;
}

.bg-footer hr {
	margin: 18px 0 15px 0;
	border-top: 1px solid #EE3124;
}

.footer .box,
.footer .box2 {
	padding: 15px 0;
}

.footer h3 {
	font-family: 'Montserrat', sans-serif;
	color: #424242;
	font-size: 19px;
	margin: 0 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
}

.footer h3 img {
	margin-bottom: 15px;
}

.footer .box2 {
	font-size: 19px;
}

.footer .gross {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0 20px 0;
}

.footer .klein {
	font-size: 14px;
}

.footer .headline-grau {
	color: #424242;
	font-size: 19px;
	padding: 15px 0;
	font-weight: 700;
	text-transform: uppercase;
}

.footer h4 {
	color: #424242;
	font-size: 17px;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.bg-profigalerie {
	background-color: #FFFFFF;
}

.profigalerie {
	padding: 25px 15px;
}

.bg-batterie {
	background-color: #FFFFFF;  
	color: #424242;
}

.bg-batterie .batterie {
	padding: 15px;
}

.batterie hr {
	margin: 0 auto 25px auto;
	border-top: 1px solid #EE3124;
	max-width: 1100px;
}

.batterie .headline-grau {
	color: #424242;
	font-size: 19px;
	padding: 0 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
}

.bg-copy {
	background-color: #FFFFFF;
	text-align: right;
	color: #333132;
	text-transform: uppercase;
}

.bg-copy .copy {
	padding: 15px;
}

.info-box {
	clear: both;
}