body {
  font-family: 'Arvo', serif;
  line-height: 130%;
  background-color: #fff;
}
body,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1,
h1 a {
  color: #ff0000 !important;
}
h2 {
  padding-bottom: 100px;
}
h3 {
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
.float {
  float: left;
  margin-right: 10px;
  margin-bottom: 50px;
}
.block {
  overflow: hidden;
  padding-bottom: 64px;
}
.regular {
  font-weight: normal;
}
p {
  padding: 0 0 15px 0;
  margin: 0;
}
.grau {
  color: #999;
}
#banner {
  text-indent: -20000px;
  background: url(../images/banner-buch.png) no-repeat;
  width: 200px;
  height: 226px;
  position: fixed;
  right: -20px;
  top: 60px;
  z-index: 12;
  background-size: 200px 226px;
}
.page {
  width: 100%;
}
.box {
  position: relative;
}
.fixed {
  position: fixed;
}
#wir {
  background: #000000 url(../images/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
}
#wir .title {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#projekt {
  background-color: #ffff00;
}
#teilnehmerinnen {
  background-color: #54b7e0;
  padding: 20px 0;
  width: 100%;
}
#teilnehmerinnen .title {
  color: #000;
}
.nav-container {
  position: fixed;
  height: 46px;
  width: 100%;
  background-color: #000;
  z-index: 10;
  left: 0;
  top: 0;
}
#nav {
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
#nav ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
}
#nav ul li {
  display: inline;
  line-height: 46px;
  padding: 0 16px;
}
a {
  text-decoration: none;
}
#nav a,
#nav a:visited {
  color: #fff;
}
a.white {
  color: #fff !important;
}
a.white:hover {
  color: #fa0000 !important;
}
#nav a.current,
#nav a:hover,
a:visited {
  color: #fa0000;
}
a.blk,
a.blk:visited,
a.blk:hover {
  color: #fff;
}
a.rot,
a.rot:visited,
a.rot:hover {
  color: #fa0000 !important;
}
.fb {
  float: left;
  font-size: 13px;
  line-height: 25px;
  margin: 10px 0 0 10px;
  width: 100px;
  height: 24px;
  padding: 0 0 0 28px;
  background: url(../images/ico-fb.png) no-repeat;
  position: relative;
  z-index: 20;
}
.title {
  color: #fa0000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.container-2col {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.container-1col {
  width: 60%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 5em;
}
.narrow {
  text-align: center;
  padding-bottom: 50px;
}
.narrow h2 {
  text-align: center;
  font-size: 200%;
  line-height: 250%;
  padding: 30px 0 10px 0;
  margin: 0;
}
.left {
  width: 50%;
  float: left;
  display: inline;
  padding-right: 20px;
}
.right {
  margin-left: 50%;
  padding-left: 20px;
}
.teilnehmer-container {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.teilnehmer {
  float: left;
  width: 220px;
  text-align: center;
  margin: 4px 0;
  color: #000;
}
.logos {
  margin: 20px 0;
  text-align: center;
}
.logos img {
  padding: 0 10px;
}
.container-contact {
  text-align: center;
  margin: 0 auto 50px auto;
}
.block strong {
  display: block;
  padding: 6px 0;
}
a.contact,
a.contact:visited {
  background-color: #ff0000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 10px;
}
a.contact:hover {
  background-color: #000;
}
a.extern,
a.extern:visited {
  color: #ff0000;
  padding: 5px 10px;
  margin: 150px 20px 0  20px;
}
a.extern:hover {
  background-color: #f00;
  color: #fff;
}
.single {
  width: 500px;
  margin: 0 auto;
}
.quote {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.45em;
  padding-top: 2em;
}
