@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

body {
  font: 0.8125em/1.5 "facitweb-1","facitweb-2", sans-serif;
  color: #888;
}

a:link, a:visited {
  color: #069;
  text-decoration: underline;
}

.wrapper {
  width: 964px;
  margin: 0 auto;
  position: relative;
}

#people {
  width: 985px;
  clear: both;
  overflow: hidden;
}

#people article {
  float: left;
  width: 144px;
  border-right: 1px solid #069;
  border-left: 1px solid #069;
  margin: 0 -1px 0 0;
  padding: 0 10px 0 9px;
  overflow: hidden;
  position: relative;
}

.fade {
  position: absolute;
  width: 14px;
  height: 55px;
  background: url(../img/fade.png) 0 0 repeat-y;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#people ul {
  position: relative;
  z-index: 9;
}

#people article img {
  margin: 5px -9px 0 -9px;
}

.address {
  position: absolute;
  top: 12px;
  left: 0;
}

h1 {
  margin: 20px 0 50px 0;
  float: right;
}

#slogan {
  margin-top: 118px;
  margin-left: -10px;
  float: left;
  width: 611px;
  height: 50px;
  font-family: serif;
  color: #069;
  font-size: 62px;
  text-indent: -999em;
  background: url(../img/slogan.png) 50% 50% no-repeat;
}

h2 { 
  font-size: 40px;
  font-family: serif;
  margin-bottom: 20px;
  color: #069;
}

#people h2 {
  font-size: 1.0769em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-family: "facitweb-1","facitweb-2",sans-serif;
}

h2 a {
  display: block;
  width: 300px;
}

#people h2 + p {
  font-size: 12px;
  margin-bottom: 0.3em;
}

#people .mail,
#people .tel,
#people .web {
  font-size: 12px;
}


section {
  clear: both;
}

.sign {
  margin: -12px auto 15px auto;
  display: block;
  overflow: visible;
  width: 130px;
  height: 73px;
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.27);
  -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.27);
  box-shadow: 1px 1px 6px rgba(0,0,0,0.27);
  -webkit-transform: rotate(-3deg); 
  -moz-transform: rotate(-3deg);  
  transform: rotate(-3deg);
}

.sign:hover {
  border: 1px solid #999;
  margin: -13px auto 14px auto;
}

#people .sign img {
  margin: 0;
}

#people a:link,
#people a:visited {
  color: #888;
  text-decoration: none;
}

#people a:focus,
#people a:hover,
#people a:active {
  color: #069;
}

/*

#people li {
  background: url(../img/icon-fon.png) 0 2px no-repeat;
  padding-left: 20px;
}

#people .mail {
  background-image: url(../img/icon-mail.png);
}

#people .web {
  background-image: url(../img/icon-web.png);
}
*/

#tagwolke {
  clear: both;
  margin: 50px 0;
  background: #069;
  color: #fff;
  padding: 24px 0 30px 0;
  text-align: center;
  
}

#tagwolke ul {
  list-style: none;
  padding: 0;
}

#tagwolke li {
  list-style: none;
  display: inline;
  font-size: 32px;
  margin: 0 20px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 47px;
}


#tagwolke .small {
  font-size: 23px;
}

#tagwolke .large {
  font-size: 48px;
}

.left50 {
  clear: both;
  width: 472px;
  float: left;
  margin-bottom: 50px;
}

.right50 {
  float: right;
  width: 472px;
  margin-bottom: 50px;
}



#map {
  border: #069 1px solid;
}

#tweets {
  border: 1px solid #069;
  height: 248px;
  padding: 8px;
  overflow-y: auto;
}

#tweets li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em;
}

#tweets a {
  text-decoration: none;
}

#tweets a:focus,
#tweets a:hover,
#tweets a:active {
  color: #000;
}

#tweets strong {
  margin-right: 0.5em;
}

#flickr {
  text-align: center;
  height: 75px;
  overflow: hidden;
  margin-bottom: 50px;
}

footer {
  background: #069;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 40px;
}

footer a:link, 
footer a:visited {
  color: #fff;
  text-decoration: none;
}

#sofinden,
#auftwitter,
#dasgeht {
  text-indent: -9999px;
  background: url(../img/dasgeht.png) -12px 50% no-repeat;
}

#dasgeht {
  margin-bottom: 0.6em;
}

#sofinden {
  background-image: url(../img/sofinden.png);
}

#auftwitter {
  background-image: url(../img/twitter.png);
}

