.filters-div {
    display: flex;
    background-color: #CFD6DC;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.filter-div {
    display: flex;
    flex: auto;
    padding: 10px;
    font-weight: normal;
}

.filter-div-name {
    padding: 10px;
    font-size: 19px;
    color: #123451;
}

.table-wrapper {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
}
/* allow scroll if narrower viewport */
caption {
    text-align: left;
    font-weight: bold;
    margin: .75rem 1rem;
}

th, td {
    text-align: left;
    padding: .75rem 1rem;
    vertical-align: top;
    min-height: var(--row-min);
    font-size: 16px;
}

    td a {
        text-decoration: underline;
        font-size: 16px;
    }

th {
    font-family: 'TT Norms Bold' !important;
    font-weight: normal;
    font-size: 16px;
}

thead tr th {
    background-color: #FFF;
    font-size: 18px;
}

tr:nth-child(odd) {
    background: #FAF8F2;
}


/* Subtle scroll hint on the right */
.table-wrapper::after {
    content: "";
    position: sticky;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(248,250,252,0) 0%, rgba(248,250,252,1) 80%);
    display: block;
    float: right;
}

/* Mobile: card-based layout */
@media (max-width: 768px) {
    .table-wrapper {
        border: none;
        background: transparent;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead {
        display: none;
    }

    caption {
        margin: 0 0 .5rem 0;
    }

    tr {
        margin-bottom: 1rem;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
        padding: 1rem;
    }

    td, th[scope=row] {
        border: none;
        padding: .25rem 0;
        min-height: auto;
    }

        td::before, th[scope=row]::before {
            font-weight: 600;
            display: block;
            color: #475569;
            margin-bottom: .1rem;
        }

        th[scope=row]::before {
            content: "Bedrijfsnaam";
        }

        td:nth-of-type(1)::before {
            content: "Plaats";
        }

        td:nth-of-type(2)::before {
            content: "Waarvoor kunt u terecht?";
        }

        td:nth-of-type(3)::before {
            content: "Website";
        }

        td:nth-of-type(4)::before {
            content: "";
        }

        td:nth-of-type(5)::before {
            content: "Diensten";
        }

        td:nth-of-type(6)::before {
            content: "Type gebouwen";
        }

    .table-wrapper::after {
        display: none;
    }

    .secondrow {
        td: nth-of-type(1)::before

{
    content: "";
}

td:nth-of-type(2)::before {
    content: "";
}

td:nth-of-type(3)::before {
    content: "";
}

td:nth-of-type(4)::before {
    content: "";
}

}
}


.bedrijf-terug {
    font-size: 18px;
    font-family: 'TT Norms Pro Medium';
    font-weight: normal;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bedrijf-naam {
    font-size: 32px;
    font-family: 'TT Norms Bold' !important;
    font-weight: normal;
    padding-bottom: 10px;
}

.bedrijf-eigenschap {
    display: flex;
    border-bottom: 1px solid #123451;
    padding: 10px;
}

.bedrijf-eigenschap-naam {
    width: 250px;
    font-size: 16px;
    font-weight: normal;
}

.bedrijf-eigenschap-waarde {
    font-size: 16px;
    font-family: 'TT Norms Pro Medium' !important;
}

    .bedrijf-eigenschap-waarde a {
        font-size: 16px;
        font-family: 'TT Norms Pro Medium' !important;
        text-decoration: underline;
    }
