@font-face {
    font-family: 'NewGeneration';
    src: url('/assets/css/NewGeneration.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

body {
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    color: rgb(71 85 105);
}
.heading {
    font-family: 'NewGeneration', sans-serif;
}

.navbar {
    box-shadow: 0 1px 2px #0000000f, 0 2px 2px #0000001a;
}
.bg-light {
    background-color: #f5f5f5!important;
}
.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;;
}
.breadcrumb a {
    text-decoration-line: none;
    color: rgb(202 60 53);
}
.border-theme-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(227 170 0 / var(--tw-border-opacity))!important;
    border: 2px solid;
}
.bg-theme-yellow-lightest {
    --tw-bg-opacity: 1;
    background-color: #fcf9f0!important;
}
.grid-card {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.grid-card {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

/* xl: 6 kolommen */
@media (min-width: 1200px) {
    .grid-card:nth-child(6n) {
        border-right: 0;
    }
    .grid-card:nth-last-child(-n+6) {
        border-bottom: 0;
    }
}

/* lg: 4 kolommen */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .grid-card:nth-child(4n) {
        border-right: 0;
    }
    .grid-card:nth-last-child(-n+4) {
        border-bottom: 0;
    }
}

/* md: 3 kolommen */
@media (min-width: 768px) and (max-width: 991.98px) {
    .grid-card:nth-child(3n) {
        border-right: 0;
    }
    .grid-card:nth-last-child(-n+3) {
        border-bottom: 0;
    }
}

/* sm: 2 kolommen */
@media (max-width: 767.98px) {
    .grid-card:nth-child(2n) {
        border-right: 0;
    }
    .grid-card:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

.hover-pop {
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
}

.hover-pop:hover {
    transform: scale(1.04) translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.hover-pop:hover .btn {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color);
}

.top-10 {
    top:1rem;
}

.info-table {
    font-size: x-small;
}
.info-talbe td {
    padding:4px;
}
.info-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.img-wrap{
    max-height: 100%;
    display: flex;
    align-items: center;
}

.img-wrap img{
    max-height: 100%;
    width: auto;
    object-fit: contain;
    max-width: 150px;
}

/* optioneel: tabel en image netjes laten passen */
.info-table{
    margin: 0;
}

.text-sm {
    font-size: small;
}
.text-xs {
    font-size: x-small;
}
.d-flex {
    word-break: break-word;
    overflow-wrap: anywhere;
}
.na-article-row {
    text-decoration: line-through;
    opacity: 0.3;
}