@charset "utf-8";

#wrapper { 
	width: 1280px;
	min-height: 800px;
	z-index: 9000; }

/*------------------------------------------------
             Änderungen angelehnt an WDK:
			 Border: #c2bcb7
			 Navi: #c2bcb7
			 H: #857a6f
			 Footer + Kontrastfarbe: #2b2b2b
					
--------------------------------------------------*/

/*------------------------------------------------
                    custom
--------------------------------------------------*/

.bg_red {background-color: #f00;}
.bg_white {background-color: #fff;}

a.blue:hover{color: #0000FF;}
a.red:hover{color: #FF0000;}
a.ice:hover{color: #00ffff;}
a.earth:hover{color: #B07D00;}

.mb70 {margin-bottom: 70px;}
.mt80 {margin-top: 80px;}
.font_sg_color {color: #857a6f;}
.font_sg_txt {color: #4e4e4e}
.align_lf { text-align: left;}
.z-index_300 { z-index: 300;}

/*------------------------------------------------
                    typo
--------------------------------------------------*/

h2 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: #464545;}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: #857a6f;}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #464545;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;}

a:link {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;}

/*------------------------------------------------
                     intro
--------------------------------------------------*/

.topbar {
	background-color: #fff;
	width: 100%;
	height: 34px;
	opacity: 0.7;
	position: fixed;
	z-index: 9000;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;}


#intro {
	height: 708px;
	width: 1280px;
	margin: 0 auto; 
	z-index: 1000;
}

.intro_bg {
	background: url(../img/intro_bg.jpg) no-repeat;
	height: 708px;
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: -1;}
	
span.small {font-size: 80px;}

span.name {
	color: #b46b6b;
	text-shadow: 1px 0px 1px #787777;}

span.amp {
	display: inline-block;
	font-size: 80px;
	font-weight: normal;
	font-family: Baskerville, 'Maven Pro', serif;
	font-style: italic;}

/*span.intro_line {
	background: url(../img/intro_line.png) no-repeat;
	width: 254px;
	height: 8px;
	display: inline-block;
	margin: 0 20px 12px 25px;}
*/
/*------------------------------------------------
                       nav
--------------------------------------------------*/

nav {
	background:url(../img/nav_bg.png) repeat-x;
	height: 34px;
	min-width: 1280px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 10000;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;}

nav ul {padding-top: 5px;}
	
nav ul li {display: inline;}

nav a:link {
	font-size: 18px;
	font-weight: 300;
	color: #857a6f;
	text-transform: uppercase;
	padding: 5px 30px 5px 30px;}

nav a:visited {
	color: #857a6f;}

nav a:hover {
	background: #857a6f;
	color: #fff;}


/*------------------------------------------------
                    leistungen
--------------------------------------------------*/

#services {
	background:url(../img/bg.png);
	width: 100%;
	height: 630px;
	background-color: #fff;
	position: relative;
	z-index: 9000;
	text-align: center;}

.serv_icons {
	margin: 80px 0 20px 0;
}

.serv_icons h3 {
	margin: 25px 0 5px 0;}

.serv_icons p {
	color: #686868;
	font-size: 15px;}

.serv_plan {
	background: url(../img/icon_planung.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;}

.serv_mont {
	background: url(../img/icon_montage.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;}

.serv_repar {
	background: url(../img/icon_reparatur.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;}

.serv_trans {
	background: url(../img/icon_transport.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;}

/*------------------------------------------------
                      kooperation
--------------------------------------------------*/

#work {
	background: url(../img/bg.png) repeat;
	width: 100%;
	height: 785px;
	position: relative;
	z-index: 9000;}

.subheader {
	text-align: center;
	margin-top: 90px;}

.subheader h2 {
	display: inline-block;}

.subheader_line {
	background: url(../img/subheader_line.png) no-repeat;
	width: 338px;
	height: 8px;
	margin: 0 10px 5px 10px;
	display: inline-block;}

.gallery {
	margin-top: 70px;}

.gallery p {
	margin-top: 7px;
	font-size: 15px;
	color: #4b4a4a;
	text-align: center;}

span.ss_text {
	color: #808080;}

.screenshot1 {
	background: url(../img/ss_mb_int.png) no-repeat;
	width: 280px;
	height: 180px;}

.screenshot2 {
	background: url(../img/ss_warendorf.png) no-repeat;
	width: 280px;
	height: 180px;}

.screenshot3 {
	background: url(../img/ss_sysid.png) no-repeat;
	width: 280px;
	height: 180px;}

.screenshot4 {
	background: url(../img/ss_festool.png) no-repeat;
	width: 280px;
	height: 180px;}

.screenshot5 {
	background: url(../img/ss_krueger.png) no-repeat;
	width: 280px;
	height: 180px;}

.screenshot6 {
	background: url(../img/ss_wuerth.png) no-repeat;
	width: 280px;
	height: 180px;}

.ss {
	-webkit-box-shadow: 0px 0px 0px 1px #857a6f;
	-moz-box-shadow: 0px 0px 0px 1px #857a6f;
	box-shadow: 0px 0px 0px 1px #857a6f;}

.ss:hover {
	-webkit-box-shadow: 0px 0px 0px 4px #857a6f;
	-moz-box-shadow: 0px 0px 0px 4px #857a6f;
	box-shadow: 0px 0px 0px 4px #857a6f}

.center {
	text-align: center;
	margin: 0 auto;}

.spacer {padding-bottom: 37px;}


/*------------------------------------------------
                      unternehmen
--------------------------------------------------*/

#about {
	background: url(../img/bg.png) repeat;
	width: 100%;
	height: 630px;
	position: relative;
	z-index: 9000;}

.about_pic {
	background: url(../img/portrait.png) no-repeat;
	width: 266px;
	height: 353px;
	-webkit-box-shadow: 0px 0px 0px 1px #857a6f;
	-moz-box-shadow: 0px 0px 0px 1px #857a6f;
	box-shadow: 0px 0px 0px 1px #857a6f;
	opacity: 0.9;
	margin-top: 67px;}

.about_copy {
	margin-top: 60px;}

.about_copy p {
	margin-bottom: 15px;
	color: #3d3d3d;}

#about h4 {
	margin-bottom: 15px;
	color: #4b4a4a;}

/*------------------------------------------------
                      contact
--------------------------------------------------*/

#contact {
	background: url(../img/bg.png) repeat;
	width: 100%;
	height: 580px;
	position: relative;
	z-index: 9000;}

#contact .subheader {
	margin-bottom: 60px;}

.contact_form h4 {
	margin-bottom: 15px;}

.contact_form input {
	width: 350px;
	height: 25px;
	margin-bottom: 15px;
	padding-left: 4px;
	background-color: #f0f0ef;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;}

.contact_form textarea {
	background-color: #f0f0ef;
	margin-bottom: 20px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	width: 350px;
	height: 140px;
	border-top: 1px solid #857a6f;
	border-left: 1px solid #857a6f;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;}

.contact_form input:focus, .contact_form textarea:focus {
	-moz-box-shadow: 0px 0px 6px #857a6f;
	-webkit-box-shadow: 0px 0px 6px #857a6f;
	box-shadow: 0px 0px 6px #857a6f;} 

.contact_form input.submit-button {
	background-color: #857a6f;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	width: 360px;
	padding: 0;
	text-align: center;}

.contact_form input.submit-button:hover { 
	background-color: #0f0;
	color: #000;}

.contact_info h4 {
	margin-bottom: 15px;}

.contact_info p {
	margin-bottom: 6px;
	color: #4e4e4e;}

.contact_info img {
	vertical-align: baseline;
	margin-right: 8px;}

span.address {
	margin-left: 30px;}

.map_frame {
	margin-top: 80px;
	-webkit-box-shadow: 0px 0px 0px 1px #857a6f;
	-moz-box-shadow: 0px 0px 0px 1px #857a6f;
	box-shadow: 0px 0px 0px 1px #857a6f;}

/*------------------------------------------------
                      footer
--------------------------------------------------*/

footer {
	background: url(../img/nav_bg.png) repeat;
	height: 50px;
	width: 100%;
	text-align: center;
	color: #4e4e4e;}

footer p {
	padding-top: 15px;
	font-size: 16px;}

