@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
html{
    font-size:62.5%;
}
body{
    margin:0;
    padding:0;
    font-family: 'Lato', sans-serif;
    font-size:1.6rem;
    line-height:3rem;
    color:#3A3A3A;
}
.text {
    margin-bottom: 20px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 2rem;
}
p{
    font-size:1.6rem;
    line-height:2.6rem;
    margin:0 0 25px 0;
}
p:last-child{
    margin:0;
}
p a {
    text-decoration: underline;
}
p a ,.text a{
    text-decoration: underline;
    color: #052962;
}
h1, h2.h1 {
    font-family: 'PT Serif', serif;
    font-size: 3rem;
    line-height:4rem;
    color: #3A3A3A;
    font-weight: bold;
    margin: 0 0 10px 0;
}
h2 {
    font-family: 'PT Serif', serif;
    font-size: 3rem;
    line-height:4rem;
    color: #FE510C;
    font-weight: bold;
    margin: 0 0 10px 0;
}
h3 {
    font-size: 2.8rem;
    line-height: 4rem;
    color: #212121;
    font-family: 'PT Serif', serif;
}
.sw{
    max-width:1260px;
    margin:0 auto;
    padding:0 15px;
}
.sw.md{
    max-width:800px;
}
img{
    display:block;
    max-width:100%;
    height: auto!important;
}
a{
    color:#010E29;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
    color:#010E29;
}
.text a{
    text-decoration:underline;
}
a .button, .button a, .btn, .button , input[type="submit"], a.button, button{
    background-color: #FE510C;
    padding: 5px 26px;
    font-size: 1.4rem;
    line-height: 2.8rem;
    border: 0;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a .button:hover,.button a:hover,.btn:hover, a.button:hover, button:hover{
    color: #fff;
    opacity: .8;
}
button:focus {
    outline: none;
}
.button.head_but {
    font-size: 1.6rem;
    padding: 5px 15px;
    background-image: url(../_images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 15px auto;
    padding-right: 35px;
}
.button.head_but:first-child {
    margin-bottom: 12px;
}
#main_nav_buttons {
    display: flex;
    flex-direction: column;
}
section{
    display:block;
}
.slick-slider *:focus{
    outline:none;
}

/*Header*/
#header {
    z-index: 99;
    background:#052962;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
}
#header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:30px 0;
}

/*Navigation*/
#hamburger {
    display: none;
}
#navigation {
    padding: 0 0px;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #4772b5;
    margin: 0 -20px;
}
ul#navigation > li:first-child {
    padding-left: 0;
}
#navigation > li {
    list-style: none;
    margin: 0;
    padding:0 20px;
}
#navigation > li a {
    color: #fff;
    padding: 0;
    font-family: 'PT Serif', serif;
    font-weight: 500;
}


#navigation > li a {
    padding: 11px 22px 14px 22px;
    border-left: 1px solid #4772b5;
    font-weight: bold;
    border-top: 3px solid transparent;
}
#navigation > li a:hover,
#navigation > li a.nav-link.active {
    border-top: 3px solid #fe510c;
}


#navigation > li > ul {
    display: none;
}


/*Footer*/
.footer_item .text > p:first-child {
    font-family: 'PT Serif', serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.footer_item {
    margin-bottom: 30px;
}
footer .text {
    margin: 0;
}
#footer {
    padding: 30px 0 30px 0;
    background: #052962;
    color: #fff;
}
#footer ul{
    padding:0;
    margin:0;
}
#footer ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#footer p {
    line-height: 3rem;
}
#footer a{
    color:#fff;
}
a.footer_news_link {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#bottom_footer {
    padding:6px 0;
    text-align: center;
    background: #052962;
    color: #fff;
}

ul.slick-dots{
    text-align:center;
    margin:15px 0 0 0;
    padding:0;
}
ul.slick-dots li {
    display: inline-block;
    width: 10px;
    line-height: 0;
    height: 10px;
    background-color: #C5C5C5;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 150px;
}
ul.slick-dots li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
}
ul.slick-dots li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
}
ul.slick-dots li.slick-active{
    background-color:#4E4E4E;
}

ul.slick-dots li button{
    display:none;
}

/*Header of page*/
#page-header {
    padding: 40px 0;
}
.form_wrap {
    background: #FE510C;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    height: 100%;
}
/* Bod aanvragen */
.form_wrap .step2 {
    display: none;
}
h1.form_title,h2.form_title{
    font-size: 2rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    margin:0 0 5px 0;
}
.home_sub {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0 0 15px 0;
}
.input_wrap {
    margin: 0 0 10px 0;
}

.contact_wrapper .adres_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_wrapper .adres_wrap .input_wrap:first-child {
    width: 55%;
}
.contact_wrapper .adres_wrap .input_wrap:last-child {
    width: calc(45% - 15px);
}
.button_wrap input, .button_wrap button {
    background: #052962;
}

.button_wrap {
    display: flex;
    justify-content: flex-end;
}

.contact_wrapper {
    margin-top: 30px;
}
.contact_blok{
    background: #052962;
    border-radius: 5px;
    max-width: 500px;
    margin-top: 30px;
    overflow: hidden;
}
.contact_blok h3{
    color:#fff;
    font-weight:bold;
    font-size:2rem;
    line-height:2rem;
}
.contact_blok a{
    color:#fff;
}
.cb_right img {
    margin: 0;
    transform: translateX(2px);
    margin-bottom: -2px;
    height: 200px!important;
    width: auto;
}
.contact_blok_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cb_left{
    padding: 15px 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.cb_left p {
    font-size: 1.6rem;
    line-height: 2.2rem;
}




/*2 Tekst blokken*/
.section.two_texts {
    padding:60px 0;
    background: #F1F1F1;
}
.nieuws-shortlist {
    padding: 60px 0;
}
.pub-date {
    color: #FE510C;
    font-family: 'PT Serif', serif;
    font-size: 1.4rem;
    font-weight: 500;
}
.blog_cat {
    color: #052962;
    font-weight: bold;
}
.short_descr {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 52px;
}


.outer{
    padding: 40px 0;
}


/*Aanbod shortlist*/
.aanbod_shortlist {
    padding: 45px 0;
}
.view_all_wrap {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}

div#category_selector {
    display: flex;
}

.cat_item {
    padding: 5px 15px;
    border-radius: 10px;
    background: #052962;
    color: #fff;
    font-weight: bold;
    margin: 0 20px 20px 0;
    cursor: pointer;
}

.cat_item.active {
    background: #fe510c;
}

.nieuws-item-outer {
    height: 100%;
}
.nieuws-item-image {
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nieuws-item-content {
    padding: 15px;
}
.nieuws-item h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold;
    color: #343434;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nieuws-item .date{
    font-weight: bold;
    color: #FE510C;
    font-size: 1.4rem;
    line-height: 2rem;
}
.nieuws-items .row > div {
    margin-bottom: 20px;
}
.nieuws-item:hover {
    background: #f3f3f3;
}
.nieuws-item {
    border: 1px solid #7e7e7e45;
    height: 100%;
}

.nieuws-items .row > div[data-cat="Tips"] .nieuws-item,
.nieuws-item-outer[data-cat="Tips"] .nieuws-item {
    background: #05296217;
}
.nieuws-items .row > div[data-cat="Blogs"] .nieuws-item,
.nieuws-item-outer[data-cat="Blogs"] .nieuws-item {
    background: #fe510c1f;
}
.nieuws-items .row > div[data-cat="Nieuws"] .nieuws-item,
.nieuws-item-outer[data-cat="Nieuws"] .nieuws-item {
    background: #dadada1f;
}


.slick-lightbox .slick-next {
    top: calc(50% - 19px);
    right: 20px;
    position: absolute;
    background-image: url(/_images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 38px!important;
    height: 38px!important;
    background-size: 20px 20px;
    padding: 0;
}
.slick-lightbox .slick-prev {
    top: calc(50% - 19px);
    position: absolute;
    left: 20px;
    background-image: url(/_images/back.svg);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 38px!important;
    height: 38px!important;
    background-size: 20px 20px;
    padding: 0;
}


/*Content*/
.regular_content {
    padding: 40px 0;
}
.regular_content .umbraco_grid_item h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 5px 0;
    text-align: left;
}
.embeditem {
    width: 970px;
    margin: 60px -85px;
}
.umbraco_grid_item ul {
    padding: 0;
    margin: 0;
}
.umbraco_grid_item ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 35px;
    background-image: url(../_images/li.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 8px;
}
.intro ul {
    padding: 0;
}
.intro ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 35px;
    background-image: url(../_images/li.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 8px;
}
.contact-detail-content .quote-block{
    margin-bottom:0!important;
}
input[type="text"], input[type="tel"], input[type="mail"], textarea, select {
    font-size: 1.4rem;
    line-height: 3.2rem;
    padding: 2px 20px;
    border: 1px solid #E7EAE5;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    color: #343434;
    background-color: #fff;
    width: 100%;
}
input:focus, textarea:focus,select:focus{
    outline:none;
}
textarea{
    min-height:180px;
}
select {
    padding: 8.5px 20px;
}
.radios > span {
    width: calc(100% - 55px);
}
.radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
input[type="checkbox"]{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 40px;
    height: 40px;
    border: 1px solid #E7EAE5;
    border-radius: 5px;
    margin-right: 5px;
    background: #fcfcfb;
    cursor:pointer;
}
input[type="checkbox"]:checked{
    background-image:url(../_images/check.svg);
    background-size:18px auto;
    background-repeat:no-repeat;
    background-position:center;
}
.button_wrapper {
    margin-top:30px;
    padding-left: 200px;
}

.footer_item a {
    text-decoration: none;
}



.nieuws-shortlist .nieuws-item-outer {
    padding: 0 10px;
}

.nieuws-slider {
    margin: 0 -10px;
}

.home-image img {
    width: 100%;
    border-radius: 5px;
}
.widget-verkoop {
    margin-top: 30px;
}




.property_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.property_list a {
    border: 1px solid #7e7e7e45;
    height: 100%;
    display: block;
}
.property_list a:hover {
    background: #f3f3f3;
}
.property_list a[data-forrentfront="437"] .type_tag {
    background: #40b56e;
}
.property_list a[data-forrentfront="444"] .type_tag,
.property_list a[data-forrentfront="442"] .type_tag,
.property_list a[data-forrentfront="436"] .type_tag {
    background: red;
}

.property_item {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.property_item .item_image {
    height:160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.property_item h3 {
    font-size:1.4rem;
    line-height:2rem;
    font-weight:bold;
    color:#343434;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.item_content {
    padding: 15px;
}
.property_item .location {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #343434;
}
.price{
    font-weight:bold;
    color:#FE510C;
    font-size:1.4rem;
    line-height:2rem;
}
.type_tag {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 6px;
    background: #FE510C;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    float: right;
    font-weight: bold;
    margin: 5px;
}

.property_status {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 3px 8px;
    background: #FE510C;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-weight: bold;
    margin: 0 0 10px;
}
.property_status[data-forrentfront="437"] {
    background: #40b56e;
}
.property_status[data-forrentfront="442"],
.property_status[data-forrentfront="444"],
.property_status[data-forrentfront="436"] {
    background: red;
}




.property_detail{
    justify-content: space-between;
}
.property_detail .detail_content .description {
    font-size: 16px;
    line-height: 26px;
}
.object_image img {
    height: auto!important;
    margin: 0 auto;
    width: 100%!important;
}
.detail_content {
    margin-bottom: 20px;
}
div#object_detail + .form_wrap {
    max-width: 900px;
    margin: 0 auto;
}
div#object_detail {
    margin-bottom: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.top_bar {
    padding: 40px 0 20px 0;
    margin: 0 0 20px 0;
}
.tag{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.tag:last-child{
    border-bottom:0;
}
.tag .label {
    font-weight: bold;
    width: 50%;
}
.tags {
    margin: 0 0 30px 0;
}
#object_detail .description {
    margin-bottom: 20px;
}
#object_detail .real-desc {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
}
.side-wrapper {
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #7e7e7e45;
}

.extra-data .flex {
    display: flex;
    font-size: 20px;
    line-height: 30px;
}
.extra-data .flex .zipcode {
    margin-right: 10px;
}
#object_detail h1 {
    margin: 0;
}
.extra-data.property .flex > div {
    margin-right: 10px;
    font-size: 1.6rem;
    display: flex;
}
.extra-data.property .flex > div:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 26px;
    height: 25px;
    margin-right: 10px;
}
.extra-data.property strong {
    margin-right: 5px;
}
.extra-data.property .flex > div.wonen:before {
    background-image: url(../_images/wonen.svg);
}
.extra-data.property .flex > div.bouwjaar:before {
    background-image: url(../_images/bouwjaar.svg);
}
.extra-data.property .flex > div.kamers:before {
    background-image: url(../_images/kamers.svg);
}
.extra-data {
    margin-bottom: 20px;
}
.price {
    font-size: 2rem;
    line-height: 3rem;
    margin: 20px 0;
}
.expand-button {
    margin-top: 20px;
}



@media only screen and (max-width: 1300px)
{
    #navigation > li {
        padding: 0;
    }
    .embeditem {
        width: 100%;
        margin: 40px 0;
    }
    #navigation {
        margin: 0;
    }
}
@media only screen and (max-width: 991px)
{

    
    .slick-lightbox-slick button {
        display: none!important;
    }




    .property_item {
        width: calc(50% - 20px);
    }

    .object_image img {
        /*height: 400px!important;
        margin: 0 auto;*/
    }
    .header_image {
        height: 360px;
    }
    .right-side-images {
        padding: 50px 0;
    }
    .left-side-images {
        padding: 50px 0;
    }
    .blog-shortlist {
        padding: 50px 0;
    }
    .aanbod-overzicht {
       padding: 50px 0;
    }
    .aanbod-shortlist {
        padding: 50px 0;
    }
    .row.footer-row {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .footer_item, .footer_item p {
        line-height: 3rem;
    }
    .regular_content {
        padding: 50px 0 50px 0;
    }
    .contact {
        padding: 0 0 50px 0;
    }
    .contact-detail-content.regular_content.content-text {
        padding: 0;
    }
}

.mobile-menu {
    display: none;
    flex-wrap: wrap;
}
.mobile-menu a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 500;
    font-family: 'PT Serif', serif;
    margin: 0 16px 0 0;
    display: block;
}
@media only screen and (max-width: 767.9px) {

    .mobile-menu {
        display: flex;
        padding: 0 0 10px 0;
        align-items: center;
    
    }
    #navigation > li a {
        border: none!important;
    }
    .object_image img {
        /*height: 200px!important;
        margin: 0 auto;*/
    }

    #header_top {
        display: flex;
        align-items: start;
        z-index: 100;
        position: relative;
        background: #052962;
    }
    #logo {
        max-width: 140px;
        padding: 0;
    }
    nav {
        position: absolute;
        top: -100%;
        width: 100%;
        left: 0;
        right: 0;
        height: auto;
        z-index: 10;
        text-align: center;
        background-color: #052962;
        -webkit-box-shadow: -5px 0px 10px rgb(0 0 0 / 5%);
        box-shadow: -5px 0px 10px rgb(0 0 0 / 5%);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    #navigation {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 30px;
        border: none;
    }
    #navigation > li{
        display: block;
        padding: 0;
        width: 100%;
    }
    #navigation > li a{
        line-height:3.5rem;
    }
    #hamburger {
        display: block;
        width: 42px;
        height: 42px;
        background-color: #fe510c;
        background-image: url(../_images/burger.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px auto;
        border-radius: 100%;
        cursor: pointer;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        z-index: 110;
        position: absolute;
        right: 15px;
    }
    body.menu-open #hamburger{
    }
    body.menu-open nav {
        top: 162px;
    }
    #header_top {
        padding: 20px 0;
    }
    .outer {
        padding: 20px 0;
    }
    h2,
    h1, h2.h1 {
        font-size: 2.6rem;
        line-height: 3.4rem;
        margin: 0 0 10px 0;
    }
    .section.two_texts {
        padding: 30px 0 20px;
        background: #F1F1F1;
    }
    #page-header {
        padding: 20px 0;
    }
    .home-image img {
        width: 100%;
        margin-bottom: 20px;
    }
    .property_item .item_image {
        height: 200px;
    }
    .nieuws-shortlist {
        padding: 20px 0;
    }
    .contact_blok {
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .button.head_but {
        font-size: 1.2rem;
        padding: 2px 15px;
        background-image: none;
    }
    #hamburger {
        display: block;
        width: 42px;
        height: 42px;
        background-size: 18px auto;
        position: absolute;
        right: 10px;
    }
    h2, h1, h2.h1 {
        font-size: 2rem;
        line-height: 3rem;
        margin: 0 0 10px 0;
    }
    .property_detail .detail_content .description {
        font-size: 14px;
        line-height: 24px;
    }
    body, p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .footer_item, .footer_item p, #footer p {
        line-height: 2.6rem;
    }
    body.menu-open nav {
        top: 150px;
    }
    #navigation > li a {
        line-height: 3.2rem;
        font-size: 1.4rem;
        font-weight: normal;
    }
    #navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .property_item {
        width: 100%;
    }
}


/* Temporary hide */
header#header nav,
.aanbod_shortlist,
.nieuws-shortlist,
footer,
.mobile-menu {
    display: none!important;
}
.section.two_texts.v2 {
    background: #052962;
    color: #fff;
}
.section.two_texts.v2 h2,
.section.two_texts.v2 a {
    color: #fff;
}