.nachweisformstyle {
  background-color: white;
}
.btn-group-custom {
  margin-left: 25px;
}

.logo-container {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.logo-container img {
  margin-bottom: 10px;
  max-width: 150px;
  height: auto;
}

@media (max-width: 480px) {
  .logo-container img {
    max-width: 75px;
  }
}