.dsgvo_info {
  position: absolute;
  top: 50px;
  bottom: 0;
}
.dsgvo_info .dsgvo_text {
  max-height: none;
  height: 92%;
}
.dsgvo_header {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 12px;
}
.dsgvo_text {
  max-height: 360px;
  overflow-y: scroll;
  padding: 4px;
  font-family: "Times New Roman", serif;
  font-size: 12pt;
  text-shadow: none;
  text-align: justify;
  color: black;
  background-color: white;
  border: #bdbdbd 2px solid;
}
.dsgvo_text a {
  text-decoration: underline;
  text-shadow: none;
  color: black;
  opacity: 1;
}
.dsgvo_text a:hover {
  color: darkgreen;
}
.dsgvo_text p {
  line-height: normal;
}
.dsgvo_text p b span {
  font-size: 18pt;
  display: inline-block;
  margin-top: 4px;
  text-align: left;
}
.dsgvo_text li {
  line-height: normal;
}
.infotext {
  font-weight: bold;
  font-size: 12pt;
}
.register_header {
  font-size: 18pt;
  margin: 24px 0;
}
body form {
  margin: 0;
}
body form .form-actions {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 12px;
  border: none;
  background: none;
  float: right;
}
