@charset "UTF-8";
/* CSS Document */

/* --------------------------- Allgemein -------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

#bg-shop {
    font-family: sans-serif;
	background-color: #03202c;
}

#shop {
    width: 100%;
    max-width: 1280px;
	min-width: 500px;
    font-size: 18px;
    margin: 0 auto;
    clear: both;
}

p {
	text-align: left;
	margin: 10px 0;
}

.blau {
	color: #084861;
} 
.bg-blau {
    background: #084861;
}
.gold {
	color: #c3945c;
} 
.bg-gold {
    background: #c3945c;
}
.gelb {
	color: #fcd97b;
}
.bg-gelb {
    background: #fcd97b;
}
.bg-white {
    background: #ffffff;
}
.bg-creme {
    background: #edeade;
}

/*------------------------------------ Content ------------------------------------*/

.wrapper-20 {
    padding: 20px;
}
.wrapper-15 {
    padding: 15px;
}
.wrapper-10 {
    padding: 10px;
}
.wrapper-5 {
    padding: 5px;
}

.content-box {
    width: 100%;
	clear: both;
}

h1 {
    margin: 0;
    font-size: 24px;
}
h2 {
    margin: 0;
    font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}

.links {
    width: 60%;
    display: inline-block;
    margin: 0 0 20px;

}
.rechts {
    width: 37%;
    display: inline-block;
	padding: 0 0 0 2%;
	vertical-align: top;
}
.rechts img {
	width: 100%;
}

.spacer {
	width: 100%;
    margin: 10px 0;
	height: 2px;
}

ul li {
    padding: 5px 0;
}
ul {
    padding: 10px 0 0 50px;
}

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

.bild-gross-position {
    display: none;
    height: 370px;
    overflow: hidden;
    border: 1px solid #084861;
    padding: 10px;
}

.bild-gross-position a {
    cursor: zoom-in;
    display: block;
    height: 370px;
    overflow: hidden;
    text-align: center;
}

.bild-gross-position img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.thumbs {
    margin-top: 10px;
    border: 1px solid #084861;
    padding: 5px;
}

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

.galerie label:last-child {
    margin-right: 0;
}

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

.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,
#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 {
    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: 800px;
    max-width: 800px;
    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: #333333;
    cursor: pointer;
    padding: 10px;
}

.lightbox a.btn-close:before {
    content: "x";
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.beschreibung-links-headline {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.beschreibung-links-subline {
    font-size: 16px;
    padding: 5px 20px 20px;
    text-align: left;
}

.description p {
	text-align: left !important;
}

table tr td {
	padding: 10px 20px;
	border-bottom: 1px solid #333333;	
}
table tr td:first-child {
	border-right: 1px solid #333333;	
}
table tr td:nth-child(2) {
	max-width: 300px;
}
table tr:last-child td {
	border-bottom: none;	
}

.service{
    width: 100%;
    text-align: center;
}
.service-box {
    width: 19%;
    margin: 10px 2.5% 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
	vertical-align: top;
}

.img-batterie {
    margin: 0;
	float: left;
}
.p-batterie {
    font-size: 14px;
    text-align: left;
	margin: 0 0 0 120px;
}

/* ---------------------------------- Footer ---------------------------------------*/

.header {
    width: 100%;
    padding: 15px 0 0;
    text-align: right;
}
.logo {
    width: 220px;
	padding: 0 20px 0 0;
}
.ihk {
    width: 40px;
}

.footer {
    padding: 15px 30px;
    font-size: 14px;
    color: #edeade;
	height: 30px;
	background-color: #03202c;
}

.footer a {
    color: #edeade;
    text-decoration: none;
}
.footer-left {
	padding: 10px 0 0;
	text-align: left;
	width: 50%;
	float: left;
}
.footer-right {
	text-align: right;
	width: 50%;
	float: right;
}

/*--------------------------------- MEDIA-QUERIES --------------------------------*/

@media (max-width: 950px) {

    .links {
        width: 100%;
    }

    .rechts {
        width: 100%;
		padding: 0;
    }

    .service-box {
        width: 44%;
    }
}

@media (max-width: 800px) {
}

@media (max-width: 750px) {

	table tr td {
		width: 33%;
	}
	td.einhell-logo {
	width: 160px;
}
}

@media (max-width: 650px) {
	
    .service-box {
        width: 94%;
    }
	.footer-left, .footer-right {
		width: 100%;
	}
	.footer-right {
		padding: 15px 0;
	}
}