body, html {
  overflow:hidden;
  margin: 0px;
  padding: 0px;
}
#bgpic {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;      
}
#inhalt {
  position: absolute;
  top: 8%;
  left: 53%;
  margin-top: 60px;
  width: 42%;
  height: 80%;
  overflow: auto;
  color: #dedbe6;
  font-family: arial, "arial narrow", "times new roman";
  font-weight: bold;
  font-size: 13px;
}
h1, h2 { 
  text-align: center;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
.buts {
  color: #dedbe6;
  font-family: arial, "arial narrow", "times new roman";
  font-weight: bold;
}
#but_portfolio {
  position: absolute;
  top: 8%;
  left: 53%;
  margin-top: 15px;
}
#but_referenzen {
  position: absolute;
  top: 8%;
  left: 67%;
  margin-top: 15px;
}

#but_impressum {
  position: absolute;
  top: 8%;
  right: 6%;
  margin-top: 15px;
}

a {
  text-decoration: none;
  color: #dedbe6;
  font-family: arial, "arial narrow", "times new roman";
  font-weight: bold;
}
.ref_imgs {
  width: 90%;
  height: 45%;
}
.nobreak {
  white-space:nowrap;
}
