
.charakterbild {
  max-width: 240px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
  transition: transform 0.3s ease;
}
