html {
  background: none;
}

footer, #footer {
  margin: 0;
  text-align: center;
}

p a {
  font-weight: bold;
}

a img:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media only screen and (max-width: 640px) {
  article, .onerow {
    padding: 0;
    margin: 0;
  }
}
#header {
  display: none;
}

#wrap, #content {
  width: 100%;
}

#content {
  margin: 0 0 0 0;
  background: white;
}
@media only screen and (max-width: 640px) {
  #content {
    margin-top: 50px;
  }
}

#mainspace {
  padding: 0;
  z-index: 0;
}

.img-full {
  margin-bottom: 0.5em;
}

.lp-top {
  display: table;
  min-height: 500px;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  position: relative;
  background: url(https://www.feierabend.de/media/service/test/lp1b_jupiterimages.jpg) no-repeat center;
  background-size: cover;
}
.lp-top .lp-container {
  display: table-cell;
  vertical-align: middle;
}
.lp-top .lp-cta {
  width: 40%;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .lp-top .lp-cta {
    width: auto;
  }
}

.lp-teaser {
  padding: 5%;
  background: white;
}

.welcome-teaser {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
