/*
Theme Name: GR_Equipment
Theme URI: http://www.gr-equipment.lu
Version: 1
Author: Philip Ehrenfellner
Author URI: http://twitter.com/ehrphil
*/
*,home html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0}
body {height: 100%; margin: 0; padding: 0;}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

strong { font-weight:bold }
em { font-style:italic }
a img { border:none } 

.container {
position: relative;
max-width: 960px;
margin: 0 auto;
padding: 0;
}






#logo {
	float: left;
	margin-top: 30px;
}

#header{
	position:fixed;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0px, rgba(255,255,255,0.85) 95px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(255,255,255,0.95)), color-stop(95px,rgba(255,255,255,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */
	z-index:11;
	top:0;
	width:100%;
	min-height: 110px;
	z-index:101;
border-bottom: solid 0.75pt #b3b3b3;
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-moz-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-o-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
}

#menu{
	font-size: 11pt;
	font-family: 'Istok Web', sans-serif;
	font-weight: 500;
	float: right;
	margin-top: 55px;
	color: white;
	text-transform: uppercase;
	
}
#menu ul {
	margin-top:15px;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	text-transform: uppercase;
	border-right: solid 1px #9F9B9A;
}

#menu ul li a {
	padding: 2px 8px 2px 8px;
	color: #9F9B9A;
	margin: 0;
	display:block;
	text-decoration: none;
	text-transform: capitalize;
}

#menu ul li a:hover{
	text-decoration: underline;
}

/*submenu page under image*/

#submenu{
	background-color: white;
	width: 100%;
	min-height: 45px;
	margin-top: -30px;
	margin-bottom: 30px;
		box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-moz-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-o-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
	font-size: 16px;
	text-align: center;
}


.produkte-menu{
	display: block;
	margin-top: 33px;
}

.produkte-menu li{
	display:inline-block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 35px;
	border-right: solid 1px #808080;
	 
}

.produkte-menu a{
	text-decoration: none;
	color: #808080;
}

.produkte-menu a:hover{
	text-decoration: underline;
}


#map{
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-moz-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-o-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
margin-bottom: 30px;
}



#content{
	min-height: 300px;
	margin-top: 120px;
	font-family: 'Istok Web', sans-serif;
	line-height: 20px;
	color:#2b2b2b;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 30px;
}

#content h1{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;

}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 7px;
}

#content a{
	color: #2b2b2b;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}


.title{
	border-bottom: solid 1pt #d8dfea;
	font-family: "Al Bayan";
	font-weight:-500;
	font-style: normal;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.karte{
	margin-bottom: 30px;
}

.title-news{
	font-weight: 600;
}

.product{
	float: left;
	margin-bottom: 30px;
}

.product img{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*Contact Form*/
.wpcf7-form{
	max-width: 460px;
		font-family:'Istok Web', sans-serif;

}
.wpcf7-form-control-wrap{
	display: block;
	margin: 5px 0px;
	border:1px solid #E9E9E9;
	border-radius: 3px;	
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
		font-family:'Istok Web', sans-serif;

}
.wpcf7-text,.wpcf7-textarea{
	border: none;
	padding: 5px;
	font-size: 0.9em;
	outline: none;
	display: block;
	width: 90%;
		font-family:'Istok Web', sans-serif;
			font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size:14px;

}
.home-col .wpcf7 p{
	padding: 0px 10px;
}
.wpcf7 p:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wpcf7-text{
	height: 35px;
	line-height: 35px;
	
}

.wpcf7-submit{
	background-color: #949599;
	color: #fff;
	display: block;
		font-family: 'Istok Web', sans-serif;
	margin: 5px 0px;
	border:1px solid #E9E9E9;
	border-radius: 3px;	
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 10px;	
}

/*Blog*/

.postmetadata{
	margin-top: 15px;
	border-top: solid 1pt #d8dfea;
	font-size: 10px;
	margin-bottom: 30px;
	
}


/*Proudcts*/
.preview-img{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 160px;
}

.post{
	float: left;
	min-height: 150px;

}

.entry-blog{
			width: 710px;
}

/*gallery
*/

.gallery{
  clear: both;
}
.gallery-item{
width:33.2%;
float:left;
margin:1em 0;
text-align:center;
}
.gallery-item img{
border:2px solid #ddd
}

#desc{
	min-height: 155px;
	margin-bottom: 30px;
}

/*
footer
*/


#footer{
	margin-top: 30px;
	clear: both;
	font-family: 'Istok Web', sans-serif;
	color:#ffffff;
	font-size: 14px;
	position: relative;
	min-height: 180px;
	background-color: #2b2b2b;
	padding-top: 40px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


#footer h1{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 3px;

}

#footer h2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
}

#footer a{
	color:#ffffff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.small{
	font-size: 8pt;	
}

#blog{
	width: 760px;
	border-right: solid 1pt #eee;
}




.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.clear{clear:both;zoom: 1;}

.sidebar{
	margin-left: 40px;
	width: 180px;
	padding-left: 20px;
	border-left: solid 1pt #d8dfea;
	min-height: 250px;
	margin-top: 70px;
	height: 100%;
}

.sidebar h4{
	font-weight: 600;
}

.sidebar ul{
	padding-left: 8px;
	margin-bottom: 10px;M
}


.right{
	float: right;
}
.left {
	float: left;
}
.m-left-15{
	margin-left: 15px;
}
.m-left-30{
	margin-left: 30px;
}
.m-bottom-35{
	margin-bottom: 35px;
}
.w320{
	width: 320px;
}
.w315{
	width: 315px;
}
.w630{
	width: 630px;
}

.w720{
	width: 710px;
}

.m-right-15{
	margin-right: 15px;
}

.m-right-30{
	margin-right: 30px;
}

.w300{
	width:300px;
}
.clearl{
	clear: left;
}
.height320{
	min-height: 380px;
}

.border-r{
	border-right: solid 1pt #eee;
}
.pr-15{
	padding-right: 10px;
}

.border-l{
	border-left: solid 1pt #eee;
}
.pl-15{
	padding-left: 10px;
}
.m-top-120{
		margin-top: 120px;
}
.m-top-20{
	margin-top: 20px;
}

.border-top{
	border-top: solid 1px #d8dfea;
	padding-top: 20px;
}


.ikbox2{
	width: 465px;
	float: left;
}

.ikbox3{
	width: 288px;
	float: left;
	margin-top: 30px;
}
.ikbox3-m{
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-right-20{
	margin-right: 20px;
}
.m-right-30{
	margin-right: 30px;
}

.big{
	font-size: 20px;
}

.border-lr{
	padding-left: 20px;
	padding-right: 20px;
	border-left:solid 1px #d8dfea;
	border-right: solid 1px #d8dfea;
	background-color: #f7f7f7;
}

.border-all{
	padding: 5px;
	border: solid 1px #d8dfea;
}

.ikbox{
	width: 100%;
	margin-top: 30px;
	float: left;
}

.m-right-40{
	margin-right: 40px;
}

.w100{
	width: 100%;
}

.m-bottom-30{
	margin-bottom: 30px;
}