.no-deco {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  text-shadow: none;
}
.no-deco:hover {
  text-decoration: none;
  color: inherit;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  height: 100%;
  background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222222;
  margin-top: 0;
}
h1 {
  font-size: 45px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.abs-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.bg {
  background-image: url(../images/bg_pattern.png);
  background-attachment: fixed;
}

section {
    width: 100%;
    height: 100%;
}


section.baustelle {
  width: 100%;
  height: 100%;
  background-color: #222222;
}
section.baustelle .container {
  width: 100%;
  height: 100%;
}
section.baustelle .content {
  height: 100%;
  width: 100%;
  display: table;
}

section .content {
  padding: 100px 20px;
}

p {
  margin: 0;
  padding: 0;
  font-siez: 14px;
}