body[unresolved] {
    opacity: 0;
    display: block;
    overflow: hidden;
    position: relative;
  }

  body {
    height: auto;
    background: #eee;
    font-family: sans-serif;
    text-align: center;
  }

#container {
  margin: 0 auto;
  text-align:center;
  width: 100%;
}

#innen {
  margin: 0 auto;
  padding: 2rem;
  width: 50%;
  height: 400px;
  max-width: 500px;
  background: rgba(63,94,251,.15);
  border-radius: 1.6rem;
  text-align:center;
}

input {
    font-size: 1rem;
    width: 90%;
    padding: .5rem;
    display:block!important;
    box-sizing: content-box;
    margin: 0 auto;
  }


  .options #scalable {
    display: none;
  }

  .row1 {
    display: flex;
    flex-direction: column;
  }

  .row1 .qr-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .row1 .qr-list qr-code:last-child::part(module-bg) {
    background: #141925;
  }
  .row1 .qr-list qr-code:last-child::part(module-fg) {
    background: #95e6cb;
  }
  img#logo {
    display:block!important;
    width: 320px !important;
    height: auto !important;
    margin: 2rem auto;
    border: 8px solid white;
    background: white!important;
  }
.widget-container {
 min-width: 50%;
 margin: 0 auto;
}
.widget-container a,
.widget-container a:visited {
  text-decoration:none;
  font-size:small;
  color: #719373!important;
}
.widget-container a:hover {
  color:#333!important;
}
#jargF {
  font-family:'Times New Roman', Times, serif;
  position:relative;
  margin: 0 auto;
  max-width: 50%;
}
#jargF h1,
#jargF h2,
#jargF h3 {
  font-style: italic;
  font-variant-ligatures: normal;
}
#jargF h1::before {
  content: "„";

}
#jargF h1::after {
  content:"“" ;
}
#jargF p {
  text-align: justify!important;
}