html { font-size: 100%; -webkit-text-size-adjust: 110%; -ms-text-size-adjust: 100%; overflow-y: scroll;}



.content a {color:#d8d8d8; font-weight:normal; text-decoration:none;}
a:focus { outline: 0; }
a:hover, a:active { outline: 0; color:#d21300;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

body {
	margin: 0;
	padding: 0;
	background: #4e4b41;
	color: #fff;
	font-family: 'AmbleRegular', sans-serif;
	font-size: 14px;
	line-height: 1.2;

}

#main-wrapper {
    width: 100%;
    min-height: 100%;
 	
}

/* ================================================================= top / header === */

#top {
	background: url(../img/bg_top.png) repeat-x center top;
	width: 100%;
	/* to prevent overlap of the menu and social icons */
	min-width: 636px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border: 0px solid blue;
	
}

#header {
    /* width: 960px; */
    margin: 0 auto;
    border: 0px solid yellow;
    height: 57px;
    position: relative;
	
}

#logo {
    float: right;
	display: block;
	overflow: auto;
	margin: 2px 20px 0 0;
    padding: 0;
	background: url(../img/logo.png) no-repeat;
	width: 148px;
    height: 48px;
	position: relative;
}


#header ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
	
}

#header li {
    float: left;
}

#header li a {
    display: block;
    color: #848484;
}


/* ================================================================= navs === */

#header .main {
    position: relative;
	float:right;
	
    right: 20px;
    bottom: 0px;
	width: 360px;
	 
}

#header .main a {
    margin-left: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#header .main a.company                                                        { width: 76px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat 0 0; }
#header .main a.company:hover, #header .main a.company.selected                   { width: 76px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat 0 -58px; }

#header .main a.location                                                        { width: 79px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -76px 0; }
#header .main a.location:hover, #header .main a.location.selected                   { width: 79px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -76px -58px; }

#header .main a.projects                                                       { width: 75px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -155px 0; }
#header .main a.projects:hover, #header .main a.projects.selected                 { width: 75px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -155px -58px; }

#header .main a.career                                                       { width: 67px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -229px 0; }
#header .main a.career:hover, #header .main a.career.selected                 { width: 67px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -229px -58px; }

#header .main a.contact                                               { width: 63px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -295px 0; }
#header .main a.contact:hover, #header .main a.contact.selected { width: 63px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -295px -58px; }

/* CURRENTLY NOT USED

#header .main a.imprint                                                   { width: 115px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -470px 0; }
#header .main a.imprint:hover, #header .main a.imprint.selected         { width: 115px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -470px -57px; }

#header .main a.multi-player                                                { width: 128px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -598px 0; }
#header .main a.multi-player:hover, #header .main a.multi-player.selected   { width: 128px; height: 57px; background: url(../img/nav-sprite_1.png) no-repeat -598px -57px; }
*/


/* ================================================================= social nav === */

#header .social {
    position: relative;
	float: left;
    margin-top: 14px;
	display: block;
	overflow: auto;
	width: 103px;
	
}

#header .social a {
    margin-left: 12px;
	
}

#header .facebook {
    width: 23px;
    height: 23px;
    background: url(../img/social.png) no-repeat 0 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	
	
}

#header .twitter {
    width: 22px;
    height: 23px;
    background: url(../img/social.png) no-repeat -24px 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	
	
	
}

/* ================================================================= main === */

#main{
	
	
}

.section {
    position: absolute;
    left: 0;
   	
    height:100%;
	width: 628px;
	padding: 0;
	z-index: 8;
	/*border: 2px solid red;*/
	
	
}

.sectionBar {
	position: absolute;
	top: 0;
	left: 0;
	min-height:100%;
	
	background: #737470;
    background: rgba(0,0,0,0.7);
	
}

.bg {
	
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -100;
	
}

.content {
	width: 350px;
	padding: 24px;
	padding-top: 68px;
	
}

.content p b, .content b {
    line-height: 1;
    color: #a9a9a9;
    font-size: 24px;
    font-weight: normal;
	font-family: 'YanoneKaffeesatzRegular', sans-serif;
	
}

.content b, .content a {
	/*=== fancy shadow stuff ===*/
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}



/* ================================================================= footer === */

#footer {
    
	position: relative;
    float: left;
	
	font-size:11px;
	margin-top:20px;

	color:#d8d8d8;
	width:100%;
	/*visibility: hidden;*/
	
}

#footer a{
	color:#E32402;
}



/* ================================================================= projects === */

#projectLogo {
	
	background-repeat:no-repeat;
	float: left;
	width: 100%;
	height: 60px;
}

#projectInfo {
	float: left;
	margin-bottom: 12px;
}

#projectTitle {
	font-weight: normal;
	color: #848484;
}

#projectTitle .date {
	color: #d21300;
}

/* ================================================================= contact form === */

form {
	margin-top: 10px;
	margin-bottom: 120px;
	padding: 0;
}

textarea, input.field{
	background:#938F88;
	background: rgba(255,255,255,1);
	width: 100%;
	margin-bottom: 10px;
}

#formLeft {
	font-size: 14px;
	line-height: 16px;
	margin-top: 3px;
}

/* ============================================================= additional ======= */
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}