@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

* {
    font-family: "Tajawal", sans-serif !important;
}
.header-h1 {
    font-weight: 500;
}
.section-intro {
    text-align: right;
}
.row-intro-title {
    justify-content: end;
}
.header-h1-span-top {
    justify-content: end;
}
.header-h1-span-bottom {
    justify-content: start;
}
.header-function-text {
    justify-content: end;
    right: 0px;
}
.single-word {
    overflow: initial;
}
@media (min-width: 991px) {
    .nav-bar-links {
        flex-direction: row-reverse;
    }
}
.col-trackrecord-title,
.expertises-p-2,
.col-expertises-items,
.single-quote,
.row-ervaringen-title {
    text-align: right;
}
.marquee-p {
    line-height: 1;
}
.trackrecord-h-f {
    font-family: Ednimpkish, Arial, sans-serif !important;
}
.col-expertises-items {
    padding-right: var(--gap);
}
.row-expertises-text {
    justify-content: end;
    text-align: right;
}
.quote-author div {
    margin-left: auto;
}

.link-email-text {
    font-size: 1.75em;
}

.swiper .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.single-quote {
    padding-left: calc(15.5vw * 0.2);
    padding-right: 0;
}
.border-right {
    left: 0;
}
.footer-h2 {
    flex-direction: row-reverse;
}
.header-h2-inner,
.footer-h2-inner {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .col-expertises-items {
        justify-content: end;
    }
    .h-medium.jouw-groei-x-10 {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .footer-h2 {
        justify-content: end;
    }
    .col-footer-links-copyright {
        justify-content: end;
    }
    .col-footer-links-credits {
        text-align: end;
    }
    .header-h1-span-bottom {
        justify-content: end;
    }
    .row-trackrecord-timeline-inner {
        flex-direction: row;
    }
    .link-email-text {
        font-size: 1.3em;
    }
}
