body {
    margin: 1em;
    padding: 0;
    font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
    color: #244376;
    background-color: #555;
    border-radius: 5px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    }
  
  html.js-focus-visible{
    background-color: #070707cc;
  }
  
  h1{
    text-align: center;
    color: white;
    font-family: Montserrat;
    margin-top: 100px;
  }

  #card {
    margin-top: 200px;
    margin: 3em auto;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background-color: white;
  }
  
  model-viewer {
    width: 100%;
    height: 400px;
    background-image: url();
    --poster-color: #ffffff00;
  }
  
  #controls {
    position: absolute;
    top: 344px;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  
  #controls button {
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0.2rem;
    border: none;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    pointer-events: auto;
  }
  
  #controls button:disabled,
  #controls button[disabled]{
    cursor: not-allowed;
    opacity: 0.5;
  }
  

  .attribution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
  }
  
  .attribution h1 {
    margin: 0 0 0.25em;
  }
  
  .attribution img {
    opacity: 0.5;
    height: 2em;
  }
  
  .attribution .cc {
    flex-shrink: 0;
    text-decoration: none;
  }
  
  footer {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
  }

  #soundfx {
    visibility: hidden;
  }

  .Hotspot {
    background: #fff;
    border-radius: 32px;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    cursor: pointer;
    height: 24px;
    padding: 8px;
    position: relative;
    transition: opacity 0.3s;
    width: 24px;
}

.Hotspot:not([data-visible]) {
    background: transparent;
    border: 4px solid #fff;
    box-shadow: none;
    height: 32px;
    pointer-events: none;
    width: 32px;
}

.Hotspot:focus {
    border: 4px solid rgb(0, 128, 200);
    height: 32px;
    outline: none;
    width: 32px;
}

.Hotspot>* {
    opacity: 1;
    transform: translateY(-50%);
}

.HotspotAnnotation {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 700;
    left: calc(100% + 1em);
    max-width: 128px;
    padding: 0.5em 1em;
    position: absolute;
    top: 50%;
    width: max-content;
}

.Hotspot:not([data-visible])>* {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 4px));
    transition: transform 0.3s, opacity 0.3s;
}

.container-audio {
  height: auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #555555;
  color: #444444;
  margin: 20px auto;
  text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;

}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-family: Montserrat;

}

li a:hover {
  background-color: #111111;
}


a:visited  {
  background-color: transparent;
  text-decoration: none;
  color: white;
}

a:link  {
    text-decoration: none;
    color: white;
}

.container-anleitung, .container-hinweis
{
  color: white;
  text-align: left;
  font-family: Montserrat;
  margin: 20px;
}

p{
  color: white;
  font-family: Montserrat;

}

img{
  height: auto;
}

.swipe{
  width: 50px;
}
