﻿/*-- Global --*/
body {
    font-family: "Ubuntu";
    font-weight: 300;
}

h1, h2, h3, h4 {
    font-family: "brandon-grotesque";
}

p {
    font-size: 14px;
}

a {
    color: #76C043;
}

ul {
    padding-left: 0;
    list-style: none;
}

.grid-section ul {
    padding-left: 20px;
}

.grid-section li {
    margin-bottom: 10px;
}

.grid-section li {
    text-indent: -3px;
    padding-left: 30px;
    background-image: url('../Images/bullet.png');
    background-repeat: no-repeat;
    background-size: 22px;
    /*background-position: left -2px;*/
}

.grid-section ul {
    padding-left: 0px;
}

.grid-section .highlightGreen li:before {
    color: white;
}

a:hover {
    color: #76C043;
}

.marginBottom50 {
    margin-bottom: 50px;
}

#MainContent {
    min-height: 800px;
}

.siteLogo {
    max-width: 150px;
    width: 100%;
}

hr.LIME {
    border: none;
    background: url('../Images/divider.png');
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a.btn.btn-primary:hover {
    color: #76C043;
    text-decoration: underline;
}

.btn.btn-primary::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5em;
    content: "";
}

a.btn.btn-default:hover {
    color: #76C043;
    text-decoration: underline;
}

.btn.btn-default::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5em;
    content: "";
}


.paddingBottom {
    padding-bottom: 30px;
}

.paddingTop {
    padding-top: 30px;
}

.marginBottom {
    margin-bottom: 20px;
}

/*-- Navigation --*/

.navbar-nav .open .dropdown-menu > li > a {
    color: white;
}

.dropdown-menu > li > a {
    font-size: 12px;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: transparent;
    }

.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent;
    background-image: none;
    margin: 5px 15px 10px 25px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #76C043;
}

nav.navbar.navbar-light {
    background-color: black;
}


span.fa.fa-bars {
    color: white;
}

.navbar {
    padding-top: 15px;
    z-index: 1;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}

    .navbar a {
        font-family: "brandon-grotesque";
        text-transform: uppercase;
        font-weight: 400;
        color: white;
        font-size: 17px;
    }

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
}

ul.nav.navbar-nav.navbar-right {
    background: rgba(0,0,0,1);
}

.nav li a {
    padding-bottom: 15px;
}

.active a {
    border-bottom: 2px solid #76C043;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent !important;
    color: #76C043;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

    .breadcrumb a {
        color: #76C043;
    }

    .breadcrumb li {
        color: gray;
    }

.paddingTop25 {
    padding-top: 25px;
}

.paddingTop100 {
    padding-top: 100px;
}

.languageMenu {
    padding: 10px 15px;
}

    .languageMenu button {
        border: none;
        background: none;
        padding: 0;
    }

    .languageMenu .dropdown-menu {
        border-radius: 0;
        margin-top: 0;
    }

.text-capitalize {
    text-transform: uppercase;
}

.languageMenu .dropdown-item {
    position: relative;
    padding-left: 36px !important;
}

.languageMenu .languageFlag {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1.3rem;
    height: 1rem;
}

/*-- Header --*/
/*-- Home Page --*/

.parallaxParent {
    height: 120px;
    overflow: hidden;
}

    .parallaxParent > * {
        height: 100%;
        position: relative;
        top: 10%;
    }

.navWrapper {
    height: 110px;
}

.gradientHomePage {
    background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.0)); /* Standard syntax (must be last) */
    position: fixed;
    background-size: 20% auto;
    background-repeat: no-repeat;
    width: 100%;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
}

.homeHeader h2 {
    margin: 0;
    font-size: 36px;
    margin-top: 50px;
    color: white;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.contentBlock {
    position: relative;
}

    .contentBlock.white-bar {
        background-color: white;
    }

.mainContent {
    padding-bottom: 20%;
}

    .mainContent h2 {
        float: right;
        font-weight: 300;
        text-transform: uppercase;
    }

.imageWithLink h2 {
    font-family: "brandon-grotesque";
    padding-top: 20px;
    text-align: center;
    color: #76C043;
    text-transform: uppercase;
    font-weight: 300;
}

.imageWithLink a:hover {
    text-decoration: none;
}

.roundImage {
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.niceImageLink img {
    width: 100%;
}

/*-- Pagination --*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    margin: 0;
    background-color: #76C043;
    border-color: #76C043;
}

.pagination > li > a {
    color: #76C043;
}

/*-- Footer --*/
.footerImage {
    text-align: center;
    padding-bottom: 30px;
}

.mainFooter {
    background-color: #242424;
    min-height: 250px;
    position: relative;
}

    .mainFooter p {
        color: #E2E2E2;
    }

    .mainFooter a {
        color: #76C043;
    }


.footerTextContainer {
    padding-top: 30px;
    padding-bottom: 50px;
}

.highlightGreen {
    background-color: #76C043;
    color: white;
    margin-bottom: -30px;
}

    .highlightGreen h2, .highlightGreen a {
        color: white;
    }

/*-- Content Page --*/
.pageTitle {
    padding-bottom: 30px;
}

.contentBackgroundHeader .mainContent {
    padding-bottom: 0;
}

.contentBackgroundHeader h2 {
    color: white;
    font-size: 12px;
    margin-top: -15%;
}

.pageTitle h1 {
    color: #76C043;
    font-weight: 300;
    text-transform: uppercase;
}

.imgHundredPercent {
    width: 100%;
}

/* -- Social Share Buttons --*/
.social-container .links {
    text-align: center;
    padding-bottom: 20px;
}

    .social-container .links a {
        margin: 0 .5em;
        color: rgba(119, 119, 119, .45);
        text-decoration: none;
        font-size: 1.75em;
        font-weight: bold;
        transition: all ease-in-out .25s;
    }

        .social-container .links a:hover {
            color: rgba(119, 119, 119, 1);
        }

.jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active,
.jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active,
.jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active,
.jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active,
.jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active,
.jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active,
.jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active {
    color: rgba(119, 119, 119, .45);
}


.socialShareInner.jssocials i.fa {
    font-weight: bold;
}
/*-- Contact Form --*/
.form-box .error {
    color: #cc0000;
}

.form-box label.req::after {
    content: "*";
    display: inline;
    margin-left: .25em;
}

input, textarea {
    padding: 5px !important;
}

    input.error, textarea.error {
        border: 1px solid #cc0000;
        background: #ffb1b1;
    }

.btn.btn-primary {
    background-image: none;
    background-color: white;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: none;
    color: #76C043;
    border-color: #76C043;
    border-radius: 0;
    text-decoration: none;
    margin: 10px 0;
}

input[type=checkbox], input[type=radio] {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 50px;
}

label {
    padding-top: 10px;
}

.limecontactformulier input[type=checkbox],
.limecontactformulier input[type=radio] {
    margin-bottom: 0px;
    margin-top: 4px;
    margin-right: 5px;
}

.limecontactformulier input.btn.btn-primary.noArrow {
    float: right;
}

.waardeblock {
    display: block;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(230,230,230,1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(230,230,230,1);
    box-shadow: 1px 1px 8px 1px rgba(230,230,230,1);
    margin-bottom: 30px;
}

    .waardeblock.waardeblockLink:hover {
        -webkit-box-shadow: 1px 1px 15px 4px rgba(230,230,230,1);
        -moz-box-shadow: 1px 1px 15px 4px rgba(230,230,230,1);
        box-shadow: 1px 1px 15px 4px rgba(230,230,230,1);
    }

.waardeTitleBlock {
    display: table;
    background-color: #76C043;
    padding: 15px;
    text-align: center;
    width: 100%;
}

    .waardeTitleBlock h2 {
        display: table-cell;
        vertical-align: middle;
        color: white;
    }

.waardeBlockInner {
    padding: 0 15px 30px;
    position: relative;
}

.waardeblockLink,
.waardeblockLink:hover,
.waardeblockLink:focus {
    transition: ease-in-out .125s;
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(230,230,230,1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(230,230,230,1);
    box-shadow: 1px 1px 8px 1px rgba(230,230,230,1);
}

    .waardeblockLink .waardeBlockInner:after {
        display: block;
        position: absolute;
        font-family: FontAwesome;
        font-size: inherit;
        content: "\f061";
        color: #76C043;
        right: 15px;
        bottom: 15px;
    }

.fiveColumnCenteredRow {
    text-align: center;
    font-size: 0;
}

.fiveColumnItem {
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
}

    .fiveColumnItem div {
        width: 100%;
    }

        .fiveColumnItem div img {
            width: 100%;
        }




@media screen and (min-width: 620px) {
}

@media screen and (min-width: 768px) {
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-image: none;
        background-color: transparent;
        color: black;
        margin-left: 20px;
    }

    .dropdown-menu > li:first-child {
        padding-top: 15px;
    }

    .languageMenu .dropdown-menu > li:first-child {
        padding-top: 10px;
        
    }

    .languageMenu .dropdown-menu > li {
        padding-left: 15px;
    }

    .navbar-nav .languageMenu.open .dropdown-menu > li > a:not(:hover) {
        color: #333;
    }


    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-image: none;
        background-color: transparent;
        color: #76C043;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }


    #MainContent {
        padding-top: 120px;
    }

    .header {
        position: fixed;
        z-index: 500;
        top: 0;
        background-color: #242424 !important;
        width: 100%;
    }

    .home div .fixed {
        transition: background-color 2s;
        -moz-transition: background-color 2s;
        -webkit-transition: background-color 2s;
        -o-transition: background-color 2s;
    }

    nav.navbar.navbar-light {
        background-color: transparent;
    }

    .navWrapper {
        height: 110px;
    }

    ul.nav.navbar-nav.navbar-right {
        background: none;
    }

    .homeHeader h1 {
        margin-top: 75px;
    }

    .contentBackgroundHeader h2 {
        font-size: 25px;
    }

    .fiveColumnItem {
        width: 50%;
    }
}

@media screen and (min-width:992px) {
    #MainContent {
        padding-top: 70px;
    }

    .home .row.firstRow {
        margin-top: -10%;
    }

    .fiveColumnItem {
        width: 20%;
    }
}

@media screen and (min-width: 1025px) {
    section.background {
        left: -450px;
        right: -450px;
    }
}
/**umb_name:h2*/
h2 {
    color: #76C043;
    font-weight: 300;
    text-transform: uppercase;
}

/**umb_name:Underline title*/
.underline {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
}


/**umb_name:h3*/
h3 {
    color: #76C043;
    font-weight: 300;
}

/**umb_name:h4*/
h4 {
    font-weight: 300;
    font-size: 25px;
}

/**umb_name:Primary button*/
a.btn.btn-primary {
    background-image: none;
    background-color: white;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: none;
    color: #76C043;
    border-color: #76C043;
    border-radius: 0;
    text-decoration: none;
    margin: 10px 0;
}


/**umb_name:Secondary button*/
a.btn.btn-default {
    background-image: none;
    background-color: white;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    color: #76C043;
    border: none;
    border-radius: 0;
    text-decoration: none;
    margin: 10px 0;
    padding-left: 10px;
}


/**umb_name:spanGreen*/
.spanGreen {
    /*color:#94FF03;*/
    color: #76C043;
}
