<style type="text/css">

.cr-im-bild {
  position: absolute;
  top: 44px;
  padding: .2em 0.4em;
  border-radius: 0.3em;
  background: transparent;
  color: grey;
  font-size: .75em;
  transform: rotate(-90deg);
  width: fit-content;
  height: 25px;
  left: -40px;
}
.cr-unten-links {
  position: absolute;
  bottom: -18px;
  padding: .2em 0.4em;
  border-radius: 0.3em;
  background: transparent;
  color: grey;
  font-size: .75em;
  transform: rotate(-90deg);
  width: fit-content;
  height: fit-content;
  left: 0px;
  transform-origin: 0 0;
}
.cr-oben-rechts {
  position: absolute;
  top: 4px;
  padding: .2em 0.4em;
  border-radius: 0.3em;
  background: transparent;
  color: grey;
  font-size: .75em;
  /* transform: rotate(-90deg); */
  width: fit-content;
  height: 25px;
  right: 5px;
}
.crimbild {
  position: absolute;
  top: 4px;
  margin: .2em;
  padding: .4em;
  border-radius: 0.3em;
  background: transparent;
  color: grey;
  font-size: .75em;
  transform: rotate(-90deg);
  width: fit-content;
  height: fit-content;
  right: 30px;
  transform-origin: 100% 0;
}
</style>
