.logo{
    max-height: 80px;
}

.title-home {
    margin-top: 20px;
}

#contact{
    text-align:left;
}

#contact input, #contact textarea{
    border: 0;
    border-bottom: 1px solid #000;

    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom:15px;
}

#contact input{
    height: 40px;
}

.contact-list li {
    width: 49%;
    margin: 15px 0;
}

#contact input[type="checkbox"]{
    height:auto;
    display:inline-block;
    width:auto;
    margin-bottom: 0;
}

.txt-green {
    color: #6C97AF;
}

.btn {
    background-color: #6C97AF;
    border-color: #6C97AF;
}

.wh-info-box:before {
    background: rgba(255, 255, 255, .7);
}

.project-details,
.project-details li{
    float:none;
}

.mt-5{
    margin-top:5px;
}
.mt-50{
    margin-top:50px;
}

.owl-video-tn{
    position: relative;
    height: 0;
    background-size: cover;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.text-center{
    text-align:center;
}

.contact-form-holder{
    overflow-y: scroll;
}

.visform{
    height: calc(100% - 50px);
}

#contact-form input{
    width:45% !important;
    margin-right:5px;
}

#contact-form input[type="checkbox"]{
    width:auto !important;
}

#contactForm input.error, #contactForm textarea.error{
    border-bottom: 1px solid red !important;
}

label.error:not(#privacy-error) {
    display: none !important;
}

.privacy-tekst{
    float: left;
    font-size: 12px;
    line-height: 15px;
}

label#privacy-error{
    color: red;
    margin-left:5px;
}

.zoomimage a{
    width: 100%;
    position: absolute;
    height: 100%;
}

.mt-30{
    margin-top:30px;
}

.pb-100{
    padding-bottom:100px;
}

.bg-white{
    background:#fff;
}

.admin-tekst strong{
    font-weight:600;
}

.admin-tekst ul{
    list-style: disc;
    padding-inline-start: 40px;
    text-align: left;
    font-size: 15px;
}

#privacy-accept{
    position: fixed;
    z-index: 90;
    bottom: 30px;
    left: 30px;
    background: #6C97AF;
    color: #fff;
    padding: 20px;
}

#privacy-accept a{
    color: #fff;
}

#privacy-accept .btn{
    border-color: #fff;
    margin: 10px 0;
}

@media (max-width: 590px){
    .contact-list li {
        width: 50%;
    }
}


#tekst ul {
    list-style-type: square;
}
#tekst ul li {
    text-align: left;
    font-size: 15px;
}

.width50 {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.width30 {
    width: 30%;
    margin: 0 auto;
    position: relative;
}

.block-green-project{
    height:250px;
    background: #6C97AF;
    color: #fff;
}

.block-green-project{
    height:250px;
    background: #fff;
}

.block-green-project p, .block-white-project p {
    line-height: 250px;
    text-align: center;
}

.block-green-project img, .block-white-project img{
    width: 50%;
}

.projecten .box-item {
    border: 2px solid #6C97AF;
}

.contactForm input:not([type="checkbox"]), #contactForm textarea{
    background: none;
    font-size: 14px;
    height: 50px;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    border-radius: 0;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    font-family: 'FuturaPT-Book';
    width: 44%;
    margin: 10px 10px 20px 10px;
}

#contactForm textarea{
    width: 92%;
}

@media (max-width:676px){
    .contactForm input:not([type="checkbox"]), #contactForm textarea{
        width:100%;
    }
}

.grecaptcha-badge{
    bottom:66px !important;
}

footer .policy-box, footer .policy-box a, .footer-social li a span, .footer-tags{
    color: #6C97AF;
}

.footer-tags{
    float: left;
    clear:left;
}

.footer-tags p{
    font-size:12px;
    margin-bottom: 0;
    padding: 0;
    line-height: 30px;
}

.footer-tags span{
    border: 1px solid;
    padding:2px;
    color: #6C97AF;
    line-height: 24px;
}

.footer-tags span.woord-with-link{
    border: 0;
    padding:0;
}

.footer-tags a{
    border: 1px solid;
    padding:2px;
    color: #6C97AF;
}

.footer-tags a:hover{
    background-color:#6C97AF;
    color: white;
}

.alert-success{
    color: #6C97AF;
}

.alert-danger{
    color: darkred;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-prev:before {
    content: "<";
    color: white;
    background: black;
    padding: 11px 20px 18px 20px;
    font-size: 20px;
}

.slick-next:before {
    content: ">";
    color: white;
    background: black;
    padding: 11px 20px 18px 20px;
    font-size: 20px;
}

.slick-prev {
    left: 35px;
}
.slick-next {
    right: 55px;
}

slick-next, .slick-prev {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 50%;
    z-index: 999;
}