﻿html {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
}

body {
    height: 100%;
    background-color: #fff;
    color: #123121;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    font-family: Tahoma;
    font-weight: 300;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
}

header {
    position: relative;
    background-color: #cee8db;
}

footer {
    position: relative;
    background-color: #217e4f;
    color: #fff;
}

#legalFooter {
    padding: 20px 0;
    color: #383838;
    text-align: center;
}

/********************************/
/**************Divs**************/
/********************************/

.logo {
    margin: 20px 0;
    height: 160px;
}

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 {
    display: flex;
    height: 190px;
    padding: 20px;
    border: solid 2px #217e4f;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.formEmail {
    display: flex;
    height: 190px;
    padding: 20px;
    border: solid 2px #217e4f;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

    .formEmail.required {
        background-color: #217e4f;
        color: #fff;
    }

        .formEmail.required input {
            background-color: #fff;
            color: #217e4f;
        }

.formDoel img {
    max-width: 290px;
    max-height: 120px;
}

.formDoel span, .formTotaal span, .formEmail span {
    display: inline-block;
    margin-right: 5px;
    color: #217e4f;
    opacity: 0.25;
    line-height: 50px;
    font-size: 40px;
    font-weight: 900;
}

.formDoel input, .formTotaal input {
    width: 100%;
    max-width: 120px;
    color: #217e4f;
    border: none;
    border-bottom: solid 1px #217e4f;
    line-height: 50px;
    font-size: 40px;
    font-weight: 900;
}

.formEmail input {
    width: 100%;
    padding: 0 15px;
    color: #217e4f;
    border: none;
    border-bottom: solid 1px #217e4f;
    line-height: 50px;
    font-size: 25px;
    font-weight: 400;
}

.formSubmit {
    display: block;
    width: 100%;
    height: 190px;
    padding: 20px;
    background-color: #217e4f;
    color: #fff;
    border: none;
    border-radius: 15px;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.25s;
}

    .formSubmit:hover {
        filter: brightness(150%);
    }

.formSelect {
    display: block;
    width: 100%;
    height: 190px;
    padding: 20px;
    background-color: #217e4f;
    color: #fff;
    border: none;
    border-radius: 15px;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.25s;
}

    .formSelect:hover {
        filter: brightness(150%);
    }

    .formSelect div {
        position: absolute;
        text-align: center;
        width: calc(100% - 30px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

.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: #217e4f;
    opacity: 0.5;
}

form input, form input[disabled] {
    background-color: transparent;
}

/********************************/
/**************Menu**************/
/********************************/
.navbar {
    background-color: #217e4f;
    padding: 0;
}

    .navbar .nav-link, .navbar .navbar-nav .nav-link:focus, .navbar .nav-link:hover, .navbar .dropdown-item, .navbar .navbar-nav .dropdown-item:focus, .navbar .dropdown-item:hover {
        padding: 0 12px !important;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 50px;
    }

        .navbar .nav-link, .navbar .nav-link:focus, .navbar .dropdown-item, .navbar .dropdown-item:focus {
            color: #fff;
            background-color: #217e4f;
        }

            .navbar .nav-link:hover, .navbar .dropdown-item:hover {
                color: #fff;
                background-color: #123121;
            }

    .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;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}


/********************************/
/**************Heads*************/
/********************************/

h1, h2, h3, h4 {
    font-family: Tahoma;
}

h1, h2 {
    font-size: 1.6rem;
    font-weight: 400;
}

/********************************/
/************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: #217e4f;
            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;
    }
}

@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;
}