﻿html {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
}

body {
    height: 100%;
    background-color: #fff;
    color: #262626;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
}

header {
    position: relative;
    background-color: #ffffff;
}

footer {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-color: #94bf52;
}

    footer ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

        footer ul li {
            margin-top: 10px;
        }

/********************************/
/**************Divs**************/
/********************************/

.logo {
    margin: 20px 0;
    height: 179px;
}

header .title, header .title h1 {
    display: block;
    margin: 20px 0 10px;
    color: #fff;
    text-shadow: 0 0 3px #333, 0 0 6px #333;
    line-height: 2.2rem;
    font-family: Tahoma;
    font-size: 2rem;
    font-weight: 400;
}

header .subTitle {
    display: block;
    margin: 0 0 60px;
    color: #f471ad;
    text-shadow: 0 0 3px #333, 0 0 6px #333;
    line-height: 2.0rem;
    font-family: Tahoma;
    font-size: 1.6rem;
    font-weight: 400;
}

.imageTxt {
    background-color: #205b98;
    color: #fff;
}

.txtImage {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.footerLogo {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/********************************/
/**********Other Pages***********/
/********************************/

form {
}

.formDoel, .formTotaal, .formSubmit, .formSelect, .formEmail {
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 10px;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-size,border-color,box-shadow;
    border-radius: 8px;
    background-color: #fff;
    color: #444;
    box-shadow: 3px 8px 16px 0 rgba(23,0,118,.12);
    height: 290px;
}

.divideDonationsEqually .formDoel, .divideDonationsEqually .formTotaal, .divideDonationsEqually .formSubmit, .divideDonationsEqually .formSelect, .divideDonationsEqually .formEmail {
    height: 200px;
}

.donationPerCharity .formDoel, .donationPerCharity .formTotaal, .donationPerCharity .formSubmit, .donationPerCharity .formSelect, .donationPerCharity .formEmail {
    height: 200px;
}

.formDoel:hover, .formSubmit:hover, .formSelect:hover {
    box-shadow: 5px 14px 25px 0 rgba(23,0,118,.16);
}

.formCharity:hover, .formDivide:hover {
    box-shadow: 3px 8px 16px 0 rgba(23,0,118,.12);
}

.formDoel h3 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
}

.formDoel p {
    margin-top: 10px;
}

.formSelect, .formSubmit {
    font-size: 30px;
    font-weight: 900;
}

.formEmail.required {
    background-color: #217e4f;
    color: #fff;
}

    .formEmail.required input {
        background-color: #fff;
        color: #444;
    }

.formDoel img {
    max-width: 290px;
    max-height: 120px;
}

.formDoel span, .formTotaal span, .formEmail span {
    display: inline-block;
    margin-right: 5px;
    color: #444;
    /*opacity: 0.25;*/
    line-height: 50px;
    font-size: 40px;
    font-weight: 900;
}

.formDoel input, .formTotaal input {
    width: 100%;
    max-width: 120px;
    color: #444;
    border: none;
    border-bottom: solid 1px #444;
    line-height: 50px;
    font-size: 40px;
    font-weight: 900;
}

.formEmail input {
    width: 100%;
    padding: 0 15px;
    color: #444;
    border: none;
    border-bottom: solid 1px #444;
    line-height: 50px;
    font-size: 25px;
    font-weight: 400;
}

.formSelect div, .formSubmit div {
    position: absolute;
    text-align: center;
    width: calc(100% - 30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.formLeftOver span.spanLeftOver {
    font-size: 18px;
    opacity: 1;
}

.formLeftOver span.spanLeftOverSmall, .formEmail span.spanLeftOverSmall {
    font-size: 8px;
    line-height: 10px;
    opacity: 1;
}

.formCharity img {
    max-width: 95%;
}

form input::placeholder {
    color: #444;
    opacity: 0.5;
}

form input, form input[disabled] {
    background-color: transparent;
}

/********************************/
/**************Menu**************/
/********************************/
.navbar-nav {
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
    list-style: none
}

.navbar-center:only-child, .navbar-left, .navbar-right {
    flex-wrap: wrap
}

.navbar-item, .navbar-nav > li > a, .navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 80px;
    font-size: 15px;
    font-family: Poppins;
    text-decoration: none
}

.navbar-nav > li > a {
    padding: 0 0;
    color: #262626;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 500;
    letter-spacing: 0
}

    .navbar-nav > li > a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 22px;
        height: 2px;
        background-color: transparent;
        transition: .3s ease-in-out;
        transition-property: background-color,border-color,box-shadow,height,left,right,opacity;
        --uk-navbar-nav-item-line-margin-horizontal: 0;
        left: var(--uk-navbar-nav-item-line-margin-horizontal);
        right: 100%
    }

    .navbar-nav > li:hover > a, .navbar-nav > li > a[aria-expanded=true] {
        color: #444
    }

        .navbar-nav > li:hover > a::before, .navbar-nav > li > a[aria-expanded=true]::before {
            right: var(--uk-navbar-nav-item-line-margin-horizontal);
            background-color: #94bf52
        }

    .navbar-nav > li > a:active {
        color: #262626
    }

        .navbar-nav > li > a:active::before {
            background-color: #94bf52
        }

.navbar-nav > li.active > a {
    color: #262626
}

    .navbar-nav > li.active > a::before {
        right: var(--uk-navbar-nav-item-line-margin-horizontal);
        background-color: #94bf52
    }

.navbar-item {
    padding: 0 0;
    color: #444
}

    .navbar-item > :last-child {
        margin-bottom: 0
    }

.navbar .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.navbar-toggler {
    background-color: #94bf52;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}

.nav > li {
    padding-right: 20px;
}

    .nav > li > a {
        display: flex;
        align-items: center;
        column-gap: .25em;
        color: #262626;
        transition: .1s ease-in-out;
        transition-property: color,background-color,border-color,box-shadow,opacity,filter;
        font-size: 15px;
        font-family: Poppins;
        font-weight: 500;
        letter-spacing: 0;
    }

        .nav > li > a.nav-link {
            padding: 0;
        }

/********************************/
/**************Heads*************/
/********************************/

h1, h2, h3, h4 {
    font-family: Montserrat;
    font-weight: 700;
}

h1 {
    font-size: 45px;
    line-height: 1.1;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
}

h3 {
    font-size: 19px;
    line-height: 1.4;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a, a:hover, a:link, a:visited, a:link:active, a:visited:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    a.linkButton, a.linkButton:link, a.linkButton:visited, a.linkButton:link:active, a.linkButton:visited:active {
        display: block;
        position: relative;
        margin: 10px 0;
        width: 240px;
        padding: 6px 12px;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        font-family: Tahoma;
        font-size: 1.2rem;
        font-weight: 300;
        overflow: hidden;
        transition: all 0.25s;
    }

        a.linkButton:hover::after {
            transform: scaleX(1);
            opacity: 0.75;
        }

        a.linkButton::after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /*background-color: #684c91;*/
            background-color: #94bf52;
            mix-blend-mode: screen;
            transform-origin: left;
            transform: scaleX(0);
            opacity: 0;
            pointer-events: none;
            transition: all 0.5s;
        }

p a, p a:hover, p a:link, p a:visited, p a:link:active, p a:visited:active {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

/********************************/
/**************Sliders***********/
/********************************/

.carousel {
    position: relative;
    margin: 30px 0;
    width: 100%;
}

    .carousel .viewer {
        position: relative;
        margin: 0 50px;
        width: calc(100% - 100px);
        height: 100px;
        overflow: hidden;
    }

    .carousel .reel {
        position: absolute;
        left: 0;
        top: 0;
        width: 10000px;
        height: 100%;
        transition: all 0.8s;
    }

    .carousel .item {
        display: inline-block;
        margin: 0 30px;
        height: 100%;
    }

        .carousel .item img {
            height: 100%;
        }

    .carousel .ctrl {
        display: flex;
        position: absolute;
        top: 0;
        width: 40px;
        height: 100%;
        color: #000;
        align-items: center;
        font-size: 2rem;
        cursor: pointer;
        transition: all 0.15s;
    }

        .carousel .ctrl.left {
            left: 0;
            justify-content: flex-end;
            transform-origin: left;
        }

        .carousel .ctrl.right {
            right: 0;
            justify-content: flex-start;
            transform-origin: right;
        }

        .carousel .ctrl:hover {
            transform: scale(1.1);
        }

/********************************/
/********************************/
/********************************/

.underlined {
    text-decoration: underline !important;
}

.button {
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    background: #217e4f;
}

.charity {
    height: 120px;
}

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #217e4f;
    border-color: #217e4f;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #123121;
        border-color: #123121;
    }


.form-check input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

@media only screen and (max-width: 991px) {

    .logo {
        height: 80px;
    }

    header .title, header .title h1 {
        font-size: 1.6rem;
    }

    header .subTitle {
        font-size: 1.2rem;
    }

    .navbar-item, .navbar-nav > li > a, .navbar-toggle {
        min-height: 20px;
    }

        .navbar-nav > li > a::before {
            bottom: 0px;
        }
}

@media only screen and (max-width: 992px) {
    .navbar {
        padding: .5rem 1rem;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 400px) {
}

b, strong {
    font-weight: bold;
}

div.icon-button {
    box-sizing: border-box;
    display: inline-flex;
    padding-right: 15px;
}

    div.icon-button a {
        box-sizing: border-box;
        width: 36px;
        height: 36px;
        border-radius: 500px;
        background: rgba(250,236,181,.1);
        color: #393e8f;
        vertical-align: middle;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .1s ease-in-out;
        transition-property: color,background-color,background-size,border-color,box-shadow;
    }

.news-item {
    background-color: #684c91;
    border-radius: 8px;
    color: #fff;
    padding: 40px 40px;
}

    .news-item .date {
        margin-top: 20px;
    }

    .news-item .content {
        margin-top: 20px;
        column-count: 1;
        column-gap: 40px;
    }


.purple {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-color: #684c91;
    color: #fff;
}

.sponsors {
}

    .sponsors hr {
        background-color: #fff;
    }

.sponsor {
    /*border-left: 1px solid #fff;*/
}

    .sponsor img {
        max-width: 240px;
    }


.accordion .accordion-title {
    display: block;
    font-size: 19px;
    line-height: 1.4;
    color: #262626;
    overflow: hidden;
    font-family: Poppins;
    font-weight: 300;
    letter-spacing: 0;
}

    .accordion .accordion-title:after {
        font-family: 'FontAwesome';
        content: "\f068";
        float: right;
    }

    .accordion .accordion-title.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
    }

.accordion .accordion-content {
    display: flow-root;
    margin-top: 20px;
}

.accordion > :nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.my-large{
    margin-top: 70px;
    margin-bottom: 70px;
}


.embed-responsive-8by10::before {
    padding-top: 125%;
}