@charset "utf-8";

/* --- Reset --- */
#desc_ifr{width:100% !important;}
#storeHeader{display:none !important;}
#vi-desc-maincntr > .sh-cnt.u-cb{display:none !important;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a,
img, small, strong, ol, ul, li, fieldset, form, label, legend, table,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- Main --- */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background: url(https://www.lanatura.de/images/gallery/ebay/hintergrund-body.jpg);
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1;
	width: 100%;
	
}

a {
	text-decoration: none;
}

.clr {
	clear: both;	
}

.aussen {
	min-height: 100%;
	max-width: 960px;
	border-top:5px solid #555;
	margin:0 auto;
	overflow:hidden;
}

.innen {
	margin: 25px auto 0px auto;
	padding: 0 0 0px 0;
	position: relative;
	width: 100%;	
}


/* --- Header --- */

.header {
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

	.logo {
		float:left;
		display:block;
		margin-top:18px;
	}
	#fone-icon{background: rgba(0, 0, 0, 0) url("https://www.lanatura.de/images/gallery/ebay/icons.png") no-repeat scroll -155px -60px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px 0px;
    padding: 0 0 0 30px;
	}
	
	.phone {
		color: #fff;
		float:left;
		font-weight: bold;
		font-size:14px;
		margin:28px 0 0 150px;
	}
	
		 
		
		
	#header-trustedshops {
		float:right;
		margin:18px 10px 0 0;
	}
	
 
	
	
		
/* --- Hauptmenü --- */

.MainMenu {
	
	border-radius: 5px;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
	height: 35px;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
}
	
	.MainMenu .MenuContainer {
		line-height: 21px;
		margin-left:0px;
		padding:7px 0;
		float:left;
		background: #85b200;
		width: 100%;
	}
	
	
	.MainMenu .home {
    background: rgba(0, 0, 0, 0) url("https://www.lanatura.de/images/gallery/ebay/icons.png") no-repeat scroll -25px -60px;
    display: block;
    height: 15px;
    width: 15px;
	margin-top:5px;
	
}

		.MainMenu .MenuContainer .MenuItem {
			float: left;
			margin: 0 10px 0;
			color:#fff;
			display:block;
		}
#menulabel {
  cursor: pointer;
  background: #85b200;
  display:none;
  padding:10px 0px;
  text-align:center;
  font-weight:bold;
  font-size:16px;
  color:#ffffff;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}

#menu-toggle:checked + .MenuContainer {
  display: block;
}
	@media only screen and (max-width: 700px) {
		
		#menulabel {display:block;}
.MenuContainer {
  display: none;
}
		
		.MainMenu .MenuContainer .MenuItem {
			width:90% !important;
			margin: 5px 10px 0;
			color:#fff;
			display:block;
			float:;
			
			
		}
		.linke-spalte{width:100% !important;}
		.phone{margin:28px 0 0 10px !important;}
		.bilder{width:95% !important;}
		
		
		
 }	
			
			
.MenuContainer ul li > a{color:#fff;} 



			
/* --- Einzelartikel --- */

.einzelartikel {
	margin: 0 0 0px 0;
}

.linke-spalte {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	width: 650px;
}

.gallery{
	width: 100%; /*Same as width of the large image*/
	position: relative;
	height:auto;
	/*Instead of height we will use padding*/
	padding-top: 75%; /*That helps bring the labels down*/
	margin-top:5px;
}


/*Last thing remaining is to add transitions*/
.gallery>img{
	position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;
	max-width:100%;
	max-height:480px;
	height:100%;
}

.gallery input[name='gallery_switch'] {
	display: none;
}

.gallery label {
	/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 0px 15px;
	border: 3px solid #999;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.gallery label img{
	display: block;
}

/*Time to add the click effects*/
.gallery input[name='gallery_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.gallery input[name='gallery_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.gallery input[name='gallery_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}

	.bilder {
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		padding: 10px;
		width: 630px;
	}

		.artikelbild {
	
    height: min-height;
    position: relative;
    text-align: center;
    max-width: 100%;
		}
		
		.artikelbild img,.artikelbild  #plenty_xl_image_3171_0 {
				max-width: 630px;
				min-width: 300px;
			}
	
		.vorschaubilder {
			display: inline-block;
			margin: 0 auto;
			width:100%;
		}
		
			.vorschaubilder a {
				display: block;
				float: left;
				height: 80px;
				margin: 10px 10px 0 0;
				position: relative;
				width: 80px;
			}
			
				.vorschaubilder a > img {
					bottom: 0;
					left: 0;
					margin: auto;
					max-height: 80px;
					max-width: 80px;
					position: absolute;
					right: 0;
					top: 0;
				}
				
	.unikat {
		background: #85b200;
		border-radius: 5px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		color: #fff;
		height: 20px;
		line-height: 20px;
		margin: 10px 0;
		padding: 15px 20px 15px 45px;
		position: relative;
		width: 585px;
	}
	
		.unikat span {
			background: url(https://www.lanatura.de/images/gallery/ebay/hintergrund.png) no-repeat 0 -60px;
			display: block;
			height: 20px;
			left: 18px;
			position: absolute;
			top: 15px;
			width: 20px;
		}
	
		.unikat a {
			color: #fff;
			text-decoration: underline;
		}
	
	.artikelbeschreibung {
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		line-height: 150%;
		padding: 20px 20px 5px 20px;
		max-width: 610px;
	}
	.artikelbeschreibung h1{padding:10 10px 0 10px;border-bottom:1px solid #cecece}
	
		.artikelbeschreibung p {
			margin: 0 0 15px 0;
		}
		
		.artikelbeschreibung ul {
			list-style: disc;
			margin: 0 0 15px 15px;
		}

.rechte-spalte {
	float: left;
	width: 300px;
}

	.einzelartikel .serie {
		
background: #aaaaaa;
background: -moz-linear-gradient(top,  #aaaaaa 0%, #888888 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#888888));
background: -webkit-linear-gradient(top,  #aaaaaa 0%,#888888 100%);
background: -o-linear-gradient(top,  #aaaaaa 0%,#888888 100%);
background: -ms-linear-gradient(top,  #aaaaaa 0%,#888888 100%);
background: linear-gradient(to bottom,  #aaaaaa 0%,#888888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#888888',GradientType=0 );


		display:block;
		border-radius: 3px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		margin: 15px 0 0 0;
		color:#fff;
		height:30px;
		line-height:30px;
		text-align:center;
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
		
	}
	
	.einzelartikel .serie:hover {
		background: #85b200;
	}

	.einzelartikel .info,
	.einzelartikel .social {
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		margin: 0 0 10px 0;
		padding: 15px;
	}
	
		.einzelartikel h1 {
			font-size: 20px;
			font-weight: normal;
			line-height: 130%;
		}
		
		.einzelartikel .kurzbeschreibung {
			line-height: 130%;	
			margin: 15px 0 30px 0;
		}
		
		.einzelartikel .info td {
			padding:3px 0 4px 0;
			min-width: 70px;
		}
		
		.einzelartikel .info td a {
			color:#85b200;
		}
		
		.einzelartikel .frage-zum-produkt,
		.einzelartikel .weiterempfehlen {
			background: url(https://www.lanatura.de/images/gallery/ebay/hintergrund.png) no-repeat;
			cursor: pointer;
			display: block;
			float: left;
			height: 20px;
			margin: 0 10px 10px 0;
		}
		
		.einzelartikel .frage-zum-produkt {
			background-position: -90px -85px;
			width: 105px;
		}
		
		.einzelartikel .weiterempfehlen {
			background-position: -90px -110px;
			width: 95px;
		}
		
		.einzelartikel .gefaellt-mir,
		.einzelartikel .plus-eins {
			float: left;
			margin: 0 10px 0 0;
		}

	.einzelartikel .rightsidePrice {
		background: #555;
		border-radius: 5px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		margin: 0 0 10px 0;
		padding: 15px;
	}
		.einzelartikel .rightsidePrice .uvp {
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			margin-bottom:10px;
		}
	
		.einzelartikel .rightsidePrice .preis {
			color: #fff;
			font-size: 34px;
			font-weight: bold;
			line-height: 120%;
		}
		
		.einzelartikel .mwst {
			color: #fff;
			font-size: 11px;
			line-height: 120%;
			margin: 2px 0 15px 0;
		}
		
		.einzelartikel .mwst a {
			color:#FFFFFF;
		}
		
		.einzelartikel .menge-warenkorb {
			background: #85b200;
			border-radius: 3px;
			box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.65);
			height: 50px;
			position: relative;
			width: 270px;
		}
		
			.einzelartikel .menge {
				background: #fff;
				border: 0;
				border-radius: 3px;
				box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.65);
				color: #666;
				height: 24px;
				left: 18px;
				padding: 0;
				position: absolute;
				text-align: center;
				top: 14px;
				width: 39px;
			}
			
			.einzelartikel .in-den-warenkorb {
				background: none;
				border: 0;
				color: #fff;
				cursor: pointer;
				font-size: 20px;
				height: 50px;
				left: 58px;
				padding: 0;
				position: absolute;
				text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.38);
				top: 0;
				width: 213px;
			}
			
		.einzelartikel .menge-warenkorb:hover {

			box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.65);
		}
			
	.einzelartikel .unser-service {
		background: #eee;
		border-radius: 5px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.43);
		margin: 0 0 10px 0;
		padding: 20px;
	}
	
		.einzelartikel .unser-service li {
			background: url(https://www.lanatura.de/images/gallery/ebay/icons.png) no-repeat 0 -155px;
			line-height: 130%;
			margin: 0 0 10px 0;
			padding: 0 0 0 24px;
		}
		
		.einzelartikel .unser-service li:last-child {
			margin: 0;
		}
	
	
			

			
/* --- Footer --- */
			
.footer {
	background: #555 url(https://www.lanatura.de/images/gallery/ebay/verlauf-footer.png) repeat-x;
	color: #fff;
	height: 231px;
	margin: 0px auto 0 auto;
	overflow: hidden;
	width: 100%;
}

	.footer-inhalt {
		height: 231px;
		margin: 15px auto 0 auto;
		
		position: relative;
		max-width: 960;
	}
	
		.footer .box {
			position: absolute;
		}
		
			.footer h2 {
				font-weight: bold;
				height: 30px;
			}
			
			.footer .informationen a {
				color: #ccc;
				line-height: 150%;
			}
			
			.footer .informationen a:hover {
				text-decoration: underline;	
			}
			
		.footer .zahlungsarten {
			left: 175px;
			width: 380px;
		}
		
			.footer .zahlungsarten img {
				float: left;
				margin: 0 10px 10px 0;
			}

		.footer .flags {
			left: 175px;
			top: 110px;
		}
		
			.footer .flags img{
				margin-right:10px;
			}
		
		.footer .sicher-einkaufen {
			left: 340px;
            top: 3px;
		}
		
			.footer .sicher-einkaufen img {
				float: left;
				margin: 8px 14px 10px 0;
			}
		
		.footer .bewertungen {
			left: 615px;
		}
		
			.footer .bewertungen a {
				float: left;
			}
			
		
		.footer .copyright {
			bottom: 10px;
			right: 0;
			color:#ccc;
			font-size:11px;
		}
		
		.footer .copyright a{
			color:#ccc;
		}
		
		.footer .hinweis {
			bottom: 10px;
			left: 0;
			color:#ccc;
			font-size:11px;
		}
			
	