/**
 * ========== RESET ==========
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

/**
 * ========== END RESET ==========
 */

@font-face {
 font-family: neuesachlichkeit;
 src: url("../font/ST01R.eot") /* EOT file for IE */
}
@font-face {
 font-family: neuesachlichkeit;
 src: url("../font/ST01R.TTF") /* TTF file for CSS3 browsers */
}

/*
span.header {
 font-family: MyCustomFont, Impact, "Arial Black", sans-serif;
 font-weight: bold;
 color: red
}
*/

body {
	background-color: #000;
	font-family: neuesachlichkeit, Verdana, Arial, sans-serif;
	font-size: medium;
	color: #dddbc4;
	font-size: 10px;
}

a {
	color: #dddbc4;
	font-size: 10px;
	text-decoration: none;
}

p, a {
	letter-spacing: 0.5px;
    line-height: 11px;
}
#menu a {
	font-size: 7px;
}

#menu_test {
	border: 1px solid #fff;
}

#info_test {
	border: 1px solid #fff;
	
}

#copyright_test {
	border: 1px solid #fff;
	
}


#start {
	/*bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    */
    width:600px;
    height:440px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-220px 0 0 -300px;
}

.imprint section#info {
    min-height: 380px;
}

section#menu {
	text-align: center;
	padding-top: 5%;
	height: 30%;
	min-height: 240px;
}

section#menu ul {
	width: 65px;
	margin: 0 auto !important;
}

section#menu li {
	height: 12px;
}

section#menu li a {
	width: 70px;
}

section#menu ul li.active {
	border-top: 1px solid #dddbc4;
	border-bottom: 1px solid #dddbc4;
}

section#info {
	text-align: center;
	height: 55%;
	padding-top: 5%;
	min-height: 275px;
}

section#info span.lb {
	display: block;
	letter-spacing: 0.5px;
    line-height: 11px;
}


section#info .office {
}

section#info .products {
	margin-bottom: 2%;
    margin-top: 2%;
}

section#info .portfolio {
}

.imprint p {
	margin-bottom: 12px;
}
.height5 {
	height: 5%;
	display: block;
}
.color-1 {
	color: #e7cb48;
}
.color-2 {
	color: #eb9129;
}
.color-3 {
	color: #ca3321;
}
.color-4 {
	color: #a32e3f;
}
.color-5 {
	color: #575275;
}
.color-6 {
	color: #6898af;
}

section#copyright {
	font-size: 7px;
    height: 10%;
    min-height: 50px;
    text-align: center;
}
.maxheight {
	height: 100%;
}
#logo {
	display: block;
    margin: 12px auto 0;
}
#hexagon_large {
    height: 425px;
    margin-top: -15%;
}
#hexagon_small {
    margin-top: 5%;
    margin-bottom: 10px;
    height: 80px;
}
#hexagon_large,
#hexagon_small {
	display: block;
    margin-left: auto;
    margin-right: auto ;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
