/* Hochauflösende Architekten-Kachel */

  .kachel_architektur {

    position: relative;

    overflow: hidden;

    isolation: isolate;

    background-color: #171827;

  }

  #architekturCanvas {

    position: absolute;

    inset: 0;

    display: block;

    width: 100%;

    height: 100%;

    pointer-events: none;

  }
