@charset "utf-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #959595;
    margin: 0;
    background-color: #202020;
    width: 100%;
    height: 100%
    }
html {
    width: 100%;
    height: 100%
    }
a, a:visited {
    color: #fff;
    text-decoration: none;
    cursor: pointer
    }
a:hover {
    color: #a76989;
    text-decoration: none
    }
img {
    border: 0
    }
p {
    margin: 0;
    padding: 0
    }
#slides_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
    }
#main_container {
    position: absolute;
    margin: 0 auto;
    min-width: 320px;
    min-height: 640px;
    /* min-height: 100%; */
    /* height: auto !important; */
    height: 100%;
    width: 100%
    }
#content {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 0;
    padding: 0 0
    }
h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #202020
    }
h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    float: left;
    color: #777
    }
span.highlight {
    color: #db002f
    }
/*
basic dropdown
*/
/*
header-bar : header_notification search newsletter_container login_bar
*/
#header-bar {
    display: none
    }
#header-bar-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    float: left
    }
#header_notification {
    width: 600px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden;
    color: #db002f;
    line-height: 15px;
    text-align: right
    }
#big_logo {
    display: none
    }
#header_btns {
    position: absolute;
    left: 5px;
    top: 0;
    width: 700px;
    height: 34px
    }
div.header-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 34px;
    border-right: 1px solid #858585;
    padding-top: 1px;
    float: left;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -ms-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    overflow: hidden
    }
@media screen and (min-width: 630px) {
    #header_btns div.header-icon:hover {
        width: 300px
        }
    }
div.header-icon_image {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 34px;
    float: left;
    text-align: center
    }
div.header-icon_info {
    position: absolute;
    left: 40px;
    top: 0;
    width: 260px;
    height: 35px;
    text-align: center;
    background-color: #3b3b3b;
    color: #fff;
    line-height: 35px
    }
#header_network {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 34px
    }
#header_network div.header-icon {
    float: right;
    border-right: 0 solid #858585;
    border-left: 1px solid #858585;
    overflow: visible
    }
@media screen and (max-width: 630px) {
    #header_network {
        width: 90px
        }
    }
div.header-icon_social {
    position: absolute;
    left: -60px;
    top: 5px;
    width: 59px;
    height: 35px;
    text-align: center;
    color: #73004b;
    background-color: #f3f1f1
    }
/*
main nav navigation navigation_bg site_menu(id) site_menu(ul class) navigation_div_horizontal navigation_header_txt
*/
#navigation {
    display: none
    }
#navigation_header_txt {
    display: none
    }
navigation_clicker {
    display: none
    }
/*listing and smartlisting*/
#inner_content_menu {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
    }
/*detail*/
#inner_content {
    display: none
    }
#inner_content_content {
    display: none
    }
/*listing basics*/
#listing_container {
    position: absolute;
    width: 100%;
    height: 100%;
    /*height: -moz-calc(100% - 34px);
    	height: -webkit-calc(100% - 34px);
    	height: -o-calc(100% - 34px);
    	height: calc(100% - 34px);*/
    min-height: 600px;
    overflow: hidden;
    left: 0;
    top: 0;
    float: left
    }
div.locatie-row {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*
    	height: -moz-calc(100% / 3);
    	height: -webkit-calc(100% / 3);
    	height: -o-calc(100% / 3);
    	height: calc(100% / 3);
    	min-height:100px;
    	*/
    overflow: hidden;
    float: left;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: height, width, top, left, background-color, opacity;
    -moz-transition-property: height, width, top, left, background-color, opacity;
    -ms-transition-property: height, width, top, left, background-color, opacity;
    -o-transition-property: height, width, top, left, background-color, opacity;
    transition-property: height, width, top, left, background-color, opacity
    }
div.locatie-row-logo {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 500px;
    height: 80px;
    overflow: hidden;
    margin: 20px 0 0 20px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: height, width, top, left, background-color, opacity, margin;
    -moz-transition-property: height, width, top, left, background-color, opacity, margin;
    -ms-transition-property: height, width, top, left, background-color, opacity, margin;
    -o-transition-property: height, width, top, left, background-color, opacity, margin;
    transition-property: height, width, top, left, background-color, opacity, margin
    }
div.locatie-row-logo-zin {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 590px;
    overflow: hidden;
    margin: -5px 0 0 25px;
    font-size: 24px;
    color: #fff;
    font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif
    }
#row1 div.locatie-row-logo-zin, #row2 div.locatie-row-logo-zin {
    margin-top: -15px
    }
div.locatie-row-logo-zin a {
    color: #fff
    }
div.locatie-row-cloud {
    position: absolute;
    top: 40px;
    right: 20px;
    display: block;
    width: 25%;
    min-width: 400px;
    height: 130px;
    overflow: hidden;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: height, width, top, left, background-color, opacity, margin;
    -moz-transition-property: height, width, top, left, background-color, opacity, margin;
    -ms-transition-property: height, width, top, left, background-color, opacity, margin;
    -o-transition-property: height, width, top, left, background-color, opacity, margin;
    transition-property: height, width, top, left, background-color, opacity, margin;
    opacity: 0.7
    }
div.locatie-row-cloud ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 130px
    }
@media only screen and (max-width: 960px) {
    div.locatie-row {
        min-height: 200px
        }
    div.locatie-row-logo {
        position: relative;
        float: left;
        margin: 10px 0 0 10px;
        width: 70%;
        min-width: 500px
        }
    div.locatie-row-logo-zin {
        position: relative;
        float: left;
        width: 70%;
        min-width: 500px;
        margin-left: 17px
        }
    div.locatie-row-cloud {
        position: relative;
        float: right;
        min-width: 500px;
        width: 95%;
        top: 25px;
        right: 0
        }
    }
@media only screen and (max-width: 500px) {
    div.locatie-row {
        min-height: 200px
        }
    div.locatie-row-logo img {
        width: 320px
        }
    div.locatie-row-logo {
        height: 55px
        }
    div.locatie-row-logo-zin {
        position: relative;
        float: left;
        min-width: 320px;
        width: 70%;
        font-size: 18px
        }
    div.locatie-row-cloud {
        top: 40px;
        min-width: 320px
        }
    }
div.locatie-row-cloud a {
    color: #fff
    }
div.locatie-row-cloud a:hover {
    color: #eee
    }
div.locatie-row-cloud ul li {
    padding: 0;
    list-style-type: none;
    margin: 0 10px;
    float: right
    }
.cloud_1 {
    font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-align: right
    }
.cloud_2 {
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-align: left
    }
.cloud_3 {
    font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: right
    }
.cloud_4 {
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center
    }
.cloud_5 {
    font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 32px;
    text-align: right
    }
.cloud_6 {
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 32px;
    text-align: left
    }
@media only screen and (max-width: 960px) {
    .cloud_1, .cloud_2 {
        font-size: 24px;
        line-height: 24px
        }
    .cloud_3, .cloud_4 {
        font-size: 20px;
        line-height: 24px
        }
    .cloud_5, .cloud_6 {
        font-size: 14px;
        line-height: 24px
        }
    }
@media only screen and (max-width: 500px) {
    .cloud_1, .cloud_2 {
        font-size: 18px;
        line-height: 18px
        }
    .cloud_3, .cloud_4 {
        font-size: 16px;
        line-height: 18px
        }
    .cloud_5, .cloud_6 {
        font-size: 14px;
        line-height: 18px
        }
    }
div.locatie-row.closed div.locatie-row-logo {
    margin: 0 0 0 20px
    }
div.locatie-row.closed div.locatie-row-cloud {
    opacity: 0
    }
div.locatie-row.hover div.locatie-row-cloud {
    opacity: 1
    }
/*div.locatie-row:hover{
	height: -moz-calc(100% - 200px);
	height: -webkit-calc(100% - 200px);
	height: -o-calc(100% - 200px);
	height: calc(100% - 200px);
}
div.locatie-row:nth-of-type(1):hover ~ div.locatie-row:nth-of-type(2),
div.locatie-row:nth-of-type(1):hover ~ div.locatie-row:nth-of-type(3){
    height:100px; min-height:100px;
}
div.locatie-row:nth-of-type(2):hover ~ div.locatie-row:nth-of-type(0),
div.locatie-row:nth-of-type(2):hover ~ div.locatie-row:nth-of-type(3){
    height:100px; min-height:100px;
}
div.locatie-row:nth-of-type(3):hover ~ div.locatie-row:nth-of-type(0),
div.locatie-row:nth-of-type(3):hover ~ div.locatie-row:nth-of-type(2){
    height:100px; min-height:100px;
}
*/
div.locatie-row-preview {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    float: left;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: height, width, top, left, background-color, opacity, margin, bottom;
    -moz-transition-property: height, width, top, left, background-color, opacity, margin, bottom;
    -ms-transition-property: height, width, top, left, background-color, opacity, margin, bottom;
    -o-transition-property: height, width, top, left, background-color, opacity, margin, bottom;
    transition-property: height, width, top, left, background-color, opacity, margin, bottom
    }
div.locatie-row.hover div.locatie-row-preview {
    opacity: 1
    }
div.locatie-row-preview img {
    width: 100%
    }
/*
footer
*/
#footer {
    display: none;
    /*position:fixed; height:7%; width:100%; left:0px; bottom:0px; background-color:#f3f1f1; min-height:40px;*/
    }
#map-canvas {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    color: #202020
    }
#page_content #map-canvas p {
    margin-bottom: 0;
    width: 200px
    }
#page_content #map-canvas a:hover {
    color: #202020
    }
#contact_container {
    position: relative;
    float: left;
    top: 20px;
    left: 0;
    width: 100%;
    color: #808080;
    font-size: 20px
    }
div.form-column {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%
    }
td.input-aanvragen {
    text-align: left
    }
input.user {
    width: 225px;
    border: 1px solid #808080;
    padding: 4px;
    font-size: 16px;
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    color: #202020;
    margin: 5px 0
    }
select.user {
    width: 235px;
    border: 1px solid #808080;
    padding: 4px;
    font-size: 16px;
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    color: #202020;
    margin: 5px 0
    }
textarea.user {
    width: 225px;
    border: 1px solid #808080;
    padding: 4px;
    font-size: 16px;
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    color: #202020;
    resize: none;
    height: 125px;
    margin: 5px 0
    }
td.label-btn {
    text-align: left;
    padding: 20px 0
    }
input.btn-form {
    width: 235px;
    background-color: #ccc;
    border: 1px solid #808080;
    padding: 4px;
    font-size: 14px;
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    color: #202020;
    height: 40px
    }
input.wrong {
    border: 1px solid #76003D;
    background-color: #ceacbe
    }
td.input-half {
    text-align: left;
    padding: 0 0;
    width: 50%;
    vertical-align: top
    }