/* Werkstatt-Kachel */

  .kachel_werkstatt {

    position: relative;

    overflow: hidden;

    background-color: #991101;

  }

  #werkstattCanvas {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

  }
