﻿@import url("wrv.min.css");
@import url("avg.min.css");

::-moz-selection {
    color: #ffffff;
    background: #9640ae;
}

::selection {
    color: #ffffff;
    background: #9640ae;
}

span.hide-for-small {
    display: none;
}

html,
body {
    height: 100%;
}

body {
    font-family: Avenir, 'Nunito', sans-serif;
    font-weight: 300;
    background-color: #a2d875;
}

input,
textarea {
    font-family: Avenir, 'Nunito', sans-serif;
    font-weight: 300;
}

body input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff;
}

.maps {
    height: 320px;
    background-color: #a2d875;
}

.content .price p {
    color: #a2d875;
    font-size: 2rem;
    font-weight: 400;
}

.header {
    background: #7c109a;
    color: #fff;
    height: 90px;
    position: relative;
    z-index: 9;
}

    .header a {
        text-decoration: none;
    }

.content {
    padding-top: 1rem;
}

.header .mijndomesta {
    float: left;
    text-transform: uppercase;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.6);
    background-image: url('img/mijndomesta.png');
    background-repeat: no-repeat;
    background-position: 0 center;
}

.contact {
    display: none;
    height: 40px;
    font-size: 0.75rem;
    line-height: 40px;
    padding-right: 26px;
    background-image: url(img/contact.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.header .contact {
    float: right;
    text-transform: uppercase;
    display: block;
}

.header .logo {
    display: block;
    top: 46px;
    left: 1rem;
    text-align: center;
    height: 40px;
    width: 101px;
    position: absolute;
    background-image: url(svg/logo.svg);
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 99999px;
    overflow: hidden;
}

article h1, h2, h3, h4, h5, h6 {
    color: #9640ae;
}

a.mvo-logo {
    background-image: url('img/MVO gecertificeerd.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 5px;
    z-index: 9;
}

.header .menubtn {
    display: block;
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding-right: 26px;
    top: 46px;
    right: 1rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #fff;
    background-image: url(img/menu.png);
    background-repeat: no-repeat;
    background-position: right center;
}

nav.menu.active a.closemenu {
    display: block;
    position: absolute;
    height: 40px;
    width: 70px;
    top: -40px;
    background: #7c109a;
    right: 1rem;
    background-image: url(img/close.png);
    background-repeat: no-repeat;
    background-position: right 4px;
}



.footer address {
    text-decoration: none;
    font-style: normal;
    font-size: 0.875rem;
}

    .footer address a {
        text-decoration: none;
        color: #fff;
        display: block;
        margin-bottom: 15px;
        padding-left: 24px;
    }

    .footer address span {
        display: block;
        padding-left: 24px;
    }

.footer .totop {
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(svg/totop_paars.svg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .footer .totop:hover {
        opacity: 1;
    }


nav.menu {
    background: rgb(150, 64, 174);
    background: rgba(124, 16, 154, 0);
}

nav.menu {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 10;
    height: 300%;
    max-height: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    nav.menu.active {
        max-height: 9000px;
        background: rgba(124, 16, 154, 0.8);
    }

    nav.menu .row {
        max-height: 0;
        overflow: hidden;
        -moz-transition: 0.9s;
        -o-transition: 0.9s;
        -webkit-transition: 0.9s;
        transition: 0.9s;
    }

    nav.menu.active .row {
        max-height: 1200px;
        -moz-transition: 0.9s;
        -o-transition: 0.9s;
        -webkit-transition: 0.9s;
        transition: 0.9s;
    }

    nav.menu .columns > ul {
        background: #7c109a;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 4rem;
    }

        nav.menu .columns > ul ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: none;
        }

        nav.menu .columns > ul > li.active {
            background-image: url(img/activearrow.png);
            background-position: 0 6px;
            background-repeat: no-repeat;
        }

        nav.menu .columns > ul li.active ul {
            display: block;
        }

        nav.menu .columns > ul > li {
            padding-left: 2rem;
        }

            nav.menu .columns > ul > li li {
                padding-left: 1rem;
                padding-bottom: 0;
            }

                nav.menu .columns > ul > li li a {
                    line-height: 40px;
                    height: 40px;
                    margin-top: 0;
                    padding-right: 0;
                    display: block;
                    color: rgb(255, 255, 255);
                    text-decoration: none;
                    font-size: 0.85rem;
                }



            nav.menu .columns > ul > li > a {
                text-decoration: none;
                color: rgb(255, 255, 255);
                color: rgba(255, 255, 255, 0.6);
                font-size: 1.25em;
                display: block;
            }

            nav.menu .columns > ul > li.active a,
            nav.menu ul li a:hover {
                color: rgba(255, 255, 255, 1);
            }

    nav.menu ul li {
        padding-bottom: 2rem;
    }

    nav.menu .search {
        background: #7c109a;
        padding-bottom: 32px;
    }

        nav.menu .search form {
            margin-left: 1rem;
            margin-right: 1rem;
            margin-top: 1rem;
            position: relative;
            z-index: 2;
        }

            nav.menu .search form input {
                border: 0;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                height: 40px;
            }

            nav.menu .search form button {
                position: absolute;
                right: 0;
                top: 0;
                -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px;
                height: 40px;
                width: 50px;
                padding: 0;
                background-image: url(img/searchglass.png);
                background-position: center;
                background-repeat: no-repeat;
            }


.menu-ending {
    background-image: url(img/menuending.png);
    background-image: url(svg/golf-paars.svg);
    height: 42px;
    margin-top: -4px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


body .searchresult .autocomplete {
    position: relative;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


h1,
h3.kop,
h4.kop {
    color: #9640ae;
    font-weight: 300;
    font-size: 1.125rem !important;
}


h3 {
    color: #9640ae;
    font-weight: 300;
    font-size: 1.125rem !important;
}

.content p,
.content ul,
.content ol {
    color: #222222;
    font-size: 0.875rem;
    line-height: 1.8;
}

.content b, .content strong {
    color: #222222;
   font-weight:500;
}

.content ul {
    list-style-image: url(img/icon-dash.png);
}



.hider {
    overflow: hidden;
    background-color: #fff;
}

.title-alt {
    margin-top: 0;
}


.breadcrumbs {
    border-top: 1px solid #b0bfc1;
    border-bottom: 1px solid #b0bfc1;
    line-height: 40px;
    margin-top: 60px;
}

    .breadcrumbs span {
        background-image: url(img/seperator.png);
        width: 20px;
        height: 40px;
        display: block;
        float: left;
        background-position: center;
        font-size: 0.75rem;
    }

        .breadcrumbs span:last-child {
            background-image: none;
        }

    .breadcrumbs a.home {
        background-image: url(img/home.png);
        width: 15px;
        height: 40px;
        text-indent: 90000px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: right center;
        -ms-text-overflow: clip;
        -o-text-overflow: clip;
        text-overflow: clip;
    }

    .breadcrumbs a {
        display: block;
        float: left;
        text-decoration: none;
        color: #4f4f4f;
        max-width: 150px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.75rem;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

.footer {
    background-image: url(svg/golf-groen.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 40px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 20px;
    padding-bottom: 80px;
    position: relative;
}

    .footer address {
        display: block;
        margin-top: 26px;
    }

        .footer address a,
        .footer address span {
            color: #849598;
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .footer address .email {
            background-image: url(svg/mail_grey.svg);
        }

        .footer address .phone {
            background-image: url(svg/phone_grey.svg);
        }

    .footer:after {
        margin-top: -1px;
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 40px;
        background-color: #a2d875;
        z-index: 0;
    }

.content a {
    color: #7c109a;
}

.newsrow.content a.button {
    color: #fff;
}



.footer .logo {
    background-image: url(svg/logo_paars.svg);
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    display: block;
    text-indent: 9999px;
}


.footer p {
    display: none;
}

.footer .socialicons {
    position: absolute;
    bottom: -120px;
    right: 1rem;
    z-index: 2;
}

.socialicons a {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.7;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .socialicons a:hover {
        opacity: 1;
    }

    .socialicons a.twitter {
        background-image: url(img/twitter.png);
    }

    .socialicons a.youtube {
        background-image: url(img/youtube.png);
    }

    .socialicons a.facebook {
        background-image: url(img/facebook.png);
    }


.contentrating {
    padding-top: 2rem;
    margin-bottom: 4rem;
}

    .contentrating a {
        padding-left: 35px;
        display: block;
        float: left;
        height: 22px;
        line-height: 22px;
        background-repeat: no-repeat;
        background-position: 0 center;
        text-decoration: none;
        color: #222222;
        font-size: 0.875rem;
        margin-right: 2rem;
    }

        .contentrating a:hover {
            text-decoration: underline;
        }

        .contentrating a.positive {
            background-image: url(svg/positive.svg);
        }

        .contentrating a.negative {
            background-image: url(svg/negative.svg);
        }


h4.housesubtitle {
    font-weight: 300;
    margin: 0;
    color: #333333;
    font-size: 0.875rem;
    margin-bottom: 40px;
}

.mainhouseimage {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}


.pageinfo .contents {
    max-height: 0;
    overflow: hidden;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.pageinfo.active .contents {
    max-height: 8000px;
    margin-bottom: 3rem;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}


.pageinfo {
    margin-bottom: 1rem;
}

    .pageinfo h4 {
        font-weight: 300;
        color: #7c109a;
        font-size: 1.125rem;
        border-bottom: 1px solid #b0bfc1;
        padding: 0;
        margin: 0;
        padding-bottom: 1rem;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-left: 1rem;
        margin-bottom: 1rem;
    }

    .pageinfo ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pageinfo ul li a {
            padding-left: 32px;
            display: block;
            line-height: 1.4;
            padding-top: 10px;
            padding-bottom: 10px;
            text-decoration: none;
            font-size: 0.875rem;
            color: #222;
            position: relative;
        }

            .pageinfo ul li a:hover {
                text-decoration: underline;
            }

.sharepage a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #7c109a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 1rem;
    text-indent: -9000px;
    background-repeat: no-repeat;
    background-position: center;
}

    .sharepage a.facebook {
        background-image: url(img/facebook.png);
    }

    .sharepage a.twitter {
        background-image: url(img/twitter.png);
    }

body .searchresult .autocomplete li {
    border-bottom: 1px solid #b0bfc1;
}

body .searchresult .autocomplete ul {
    margin: 0;
    padding: 0;
    padding-bottom: 60px;
}

body .searchresult .autocomplete a {
    color: #333333;
    display: block;
    font-size: 0.85rem;
    padding: 20px 20px 20px 50px;
    position: relative;
    text-decoration: none;
    font-weight: 300;
}


table {
    width: 100%;
    table-layout: fixed;
}

td {
    font-size: 0.875rem;
    vertical-align: top;
}

    td.right {
        /*float: none !important;*/
        text-align: right;
        color: #333;
    }

.autocomplete {
    display: none;
}

.white-popup-block {
    background-color: #fff;
    padding: 2rem;
    margin: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .white-popup-block a {
        text-decoration: underline;
        color: #222222;
    }

.content .autocomplete {
    display: block;
}

    .content .autocomplete ul {
        list-style: none;
    }

.pageinfo ul li span.icon {
    position: absolute;
    left: 0px;
    width: 24px;
    height: 28px;
    display: block;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center;
}

.autocomplete ul li span.icon {
    position: absolute;
    left: 14px;
    width: 24px;
    height: 24px;
    display: block;
    top: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.pageinfo ul li a span.icon,
.autocomplete ul li a span.icon {
    background-image: url(svg/page.svg);
}

.pageinfo ul li a span.icon-folder,
.autocomplete ul li a span.icon-folder {
    background-image: url(svg/folder_grey.svg);
}

.pageinfo ul li a span.icon-faq,
.autocomplete ul li a span.icon-faq {
    background-image: url(img/questionmark.png);
}

.pageinfo ul li a span.icon-news,
.autocomplete ul li a span.icon-news {
    background-image: url(svg/news_grey.svg);
}

.pageinfo ul li a span.icon-download,
.autocomplete ul li a span.icon-download {
    background-image: url(svg/download.svg);
}

.pageinfo ul li a span.icon-house,
.autocomplete ul li a span.icon-house {
    background-image: url(svg/house_grey.svg);
}

.pageinfo ul li a span.icon-faqcategory,
.autocomplete ul li a span.icon-faqcategory {
    background-image: url(svg/arrow_right.svg);
}

a.back {
    background-image: url(svg/back.svg);
    padding-left: 32px;
    background-position: 0 center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #b0bfc1;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 2rem;
}




.media {
    margin-bottom: 2rem;
    padding-top: 1rem;
}

    .media iframe,
    .media img {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

    .media ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: -4rem !important;
    }

        .media ul li {
            margin-bottom: 2rem;
        }


    .media h3 {
        text-decoration: none;
        color: #7c109a;
        font-weight: 300;
        font-size: 1.125rem;
        margin: 0;
        margin-bottom: 1rem;
    }



.submenu ul li ul {
    margin-left: 2rem;
    display: none;
}

.submenu ul li.activenode ul {
    display: block;
}

.submenu ul li a.active {
    font-weight: 400;
    color: #111;
}


.submenu h4.mobile-header a {
    color: #b0bec1;
    padding-left: 28px;
    background-image: url(img/submenu.png);
    background-repeat: no-repeat;
    background-position: center left;
}


.mainimage {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -4rem;
    position: relative;
    overflow: hidden;
}

    .mainimage:after {
        position: absolute;
        bottom: -4px;
        left: -4px;
        right: -4px;
        background-image: url(svg/golf-white.svg);
        height: 40%;
        background-repeat: no-repeat;
        background-position: bottom;
        display: block;
        content: "";
    }


.homeimg {
    display: none;
}

.homebox {
    padding-bottom: 60px;
}


.intro {
    display: none;
}

.pageinfo h4 a,
.newsrow h4,
.newsrow h4 a,
.homebox h4,
.homebox h4 a {
    text-decoration: none;
    color: #7c109a;
    font-weight: 300;
    font-size: 1.125rem;
    margin: 0;
    margin-bottom: 1rem;
}

.pageinfo h4 a {
    padding-left: 32px;
    background-image: url(svg/infobox_plus.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.pageinfo.active h4 a {
    background-image: url(svg/infobox_min.svg);
}





.newsrow h4 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}


.newsrow {
    padding-bottom: 40px;
}



    .newsrow img {
        display: block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 0;
        margin-bottom: 1rem;
    }

    .newsrow h6 {
        margin: 0;
        border-bottom: 1px solid #ececec;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 0.875rem;
    }

    .newsrow h2,
    .newsrow h3 {
        font-weight: 300;
        font-size: 1rem !important;
        margin: 0;
        margin-bottom: 10px;
    }

    .newsrow .intro {
        position: relative;
    }

    .newsrow .newsarchivelink {
        display: block;
        position: absolute;
        top: 0;
        right: 1em;
        font-size: 0.875rem;
        font-weight: 300;
        text-decoration: none;
    }

        .newsrow .newsarchivelink:hover {
            text-decoration: underline;
        }

    .newsrow article p.intro {
        font-size: 0.875rem;
    }

    .newsrow article,
    .newsrow article.row {
        margin-bottom: 1rem;

    }
.news_item_card {
    min-height: 300px;
}

.newsrow article .button {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

    .newsrow .date {
        font-size: 0.875rem;
    }



    .newsrow article a:hover {
        text-decoration: underline;
    }

    .newsrow h2 a,
    .newsrow h3 a {
        text-decoration: none;
        color: #333333;
    }

    .newsrow .date {
        margin: 0;
        margin-bottom: 10px;
    }

.homebox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.highlight ul {
    padding-top: 6px;
}

    .highlight ul a {
        display: block;
        background-color: #7c109a;
        color: #fff;
        margin-bottom: 12px;
        position: relative;
        padding-left: 34.1%;
        text-decoration: none;
        font-size: 0.875rem;
        padding-top: 10px;
        min-height: 64px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

        .highlight ul a:hover {
            text-decoration: underline;
        }

        .highlight ul a span.image {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            width: 32.0%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }




.goto ul {
    border-top: 1px solid #ececec;
}

    .goto ul li a {
        text-decoration: none;
        color: #849598;
        font-size: 0.875rem;
        padding-left: 45px;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
        background-image: url(img/arrow_round.png);
        background-repeat: no-repeat;
        background-position: 0 center;
    }

        .goto ul li a:hover {
            color: #333333;
            text-decoration: underline;
        }

.content form {
    padding-top: 40px;
}

label {
    font-size: 0.875em;
    font-weight: 300;
    margin-bottom: 10px;
}

input[type=checkbox] {
    margin-right: 10px;
}

input[type=text],
input[type=number] {
    height: 40px;
}

textarea {
    min-height: 180px;
}

input[type=number], input[type=text], textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b0bfc1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875em;
    color: #b0bfc1;
    margin-bottom: 1rem !important;
}

    input[type=number]:focus, input[type=text]:focus, textarea:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #222222;
    }

button[type=submit] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.875em;
    color:#fff!important;
}

.content form {
    padding-bottom: 86px;
    position: relative;
}

.raad {
    padding-top: 40px;
}

    .raad ul {
        list-style: none;
        padding: 0;
    }

        .raad ul li p {
            min-height: 80px;
        }

        .raad ul li img {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

.morenews ul {
    padding: 0;
}

.morenews li {
    margin-bottom: 30px;
}

.pageinfo.morenews li a {
    display: block;
    padding-left: 100px;
    position: relative;
    min-height: 66px;
    padding-top: 0;
}

    .pageinfo.morenews li a:hover {
        text-decoration: none;
    }

        .pageinfo.morenews li a:hover .name {
            text-decoration: underline;
        }

.morenews ul li .date {
    color: #b0bec1;
}

.morenews ul li img {
    position: absolute;
    top: 0;
    left: 0;
}

.projectdetail .info {
    color: #b0bfc1;
}

.pageinfo.features {
    padding-top: 50px;
    position: relative;
    padding-bottom: 40px;
}

    .pageinfo.features .back {
        position: absolute;
        top: 0px;
        right: 0;
    }

    .pageinfo.features a.signup {
        color: #fff;
        width: 100%;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .pageinfo.features p {
        color: #b0bfc1;
    }

    .pageinfo.features td {
        width: 50%;
        vertical-align: top;
    }

        .pageinfo.features td:first-child {
            color: #222;
        }

        .pageinfo.features td:last-child {
            text-align: right;
        }

.project {
    border: 1px solid #b0bfc1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-top: 200px;
    font-size: 0.875em;
    margin-bottom: 2rem;
}

    .project .image {
        display: block;
        height: 200px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        position: absolute;
        background-size: cover;
        background-position: center;
        left: 0;
        right: 0;
        top: 0;
    }

    .project .date {
        color: #b0bfc1;
        display: block;
    }

    .project .icon {
        position: absolute;
        background-image: url(img/arrow_round.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
        bottom: 50%;
        margin-bottom: -9px;
        right: 15px;
    }

    .project .info {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 60px;
        padding-bottom: 40px;
        position: relative;
    }

    .project a.name {
        color: #222;
        text-decoration: none;
    }

        .project a.name:hover {
            text-decoration: underline;
        }

.projectpersons {
    padding-top: 40px;
    border-top: 1px solid #b0bfc1;
}

.person {
    position: relative;
    padding-left: 96px;
    font-size: 0.875em;
    margin-bottom: 30px;
}

    .person span,
    .projectdetail .person .info {
        display: block;
        color: #222;
    }


    .person .function {
        color: #7c109a;
        font-weight: 500;
    }

    .person .image {
        display: block;
        width: 90px;
        height: 66px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 0;
    }



.content a.loadmore {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-radius: 3px;
}

.morepublications {
    display: none;
}

    .morepublications.active {
        display: block;
    }

.caption {
    display: none;
}

.webcam-link,
.webcam-overlay-bg .close {
    display: none;
}

.stroomschema .radio {
    height: 32px;
    line-height: 32px;
    background-color: #a0d56e;
}

.stroomschema input[type=radio] {
    visibility: hidden;
}


.iteractivemap img {
    display: none;
}

.iteractivemap .point .head,
.pointdetail .head {
    height: 150px;
    background-repeat: no-repeat;
}

.pointdetail .head {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
}

.iteractivemap .point {
    margin-bottom: 60px;
}

    .iteractivemap .point h3 {
        color: #7c109a;
        font-size: 1.125em;
        font-weight: 300;
        margin: 0;
        margin-top: 1.125em;
    }

    .iteractivemap .point p {
        margin: 0;
        margin-top: 1.125em;
        margin-bottom: 2.125em;
    }

    .iteractivemap .point a {
        display: block;
        border-radius: 3px;
        color: #fff;
        font-size: 0.875rem;
        line-height: 40px;
        padding: 0;
    }

a.button.downloadbutton {
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 40px;
    padding: 0;
    background-color: #b0bfc1;
}

@media only screen and (min-width: 41.063em) {

    span.hide-for-small {
        display: inline;
    }


    a.button.downloadbutton {
        position: absolute;
        right: 1em;
        top: 0;
        padding-left: 1em;
        padding-right: 1em;
    }

    .iteractivemap .map {
        border-radius: 5px;
        position: relative;
    }


        .iteractivemap .map img {
            display: block;
        }

        .iteractivemap .map .point {
            position: absolute;
            width: 40px;
            height: 40px;
            margin-left: -20px;
            margin-top: -20px;
            margin-bottom: 0;
            z-index: 1;
            background-image: url(img/dot.png);
        }

            .iteractivemap .map .point:hover {
                background-image: url(img/dot-hover.png);
                z-index: 9;
            }

            .iteractivemap .map .point .point-content {
                position: absolute;
                width: 277px;
                background-color: #fff;
                padding: 0px 20px 20px 20px;
                border-radius: 5px;
                overflow: hidden;
                left: 40px;
                box-shadow: rgba(0, 0, 0, 0.6) 5px 0px 15px;
                display: none;
            }

            .iteractivemap .map .point:hover .point-content {
                display: block;
            }

            .iteractivemap .map .point .point-content .head {
                margin-left: -20px;
                margin-right: -20px;
                height: 100px;
            }


    .caption {
        display: block;
    }

    .pageinfo .contents {
        max-height: 8000px;
    }

    .pageinfo h4 a,
    .pageinfo.active h4 a {
        padding-left: 0;
        background: none;
    }


    .homeimg:after {
        position: absolute;
        bottom: -4px;
        left: -4px;
        right: -4px;
        background-image: url(svg/golf-white.svg);
        height: 40%;
        background-repeat: no-repeat;
        background-position: bottom;
        display: block;
        content: "";
    }

    .newsrow article .button {
        display: inline-block;
    }

    .intro {
        display: block;
    }

    nav.menu .columns > ul li.active {
        background-image: none;
    }


    .homerow {
        margin-top: 240px;
    }

    .homeimg {
        display: block;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0;
        top: 84px;
        height: 300px;
        background-position: center;
        background-size: cover;
    }


    .mainimage {
        margin: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

        .mainimage:after {
            display: none;
        }

        .mainimage img {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            display: block;
        }

    .pageinfo h4 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }



    .header a:hover {
        text-decoration: underline;
    }

    .header .mijndomesta {
        position: absolute;
        left: 1rem;
        top: 6px;
        padding-left: 24px;
        background-position: 2px center;
    }

    .header .contact {
        position: absolute;
        left: 1rem;
        top: 38px;
        background-position: left;
        padding-left: 24px;
    }

    .menu-ending {
        display: none;
    }

    nav.menu,
    nav.menu.active {
        position: relative;
        z-index: 10;
        left: auto;
        top: auto;
        right: auto;
        max-height: 9999px;
        height: auto;
        background: rgba(124, 16, 154, 0.8);
    }

    .header .logo {
        margin-left: auto;
        margin-right: auto;
        position: static;
        width: 150px;
        height: 84px;
    }

    .header {
        height: 84px;
    }

        .header .menubtn {
            display: none;
        }

    nav.menu .search {
        background: none;
        position: absolute;
        width: 32%;
        top: -80px;
        right: 0rem;
        padding: 0 !important;
    }

        nav.menu .search form input {
            background-color: #8928a4;
            border: 1px solid #b070c2;
            color: #caabd5;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            nav.menu .search form input:hover {
                background-color: #9c51b0;
                color: #fff;
            }

            nav.menu .search.active form input,
            nav.menu .search form input:focus {
                background-color: #fff;
                border-color: #fff;
                color: #7c109a;
                -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        nav.menu .search form button {
            background-color: #7c109a;
            border: 1px solid #b070c2;
        }

    .content {
        padding-top: 2rem;
    }

    nav.menu .columns > ul {
        background: none;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        height: 60px;
    }

        nav.menu .columns > ul > li.active {
            background-image: none;
        }

        nav.menu .columns > ul > li {
            padding-right: 0;
            padding-left: 0;
            float: left;
            padding-left: 10px;
            padding-right: 10px;
            height: 60px;
            position: relative;
        }





            nav.menu .columns > ul > li.haschilds > a {
                background-image: url(img/menu_arrow.png);
                background-repeat: no-repeat;
                background-position: right center;
                padding-right: 12px;
            }

            nav.menu .columns > ul > li > a {
                color: #fff;
                font-size: 0.78rem;
                text-transform: uppercase;
            }


            nav.menu .columns > ul > li:hover,
            nav.menu .columns > ul > li.active {
                background-color: rgba(255,255,255,0.2);
            }

                nav.menu .columns > ul > li.active ul {
                    display: none;
                }


        nav.menu .columns > ul li:hover ul {
            z-index: 999;
            position: absolute;
            left: 0;
            top: 60px;
            display: block;
            background-color: rgba(124,16,154,0.8);
            min-width: 140%;
            padding-bottom: 1rem;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }


        nav.menu .columns > ul ul li {
            float: none;
            padding-left: 0;
        }

            nav.menu .columns > ul ul li a,
            nav.menu .columns > ul li.active ul li a {
                padding-left: 1rem;
                padding-right: 1rem;
                height: 32px;
                line-height: 32px;
                display: block;
                white-space: nowrap;
                padding-left: 28px;
                padding-right: 10px;
                color: rgba(255,255,255,0.6);
            }

                nav.menu .columns > ul li.active ul li a:hover,
                nav.menu .columns > ul li.active ul li.active a nav.menu .columns > ul ul li.active a,
                nav.menu .columns > ul ul li a:hover {
                    background-color: rgba(255,255,255,0.2);
                    color: rgba(255,255,255,1);
                    background-image: url(img/menu_arrow_dropdown.png);
                    background-repeat: no-repeat;
                    background-position: 10px center;
                }

    nav.menu .row {
        overflow: visible;
        position: relative;
        max-height: 9999px;
        height: auto;
        height: 60px;
        line-height: 60px;
    }


    .breadcrumbs {
        border: 0;
        margin-bottom: -60px;
    }

        .breadcrumbs a {
            max-width: 250px;
        }


    .footer {
        margin: 0;
        color: #fff;
        padding-bottom: 60px;
        background: #a2d875;
    }

        .footer .socialicons {
            position: static;
        }

        .footer p {
            font-size: 0.875rem;
            padding-top: 0;
            margin-top: 0;
            margin-top: 2rem;
            display: block;
        }



    .footer-wave {
        height: 150px;
        background-image: url(svg/golf-groen.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -2px;
    }

    .footer address {
        margin-top: 0;
    }

        .footer address a {
            color: #fff;
        }

    .footer:after {
        display: none;
    }

    .footer .logo {
        background-image: url(svg/logo.svg);
        height: 40px;
    }

    .footer address a,
    .footer address span {
        color: #ffffff;
    }

    .footer address .email {
        background-image: url(svg/mail_white.svg);
    }

    .footer address .phone {
        background-image: url(svg/phone_white.svg);
    }

    .footer .totop {
        background-image: url(img/totop.png);
        background-image: url(svg/totop.svg);
        opacity: 0.5;
    }

    .mvo-row {
        border-top: 1px solid rgba(255,255,255, 0.3);
        text-align: center;
    }

    .mvo-bar {
        height: 130px;
        padding-top: 30px;
    }

    .text-bar {
        width: 100%;
    }

        .text-bar p {
            max-width: 70%;
            margin: auto;
            text-align: center;
            margin-top: 20px !important;
        }

    .mvo-bar p {
        margin-top: 0;
    }

    .mvo-bar a {
        color: #fff;
    }

    a.mvo-logo {
        top: 30px;
    }


    .active .autocomplete {
        display: block;
        background-color: #fff;
        left: 1rem;
        right: 1rem;
        position: absolute;
        margin-right: 50px;
        top: 56px;
        z-index: 1;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    }


    .autocomplete ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border-top: 1px solid #b0bfc1;
    }

    nav.menu .autocomplete ul li {
        padding: 0;
        margin: 0;
        line-height: 1.4;
        border-bottom: 1px solid #b0bfc1;
    }

        nav.menu .autocomplete ul li a {
            display: block;
            position: relative;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 50px;
            padding-right: 20px;
            color: #333333;
            font-size: 0.85rem;
            text-decoration: none;
        }

            nav.menu .autocomplete ul li a:hover {
                text-decoration: underline;
            }

    .moreinfo ul li {
        float: left;
        margin-right: 50px;
    }

    .submenu h4 {
        display: block;
    }

        .submenu h4.mobile-header {
            display: none;
        }

    .submenu ul {
        display: block;
    }

    .newsrow .pageinfo h4 a {
        padding-left: 0;
        background-image: none;
    }
}

@media only screen and (min-width: 64.063em) {

    nav.menu .columns > ul > li > a {
        font-size: 0.8rem;
    }

    .homerow {
        margin-top: 400px;
    }

    .homeimg {
        height: 460px;
    }

    .header .mijndomesta {
        top: 50%;
        margin-top: -20px;
    }

    nav.menu .columns > ul > li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact {
        display: block;
        position: absolute;
        right: 1rem;
        z-index: 10;
        top: 10px;
        text-decoration: none;
        padding-right: 32px;
        font-size: 0.80rem;
        color: #fff;
    }

    .header .contact {
        display: none;
    }

    .mvo-bar {
        padding-top: 0;
    }

    a.mvo-logo {
        top: 0;
        left: 30px;
    }

    .breadcrumbs a {
        max-width: 400px;
    }

    .footer-wave {
        height: 200px;
    }

    .footer p {
        margin-top: 0;
    }

    .webcam-link {
        display: inline;
    }

    .webcam-overlay-bg.active,
    .webcam-container.active {
        visibility: visible;
    }

    .webcam-overlay-bg {
        visibility: hidden;
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
    }

    .webcam-container {
        visibility: hidden;
        position: fixed;
        z-index: 999999;
        width: 1280px;
        height: 100%;
        left: 50%;
        margin-left: -640px;
        top: 60px;
    }

        .webcam-container iframe {
            width: 1280px;
            height: 796px;
        }

    .webcam-overlay-bg .close {
        color: #fff;
        line-height: 46px;
        position: absolute;
        padding-right: 26px;
        height: 50px;
        background-image: url(img/icon-close.png);
        background-repeat: no-repeat;
        background-position: center right;
        display: block;
        top: 50px;
        right: 50px;
    }


    .stroomschema .values a.flow-link {
        width: 45%;
        float: left;
        margin-right: 5%;
    }
}


@media only screen and (min-width: 122em) {
    .homeimg:after {
        background: none;
        height: 60px;
        background-color: #fff;
    }

    .footer-wave {
        height: 60px;
        background-image: none;
        background-color: #a2d875;
    }
}




/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 720px) and (orientation: portrait) {
    .iframepage .mfp-iframe-holder .mfp-content {
        height: 100% !important;
    }
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}




.searchoptions .noUiSlider {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
}



.searchoptions {
    padding-bottom: 40px;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB;
    }

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}


.noUi-connect {
    background: #7c109a;
}

.searchoptions p {
    margin: 0;
    margin-bottom: 10px;
}

.searchoptions .row .row p {
    margin-top: 8px;
}

.overlast-form-response p {
    font-size: 1.2rem;
    color: #9640ae;
}

#signupform {
    height: 480px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

#mc_embed_signup {
    padding: 20px;
}

    #mc_embed_signup h2 {
        color: #9640ae;
        font-size: 1.125rem;
        font-weight: 300;
    }

    #mc_embed_signup .button {
        background-color: #a0d56e;
    }

        #mc_embed_signup .button:hover {
            background-color: #7fc63c;
        }

.button.woonkosten {
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}





#flow-ageSeperation, #flow-incomeCheck, #flow-rentCheck, #flow-outcome {
    display: none;
}


#flow-outcome {
    padding-bottom: 60px;
}

    #flow-outcome button[type="submit"] {
        position: static;
        float: right;
    }

p.question,
p.outcometext {
    font-size: 1rem;
    margin-bottom: 20px;
}

.stroomschema > div.row {
    margin-bottom: 60px;
}

a.flow-link {
    background-color: #a0d56e;
    padding: 10px 20px 10px 50px;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
    color: #fff;
    position: relative;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-image: url(svg/arrow_right_white.svg);
}

    a.flow-link.Gezin {
        background-image: url(svg/family.svg);
    }


    a.flow-link.Samenwonend {
        background-image: url(svg/couple.svg);
    }

    a.flow-link.Eenoudergezin {
        background-image: url(svg/single_parent.svg);
    }

    a.flow-link.Alleenstaand {
        background-image: url(svg/single.svg);
        background-position: 20px center;
    }

    a.flow-link:hover,
    a.flow-link.selected {
        background-color: #9640ae;
    }




.mfp-content #projectinfo-response {
    max-width: 400px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 20px 40px;
}





.tooltip {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    margin-bottom: -6px;
    background-image: url(svg/information-icon.svg);
}

    .tooltip span {
        position: absolute;
        width: 240px;
        color: #FFFFFF;
        background: rgba(0,0,0,0.9);
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        line-height: 1.4;
        padding: 6px;
    }

        .tooltip span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid rgba(0,0,0,0.9);
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    .tooltip:hover span {
        visibility: visible;
        opacity: 0.8;
        bottom: 30px;
        left: 50%;
        margin-left: -120px;
        z-index: 999;
    }


.projectpersons .person .image {
    width: 66px;
    height: 90px;
    background-position: center;
}


.outcometext-icon {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.usernotrisk .outcometext-icon {
    background-image: url(svg/geenbetalingsrisico.svg);
}

.userisrisk .outcometext-icon {
    background-image: url(svg/betalingsrisico.svg);
}



.mfp-ajax-holder .mfp-content {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 5px;
    margin: 40px;
}

    .mfp-ajax-holder .mfp-content a.back {
        display: none;
    }

    .mfp-ajax-holder .mfp-content .content {
        padding-top: 0;
    }


#zonnepanelen .error {
    background: #f6e9e9;
    border-color: #a52a2a;
}


.field-validation-error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -10px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c60f13;
    color: #FFFFFF;
    border-radius:3px;
}



.footer-button,
.sidebar-button {
    font-size: 0.75em;
    background-color: #7c109a;
    line-height: 32px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 20px;
}



.sidebar-button {
    font-size: 0.875em;
    line-height: 40px;
}


@media only screen and (min-width: 41.063em) {
    .footer-button {
        background-color: rgba(255,255,255,0.8);
        margin-top: 0px;
        color: #777 !important;
    }

        .footer-button:hover {
            background-color: rgba(255,255,255,1);
        }
}

.cc-revoke {
    display: block !important;
    background: #9640ae;
    color: #fff;
    font-family: Avenir, 'Nunito', sans-serif;
    font-weight: 300;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

.pageinfo.raad .rvc{
    min-height:450px;
}

.rvc .rvc-name {
    display: block;
}

.top_text{
    text-transform:uppercase;
    font-size:.75em;
    font-weight:bold;
    margin-bottom:1em;
    padding-left:1em;
    line-height:24px;
}
.vacature_detail{
    display:flex;
}

.vacature_specs .text {
    padding: 0 0 4em 36px;
    color: #7c109a;
}
