.results {
  padding-top: 2rem;
}

#login-form {
  padding: 60px 0;
  margin: 0;
  max-width: 600px;
}

#login-form .form-group {
  margin: 0 0 2rem;
}

#fdatenschutzButton {
  border: 0;
  background: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  float: right;
  margin: 0 0 1rem;
  cursor: pointer;
}

#fdatenschutzButton:hover {
  color: #FFF;
}

#fdatenschutz {
  margin: 0 0 1rem;
  position: relative;
}

#fdatenschutz::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#fdatenschutz[open]::after {
  opacity: 0;
}

#webshop-form .webshop-form__code {
  display: none;
}

.stdContent.freig {
  position: relative;
}

.ipson-code {
  position: absolute;
  right: 5px;
  transform: rotate(-90deg);
  bottom: 230px;
  z-index: 2;
  font-size: 16px;
  transform-origin: bottom right;
}