/* Anchor offset */
[data-anchor] {
    width: 0;
    position: relative;
    top: -87px;
}

html {
    scroll-behavior: smooth;
}

.fos-related-article-wrap {
    row-gap: 22px;
}

.fos-row,
.fos-reverse-row {
    column-gap: 40px;
}

.fos-row-buttons {
    column-gap: 12px;
    row-gap: 12px;
}

.fos-introduction .sf-body-txt a {
    color: #101820;
    text-decoration: underline;
    font-weight: 800;
}

.fos-introduction .sf-body-txt strong {
    color: #101820;
    text-decoration: none;
}

.sf-section .sf-body-txt a {
    color: #004798;
    text-decoration: underline;
    font-weight: 800;
}

.sf-section .sf-body-txt strong {
    color: #004798;
    text-decoration: none;
}

.table-blue-lines {
    border-spacing: 0;
    width: 100%;
}

.table-blue-lines tr td {
    border-bottom: 1px solid #004798;
    padding: 8px 0 6px 0;
    margin: 0;
    vertical-align: top;
}

/* quote */
.fos-quote p {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fos-quote p span:first-child {
    font-family: 'Futura Maxi Std Light Regular';
    font-size: 0.8em;
    display: block;
    padding-bottom: 20px;
}

.fos-quote p span:last-child {
    display: flex;
    text-align: center;
}

/* media container */
/* For 2+ children: apply to all except the first and last */
.fos-media-container> :not(:first-child):not(:last-child) {
    padding-top: 1.4rem;
}

/* For exactly 2 children: apply to the second */
.fos-media-container> :nth-child(2):nth-last-child(1) {
    padding-top: 1.4rem;
}

/* resize content */
@media (min-width: 766px) {
    .fos-row>.fos-content-wrapper:only-child {
        width: 85%;
    }
}

/* responsive table layout */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-family: "Futura Maxi Std Light Regular";
    font-size: 1.15em;
    line-height: 1.6em;
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    min-width: 400px;
    /* optional: ensures scroll on small screens */
}

.table-responsive table th,
td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #ccc;
}

.table-responsive table thead {
    color: #ffffff;
    background-color: #4ba8e4;
}

.table-responsive table tbody tr:nth-child(odd) {
    background-color: #c5e0e9;
}

.table-responsive table tbody tr:nth-child(even) {
    background-color: #deeaef;
}


.moveLogoUp {
    animation-name: moveUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.moveLogoDown {
    animation-name: moveDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes moveUp {

    // top 10 naar 0, height naar 86px
    from {
        top: 10px;
        height: 105px;
    }

    to {
        top: 0;
        height: 86px;
    }
}

@keyframes moveDown {
    from {
        top: 0;
        height: 86px;
    }

    to {
        top: 10px;
        height: 105px;
    }
}

.moveLogoUpMobile {
    animation-name: moveUpMobile;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.moveLogoDownMobile {
    animation-name: moveDownMobile;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes moveUpMobile {
    from {
        top: -5px;
        height: 70px;
    }

    to {
        top: 0;
        height: 45px;
    }
}

@keyframes moveDownMobile {
    from {
        top: 0;
        height: 45px;
    }

    to {
        top: -5px;
        height: 70px;
    }
}

.sf-breadcrumb-l2,
.sf-breadcrumb-l3 {
    visibility: hidden;
}


/* _____HIERNA NIETS VERANDEREN_______ */
.table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Verdeelt de table in een grid van 12 */
.table-grid td {
    width: calc(100% / 12);
}

/* algemeen */
.table-wrap {
    width: 100%;
}

.table td {
    overflow: hidden;
    word-break: normal;
}

/* Zorgt voor een mooie positie scrollbalk verticaal scrollen */
.table-grid td {
    visibility: hidden;
    border: 0px;
    height: 5px !important;
    overflow: hidden;
    padding: 0px;
}

/* header is sticky (big screen only )*/
.table .table-header td {
    position: -webkit-sticky;
    position: sticky;
    text-align: left;
    top: -1px;
    vertical-align: top;
    will-change: transform
}

/* Verticaal scrollen */
@media screen and (max-width: 766px) {
    .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* _____HIERBOVEN NIETS VERANDEREN_______ */


/* Styling only */
.table {
    width: 100%;
    margin: 0 auto;
    vertical-align: left;
    font-family: "Futura Maxi Std Book Regular";
}

.table td {
    font-size: 11px;
    padding: 2px 5px;
    color: #6f7d7d;
    border: 1px solid #6f7d7d;
    background: #FFF;
}

.table tr.table-header td {
    font-weight: 700;
    background: #0033A0;
    color: #fff;
    font-family: "Futura Maxi Std Bold Bold";
}

td.light-gray-bg {
    background: rgba(111, 125, 125, .1);
    font-weight: 700;
}

td.green-font {
    font-weight: 700;
    color: #B8BF11;
    text-align: center;
    font-size: 16px;
}

td.orange-font {
    font-weight: 700;
    color: #ED8800;
    text-align: center;
    font-size: 16px;
}

td.red-font {
    font-weight: 700;
    color: #EF3340;
    text-align: center;
    font-size: 16px;
}


.sf-carousel-btn-lft,
.sf-carousel-btn-rgt {
    cursor: pointer;
}

.sf-carousel-tickbox {
    display: none;
}

.sf-footer-icons {
    justify-content: center;
}