html {
    font-size: clamp(18px, 1.75vw, 29px);
}

.uk-logo {
    position: absolute;
}

.uk-sticky.uk-sticky-below .uk-logo>img {
    width: 140px;
    transition: .2s ease-in;
}

.uk-dropnav-dropbar {
    z-index: 991;
}

.uk-button,
.uk-input {
    text-align: left;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.uk-button-large {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 45px !important;
}

.uk-form-large {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 45px !important;
}

.uk-section,
.uk-dropbar {
    border-radius: 30px;
}

.nav_arrow {
    bottom: -35px;
    z-index: 10;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_arrow a {
    width: 70px;
    height: 70px;
    background: #f091cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


/* .uk-input{
    padding-top:10px;
    padding-bottom:10px;
} */
ul>li,
ol>li {
    color: #a90061;
}

.uk-section-secondary ul>li {
    color: #fff;
}

/***********************************/
/**********      FAQ    ***********/
/***********************************/
.uk-accordion {
    counter-reset: accordion-counter;
}

.uk-accordion .uk-accordion-title::before {
    counter-increment: accordion-counter;
    content: counter(accordion-counter) ". ";
    position: absolute;
    top: .7rem;
    left: 1rem;
}

.uk-accordion-default .uk-accordion-title {
    background-color: #F2EEE2;
    padding: .7rem 1rem;
    border-radius: 1rem;
    position: relative;
    padding-left: 2.1rem;
}

.uk-accordion-default .uk-open .uk-accordion-title {
    background-color: #F6E5EE;
}

.uk-accordion-default .uk-accordion-content {
    background-color: #F2EEE2;
    padding: .7rem 1rem;
    border-radius: 1rem;
}
.uk-accordion-icon >svg{
    width: .7rem;
}

/***********************************/
/**********      NAV    ***********/
/***********************************/
.nav_icon>svg {
    width: 40px;
    height: 40px;
}

.uk-nav.uk-navbar-dropdown-nav li a {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    align-items: baseline;
    column-gap: .5em;
    border-radius: 500px;
    border: solid 2px #f092cd;
    margin-bottom: 10px;
    padding: 10px 25px;
}

.uk-nav.uk-navbar-dropdown-nav li a:hover {
    background: #f092cd;
}

.uk-nav.uk-navbar-dropdown-nav li a:hover .uk-icon {
    color: #fff;
}

.uk-text-tertiary.uk-icon>svg {
    max-width: none;
    width: stretch;
}

ul.uk-nav-tertiary li a {
    color: #fff;
    font-size: 0.833rem;
    line-height: 1;
    align-items: baseline;
    column-gap: .5em;
    padding: 10px 0px;
}

ul.uk-nav-tertiary li a .uk-icon {
    color: #f092cd;
}


ul.uk-nav-tertiary li a:hover {
    color: #f092cd;
}

.uk-nav-quaternary li a {
    color: #673327 !important;
    background: #fff;
    font-size: 1rem;
    line-height: 1;
    align-items: baseline;
    column-gap: .5em;
    border-radius: 500px;
    border: solid 2px #f092cd;
    margin-bottom: 20px;
    padding: 10px 30px;
}

.uk-nav-quaternary li a:hover {
    background: #a90061;
    color: #fff !important;
}

.uk-navbar-toggle-icon {
    width: 40px;
    height: 40px;
}

.uk-navbar-toggle-icon>svg {
    width: 100%;
    height: 100%;
}

.nav-reverse .uk-nav.uk-navbar-dropdown-nav li a{
    background: rgba(240, 146, 205, 0.3);
}
.nav-reverse .uk-nav.uk-navbar-dropdown-nav li a:hover{
    background: rgba(240, 146, 205, 1);
}
.nav-reverse .uk-nav.uk-navbar-dropdown-nav li.uk-active a{
    background: rgba(240, 146, 205, 1);
}

/***********************************/
/*********  vervolgpage  ***********/
/***********************************/
.header_vervolgpage {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/***********************************/
/**********      TEST    ***********/
/***********************************/
body.nieuws .uk-container h2 {
    color: var(--uk-text-secondary-color);
}

/***********************************/
/**********      logo    ***********/
/***********************************/
@media (pointer: coarse) {
    /* .uk-background-fixed {
        background-attachment: fixed;
    } */
}

@media (max-width: 639px) {

    .uk-navbar-item,
    .uk-navbar-nav>li>a,
    .uk-navbar-toggle {
        min-height: 70px;
    }

    .afbeelding>div {
        min-height: 400px !important;
    }

    .hero>div {
        min-height: 500px !important;
    }
}

@media (max-width: 479px) {

    .homepage .uk-logo>img,
    .uk-sticky.uk-sticky-below .uk-logo>img {
        width: clamp(80px, 25vw, 140px);
    }

    .uk-text-tertiary.uk-icon {
        width: 20px;
        height: 20px;
    }

    .afbeelding>div {
        min-height: 250px !important;
    }

    .hero>div {
        min-height: 350px !important;
    }

}

@media (min-width: 480px) {
    .nav_icon>svg {
        width: 50px;
        height: 50px;
    }

    ul.uk-nav-tertiary li a {
        margin-bottom: 5px;
    }
}

@media (min-width: 640px) {
    .uk-button-large {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        min-height: 65px !important;
    }

    .uk-form-large {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        min-height: 65px !important;
    }

    .nav_arrow {
        bottom: -50px;

    }

    .uk-nav.uk-navbar-dropdown-nav li a {
        font-size: 0.833rem;
        margin-bottom: 20px;
        padding: 10px 30px;
    }

    .nav_arrow a {
        width: 100px;
        height: 100px;
    }

    ul.uk-nav-tertiary li a {
        margin-bottom: 10px;
    }
}

@media (min-width: 960px) {
    .uk-logo {
        top: 30px;
    }

    .homepage .uk-logo>img {
        width: clamp(250px, 25vw, 400px);
    }

    ul.uk-nav-tertiary li a {
        margin-bottom: 20px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
    display: none;
}