.hint-container {
  position: relative;
  padding-left: 30px;
  padding-top: 50px;
  max-width: var(--contentMaxWidth);
}
.hint-container.align-right {
  margin: 0 0 0 auto;
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}
.hint-container.align-right:before {
  right: 0;
  left: unset;
}
.hint-container.align-left {
  margin: 0;
  text-align: left;
}
.hint-container.align-center {
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
}
.hint-container.align-center:before {
  left: 0;
  right: 0;
}
.hint-container .wysiwyg-container p {
  font: var(--hintContent);
}
.hint-container .wysiwyg-container p:first-child {
  position: relative;
  display: inline;
}
.hint-container .wysiwyg-container p:first-child:before {
  content: "";
  background-image: var(--hintIcon);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  line-height: normal;
  width: 80px;
  height: 75px;
  opacity: 0.5;
  transform: translate(-30px, -20px);
}
.hint-container .wysiwyg-container h1 {
  max-width: unset;
}
.hint-container .author {
  font: var(--hintAuthor);
  margin-top: 30px;
}

/*# sourceMappingURL=hint.css.map */
