
#top {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #eeeeee 50%, #ffffff 100%, #ffffff 100%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#eeeeee), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#eeeeee 50%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#eeeeee 50%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#eeeeee 50%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(-45deg,  #ffffff 0%,#eeeeee 50%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 fallback on vertical gradient */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#top .logo-container {
	margin-top: 0;
	position: absolute;
	top: 1.5em;
	left: 0;
}

#top .stage {
	overflow: hidden;
	line-height: 1;
}

.stage-bild {
	margin-left: 22%;
	padding-right: 3%;
	margin-bottom: -1px;
	padding-left: 2%;
	width: 52%;
}

.stage-bild img {
	box-shadow: 3px 0 10px #aaa, -3px 0 12px #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.no-boxshadow .stage-bild img {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: -2px;
}

.stage-teaser {
	float: right;
	display: inline;
	width: 16.7%;
	margin-right: 3%;
	margin-left: 1%;
	padding-top: 1.25em;
}

.stage-teaser h3 {
	margin-top: 0.7em;
	margin-bottom: 0.5em;
}

.stage-teaser .kunde {
	margin-top: 0;
}

.stage-teaser .small {
	font-size: 80%;
	line-height: 1.3;
}

.stage-teaser .info {
	margin-top: 25px;
	color: #666;
	line-height: 1.5;
}

ul.skipper {
	top: 85px;
}

.main {
	box-shadow: 4px -2px 5px -3px #bbb, -3px -2px 5px -3px #bbb;
}

.no-boxshadow .main {
	border-top: 1px solid #ccc;
}

/* ----- */

#elevator-statement {
	font-size: 130%;
	margin-bottom: 3em;
	margin-top: 3px;
}

#elevator-statement p {
	margin: 0;
	line-height: 1.5;
}

#elevator-statement a {
}

#content #tweets,
#content #tweets li {
	list-style-image: none;
	padding-left: 0;
}

#content #tweets {
	margin-top: 0;
	float: left;
	width: 69%;
	padding-right: 3%;
	margin-right: 3%;
}

.twitter-meta {
	float: left;
	display: inline;
	width: 24%;
	padding: 72px 0 0 0;
	font-size: 0.857em;
	line-height: 1.4;
	background: url(../img/wf-cube.jpg) no-repeat left 7px;
}

.twitter-meta h3 {
	margin: 0 0 0.5em;
}

.twitter-meta p {
	margin-top: 0;
	color: #777;
	font-size: 0.8333em;
}

.twitter-meta p span {
	display: block;
}

.tweet {
	margin-bottom: 1em;
	font-size: 0.857em;
}

.tweet:last-child {
	margin-bottom: 0;
}

.tweet:first-of-type p {
	font-size: 1.333em;
	line-height: 1.4;
}

.latest-tweet p {
	font-size: 1.333em;
	line-height: 1.4;
}

.tweet .timestamp {
	font-size: 0.7143em;
}

.tweet p {
	margin: 0;
}

.blognews {
	clear: both;
	margin-bottom: 2em;
}

.blogpost h2 {
	margin-top: 0;
}

/* Fallbacks: unter 800px Breite oder kein Projekt */

@media only screen and (max-width: 800px) {
	.stage { display: none; }
	.main { box-shadow: none; }
	.logo-container {
		position: static !important;
		margin-top: 1.5em !important;
	}
	#top { background: #fff !important; }
}

.no-stage + .main { box-shadow: none; }
.no-stage .logo-container {
	position: static !important;
	margin-top: 1.5em !important;
}
.no-stage { background: #fff !important; }

