.table_unten, td, th {
  padding: 5px 10px;
  border: 0.5px solid #132843;
  border-collapse: collapse;
}

.tablerechts {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
  padding: 5px;
}

.tablerechtsoben {
  border: 0px;
  font-size: 14px;
  line-height: 1.3;
  border-collapse: collapse;
  width: 100%;
  padding: 0px;
  padding-bottom: 5px;
}

.tablerechtsoben2 {
  width: 100%;
  font-size: 14px;
  border: 0px;
}

.controlpanel {
  line-height: 1.3;
  border: 0px;
  vertical-align: bottom;
  padding: 0px;
  padding-bottom: 5px;
  /*  height: 52px;*/
  border-bottom: 1px #b8a552 solid;
}

.control_links {
  float: left;
  height: 100px;
}

.myXaxis text, .myYaxis text{
  fill:  #132843;
}

.control_rechts {
  float: right;
  height: 100px;
}

.right-outer {
  display: block;
}

.tdrechts {
  border: 0px;
  height: 35px;
  padding: 0px;
}

.trrechts {
  border-top: 1px solid #b8a552;
  height: 35px;
  padding: 0px;
  border-collapse: collapse;
}

.tdrechts2 {
  border: 0px;
  height: 35px;
  padding: 0px;
  text-align: center;
}

.tdrechts3 {
  border: 0px;
  height: 35px;
  padding: 0px;
  text-align: right;
}

.trrechts2 {
  border: 0px;
  height: 35px;
  padding: 1px;
}

.tdrechtsoben {
  border: 0px;
  height: 35px;
  padding: 1px;
}

.tdsonderrechtsoben {
  border: 0px;
  height: 30px;
  padding: 0px;
  padding-top: 10px;
  line-height: 1;
  cursor: help;
}

.trrechtsoben {
  border: 0px;
  height: 35px;
  padding: 0px;
}

.grid .tick {
  color: #b8a552;
}

.grid  path {
  stroke-width: 0;
}





h3 {
  font-size: 25px;
  /* norm is 2em, or 32px, but work with me */
  line-height: 1;
  margin: 0;
  margin-top: 7px;
  margin-bottom: 15px;

  /* from Firefox's default stylesheet* */
}

h4 {
  line-height: 0;
  margin: .0 0;

}

h5 {
  font-size: 14px;
  /* norm is 2em, or 32px, but work with me */
  line-height: 0;
  margin: .0em 0;
  text-decoration: none;
  font-weight: normal
}

.einfuhrung {
  line-height: 1.5
}

.tooltip {
  background-color: white;
  position: absolute;
  opacity: 0;
  border: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  width: 150px;
  font-size: 12px;
  display: none;
  text-align: center;
  line-height: 1.1;
  z-index: 1;
}


.linkzurückspan {
  cursor: pointer;
}

.navigation {
  cursor: pointer
}

.navigationzw {
  cursor: default
}

.navigationdiv {
  padding-top: 1px;
  padding-bottom: 0px;
  opacity: 1;
  width: 95%;
}

.navigationsp {
  padding-left: 35px;
  font-size: 16px;
  width: 100%;
}

.arrow {
  font-size: 40px;
  text-anchor: middle;
  line-height: 1;
}

.headline {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.Anmerkung_div {
  height: 60px;
}

.ebenezurueck {
  text-align: left;
}

.divlink:hover {
  background-color: #DF1E40;
  color: white;
}

.divlink {
  display: table-cell;
  width: 200px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  border: 0px;
  vertical-align: middle;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.tdzurueck {
  padding: 0px;
  border: 0px;
}

.trzurueck {
  height: 30px;
  padding: 0px;
}

.linkzurück {
  padding: 30px;
  border-bottom: 0px;
  font-size: 13px;
  padding-bottom: 14px;
  padding-top: 8px;
  width: 100%
}

.spaneinheit {
  text-decoration: none;
}

.select_box {
  margin: 0;
  float: left
}

.control_bottom {
  width: 100%
}

.div_BVA {
  float: right
}

.checkbox_steuern {
  height: 28px;
  font-size: 12px;
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox{
  border-radius: 1px;

}
.checkbox:checked{
  background-color: #132943;
}

.checkbox_steuern .checkbox_steuerntext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: -5px;
  right: 105%;
  position: absolute;
  z-index: 1;
  border: 1px solid #f3efe3;
}

.checkbox_steuern:hover .checkbox_steuerntext {
  visibility: visible;
}

.div_steuern_aussen {
  float: left;
  width: 106px;
  display: flex;
  height: 50px;
  align-items: flex-end;
}

.checkboxrechts {
  margin-top: 2px;
  margin-left: 0px;
}

.columns {
  border-collapse: collapse;
}
