body,html {
  margin:0;
  height:100%;
  background:#03a9f4;
  font-family: 'Droid Serif', sans-serif;
}
#wrap {
  margin:0 auto;
  width:500px;
}
h1 {
  text-transform: uppercase;
  font-size: 10vw;
  letter-spacing: -0.5vw;
  color: #03A9F4;
  position: relative;
  margin: 70px 0 5vw 0;
  background: #ffffff;
  text-align: center;
}
h1 span { visibility:hidden; }
img {
  position:absolute;
  left:65px;
  bottom:19px;
}
form div {
  clear:both;
  margin-bottom:10px;
}
form div#submit {
  text-align:right;
}
form div#submit button{
  text-shadow:1px 1px 1px #aaa;
  width:200px;
  height:50px;
  font-family: 'Oswald', sans-serif;
  font-weight:700;
  font-size:25px;
  line-height:35px;
  color:#005757;
  margin-right:34px;
  border:solid 5px #fff;
  cursor:pointer;
  border-radius:10px;
  background: #c5eeee;
  
}
form div#submit button:hover {
  background: #00abab;
  color:#fff;
  text-shadow:1px 1px 1px #aaa;
}

label {
  display:inline-block;
  width:100px;
  vertical-align:top;
  text-align:right;
  height:40px;
  line-height:40px;
  font-size:20px;
  color:#fff;
  margin-right:-10px;
  font-weight:300;
}
label span {
  background:#00abab;
  padding:0 16px 0 6px;
}
label.false span{
background:#b83648;
}
input, textarea {
  width:360px;
  padding:5px;
  border:solid 1px #fff;
  font-family: 'Oswald', sans-serif;
  font-weight:300;
  font-size:20px;
  margin:0;
}
input:focus, textarea:focus {
  border:solid 1px #c0c0c0;
  outline:0;
}
input {
  height:30px;  
}
textarea {
  height:200px;
}
#nav {
  position:fixed;
  top:0;
  left:0;
}
#nav div {
  visibility:hidden;
  width:0;
  overflow:hidden;
  width:100%;
  height:50px;
  position:fixed;
  top:0;
  left:38px;
  padding-left:10px;
  line-height:50px;
  font-size:15px;
}
#nav:hover div {
  visibility:visible;
  width:auto;
}
#nStartseite {
  background:url(img/nav.png) -38px 0 no-repeat;
  display:block;
  width:38px;
  height:50px;
  text-indent:-1000px;
}