@charset "utf-8";
/* Copyright Gamradt Webdesign 2014 */
/* Parfümerie Kreuzer */
/* start.css*/



article#rechts0{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 30%;
	height:auto;
	padding:32px 0 0 0;padding:2rem 0 0 0;
	margin:0;
	float: left;
	position: relative;
	left:0;
	top:0;top:0rem;
	overflow: hidden;
	z-index: 999;
}

article#rechts1, article#rechts2{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 25%;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #E3D7D0;
	float: left;
	position: absolute;
	top: 0;
	top: 25rem;
	overflow: hidden;
	z-index: 1000;
	border: 4px solid #F2F1EC;
	box-shadow: 5px 5px 5px 2px rgba(179, 153, 154, 0.3);

	-webkit-box-shadow: 1px 1px 5px #E3D7D0;
	-moz-box-shadow: 1px 1px 8px #E3D7D0;
}



article#rechts1{
	margin-right:3%;
	left:40%;
}
article#rechts2{
	margin-right:3%;
	left:69%;
}

#rechts1 figure,#rechts2 figure{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 0;

	}
	#rechts1 figure img, #rechts2 figure img {
		width:100%;
	}
	#rechts1 figure h2 {
	text-align: center;
	padding-bottom: 0;
	color: #847675;
	}
	#rechts2 figure h2 {
	text-align: center;
	padding-bottom: 0;
	color: #847675;
	}	

article#content_main_com{
	clear:both;
	width:100%;
	height:auto;
	margin-top:3.5%;
	padding:0;
	position:relative;
	/*top:80px;
	left:0;*/
	overflow: hidden;
	z-index: 1100;
	}
	

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
#index #container #container_l #container_r #wrapperss #content #rechts0 h1 {font-size:1.2rem;
padding-bottom:5rem;}
}