@charset "utf-8";
/* CSS Document neu */
body{
	background: url(https://leidingertuning.de/shop/templates/EyeCandy/backgrounds/stbgfade.jpg) center top no-repeat;
	background-attachment:fixed;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 100%;
}

h1{
	font-size: 2.5em;
	line-height: 3.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #E2DBDB;
	margin: 0em;
}
h2{
	font-size: 1.438em;
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #000000;
	margin: 0em;
	text-align: left;
}
h2c{
	font-size: 1.438em;
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h3{
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #FFFFFF;
	margin: 1em;
	text-align: center;
}
p{
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #2F2D2C;
	margin: 0em;
	padding: 0em;
	text-align: justify;
}
pc{
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #2F2D2C;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	text-align: center;
}

p2{
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #2F2D2C;
	text-align: left;
}
p3{
	font-size: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 120;
	color: #000000;
	text-align: left;
}

img{
	max-width: 100%;
}

.container{
	background: url(https://leidingertuning.de/shop/templates/EyeCandy/backgrounds/metall_bg.png) center top;
	max-width: 762px;
	margin: 5px auto;
	padding: 6px;
}

/* Header */
header{
	background: url(https://leidingertuning.de/img/bg/header_beschreibung.jpg) left top no-repeat;
	background-size: 762px;
	max-width: 100%;
	height:130px;
}
.nav{
	background-color: grey;
	height: 20px;
}

.nav ul{
  	list-style-type: none;
  	padding: 6px;
  	background: gray;
  	text-align: left;
	position:relative;
	top: -12px;
}
.nav li{
	display: inline;
	padding: 6px;
	margin-left: 5px;
	margin-right: 8px;
	font-family: Helvetica, Arial; color: #FFFFFF;
	font-size: 1em;
}
.nav a{
  color: #ffffff;
  text-decoration: none;
}
.nav li:hover{
  background-color: #ac222e;

}
#header{
	
	margin: 10px;
	height: 90px;
}
/* -----------------------------------------------------------------------------------------*/

/*---------------bilder------------------*/



/*Gallery Container*/
.image-gallery{
  position:relative;  
  margin:0 auto; 
  width:284px;  
 
}
/*Sets Big Image style*/
.image-gallery .big-image{
  width:284px;
  height:213px;   
  margin:0 auto;  
  position:relative;
}
.image-gallery .big-image img{
  opacity:0;position:absolute;left:0px;top:0px; width:284px;
  margin:0 auto;
  transition: opacity 350ms;
  box-shadow:0 1px 5px 1px rgba(0,0,0,0.7);
}

/*Selected image display*/
.image-gallery .big-image img:target{opacity:1;}
/*on select image display none the default image*/
.image-gallery .big-image img:target ~ img#default{opacity:0;}

/*Show Default Image in first load*/
.image-gallery .big-image img#default{opacity:1;}


/***move thumbs on click on buttons***/
.image-gallery .prev:active ~ .thumbs  ul{
  transform:translateX(0%);
  transition:3s all;
}
.image-gallery  .next:active ~ .thumbs  ul{
  transform:translateX(-90%);
  transition:3s all;  
}
  
/***thumbs***/
.image-gallery .thumbs{
  overflow:hidden; white-space:nowrap; margin:0 auto;
}
.image-gallery .thumbs ul{
	background: none;
  	float:left;
	transition:999999s all;
	transform:translateX(0);

}

.image-gallery .thumbs li{display:inline-block; margin-right:18px;}
.image-gallery .thumbs li a:hover{opacity:1;}
.image-gallery .thumbs li a{opacity:0.85;}
.image-gallery .thumbs li a:focus{opacity:1;}
.image-gallery .thumbs li img{width:60px;}

/*---------------bilder ende------------------*/



/*---------------togglebox1------------------*/
.toggleBox {
    position: relative;
    border: 1px solid #ddd;
}
 
/* Ausblenden des input-Feldes */
.toggleBox input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.toggleBox label {
    display: block;
    background: grey;
    color: #fff;
    padding: .4em;
    text-align: center;
    cursor: pointer;
}
 
.toggleBox label:hover {
    background: #ACACAC;
}




/* -----------------------------------------------------------------------------------------*/
/* Content Area */
#main{
	display: block;
	width: 96%;
	max-width: 980px;
	margin: 1.25em auto;
	padding: 0em;
}

#main article{
	display: inline-block;
	width: 284px;
	/*background: #FFFFFF;*/
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	text-align: left;	
}
.img-all {
	width: 284px;
	-webkit-filter: drop-shadow(3px 3px 3px black);
}
 
#main aside{
	display: inline-block;
	width: 55%;
	margin-left: 3%;
	padding:0em;
	vertical-align: top;
}

#main aside section{
}

#main article h2{
	padding: 1em 1.8em 1em 1.8em;
}
#main aside section ul{
	padding: 0em 1.875em 1.25em;
}

/*---------------togglebox 2------------------*/
.toggle {
    display: flex;
    flex-direction: column-reverse;
}
.toggle__input:not(checked) {
    display: none;
}
.toggle__input + label {    
    background-color: gray;
    color: #fff;
    cursor: pointer;
    font-szie: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    text-align: center;
}
.toggle__input + label:before {
    color: #fff;
    content: "+";
    font-size: 1em;
    padding-right: 0.3em;
    width: 1em;
}
.toggle__input:not(checked) ~ .toggle__content {
    display: none;
}
.toggle__input:checked ~ .toggle__content {       
    display: block;
}
.toggle__input:checked + label:before {
  content: "\2212";
}
.toggle__input + label .toggle__less, .toggle__input:checked + label .toggle__more  {
    display: none;
}
.toggle__input:checked + label .toggle__less {
    display: inline;
}

/*---------------togglebox 2 ende------------------*/

/*---------------figure Anfang------------------*/

figure,
figcaption {
	margin-left: 0px;
	margin-right: 50px;
	padding: 0;
}

figure.einzel {
	position: relative;
	display: inline-block;
	width: 180px;
}

figure img {
	width: 100%;
	display: block;
	-webkit-filter: drop-shadow(3px 3px 3px black);
}

figcaption {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
	line-height: 3em;

}

.gesamt {
	position: relative;
	margin: 0 auto;
}

/*---------------figure Ende------------------*/


/* ------------------------ Alle Ende----------------------------------------- */
/* Beschreibung */
.txt{	
	margin: 10px;	
}
.txt ul{
	margin-top: -3px;
  	padding: 6px;
  	text-align: left;


}
.txt li{
	padding: 6px;
	margin-left: 5px;
	margin-right: 8px;
	font-family: Helvetica, Arial; color: #000000;
	font-size: 1em;
}
.txt a{
  color: #ffffff;
  text-decoration: none;
}
.txt h2c{
	font-size: 1.438em;
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* 3bilder float */
.responsive {
  padding: 0 6px;
  float: left;
  width: 31%;
}
div.desc {
  padding: 10px;
  text-align: center;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* footer */
#footerContainer{
	background: url(https://leidingertuning.de/img/bg/footer1.jpg) left bottom no-repeat;
	margin: 0 auto;
	padding: 0px;
	width:762px;
	height:195px;
}
#footerContainer h2{
	border-bottom:2px solid #ffff59;
	color: #ffff59;
	text-transform: uppercase;
	font-weight:400;
	font-size:17px;
}
#footerColumn{
	float:left;
	margin-left:35px;
	width:206px;height:180px;
}
#footerColumn a{
  color: #ffff59;
  text-decoration: none;
}
#footerColumn p{
	color:#FFFFFF;
	font-size:14px;
	text-align: left;
}
#footerColumn p2{
	color:#ffff59;
	font-size:14px;
	text-align: left;
}

#footerColumn1 ul,li{
	font-size:12px;
	color:#FFFFFF;
	margin-left: -18px;
}

/* Mobile Style */

@media screen and (max-width:480px){
	/*.sideleft{
		float: none;
		width: 100%;
	}
	.main{
		margin-left: 10px;
	}*/
	body{
		background: none;
	}
	.container{
		background: url(https://leidingertuning.de/shop/templates/EyeCandy/backgrounds/metall_bg.png) center top;
		margin: 0px;
		padding: 0px;
	}
	.responsive {
    width: 100%;
   	}
	
#footerContainer{
	background: url(https://leidingertuning.de/img/bg/footer2.jpg) left bottom no-repeat;
	width:100%;
	height:570px;
	}
	
	#footerColumn{
	float:none;
	margin-top: 20px;

	}

}

