* {
	padding: 0px;
	margin: 0px;
}
body, html {
	height: 100%; /* Damit die Seite den ganzen Bildschirm umfasst */
}
body {
	font-family:  'Book Antiqua', Garamond, serif;
	font-size: 16px;
	color: #000;
	/*overflow: hidden;*/
}
img {
	border: none;
	display: block;
}
a {
	text-decoration: none;
	color: #fff;
}
ol li {
  text-align: center;
}
a:hover {
	text-decoration: underline;
}
#head {
	position: fixed;
		top: 0;
	width: 100%;
	height: 102px;
	background: rgba(255, 255, 255, 0.9);
}
#logo {
	position: fixed;
		top: 0;
		left: 20%;
	width: 244px;
	height: 102px;
	/*border: 1px solid yellow;*/
	/*background-color: #000;*/
	z-index: 789;
}

/* --- Schrift der Navigation --- */

#menu,
#menu_unten {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85em !important;
}
#contact h1,
#contact h2 {
	text-transform: uppercase;
	font-size: 0.85em !important;
	font-weight: lighter !important;
	font-family:  'Helvetica Neue', Helvetica, sans-serif;
}


/* --- Navigation --- */

#navigation {
	position: fixed;
		left: 0;
		top: 250px;
	width: 210px;
	height: 210px;
	background-color: #000;
}
#menu {
	float: right;
/*	margin-top: 100px;*/
	margin-top: 82px;
	height: 80px;
	text-align: right;
}
#menu div {
	padding: 0 16px;
	height: 20px;
	width: 210px;
}

/* --- Navigation Unten --- */

#menu_unten {
	position: fixed;
		bottom: 0;
		right: 10%;
	width: 160px;
	height: 40px;
	background-color: #000;
}
#menu_unten {
	text-align: center;
}
#menu_unten div {
	margin-top: 14px;
}


/* --- Content --- */

#content {
	height: 100%;
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
	color: #000;
}

#content > div {
	height: 100%;
	/*width: 72%; */
	width: 650px;
	margin: 0 auto;
	/*border: 1px solid yellow;*/
}

#content p:first-child,
#content h1:first-child {	
	padding-top: 35%;

}
.spacer {
	background: url(./img/spacer.jpg);	
		background-repeat:no-repeat;
		background-position: 50% 50%;
}
#home img {
	padding-top: 30%;
	width: 100%;
	height: auto;
	padding-left: 100px;
}
#home div {
	width: 80%;
}

#content p {
	margin-bottom: 40px;
	line-height: 1.4em;
}
#strategy .listlike {
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid #f2f2f2;*/
}	
#strategy .listlike:before {
	/*content: '_  '*/
}
.portfolio_description {
	padding-top: 35%;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.portfolio_logos {
	margin: 0 auto;
	width: 100%;
	/*border: 1px solid purple;*/
}
.portfolio_logos_block {
	width: 32%;
	/*border: 1px solid purple;*/
	display: inline-block;
}
.portfolio_logos_block p {
	font-size: 13px;
	margin: 20px 0 0;
}
#contact p:last-child{
	padding-bottom: 120px;
}
#contact p {
	font-size: 0.7em;
	/*font-style: normal;*/
	color: #000 !important;
}
#contact h1,
#contact h2 {
	color: #000;
	font-style: normal;
	font-weight: normal
}
#contact h1 {
	font-size: 0.8em;
	margin-bottom: 30px;
}
#contact h2 {
	font-size: 0.8em;
	margin-bottom: 15px;
}
#contact a {
	color: #000;
	text-decoration: underline;
}
#contact a:hover {
	color: #000;
	text-decoration: none;
}
#contact .implink {
	margin-top: 20%;
	font-size: 0.7em;
	text-transform: uppercase;
}
.typo_normal {
	text-transform: none;
}

/* --- Navigationsführung Triangle Main --- */

#content .triangle {
	position: fixed;
		top: 360px;
		left: 204px;
	height: 0px !important;
	width: 0px !important;
	visibility: hidden;
	transition: all 0.01s;
		-moz-transition: all 0.0002s; /* Firefox 4 */
		-webkit-transition: all 0.0002s; /* Safari and Chrome */
		-o-transition: all 0.0002s; /* Opera */
		-ms-transition: all 0.0002s; /* Explorer */
}
#content #value:target .triangle {
	visibility: visible;
	top: 330px;	
}
#content #support:target .triangle {
	visibility: visible;
	top: 350px;
}
#content #finance:target .triangle {
	visibility: visible;
	top: 370px;
}
#content #capital:target .triangle {
	visibility: visible;
	top: 390px;
}
#content #credentials:target .triangle {
	visibility: visible;
	top: 410px;
}
#content #contact:target .triangle {
	visibility: visible;
	top: 430px;
}



/* --- Navigationsführung Triangle Unten --- */

#content .triangle_imprint {
	position: fixed;
		bottom: 42px;
		right: 10%;
	height: 0px !important;
	width: 0px !important;
	margin-right: 88px;
	visibility: hidden;
	transition: all 0.01s;
		-moz-transition: all 0.0002s; /* Firefox 4 */
		-webkit-transition: all 0.0002s; /* Safari and Chrome */
		-o-transition: all 0.0002s; /* Opera */
		-ms-transition: all 0.0002s; /* Explorer */
	z-index: 3;
}

#content #imprint:target .triangle_imprint {
	visibility: visible;
}


/* --- Impressum --- */

#imprint {
	font-size: 0.7em;
	line-height: 2.5em;
	margin-top: 500px !important;
	height: 330% !important;
	/*border: 1px solid yellow;*/
}
#imprint h1,
#imprint h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
#imprint h2 {
	font-size: 1em;
}
#imprint a {
	text-decoration: underline;
	color: #000;
}
#imprint a:hover {
	text-decoration: none;
}
#imprint p:last-child {
	margin-top: 50px;
}
