body {
       font-family: 'Barlow', sans-serif;
        background-color: #f2f2f2;

     }


tr:nth-child(even) {background: #f2f2f2}
tr:nth-child(odd) {background: #FFF}
tr {height: 90px}
td {
    padding: 5px;
    min-width: 220px;
}
input {
    height: 40px;
    min-width: 300px;
    margin-bottom: 10px;
    padding: 5px;
}

table {
      border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}


thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #005ca9;
    padding: 5px;
    text-align: left;
    color: white;
    outline: 1px solid white;
}

.exportieren {
    padding: 10px;
    background: green;
    color: white;
    border-radius: 10px;
    text-decoration: none;
}
.exportieren:hover {
    background: black;

}

#myinput {margin-top: 30px}
.centertable {text-align: center}

td:nth-child(11) {
    text-align: center;
    width: 50px;
    min-width: 150px;
    border: 1px solid lightgray;
}

th:nth-child(11) {
    text-align: center;
    width: 50px;
    min-width: 150px;
}

td:nth-child(12) {
    text-align: center;
    width: 50px;
    min-width: 150px;
    border: 1px solid lightgray;
}

th:nth-child(12) {
    text-align: center;
    width: 50px;
    min-width: 150px;
}

td:nth-child(13) {
    text-align: center;
    width: 50px;
    min-width: 150px;
    border: 1px solid lightgray;
}

th:nth-child(13) {
    text-align: center;
    width: 50px;
    min-width: 150px;
}

td:nth-child(14) {
    text-align: center;
    width: 50px;
    min-width: 50px;
    border: 1px solid lightgray;
}

th:nth-child(14) {
    text-align: center;
    width: 50px;
    min-width: 50px;
}

td:nth-child(15) {
    text-align: center;
    width: 100px;
    min-width: 100px;
    border: 1px solid lightgray;
}

th:nth-child(15) {
    text-align: center;
    width: 100px;
    min-width: 100px;
}

td {

    border: 1px solid lightgray;
}
