@charset "utf-8";
/* CSS Document */

/*************************************************
             typography & general
**************************************************/

h1 {
	margin: 40px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	color: #911a1c;
}

h1 span {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #545454;
	margin: 10px 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 36px;
	color: #2a6eb6;
	margin: 0 0 30px 0;
}

h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	display: block;
	color: #545454;
	margin: 10px 0;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #2a6eb6;
	margin: 10px 0;
}

p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	margin: 0 0 15px 0;
	color: #4d4b4c;
}

a:link, a:visited {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #72b62c;
}

a:hover {
	color: #2a6eb6;
}

.right {
	float: right;
}

body {
  background: url(../images/bg-main.jpg)  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/*************************************************
                     header
**************************************************/

header {
	width: 100%;
	height: 0;
	position: relative;
	z-index: 900;
}

/*************************************************
                       nav
**************************************************/

nav {
	z-index: 1000;
	height: 160px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	background: url(../images/header.png) repeat-x  top left;
}

nav ul {
	height: 160px;
	width: 960px;
	margin: 0 auto;
	/*background: url(../images/bg-nav.png) no-repeat;*/
}


nav ul li {
	margin: 20px 0 0 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

nav a:link, nav a:visited {
	display: block;
	text-decoration: none;
	padding: 55px 0 0 0;
	font-size: 20px;
	color: #72b62c;
}

nav a:hover {
	color: #2a6eb6;
}

a.logo {
	width: 280px;
	height: 121px;
	margin: 0 auto;
	margin-right: 80px;
	padding: 0;
	background: url(../images/logo-techmetall.png) no-repeat 0 0;
	float: left;
}

/*************************************************
                      #intro
**************************************************/

#intro {
	width: 100%;
	height: 500px;
	margin: 0 0 -20px 0;
	padding: 0;
	text-align: center;	
	position: relative;
	z-index: 500;
}

#intro .intro_content {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 500;
}

/*************************************************
                       #yuzu
**************************************************/

#schlosserei {
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 180px 0;
	text-align: left;	
	position: relative;
	z-index: 500;
}

#schlosserei .schlosserei_content {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 500;
}

#schlosserei .schlosserei_content .dritt, #gruenwand .gruenwand_content .dritt, #mikrohaus .mikrohaus_content .dritt, #contact .contact_content .dritt {
	display: block;
	width: 31%;
	margin: 0 3% 0 0;
	float: left;
}

#schlosserei .schlosserei_content .drittl, #gruenwand .gruenwand_content .drittl, #mikrohaus .mikrohaus_content .drittl, #contact .contact_content .drittl  {
	display: block;
	width: 31%;
	margin: 0;
	float: left;
}


/*************************************************
                     #anwendungen
**************************************************/

#gruenwand {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 180px 0;
	text-align: left;	
	position: relative;
	z-index: 500;
}

#gruenwand .gruenwand_content {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 500;
}

#gruenwand .gruenwand_content .viert {
	display: block;
	width: 22%;
	margin: 0 4% 15px 0;
	float: left;
}

#gruenwand .gruenwand_content .viertl {
	display: block;
	width: 22%;
	margin: 0 0 15px 0;
	float: left;
}

#gruenwand .gruenwand_content .viert p, #gruenwand .gruenwand_content .viertl p {
	font-size: 16px;
	line-height: 26px;
}

.sample {
	float: right;
	padding-top: 8px;
}

/*************************************************
                     #kunden
**************************************************/

#mikrohaus {
	width: 100%;
	height: 650px;
	margin: 0;
	padding: 180px 0;
	text-align: left;	
	position: relative;
	z-index: 500;
	/* background:url(../images/mikrohaus_back.png) bottom left no-repeat; */
}

#mikrohaus .mikrohaus_content {
	width: 1000px;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 500;
}

/*************************************************
                     #contact
**************************************************/

#contact {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 180px 0;
	text-align: left;	
	position: relative;
	z-index: 500;
}

#contact .contact_content {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 500;
}

#contact .contact_content .halb {
	display: block;
	width: 47%;
	margin: 0 4% 15px 0;
	float: left;
}

#contact .contact_content .halbl {
	display: block;
	padding-top: 10px;
	width: 47%;
	margin: 0 0 15px 0;
	float: left;
}



/*************************************************
                     #impressum
**************************************************/

#impressum {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;	
	position: relative;
	z-index: 500;
}	

#impressum .impressum_content {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 500;
}	

#impressum .impressum_content p, #impressum .impressum_content a:link,  #impressum .impressum_content a:visited {
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 300;
}

.wdLoader, .wdAutoplayBtn, .wdPauseBTN, .wdPlayBTN, .wdPlayPauseUI, .autoplayPie, .wd-pause, wdPlayPauseUI, .autoplayPie, .wdAutoplayBtn, .wdPauseBTN, .wd-pause, .wdAutoplayBtn, .wdPlayBTN, .wd-play, .wdLoader, .wdLoaderSmall, .wdLoaderDisable, .loaderPercent {
	display: none !important;
}	