@font-face {
font-family: normalfont;
src: url("fonts/Rene Bieder - Galano Grotesque Alt Light.otf") format("opentype");
}

@font-face {
font-family: boldfont;
font-weight: bold;
src: url("fonts/Rene Bieder - Galano Grotesque Alt Medium.otf") format("opentype");
}



body {
	font-family: 'normalfont',Arial, Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #999;
	background-image: url('/img/bg/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
}


h1,h2,h3,h4,h5{

	font-weight:normal;
	font-family:'boldfont';}

ul {
	list-style: none; 
	border: none; 
	margin: 0; padding: 0;
	}
a:link,a:active,a:visited  {
	color: #e5397e;
	text-decoration: none;
}
.fliesstext{
	color:#333333;
}
a:hover{
    color:#e5397e;
}
ul.projectlist li:hover{
    color:#e5397e;
    }
ul.projectlist li:hover a{
    color:#e5397e;
    }
ul.projectlist li {
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	list-style: none;
	display:block;
	padding:0.8em 1em;
}
p {
	margin: 0px;
	line-height:1.6em;
	padding: 0px;
}

.ptitle{
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:'boldfont';
	display:block;
}

/* wireframe */

.wireframe {
    margin: 0;
    padding: 0;
}
.wireframe section,
.wireframe .menu {
    margin: 1.2em 1em;
    text-align: left;
	padding:1em;
	background-color:#F5F5F5;
	box-shadow:0px 0px 20px rgba(0,0,0,0.2);
	max-width:1000px;
}
.wireframe section#work{
	padding:1em 0;
}
.wireframe section#work h2{
	padding:0 0.7em;
	margin:0;
}
.wireframe .menu { 
    position: absolute; 
    margin: 0;
    top: 0; 
    right: 0; 
    padding: 0.5em;
    color: steelblue;
}
.wireframe h1 {
}
.wireframe h2 {
    margin:0;
    padding:0;
    margin-bottom:0.5em;
    font-size:1.3em;
    color:#000000;
}

.wireframe nav { height: 3em; }
.wireframe #logo img{
	width:100%;
}
.wireframe #logo{
	background-color:rgba(255,255,255,1);
	padding:0;
}

.wireframe #aboutus {
	background-color:#000;
	color:#fff;
}
.wireframe #aboutus a{
	color:#f2f2f2;
}

/* Farben */

#clients{
	background-color:#333333;
	color: #CCCCCC;
}
#clients h2, #partners h2{
	color: white;
}
#partners{
	background-color:#666666;
}


/* navi */
nav a:link{
	font-size:0.5em;
	color:#fff;
	font-weight:normal;
}

nav ul{
	float:right;
}

nav li{
	float:left;
	padding:0.5em;
}