body {
  background:url("img/body-bg.jpg") 0 0 no-repeat fixed #fff;
  background-size:cover;
}

#rahmen {
  max-width:61.875em;
}

#maincontent {
  background-color:rgba(255,255,255,0.75);
  width:100%;
}

.smallheader {
  border:0;
}

.schmuckbild {
  margin-top:0;
  padding-top:0;
  background-color:rgba(0,158,227,0.15);
  position:relative;
}

.schmuckbild img {
  max-width:100%;
  position:relative;
}

.schmuckbild span {
  overflow:hidden;
  width:0;
  height:0;
  position:absolute;
  left:-9999px;
  top:-999px;
}

.schmuckbild h1 {
  text-align:center;
}

.schmuckbild h1 img {
  margin-top:-10px;
}

.stepnav ul li strong {
  background-color:#5a1f39;
}

.stepnav .subnav-2 {
  background-color:rgba(0,158,217,0.15);
}

.stepnav .subnav-2 li a {
  padding-left:15px;
}

#content, .article, .gallery, #sidebar, .sidebar-block {
  background-color:transparent;
}

.article h2 {
  color:#e5007d;
}

.article.img-left .eintrag {
  margin-left:0;
}

.kontaktformular input[type="text"],
#kontaktformular textarea,
.kontaktformular textarea,
.kontaktformular select {
  font-family:inherit;
}