body,
html {
    width: 100%;
    height: 100%;
}

body {
    /*font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
}

/* width */
::-webkit-scrollbar {
    border-radius:5px;
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5a6268;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #85A97C;
}

hr.light {
    border-color: #fff;
}

a {
    color: #85A97C;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #85A97C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
    background-color: #85A97C !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #85A97C !important;
    background-color: #85A97C !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 5rem 0;
}

section.low {
    padding: 2rem 0;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
    font-weight: 700;
    padding-left:20px;
    text-transform: uppercase;
    color: #85A97C;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #85A97C;
}


#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #85A97C;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #85A97C !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        /*background-color: transparent;*/
        background-color: rgba(255, 255, 255, 1);
    }
    #mainNav .navbar-brand {
        /*color: rgba(255, 255, 255, 0.7);*/
        color: rgba(0, 0, 0, 0.7);
        /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        /*color: #fff;*/
        color: #111;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        /*color: rgba(255, 255, 255, 0.7);*/
        color: rgba(0, 0, 0, 0.7);
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        /*color: #fff;*/
        color: #111;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #85A97C;
    }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #85A97C;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #212529;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #85A97C;
    }
}

header.masthead {

    padding-bottom: calc(10rem - 56px);
    /*background-image: url("../img/header.jpg");*/
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    /*margin-top: 50px;*/
    min-height: 100%;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 320;
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        min-height: 80vh;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

#portfolio{
    /*margin-top: 33px;*/
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    max-height:130px;
    overflow: hidden;
}

#carousel .col-md-3{
    display: inline-block;
    margin-left:-4px;
}
#carousel .col-md-3 img{
    width:100%;
    height:auto;
}
#carousel .carousel-image{
    background-repeat: no-repeat;
    background-position: top center; 
    height: 120px;
    background-size: cover;
}


.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    /*background: rgba(240, 95, 64, 0.9);*/
    background: rgba(137, 163, 31, 0.8);
    /*background: rgba(197, 240, 22, 0.9);*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #85A97C !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #85A97C;
    border-color: #85A97C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    /*background-color: #ee4b28 !important;*/
    background-color: #6a8763 !important;
}

.btn-primary:active, .btn-primary:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;*/
    box-shadow: 0 0 0 0.2rem rgba(137, 163, 31, 0.5) !important;
}

#filter{
    background: #fff;
    /*
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    */
    /*width: 320px;*/
    /*position: fixed;*/
    /*position: absolute;*/
    float:left;
    top: 0px;
    /*left: 20px;*/
    bottom: 0px;
    z-index: 1;
    padding-top:40px;
    padding-bottom:15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 4px;
    width: 320px;
    z-index: 100;
}

#filter h3{
    font-weight: 700;
    text-transform: uppercase;
    color: #85A97C;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3rem;
}

#filter h4{
    font-size: 1.2rem;
    
}

#filter .scroll{
    overflow: auto;
    position: absolute;
    top: 50px;
    bottom: 80px;
    left: 15px;
    right: 5px;
    padding-right:10px;
}

#filter .no-scroll{
    clear: both;
}

#filter .search-button{
    /*position: absolute;
    bottom: 20px;
    left: 15px;*/

}

#filter .result-button{
    /*position: absolute;
    bottom: 20px;
    right: 15px;*/
    float: right;
}

.btn{
    line-height:2rem;
}

#mapcontainer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 320px;
    right : 0;
    /*
        width: 100%;
      height: 100%;*/
}

#cardcontainer{
    /*position: absolute;*/
    /*top: 0;*/
    /*right : 0;*/
    /*display: none;*/
    /*margin-top: 50px;*/
    /*margin-left: 450px;*/
    padding: 20px;
    background-color: #fff;
    /*background-color: #f3f3f3;*/
    min-height: 100%;
    width:100%;
}

#cardcontainer .card-img-top{
    background-repeat: no-repeat;
    background-position: center; 
    height: 200px;
    background-size: cover;
    /*display: table;*/
}

#cardcontainer .card{
    height: 500px;
}

#cardcontainer .card .card-body{
    overflow: hidden;
    position: relative;
    height: 0px;
}

#cardcontainer .card-text{
    font-size: 1em;
    line-height: 1.3em;
}

#cardcontainer .card-text:after {
     content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: 0;
    /*background: linear-gradient(transparent 150px, white);*/
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#map{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.my-auto{
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;

}

.position-absolute.center{
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.frontpage-message{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 32px;
}

.frontpage-loader{
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); */
    background-color: rgba(255, 255, 255, 0.9);
    /* padding: 32px; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 90px;
    z-index: 99;
}


.my-auto h2 a, #about h2 a:hover {
    color:white;
    text-decoration: none !important;
}

.my-auto h2 a{
    border-bottom: dashed #85A97C;
}

.my-auto h2 a:hover {
    border-bottom: dashed white;
}

.zoek-form-loading{
    background-color: rgba(255, 255, 255, 0.6);
}
.hidden{
    display:none;
}

.search-button .loader{
    max-height: 24px;
}



.text-page header{
    max-height: 380px;
    overflow: hidden;

}


.text-page .img-circle {
    border-radius: 50%;
}
.text-page .img-circle {
    border-radius: 0;
}

.text-page .ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.text-page .img-circle {
    border-radius: 50%;
}
.text-page .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.resultscontainer{
    margin-left: 320px;
    /*
    position: absolute;
    left: 450px;
    top: 0;
    bottom:0;
    right:0;
    */
}

.content-header{
    //margin-top:50px;
    //min-height: 100px;
    //position: relative;
}

.content-header h1{
    /*
    position: absolute;
    bottom: 10px;
    background: #fff;
    padding: 10px;*/
}

.samenvatting{
    color:white;
    font-size: 0.9rem;
}

.samenvatting h1{
    color: white;
    font-size: 2rem;
}
.samenvatting hr{
    border-color:white;
}

.samenvatting h2{
    color: #F7F5EB;
    font-size: 1rem;
    text-transform: uppercase;
    padding-top: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #85A97C;
    /*min-height: 90px;*/
}

.details{
    padding-bottom: 150px;
}

.details i{
    display: block;
}

.header-text{
    text-align: center;
    color: white;
    padding-bottom: 20px;
}

.header-text a{
    color: white;
    text-decoration: none !important;
}

.header-text a:hover{
    color: white;
    border-bottom: dashed white;
}

#contact{
    /*padding-top: 150px;*/
    padding-bottom: 150px;
    clear:both;
}

.pin-img{
    background-repeat: no-repeat;
    background-position: center; 
    max-width: 200px;
    min-height: 150px;
    background-size: cover;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

    #filter{
        width: 380px;
    }
    .resultscontainer{
        margin-left: 380px;
    }
    #mapcontainer{
        left: 380px;
    }
}

#page-top{
    padding-top: 75px;
}
