/* typography */

@import url('http://fast.fonts.com/cssapi/1309e6b5-695e-4ed5-a7a4-1240e9ab2207.css');

/*
font-family:'HelveticaNeueETW01-55Rg';
font-family:'HelveticaNeueETW01-56It';
font-family:'HelveticaNeueETW01-75Bd';
*/


body * {
  font-family:'HelveticaNeueETW01-55Rg';
}

h1, h2 {
  font-family:'HelveticaNeueETW01-75Bd';
  font-weight: normal;
  letter-spacing:-0.05em;
}

header #logo {
  /*font-family:'HelveticaNeueETW01-55Rg';*/
  letter-spacing:-0.05em;
}

header #logo strong {
	font-weight: normal;
}

strong, b {
  font-family:'HelveticaNeueETW01-75Bd';
  font-weight: normal;
}

section.description .topics a,
article.projects aside.dynamic #sword-label {
  font-family:'HelveticaNeueETW01-56It';
  font-style: normal;
}

header nav a.nav-rootline {
  font-family:'HelveticaNeueETW01-75Bd';
  font-weight: normal;
}

/* transitions */

* {
  -webkit-transition: color 0.25s ease;
  transition: color .25s ease;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}


/* selection color */

::selection {
  /* ffcc33 */
  background: #dedede; /* Safari */
}

::-moz-selection {
  background: #dedede; /* Firefox */
}

      
* {
	font-family: Helvetica, Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	padding: 0;
}

nav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav li {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
}

h1, h2 {
	font-size: 22px;
	line-height: 24px;
}

img {
	border: none;
}

aside, nav {
	display: block;
}

a:hover {
	text-decoration: none;
}

.marker {
	position: absolute;
	width: 20px;
	height: 10px;
	left: 0px;
	border-top: 1px solid #333;
}


/**
* Header und Footer
*/

header, footer, article {
	display: block;
	position: relative;
	padding: 0 0 0 50px;
	width: 680px;
}

header, footer {
	overflow: hidden;
}

header nav, footer nav {
	margin: 0 0 0 350px;
	padding: 0;
}

header #logo, footer address {
	display: block;
	float: left;
	width: 330px;
	font-style: normal;
}

header {
	margin: 40px 0 65px 0;
}

header #logo {
	padding-bottom: 10px;
}

header #logo, header #logo * {
	font-size: 22px;
	text-decoration: none;
	line-height: 24px;
}

header nav a {
	text-decoration: none;
}

header nav a:hover {
	text-decoration: underline;
}

header nav a.nav-rootline {
	/*font-weight: normal;*/
}

footer {
	padding-bottom: 100px;
}

footer address p {
	margin-top: 0;
}


/**
* Inhalte
*/

section {
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
}

section.largeMargin {
	margin-bottom: 50px;
}

section p, section li {
	line-height: 18px;
}

section h1, section h2 {
	margin-top: -1px;
}

section ul {
	list-style: square;
	padding: 0 0 0 1.25em;
	margin: 0;
}

section aside a {
	text-decoration: none;
}

section aside a:hover {
	text-decoration: underline;
}

section.text {
	padding-left: 350px;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.noindent section.text {
	padding-left: 0;
}

section.image img {
	display: block;
}

section.image {
	overflow: visible;
}

section.image .outline {
	margin: -1px;
	border: 1px solid #d6d6d6 !important;
}

section.textimage {
	width: 100%;
	overflow: hidden;
}

section.textimage .image {
	float: left;
	width: 330px;
	overflow: hidden;
}

section.textimage .image img {
	display: block;
}

section.textimage .text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
	margin: 0 0 0 350px;
}

section.couch ul {
	width: 690px;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

section.couch li {
	display: block;
	float: left;
	width: 88px;
	height: 68px;
	margin: 0 10px 10px 0;
}

section.couch li img {
	display: block;
}


/**
* Projektübersicht
*/

article.projects {
	position: relative;
}

article.projects aside {
	position: absolute;
	left: 400px;
	width: 330px;
	top: -25px;
	height: 25px;
	border-bottom: 1px solid #333;
}

article.projects aside.dynamic #sword-input {
	position: absolute;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	top: 5px;
	left: 0px;
	width: 300px;
	outline: none;
}

article.projects aside.dynamic #sword-label {
	font-style: italic;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
}

article.projects aside.dynamic #sword-submit {
	display: none;
}

article.projects aside.dynamic #sword-reset {
	position: absolute;
	display: none;
	top: 5px;
	left: 310px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico-close.png);
	background-position: 0px 0px;
	text-indent: -2000px;
	overflow: hidden;
}

article.projects aside.dynamic #sword-reset:hover {
	background-position: 0px -20px;
}

section.projects ul {
	width: 690px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

section.projects li {
	display: block;
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 10px 40px 0;
}

section.projects a {
	text-decoration: none;
}

section.projects a:hover span {
	text-decoration: underline;
}

section.projects li img {
	display: block;
}

section.projects li span {
	display: block;
}

section.projects li span.category {
	margin-top: -2px;
}

section.projects li span.title {
	margin-top: 5px;
}

section.projects-no-results p {
	width: 300px;
}

section.projects-no-results a {
	text-decoration: underline;
}

section.projects-no-results a:hover {
	text-decoration: none;
}


/**
* Projektdetails
*/

section.title {
	margin-bottom: 0;
}

section.title .content {
	width: 310px;
}

section.title .content h1 {
	margin: 0;
	padding-bottom: 3px;
}

section.title aside {
	position: absolute;
	left: 400px;
	top: -25px;
	width: 330px;
}

section.title aside ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

section.title aside li.back {
	border-bottom: 1px solid #333;
	height: 25px;
}

section.title aside li.previous {
	float: left;
	width: 165px;
	padding: 8px 0 0 0;
}

section.title aside li.next {
	padding: 8px 0 0 0;
	margin: 0 0 0 165px;
	text-align: right;
}

section.description {
	position: relative;
	width: 100%;
	overflow: hidden;
	*margin-top: 1em;
}

section.description .content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
	width: 310px;
	float: left;
}

section.description aside {
	margin: 0 0 0 350px;
}

section.description aside .demos a {
	text-decoration: underline;
}

section.description aside .demos a:hover {
	text-decoration: none;
}

section.description .awards {
	position: absolute;
	bottom: 0px;
	left: 350px;
	width: 330px;
	height: 48px;
	list-style: none;
	padding: 0;
}

section.description .awards li {
	float: right;
	margin: 0 0 0 10px;
}

article.project section.text {
	margin-top: 80px;
	padding-left: 0;
}


/**
* Sonderformate
*/


ul.references {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.references li {
	display: inline;
}

ul.references li a {
	text-decoration: none;
}

ul.references li a:hover {
	text-decoration: underline;
}

ul.references li.space {
	margin: 0 5px 0 0;
}

.vjs-fullscreen {
	background-color: #000;
}

#easyTooltip {
    padding: 7px 9px;
    top: 0;
    left: 0;
    background-color: #333;
}

#easyTooltip, #easyTooltip * {
    color: #ccc;
}


/* Fix für Flackern in Safari */
#canvas { -webkit-transform: translate3d(0, 0, 0); }
#fancybox-content { -webkit-transform: translate3d(0, 0, 0); }
