.neumann-container {
  container-type: inline-size;
  container-name: move-container;
}

.neumann-wrapper  {
  font-size: 16px;
  line-height: 1.7;
  --space:30px;
}

.neumann-wrapper img {
  max-width:100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}

.neumann-wrapper h2 {
  font-weight:bold;
  font-size: 35px;
  margin: 20px 0 20px;
  text-align: center;
  word-break: auto-phrase;
}

.neumann-top {
  background:  url(../img/bg_top.jpg) center / cover no-repeat;
  display: flex;
  justify-content: end;
  align-items: center;
  color: white;
  box-sizing: border-box;
  overflow:hidden;
  margin-bottom: 30px;
}

.neumann-top > div:nth-child(1) {
  flex:1;
}

.neumann-top > div:nth-child(1) img {
  width: 330px;
  max-width: max-content;
  padding-top: 20px;
}

.neumann-top > div:nth-child(2) {
  width: 69%;
  padding: 20px 40px 20px 0;
  padding-right: 40px;
  box-sizing: border-box;
}

.neumann-top > div:nth-child(2) > p:first-child {
  text-align:center;
  padding-right: 8%;
}

.neumann-top > div:nth-child(2) > p:first-child img {
    width: 380px;
}

.neumann-top > div:nth-child(2) > p:first-child + p {
  font-size: 32px;
  margin-bottom: .5em;
  text-align: center;
  padding-right: 7%;
}

.neumann-table {
  height: 790px;
}

.neumann-table table,
.top-scrollbar div  {
  width: 1980px;
}

.neumann-table ,
.top-scrollbar {
  overflow: auto;
}
.top-scrollbar div {
  height:1px;
}

.neumann-table table {
  table-layout: fixed;
  border-collapse:initial;
  --th-left1: 112.4px;
  --th-left2: 225px;
}

.neumann-table th,
.neumann-table td {
  padding: 4px 3px;
  border: solid #ccc;
  border-width: 0px 1px 1px 0;
  font-size: 13px;
  line-height:1.4;
  text-align: center;
  vertical-align: middle;
  word-break: auto-phrase;
}

.neumann-table th {
  background: #898989;
  color: #fff;
  font-weight: bold;
  position: sticky;
  word-break: auto-phrase;
}

.neumann-table th a {
  color:white;
  text-decoration: underline;
}

.neumann-table th a:hover {
  text-decoration: none;
}

.neumann-table th:first-child {
  left:0px;
  z-index: 1;
  width: 330px;
}

.neumann-table th[colspan="2"] {
    left:var(--th-left1);
}

.neumann-table th:first-child:has( + th:not([colspan="2"]) + td ) {
    left:var(--th-left1);
}

.neumann-table th:first-child:has( + th:not([colspan="2"]) + td ) + th {
    left:var(--th-left2);
}

.neumann-table th:first-child + th {
    left:var(--th-left1);
}

.neumann-table tr:not(:first-child) th + th + th {
    left:var(--th-left2);
}

.neumann-table tr:first-child th {
  top:0;
  height: 40px;
  font-size: 20px;
}

.neumann-table tr:first-child th:first-child {
    z-index: 2;
}

.neumann-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.neumann-table img {
  max-width:100%;
  height: auto;
  padding:10px;
  box-sizing: border-box;
}

.sample-sound a {
    background: orange;
    display: block;
    border-radius: 20px;
    /* margin: 5px; */
    width: 90px;
    margin: 6px auto;
}

.sample-sound a img {
  width:63px;
}

tr.neumann-img img {
    width: 60px;
}

tr.neumann-img td {
    vertical-align: bottom;
}

.mackie-movie-playlist {
    display: none;
}

.gslide-inline {
  overflow: visible;
}

.gslide-inline .ginlined-content {
    padding:0;
}

@media (max-width: 800px){
  .neumann-top > div:nth-child(2) > p:first-child + p {
      font-size: 5.7vw;
      padding-right: 2%;
  }

  .neumann-top > div:nth-child(1) img {
      width: 240px;
      padding-top: 5px;
  }
  .neumann-top {
      flex-direction: column-reverse;
  }

  .neumann-top > div:nth-child(2) {
      padding: 20px;
      width: 100%;
  }

  .neumann-wrapper {
      font-size: 14px;
  }

  .neumann-top > div:nth-child(2) > p:first-child img {
      width: 80%;
  }
  .neumann-table table, .top-scrollbar div {
      width: 1400px;
  }

  .neumann-table tr:first-child th {
      font-size: 16px;
  }
  .neumann-table th, .neumann-table td {
      font-size: 10px;
  }

  .neumann-table {
      height: 500px;
  }

  .neumann-table th:first-child {
      width: 130px;
  }

  .neumann-table table {
      --th-left1: 46px;
      --th-left2: 91.8px;
  }
}
