html {
  height: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  width: 640px;
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 10px auto;
}

h2 {
  width: 640px;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 10px auto;
}

a {
  color: #000;
}

p {
  width: 640px;
  margin: 0 auto 10px auto;
}

a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

.button-div {
  position: absolute;
  left: 0;
  top: 60px;
}

.button {
  display: block;
  width: auto;
  height: auto;
  font-weight: 600;
  font-size: 24px;
  padding: 12px 140px 12px 14px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #d6007e;
  background-image: url(../images/stoerer.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.container {
  height: 100%;
}

.logo {
  /*width: 420px;
  height: 100%;*/
  margin-bottom: 48px;
}

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

td {
  text-align: center;
  vertical-align: middle;
}

#form {
  margin-bottom: 48px;
}

input .error, .input-text {
  width: 291px;
  padding: 10px;
  margin: 0 5px;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.input-submit {
  width: 315px;
  padding: 10px;
  margin: 0 5px;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: #005f94;
  border: 0;
  cursor: pointer;
}

.welle {
  width: 100%;
  height: auto;
}

.errors {
	color: red;
}
input .error {
	border: 1px solid red;
}

@media (max-width: 767px) {
  h1 {
    width: auto;
    margin: 0 10px 10px 10px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h2 {
    width: auto;
    margin: 0 10px 10px 10px;
    font-size: 18px;
    line-height: 24px;
  }
  p {
    width: auto;
    margin: 0 10px 10px 10px;
  }
  .logo {
    width: 80%;
  }
}
