:root {
    --orange:   #F98A3C;
    --white:    #FFF;
    --lime:     #91BF3D;
    --blue:     #009EE2;
    --magenta:  #E5007E;
    --grey:     #535353;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    & strong {
        font-family: "Lobster", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    & i,
    & em {
        font-style: normal;
        color: var(--orange);
    }
}

.border-radius {
    border-radius: 5px;
}

.donation-forms {


    & .g-0 {
        --bs-gutter-y: 0;
    }
}

.donation-forms__forms {

    > .row {
        > .col-lg-6 {
            padding: 0;
        }
    }
}

.donation-forms__toggles {
    gap: 40px;

    & a {
        margin: 0;

        &.is-active {
            background: var(--orange) !important;
            border-color: var(--orange);
        }
    }
}

.donation-form {
    height: 100%;
    padding: 50px;

    & input[type='text'],
    & textarea {
        background-color: var(--white);
        width: 100%;
        height: 50px;
        padding: 5px 15px;
        border: none;
        border-radius: 10px;
    }

    & input[type='radio'] {
        width: 15px;
        height: 15px;
        background-color: var(--white);
        border: 0;
        accent-color: var(--lime);

    }

    & textarea {
        height: 150px;
        resize: none;
    }

    & button {
        color: var(--orange) !important;
    }

    /*&:not(.is-active) {*/
    /*    display: none;*/
    /*}*/
}

.search-window {

    & .pt-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

        & .pb-2 {
            width: 100%;
        }

        & a {
            margin: 0;
        }
    }
}

@media only screen and (max-width: 991px) {

    .donation-form {
        padding: 30px;
    }
}

.werken-bij-2025 {

    & .container {
        max-width: 1280px !important;
    }

    & .apply-form {
        padding: 0 0 100px;
    }

    & .werken-bij-cta {
        padding: 100px 0;
    }

    & .werken-bij-cta {
        background: #f3f5f8 !important;
    }

    .vacature-loop__cta-content {
        margin: 100px auto auto 100px;
    }

    & .sticky-cta {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 30px 0;
        z-index: 100;

        & h2 {
            margin: 0;
        }

        & a {
            margin: 0 30px;
            color: #1C9AD6 !important;
        }
    }

    & .werken-bij-intro__text {
        max-width: 500px;
        margin: auto 0 auto auto;
        padding: 0;
    }

}

@media only screen and (max-width: 991px) {

    & .sticky-cta {
        padding: 15px 0 !important;

        & h2 {
            display: none;
        }

        & a {
            margin: 0;
        }
    }
}

@media only screen and (max-width: 991px) {

    .werken-bij-2025 {
        & .apply-form {
            padding: 0 0 75px;
        }

        & .werken-bij-cta {
            padding: 75px 0;
        }
    }
}

.werken-bij-intro__image {
    position: relative;

    & img {
        width: 100%;
        max-width: 630px;
        height: 100%;
        max-height: 630px;
        border-radius: 100%;
        object-fit: cover;
    }
}

.werken-bij-intro__intro-bird {
    position: absolute;
    top: 0;
    left: 0;
}

.werken-bij-intro__cloud-1 {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 3;
}

.werken-bij-intro__cloud-2 {
    position: absolute;
    top: 100px;
    right: 0;
}

.werken-bij-intro__cloud-3 {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 3;
}

.werken-bij-intro__butterfly {
    position: absolute;
    right: -60px;
    bottom: 150px;
}

@media only screen and (max-width: 768px) {

    .werken-bij-intro__butterfly {
        right: 30px;
    }
}

.werken-bij-intro__image-visual {
    position: absolute;
    inset: 0;
    width: auto;
    height: 100%;
    max-height: 630px;
    transform: translateX(-1px) scale(1.02);
}

@media only screen and (max-width: 1440px) {
    .werken-bij-intro__image-visual {
        max-height: 400px;
        z-index: 3;

        & svg {
            max-width: 320px;
            max-height: 320px;
        }
    }

    .werken-bij-intro__image {

        & img {
            max-width: 270px;
            max-height: 270px;
            margin: auto;
            transform: translateY(30px) translateX(10px);
        }
    }
}

@media only screen and (max-width: 991px) {

    .werken-bij-intro__image {
        max-width: 400px;
        margin: auto auto 100px;
    }

    .werken-bij-intro__text {
        max-width: 100%;
    }

    .werken-bij-intro__butterfly {
        right: 30px;
        bottom: 70px;
    }
}

.wat-we-vragen {
    padding: 150px 0;

    & h2 {
        margin-bottom: 50px;
    }

    & .wat-we-vragen__list,
    & ul {
        margin: 0;
        padding: 0;
        list-style-type: none;

        & li {
            position: relative;

            & span,
            & em,
            & i {
                position: relative;
                display: inline-flex;
                padding: 5px 10px;
                border-radius: 5px;
                border: 1px solid var(--blue);
                font-style: normal;

                &::before {
                    min-width: 20px;
                    width: 20px;
                    height: 20px;
                    margin: 3px 10px 0 0;
                    border: 1px solid var(--orange);
                    border-radius: 5px;
                    content: '';
                }

                &::after {
                    position: absolute;
                    top: 3px;
                    left: 14px;
                    width: 19px;
                    height: 13px;
                    content: url('../../assets/img/check--orange.svg');
                }
            }

            &:not(:nth-last-child(1)) {
                margin-bottom: 20px;
            }
        }
    }
}


.wat-wij-vragen__image {
    position: relative;

    & img {
        width: 100%;
    }
}

.wat-wij-vragen__round-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -50px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    padding: 0 20px;
    border-radius: 150px;
    text-align: center;
    transform: rotate(12deg);
}

@media only screen and (max-width: 768px) {

    .wat-we-vragen {
        padding: 75px 0;
    }

    .wat-wij-vragen__round-button {
        right: 25%;
        bottom: -20px;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        font-size: 12px;
        line-height: 14px;
    }

    .wat-wij-vragen__image {
        margin-top: 50px;
    }
}

.waarom-un1ek {
    padding: 100px 0;
    text-align: center;

    & .wrapper {
        max-width: 830px;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {

    .waarom-un1ek {
        padding: 75px 0;
    }

}

.waarom-un1ek__tags {


    & ul {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: 50px 0 0;
        padding: 0;
        list-style-type: none;

        & li {
            padding: 10px;
            border-radius: 5px;
            color: var(--white);

            &:nth-child(4n-7) {  /* or 4n+1 */
                background: var(--blue);
            }

            &:nth-child(4n-6) {  /* or 4n+1 */
                background: var(--magenta);
            }

            &:nth-child(4n-5) {  /* or 4n+1 */
                background: var(--orange);
            }

            &:nth-child(4n-4) {  /* or 4n+1 */
                background: var(--lime);
            }
        }
    }
}

.apply-form__visual {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
}

.apply-form__form {
    max-width: 500px;
    margin: 0 0 0 auto;
    padding: 50px 0;

    & h2 {
        margin-bottom: 20px;
    }

    & input[type='text'],
    & input[type='email'],
    & input[type='date'],
    & select {
        width: 100%;
        height: 50px;
        padding: 10px 20px;
        border: 2px solid var(--orange);
        border-radius: 5px;
        background-color: transparent;
        color: var(--grey) !important;

        &::placeholder {
            color: var(--grey) !important;
        }
    }
}

.werken-bij-quiz {
    position: relative;

    & h2 {
        padding: 50px 0;
    }

    &::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 75%;
        border-radius: 5px;
        background-color: var(--orange);
        content: '';
        z-index: -1;
    }
}

.werken-bij-quiz__quiz {
    margin: 0 50px;
    padding: 50px 35px;
    border: 2px solid #009EE2;
    background-color: var(--white);
    border-radius: 5px;

    & p {
        padding: 35px 0 25px;
    }
}

.werken-bij-quiz__choices {
    gap: 20px;

    & a {
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        text-transform: unset;
    }
}

@media only screen and (max-width: 768px) {

    .werken-bij-quiz__quiz {
        margin: 0 25px;
        padding: 30px 20px;
        border: 2px solid #009EE2;
        background-color: var(--white);
        border-radius: 5px;

        & p {
            padding: 35px 0 25px;
        }
    }

    input[type='date'] {
        -webkit-appearance: initial !important;
    }

}

input[type="date"]:not(.has-value)::before {
    display: none;
    content: attr(placeholder);
    color: var(--grey);
    position: absolute;
    margin-left: 10px;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {

    input[type="date"]:not(.has-value)::before {
        display: block;
    }

}

.opleiding-check {
    padding: 150px 0;

    & h2 {
        display: inline-flex;
        padding: 25px 50px;
        border-radius: 5px;
        font-size: 35px;
        line-height: 35px;
        background-color: var(--lime);
    }
}

.opleiding-check__lower {
    position: relative;
    padding: 50px;
    border-radius: 5px;
    z-index: 2;

    &::after {
        position: absolute;
        inset: 0 0 auto;
        height: 70%;
        border-radius: 5px;
        background-color: var(--magenta);
        content: '';
        z-index: -1;

        @media (max-width: 768px) {
            height: 80%;
        }
    }
}

.opleiding-check__courses {
    margin-top: 50px;
}

.courses__tabs {
    transform: translateX(2px) translateY(2px);

    & ul {
        display: inline-flex;
        gap: 5px;
        margin: 0;
        padding: 0;
        list-style-type: none;

        & li {
            padding: 10px 30px;
            border-radius: 5px 5px 0 0;
            background-color: transparent;
            border: 2px solid var(--white);
            font-size: 20px;
            line-height: 28px;
            color: var(--white);
            font-weight: 700;
            cursor: pointer;

            &.is-active {
                background-color: var(--white);
                color: var(--blue);
            }

            @media (max-width: 768px) {
                width: 100%;
                border-radius: 5px;
            }
        }

        @media (max-width: 768px) {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 768px) {
        transform: unset;
    }
}

.course__items {
    width: 100%;
    /*background-color: var(--white);*/

    @media (max-width: 768px) {
        margin-top: 10px;
    }
}

.course__item {
    padding: 30px;
    border-right: 2px solid var(--magenta);
    border-bottom: 2px solid var(--magenta);
    border-left: 2px solid var(--magenta);
    border-radius: 5px;
    background-color: var(--white);

    & ul {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 5px;
        margin: 0;
        padding: 0;
        list-style-type: none;

        & li {
            padding: 4px 16px;
            border-radius: 5px;
            /*background-color: var(--blue);*/
            color: var(--white);
            font-weight: 400;
        }
    }

    &:not(.is-active) {
        display: none;
    }
}

.opleiding-check__info {
    height: 100%;
    padding: 50px;
    border: 2px solid var(--orange);
    border-radius: 5px;
    background-color: var(--white);

    & h3 {
        margin-bottom: 40px;
        font-weight: 700;
    }

    & h4 {
        margin-bottom: 20px;
        font-weight: 700;
    }

    @media (max-width: 768px) {
        margin-top: 30px;
        padding: 30px;
    }
}

.school-buttons {
    justify-content: flex-start;
    gap: 1rem;

    & br {
        display: none;
    }

    & a {
        margin: unset;

        & svg {
            display: none;
        }

        &[href$='.pdf' i] {
            background-color: var(--orange);
            color: var(--white) !important;

            &:has(svg) {
                display: inline-flex;
                gap: 5px;
                align-items: center;
            }

            & svg {
                display: block;
                height: 20px;

                & path {
                    fill: var(--white);
                }
            }
        }
    }
}