/*  Farbe dunkel : #3c3c3b 
	Farbe hell	 : #ededed
*/

body {
	font-family: 'Titillium Web', sans-serif;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: 700;
	letter-spacing: 0;
	font-size: 35px;
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-left: 0px;
	color:  #ededed;
}

h2 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 26px;
	letter-spacing: 37px;
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 12px;
}

h2.hell {
	color: #cacaca;
}

h2.dunkel{
	color: #3c3c3b;
}

h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	position: relative;
}

h3.hell {
	color: #cacaca;
}

h3.dunkel{
	color: #3c3c3b;
}


h5 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 15px;
	letter-spacing: 8px;
	line-height: 25px;
	margin: 0;
	padding-left: 0px;
	position: relative;
}

/*#header_wrapper {
	width: 100%;
	height: 120px;
	background: url(../img/bg_grey_corned.jpg) repeat;
	top: 0;
	left: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #3c3c3c;

/*	background-color: green;*!/
	z-index: 100;
}

#header_space {
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
/*	background-color: red;*!/
	
	z-index: 99;
	padding-bottom: 30px;
}*/

#header {
	width: 100%;
	height: 130px;
	background: url(../img/bg_grey_corned.jpg);
	box-shadow:0px 2px 6px #333333;
	left: 0;
	top: 0;
	margin-top: 0px;
	color: #ededed;
	z-index: 1;
}

#Navbar {
	color: #ededed;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	padding-top: 55px;
}

#nav {
	position: relative;
	left: 600px;
	width: 348px;
	height: 100px;
	top: -47px;
}

#nav a {
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	font-size: 18px;
	font-weight: 200;
	margin-left: 36px;
	letter-spacing: 1px;
}

a.nav-button {
	color:#ededed;
	text-decoration: none;
}

/*a.nav-button:hover {
	font-weight:200;
}*/

p {
	font-weight: 200;
	line-height: 26px;
	font-size: 18px;
	letter-spacing: 1pt;
	padding-bottom: 24px;
}

p.hell{
	color: #ededed;
}

p.dunkel{
	color: #3c3c3c;
}

/*img{
	margin-top: 40px;
	margin-bottom: 40px;
}*/

/*---------------------------------
    Styles for "Start"-Content
-----------------------------------*/

#Start_wrapper {
	background: #ededed;
	height: 300px;
	width: 100%;
/*	top: 131px;*/
	position: relative;
}

#Start {
	background:  url(/../img/traces/tr_start.jpg) no-repeat #ededed;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top:  0px;
	position: relative;

	}

#Start span{
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
}
/*---------------------------------
    Styles for "Projekte"-Content
-----------------------------------*/

#Portfolio_wrapper {
	background: url(../img/bg_grey_corned.jpg) repeat;
	height: auto;
	width: 100%;
/*	top: 793px;*/
	position: relative;
	padding-bottom: 60px;
}

#Portfolio {
	background:  url(/../img/traces/tr_portfolio.jpg) repeat;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
	z-index: 2;
	
}

.all_boxes{
	list-style: none;
	padding: 0;
	width: 959px;
	margin: 0;
	z-index: 4;
}

.all_boxes li{
	width: 316px;
	height: 204px;
	background: #ededed;
	margin: 0;
	padding: 0;
	display: inline-block;
}


/*---------------------------------
    Styles for "Projekt-Detail"
-----------------------------------*/

.panel{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px	;
/*	background-color: #87cfe6;*/
	display: none;
	z-index: 100;
	overflow: hidden;
	background: #3b3b3c no-repeat left top;

}

#detail_bg {
  /* Set rules to fill background */
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.detail_bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

/*#tracing_img {
	background: url(/../img/projekte/tracing_projekte.jpg) no-repeat -80px 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.content {
	width: 1096px;
	color:  #ededed;
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 2px auto 0;
	
}

#p_header{
	width: 100%;
	padding-top: 48px;
	height: 42px;
	display: block;
}

#p_header #p_name {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
	position: relative;
	float: left;
	margin-right: 24px;
}

#p_header #p_info {
position: relative;
top: 0px;
margin-left: 48px;
padding-top: 4px;
font-style: italic;
font-weight: 200;
font-size: 15px;
word-spacing: 1px;
}

#p_header #p_close {
float: right;
width: 50px;
height: 50px;
top: -43px;
left: 0px;
position: relative;
text-align: center;
cursor: pointer;
background:  #ededed url(../img/p_close.png) no-repeat center center;
}

#p_header_border {
		border-bottom: 1px solid #ededed;
	height: 1px;
	width: 100%;
	position: relative;
	top: 5px;
}

#p_slider{
	max-width: 800px;
	max-height: 450px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.content p {
	font-weight: 200;
	font-size: 18px;
	width: 100%;
	top: 10px;
	margin-bottom: 24px;
	position: relative;
}

#p_footer {
	height: 1px;
	border-bottom: 2px solid #ededed;
	margin-top: 30px;
	position: relative;
	-moz-box-shadow: 0 -1px 10px #111;
	-webkit-box-shadow: 0 -1px 10px #111;
	box-shadow: 0 -1px 10px #111;
	opacity: 1;
}

/*---------------------------------
    Styles for "Vita"-Content
-----------------------------------*/

#Vita_wrapper {
	background: #ededed;
	height: auto;
	width: 100%;
/*	top: 1840px;*/
	position: relative;
	color: #3c3c3c;
	
}

#Vita {
	background:  url(/../img/traces/tr_vita.jpg) repeat;
	width: 960px;
	height: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	color: #3c3c3c;
	padding-bottom: 48px;
	
}

#vita_photo_box{
	margin: 0 0 20px;
	padding: 0;	
}

#vita_text_box {
	width: 960px;
	height: auto;
	float: left;	
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	padding-right: 60px;
}
p.p_vita{
	text-transform: none;
	font-variant: normal;
	font-size: 18px;
	line-height: 26px;
}



/*---------------------------------
    Styles for "Kontakt"-Content
-----------------------------------*/

#Kontakt_wrapper {
	background: url(../img/bg_grey_corned.jpg) repeat;
	height: auto;
	width: 100%;
	position: relative;
}

#Kontakt {
	width: 960px;
	height: 300px;
	margin-left: auto;	
	margin-right: auto;
	padding-top: 27px;
	padding-bottom: 60px;

}

form {
	display: table-row-group;
	font-weight: 200;
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
}

fieldset {
margin: 0;
padding: 0px;
border: 0px;
float: left;
width: 520px;
}

#fieldset_left  {
margin: 0 0px 0 0;
padding-right: 10px;
border: 0px;
float: left;
width: 400px;
}
input	{
	background: url(../img/bg_input_corned.jpg) repeat;
	color: #aeaeae;
	height: 48px;
	width: 390px;
	border: 0px;
	margin: 0;
	text-transform: uppercase;
	font: 200 18px 'Titillium Web', sans-serif;
	text-indent: 10px;}

textarea	{
	background: url(../img/bg_input_corned.jpg) repeat;
	color: #aeaeae;
	height: 105px;
	width: 440px;
	border: 0px;
/*	top: -148px;
	left: 392px;*/
	position: relative;
	font: 200 18px 'Titillium Web', sans-serif;
	text-transform: uppercase;
	text-indent: 10px;
	padding-top: 13px;
	margin: 0px;
}

.submit_button {
	background: url(../img/bg_submit_corned.jpg) repeat;
	color: #3c3c3c;
	text-transform: uppercase;
	width: 60px;
	height: 120px;
	float: right;
	top: 0px;
}

ul.parsley-error-list{
	margin: 0;
	padding: 0;
	color: #ededed;
	list-style: none;
}

li.required{
	color: #ededed;
	list-style: none;
	
}

.kontakt_letter {
	color: #ededed;
	font-weight: 800;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1pt;
	word-spacing: 1pt;
	margin-top: 12pt;
}

.kontakt_letter span{
	font-weight: 200;
	margin-right: 25pt;
	margin-left: 7pt;
	}
	
	/*---------------------------------
	    Styles for "Impressum"-Content
	-----------------------------------*/	
	
#Impressum_wrapper {
	background: url(../img/bg_grey_corned.jpg) repeat;
	height: auto;
	width: 100%;
	position: relative;
	margin-top: -8px;
	padding-top: 0px;
	
}

#Impressum {
	width: 960px;
	height: 200px;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	

}

#imp_ruler {
	width: 960px;
	height: 1px;
	background-color: #000000;
	border: 0;
	-moz-box-shadow: 0 1px 0 #717171;
	-webkit-box-shadow: 0 1px 0 #717171;
	box-shadow: 0 1px 0 #717171;
	opacity: 0.36;
	margin-bottom: 24px;
	
}

#imp_box1 {
	width: 740px;
	padding-right: 0px;
	margin: 0;
	float: left;
	position: relative;
}

#imp_box2 {
	width: 120px;
	padding-right: 48px;
	position: relative;
	float: left;
}


h6 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 0;
	padding-left: 0px;
	position: relative;
}
h6.hell {
	color: #cacaca;
}	

#imp_p {
color: #ededed;
font-weight: 400;
font-size: 10px;
line-height: 14px;
margin: 0;
padding-left: 0px;
position: relative;
}