@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&family=Roboto:wght@100;300;400&display=swap');

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background-color: #40413d;
      color: #ccc;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      position: relative;
      text-align: justify;
      font-weight: 100
    }

    #site,
    .head {
      max-width: 720px;
      margin: auto
    }

    #site {
      background: rgba(39, 42, 36, 0.2);
      position: relative;
      padding: 0.5rem 1rem 0 1rem
    }

    .head {
      display: block;
      padding: 0 0 1rem 0
    }

    .nav img {
      width: auto;
      height: 2rem;
      display: block;
      margin: 0.5rem auto 1rem auto;
      padding: 0
    }
    img{position:relative;width:100%;height:100%;margin:0}

    .article-container {
      width: 100%;
      display: block;
      margin: 0 0 0 0
    }

    h1,
    h2,
    h4 {
      font-weight: 400;
      width: 100%;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-size: 1em;
      line-height: 1.4rem
    }

    h2,
    h4 {
      border-bottom: 1px solid #999
    }

    h5 {
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-size: 0.8em;
      line-height: 1.4rem
    }
    h6 {
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-size: 0.8em;
      line-height: 1.2rem;
      font-weight: 300;
      display:block;
    }

    p {
      line-height: 1.2rem;
      font-size: 0.8rem;
      margin: 0;
      padding: 0 0 0.25rem 0;
      font-weight: 300
    }

    h3 {
      font-weight: 500;
      display: block;
      width: 100%;
      line-height: 1.2rem;
      font-size: 0.86rem;
      margin: 0;
      padding: 0
    }

    .sector {
      padding: 0.25rem 0 0.25rem 0;
      display: block;
      width: 100%
    }
.jscontainer {
    width: 100%;
    height: 60vh; /* Höhe dynamisch an Viewport */
    position: relative;
}

    .statusExa {
      line-height: 0.82rem;
      font-size: 0.64rem;
      font-family: 'Roboto Mono', monospace;
      font-weight: 300;
      margin: 0.32em 0.4rem 0 0;
      padding: 0;
      float: left;
      letter-spacing: 0.1em
    }
    .ascii {
      line-height: 0.82rem;
      font-size: 0.64rem;
      font-family: 'Roboto Mono', monospace;
      font-weight: 300;
      margin: 0.32em 0.4rem 0 0;
      padding: 0;
      display:block;
      letter-spacing: 0.1em
    }


    .gal {
      float: left;
      margin: 0 0 10px 0
    }

    .picGal img {
      width: 10%;
      height: 10%;
      object-fit: cover;
      float: left;
      margin: 0;
      transition: all 0.5s ease-in-out;
      opacity: 0.7
    }

    .picGal img:hover {
      opacity: 0.9
    }

    a {
      text-decoration: none
    }

    a:hover,
    a:focus,
    a:link,
    a:active {
      color: rgb(212, 219, 200)
    }

    a:visited {
      color: rgb(130, 130, 130)
    }
    ul {margin:0.2rem 0 0.75rem 1rem;padding:0;line-height:1.2rem;font-size: 0.8rem; list-style: "➜ ";list-style-position: outside}
#threejs-container { width: 100%; height: 500px}
    
    .foot {
      text-align: center;
      padding: 0.5rem 0 0.5rem 0
    }

