body {
  background-color: white;
}
.datenschutzbestimmungen {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 30px;
  padding: 10px;
  margin: 0 auto;
}
.jumbotron {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}
.datenschutzbestimmungen {
  background-color: white;
}
.form-inline {
  margin: 0 auto;
  width: 500px;
}
#email {
  width: 300px;
}
