
.tisch {
	width: 4em;
}

.lpz {
	width: 4em;
}

.losnr {
	width: 4em;
}

.satz {
	width: 3em;
}
.tdsatz {
	width: 3.2em;
}

.punktevorgabe {
	display: block;
	height: 2.5em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 767.98px) {
  .nav-pills {
    display: flex;
    flex-wrap: wrap;
  }

  .tab-content {
    display: flex;
    flex-wrap: wrap;
  }

  .tab-pane {
    width: 100%;
  }
}