@font-face {
  font-family: futura;
  src: url("./futura.otf") format("opentype");
}
h3 {
  font-size: 11pt;
  padding-left:9px;
  margin-bottom: 15px;
  margin-top: 35px;
}
h4 {
  font-size: 11pt;
  padding-left:60px;
}
p {
  text-align: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 17px;
}
ul {
    list-style-type: none;
	margin: 0;
	margin-left: 9px;
	padding: 0;
}
li{
  margin-bottom: 15px;
}
.lied {
  padding-left:60px;
}
.no-margin {
  margin:0px;
}
.index-feld {
  padding-bottom: 30px;
}
div {
  /* Internet Explorer scheint custom Fonts (wie Futura) nicht zu supporten, also brauchen wir einen Fallback dahinter */
  font-family: futura, "Didact Gothic", sans-serif;
  font-size: 11pt;
}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:360px;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;
}
#table-wrapper table * {
  background:yellow;
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}