.footer-upcoming-trainings {
    background-color: var(--color-primary);
    padding: 4rem 1.125rem;
}

@media screen and (min-width: 40rem) {
    .footer-upcoming-trainings {
        padding: 2rem 1.5rem 0;
    }
}

@media screen and (min-width: 64rem) {
    .footer-upcoming-trainings {
        padding: 2rem 0;
    }
}

.footer-upcoming-trainings .heading {
    color: var(--color-white);
    font-family: HGM4-semibold, times;
    margin: 0 0 1rem;
}

.footer-upcoming-trainings .grid-training-card-small {
    margin: 0 0 1rem;
}

@media screen and (min-width: 40rem) {
    .footer-upcoming-trainings .grid-training-card-small {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 64rem) {
    .footer-upcoming-trainings .grid-training-card-small {
        margin: 0;
    }
}

.footer-upcoming-trainings .grid-training-card-small .open-spots {
    display: none;
}

.footer-upcoming-trainings .btn-container {
    height: 100%;
    margin: 0.75rem 0 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 40rem) {
    .footer-upcoming-trainings .btn-container {
        margin: 0;
    }
}

.footer-upcoming-trainings .btn-container .btn {
    height: 100%;
    min-height: 24px;
    width: 100%;
}

.footer-upcoming-trainings .btn-container .read-more {
    color: var(--color-white);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

footer {
    background-color: var(--color-white);
    margin-top: 4rem;
    padding: 0;
}

footer.offset-bottom {
    margin-bottom: 5rem;
}

@media screen and (min-width: 40rem) {
    footer {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 64rem) {
    footer {
        margin-top: 8rem;
    }
}

footer .prefooter {
    border-bottom: 1px solid var(--color-primary-5);
}

@media screen and (min-width: 40rem) {
    footer .prefooter {
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 64rem) {
    footer .prefooter {
        padding: 0;
    }
}

@media screen and (min-width: 40rem) {
    footer .prefooter .wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 0.625rem;
    }
}

@media screen and (min-width: 64rem) {
    footer .prefooter .wrapper {
        padding: 0;
    }
}

footer .prefooter .wrapper .breadcrumbs-wrapper {
    display: none;
}

@media screen and (min-width: 40rem) {
    footer .prefooter .wrapper .breadcrumbs-wrapper {
        display: block;
    }
}

footer .prefooter .wrapper .breadcrumbs-wrapper .breadcrumbs {
    margin: 0;
}

footer .prefooter .wrapper .breadcrumbs-wrapper .breadcrumbs a,
footer .prefooter .wrapper .breadcrumbs-wrapper .breadcrumbs span {
    color: var(--color-primary);
    font-size: 0.8125rem;
}

footer .prefooter .wrapper .breadcrumbs-wrapper .breadcrumbs .home i {
    margin: 0 0.375rem 0 0;
}

footer .prefooter .wrapper .breadcrumbs-wrapper .breadcrumbs .divider {
    color: rgba(var(--color-primary-rbg), 0.5);
    font-size: 0.8125rem;
    margin: 0 0.5rem;
    position: relative;
    top: 1px;
}

footer .prefooter .wrapper .logo-container {
    padding: 1.75rem 0;
    text-align: center;
}

footer .prefooter .wrapper .logo-container .logo {
    /* background-image: url(../../img/logo-bureau-tromp.svg); */
    background-image: url(../../img/logo-bureau-tromp-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-indent: -99rem;
    top: 3px;
    width: 100px;
}

footer .menu {
    display: none;
}

@media screen and (min-width: 64rem) {
    footer .menu {
        display: block;
    }
}

footer .menu a {
    padding: 0;
}

footer .menu a:hover {
    text-decoration: underline;
}

footer .widgets {
    padding: 1.25rem 1rem;
}

@media screen and (min-width: 40rem) {
    footer .widgets {
        padding: 4.5rem 1.5rem 2.8125rem;
    }
}

@media screen and (min-width: 64rem) {
    footer .widgets {
        padding: 4.5rem 0 2.8125rem;
    }
}

footer .widgets .widget-title {
    color: var(--color-primary);
    font-weight: 700;
    margin: 0;
}

footer .widgets .widget_nav_menu {
    border-bottom: 1px solid var(--color-primary-5);
    margin: 0 0 0.5rem;
    padding: 0 0 0.75rem;
}

@media screen and (min-width: 64rem) {
    footer .widgets .widget_nav_menu {
        border-bottom: 0;
        margin: 0 0 2rem;
        padding: 0;
    }
}

footer .widgets .widget_nav_menu li a {
    color: rgba(var(--color-primary-rbg), 0.5);
    padding: 0.25rem 0;
}

footer .widgets .sociallinks {
    margin: -0.7rem 0 2rem;
}

@media screen and (min-width: 64rem) {
    footer .widgets .sociallinks {
        margin: -0.7rem 0 0;
    }
}

footer .widgets .sociallinks i {
    font-weight: 400;
}

footer .widgets .certificates {
    margin: 2rem 0 1rem;
}

@media screen and (min-width: 40rem) {
    footer .widgets .certificates {
        justify-content: center;
    }
}

@media screen and (min-width: 64rem) {
    footer .widgets .certificates {
        justify-content: flex-start;
        margin: 0 0 2.5rem;
    }
}

@media screen and (min-width: 40rem) {
    footer .widgets .review-wrapper {
        justify-content: center;
    }
}

footer .widgets .review-wrapper p {
    color: rgba(var(--color-primary-rbg), 0.5);
}

footer .copyright {
    border-top: 1px solid var(--color-primary-5);
    padding: 2.5rem 0;
}

@media screen and (min-width: 40rem) {
    footer .copyright {
        padding: 2rem 1.5rem;
    }
}

@media screen and (min-width: 64rem) {
    footer .copyright {
        padding: 2rem 0;
    }
}

@media screen and (min-width: 40rem) {
    footer .copyright .flex-wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
}

footer .copyright .flex-wrapper .menu {
    display: flex;
    justify-content: center;
}

footer .copyright .flex-wrapper .menu li:first-of-type a {
    padding-left: 0;
}

footer .copyright .flex-wrapper .menu a {
    color: rgba(var(--color-primary-rbg), 0.5);
    font-size: 0.8125rem;
    padding: 0.3125rem 0.5rem;
}

footer .copyright .flex-wrapper .socialswidget {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1.125rem 0 0;
}

@media screen and (min-width: 40rem) {
    footer .copyright .flex-wrapper .socialswidget {
        margin: 0;
    }
}

footer .copyright .flex-wrapper .socialswidget a {
    margin: 0 0.75rem;
    position: relative;
    transition: 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

footer .copyright .flex-wrapper .socialswidget a:last-of-type {
    margin: 0 0 0 0.75rem;
}

footer .copyright .flex-wrapper .socialswidget a:hover {
    color: var(--color-tertiary);
}

footer .copyright .flex-wrapper .socialswidget a:hover::before {
    background-color: var(--color-tertiary);
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: -34px;
    visibility: visible;
    width: 100%;
}

footer .copyright .flex-wrapper .socialswidget a i {
    font-size: 1.5rem;
}

footer .widget_nav_menu .widget-title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
    font-weight: 400;
    position: absolute;
    right: 1.6rem;
}

@media screen and (min-width: 40rem) {
    footer .widget_nav_menu .widget-title::after {
        right: 2.5rem;
    }
}

@media screen and (min-width: 64rem) {
    footer .widget_nav_menu .widget-title::after {
        content: none;
        right: 1.6rem;
    }
}

footer .widget_nav_menu .widget-title.active::after {
    content: "\f077";
}

@media screen and (min-width: 64rem) {
    footer .widget_nav_menu::after {
        content: "";
    }

    footer .widget_nav_menu.active::after {
        content: "";
    }
}

footer .widget_nav_menu a {
    line-height: 1.5;
}

.footer-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin: 0 auto;
    border-top: 1px solid var(--color-grey);
    margin-top: 3.75rem;
}

@media print,
screen and (min-width: 40em) {
    .footer-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.footer-grid {
    display: flex;
    flex-flow: row wrap;
    padding: 1.875rem 0;
}

.footer-grid section {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 64em) {
    .footer-grid section {
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.footer-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}