.namenstabelle td {
    vertical-align: top;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.namenstabelle td:first-child {
    font-weight: bold;
}

.namenstabelle tr {
    border-bottom: 1px solid #999;
}

.namenstabelle th {
    color: #94d04d;
}

#kartenlayer {
    position: sticky;
    z-index: 100;
    top: 100px;
    text-align: right;
}

.kdefault {
    color: #94d04d;
    width: 48px;
    height: auto;
    border: 3px solid #94d04d;
    cursor: pointer;
}


@media screen and (max-width: 568px) {
    .namenstabelle td, .namenstabelle tr {
        display: block;
    }

    .namenstabelle th {
        display: none;
    }
}