.blockTabelle {
    padding-bottom: 32px;
    padding-top: 32px;
}

.blockTabelle__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

.blockTabelle__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 828px;
}

.blockTabelle__title {
    color: #00365f;
}

.blockTabelle__scrollWrapper {
    position: relative;
}

.blockTabelle__wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
}

.blockTabelle__fade {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 90%);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease;
    width: 48px;
}

.blockTabelle__scrollWrapper--noOverflow .blockTabelle__fade,
.blockTabelle__scrollWrapper--end .blockTabelle__fade {
    opacity: 0;
}

.blockTabelle__table {
    border-collapse: collapse;
    min-width: 600px;
    text-align: left;
    width: 100%;
}

.blockTabelle__table th,
.blockTabelle__table td {
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.blockTabelle__table th {
    border-bottom: 2px solid #ccc;
    font-weight: bold;
}

.blockTabelle__table td {
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

.blockTabelle__table tbody tr:last-child td {
    border-bottom: 0;
}

.blockTabelle__table tbody td:first-child {
    color: #000000;
    font-weight: bold;
}

.blockTabelle__table th p,
.blockTabelle__table td p {
    margin: 0;
}

.blockTabelle__table th p + p,
.blockTabelle__table td p + p {
    margin-top: 0.5em;
}

@media (min-width: 1024px) {
    .blockTabelle__header {
        gap: 24px;
        margin-bottom: 32px;
    }
}
