p {
    font-size: 18px;
    line-height: 36px
}

.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    z-index: 1000;
}

.navbar a {
    border: none;
    cursor: pointer;
}

.contactButton {
    background-color: #e0c146;
}
.grecaptcha-badge { visibility: hidden; }
.recaptcha-text { color: #bebebe; }

.card-wrapper {
    -webkit-perspective: initial;
}

.navbar-brand {
    font-weight: 600;
}

.navbar-brand:hover {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: rgba(255, 255, 255, .5);
}

.top-nav-collapse.navbar-custom .nav li a {
    color: #333332;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background: none;
    color: #e2b400;
}

html .navbar-toggler-right {
    color: #e2b400 !important;
}

.top-nav-collapse .nav li a:hover {
    outline: 0;
    background: none;
}

.beeldmerk {
    width: 100px;
}

.navbar-brand, .top-nav-collapse .beeldmerk {
    display: none;
}

.top-nav-collapse .navbar-brand, .beeldmerk {
    display: block;
}

.navbar-custom .nav li a.active {
    color: #e0c146;
}

.top-nav-collapse .nav li a:hover {
    outline: 0;
    background: none;
    border-bottom: none;
}

#available .card-wrapper {
    height: 250px;
}

#available .card-wrapper p {
    font-size: 16px;
    line-height: 22px;
}

#introTop {
    display: inline-flex;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background: none;
}

@media(max-width:767px) {
    .nav-link {
        max-width: 75%;
    }

    .navbar-brand {
        color: #333332;
    }

    #introTop {
        display: initial;
    }

    html .assurance-img {
        display: initial;
    }

    .navbar-custom .nav li a {
        color: #333332;
        border-bottom: none;
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    #available .card-wrapper p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media(min-width:767px) {
    .navbar-custom .nav li a:hover {
        border-bottom: 2px solid #e0c146;
    }

    .top-nav-collapse.navbar-custom .nav li a:hover {
        border-bottom: 2px solid #e0c146;
    }

    .navbar {
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
        transition: background .3s ease-in-out,padding .3s ease-in-out;
        box-shadow: none;
    }

    .top-nav-collapse {
        background-color: rgba(255, 255, 255, .97);
        color: #333332;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

    .top-nav-collapse li a, .top-nav-collapse .nav li .active a, .top-nav-collapse .navbar-brand {
        color: #333332;
    }
}

.visible-xs-block {
    display: none;
}

@media (max-width: 1000px) {
    html #navbar {
        font-size: 11px;
    }

    html .navbar-brand {
        font-size: .95rem;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    #navbar {
        font-size: 14px;
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-left: .2rem;
        padding-top: .75rem;
    }
}

.navbar-brand {
    padding: 15px;
    line-height: 20px;
}

.navbar-nav {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after{
    display: table;
    content: " ";
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-toggleable-sm .navbar-collapse {
        width: auto;
    }
}

.section:nth-child(even) {
    background-color: #F2F3F5;
}

.section:nth-child(odd) {
    background-color: #fff;
}

a img, div img {
    box-shadow: none;
}

.section-body h2 {
    padding-top: 80px;
    text-align: center;
}

@media only screen and (max-device-width: 480px) {
    .section-body {
        padding-top: 50px;
    }
}

.section-header {
    margin-left: auto;
    margin-right: auto;
}

.section-container {
    padding: 0;
    margin: 0;
}

.divider-grey {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 50px;
    border-top: 2px solid #b3b3b1;
    padding-bottom: 20px;
    z-index: 25;
}

.introbtn {
    border: 2px solid rgba(255,255,255,0.3);
}

.introbtn:hover {
    border-color: #41dd85;
    border: 2px solid;
    background: #106535;
}

.intro-top {
    text-align: center;
    position: absolute;
    top: 10em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.intro-bottom {
    text-align: center;
    position: absolute;
    bottom: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

html .assurence-icon {
    width: 116px;
    display: initial;
}

.brand-heading {
    font-size: 48px;
    font-weight: 600;
}

.intro-text {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}


.lang-button {
    cursor: pointer;
    color: transparent;
    background: none;
    border: none;
    z-index: 1050;
}

.language {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.language .btn-toolbar {
    float: right;
}

.navbar .language {
    z-index: 1050;
}


@media(max-width:767px) {
    .language {
        position: absolute;
        bottom: 10px;
        right: 0;
        z-index: 0;
    }

    .language .btn-toolbar {
        float: none;
    }
}

@media(max-width: 1199px) {
    .streak {
        background-attachment: scroll !important;
    }
}

:lang(en) {
    display: none;
}

:lang(nl) {
    display: inherit;
}

.section-header h2 {
    color:  #106535;
    font-weight: 600;
    text-transform: uppercase;
}

footer.page-footer {
    margin-top: 0;
    padding-top: 20px;
    background-color: #3E4551;
    color: #fff;
}

body {
    font-weight: 300
}

@media (max-width: 1350px) {
    .nav {
        margin-right: 100px;
    }
}

@media (max-width: 800px) {
    .navbar-brand {
        font-size: 10px !important;
    }
}