body{
	font-family: arial, sans-serif;
	color: #373737;
    /*! margin-left: auto; */
    /*! margin-right: auto; */
	/*! width:1270px; */
}

header{
	padding-left:10px;
	padding-top:10px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
}

a{
	text-decoration:none;
	color:black;
}

.headerright{
	display:flex;
	flex-direction:column;
	text-align: right;
}

.headerright a{
	/*margin-right:5px;*/
}

.headermenu{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	position:relative;
	width:1200px;
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
	left:7px;
}

.headermenu2{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:10px;
	display:fixed;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
}

.scroll{
	position:sticky;	
	top:0px;
	z-index:1001;
	height:154px;
	background:white;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}


.headermenu a{
	color: gray;
	text-transform: uppercase;
}


.headermenu a:hover{
	color: #478247;
}

.lngs a:hover{
	color: #478247;
}

.search{
	width:50%;
	display:flex; 
	flex-direction:row;
}

.search input{
	width:100%;
	height:20px;
	margin-top:50px
}

.searchicon{
	font-size:14px; 
	padding:2px 20px; 
	height:20px; 
	border:1px solid gray; 
	margin-top:50px;
	display:flex;
    justify-content:center;
    align-items:center;
	color:#acacac;
}

aside{
	margin: 20px;
	min-width:275px;
}

aside div:hover{
	color: #386238;
	/*! cursor:pointer; */
}

.product{
	/*! font-size:20px; */
	/*! font-weight:bold; */
	/*! margin-top:20px; */
	/*! margin-left:40px; */
	/*! text-transform: inherit; */
	/*! width: 1200px; */
	/*! margin: 0 auto; */
	/*! margin-top: 0px; */
	/*! margin-top: 20px; */
}



.galleryproducttitle{
	font-weight:bold;
	font-size:20px;
}

.galleryproductbutton {
	border:1px solid #acacac;
	background: #acacac;
	padding: 10px 0;
	text-align: center;
	width:250px;
	margin-bottom:50px;
	color:white;
}

.gallery{
	display:flex;
	flex-direction:row;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: 0px;
	flex-wrap: wrap;
	width: 890px;
}

.galleryproduct a{
	color:white;
	font-stretch:expanded ;
}

.galleryproduct{
	padding-right:35px;
	width: 251px;
}

.galleryproduct img{
	border: 1px solid #acacac;
	
}

.galleryproduct p{
	margin:10px;
}

.productbody{
	display:flex;
	flex-direction:row;
	width:1200px;	
	margin: 0 auto;
}

.galleryproducttitle a{
	color:black;
}

footer{
	border-top: 1px solid gray;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	width:1200px;
    margin-left: auto;
    margin-right: auto;	
	left:7px;
}

.footer2{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
	font-size:20px;
}

footer a{
	color: #386238;
}

.map{
	text-decoration: underline;
	margin-bottom:10px;
}

.submenut {
    font-size: 14px;
    min-width: 200px;
}