/**
 * Custom CSS Grondengoed
 */
/*
 * @author D. Amaya (diana-at-dennistiems-dot-com)
 * @version 2020-10-17 09:13
 * @copyright Copyright BigBase - GRONDENGOED
 */

/*
 * *********************************************************************************************************************
 * General style
 * For full page, like fonts, colors and body background
 * *********************************************************************************************************************
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900&display=swap');

body, table {
    font-weight: 400;
    color: rgb(49, 30, 61);
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}


h1, h1 span,
h2, h2 span,
h3, h3 span,
h4, h4 span,
h5, h5 span,
h6, h6 span,
small {
    font-weight: 600;
    color:  rgb(49, 30, 61);
}


blockquote {
    border-right: none;
    border-left: 3px solid rgb(236, 238, 239);
}

blockquote.text-right{
    border-left: none;
    border-right: 3px solid rgb(236, 238, 239);
}

.blockquote-footer {
    color: rgb(122, 122, 124);
}

.blockquote-footer:before{
    color: rgb(122, 122, 124);
}

cite {
    color: rgb(122, 122, 124) !important;
}

strong{
    font-weight: 700;
    color: rgb(49, 30, 61);
}


pre {
    background-color:rgb(122, 122, 124);
}

legend{
    border-color: rgb(49, 30, 61);
    font-size: 28px !important;
}

address{
    padding-left: 30px;
    font-weight: 300;
}



/*
 * *********************************************************************************************************************
 * Animations
 * General animations for everywhere
 * *********************************************************************************************************************
 */



/*
 * *********************************************************************************************************************
 * Location specific style
 * Paddings and backgrounds of specific locations
 * *********************************************************************************************************************
 */

.stage-right.stage-open:after{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(61, 31, 73);
    z-index: 1118;
    top: 0px;
    opacity: 0.5;
}

.loc-s-5 .block-background{
    background: rgb(255, 255, 255);
}

.loc-s-6{
    padding: 6px 0px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    background: rgb(255,255,255);
}

.loc-s-6 > div {
    max-height: min-content;
}


.loc-h-1{
    background-color: rgb(61, 31, 73);
    padding: 5px 0px;
}

@media( max-width:1023px ){
    .loc-h-1{
        padding-right: 70px;
    }
}

.loc-h-2{
    background-color: rgb(255,255,255);
    min-height: 73px;
    padding: 20px 0px;
    -webkit-transition: height 2s ease-out;
    -moz-transition: height 2s ease-out;
    -o-transition: height 2s ease-out;
    transition: height 2s ease-out;
}

.loc-h-2.container-sticky-sticked-resize {
    min-height: 53px;
    padding: 10px 0px;
}



@media(max-width: 1023px){

}

main{
    padding-top: 50px;
}

main .loc-container:not(.loc-m-1){
    padding: 30px 0px;
}


.loc-m-5{
    padding: 20vw 30vw 5vw 5vw !important;
}

.loc-m-5 .block-foreground{
    background: rgb(255, 255, 255);
    padding: 20px;
}

.loc-m-5 .container{
    max-width: 100%;
}

@media(max-width: 919px){
    .loc-m-5{
        padding: 5vw 5vw !important;
    }
}

@media(max-width: 767px){
    .loc-m-5 .block-foreground{
        padding: 10px;
    }
}

.loc-m-3,
.loc-m-7{
    background-color: rgb(233, 241, 251);
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.loc-f-1{
    background-color: rgb(61, 31, 73);
    padding-top: 35px;
    padding-bottom: 35px;
}

.loc-f-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(172, 200, 237);
}

/*
 * *********************************************************************************************************************
 * Element specific style
 * How do global wells, forms, panels, etc. look like
 * *********************************************************************************************************************
 */

a:not(.btn):focus,
a:not(.btn):hover,
a:not(.btn):hover span {
    cursor: pointer;
    outline: none;
}

a[href="javascript:;"]:hover span,
a[href="javascript:;"]:hover {
    cursor: default !important;
}

.btn,
.btn:focus{
    outline: none;
    border-radius: 20px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}


.btn.btn-primary{
    border-color: rgb(170, 202, 240);
    background-color: rgb(170, 202, 240);
    color: rgb(255,255,255);
    border-radius: 20px;
}

.btn.btn-primary:hover{
    background-color:rgb(195, 209, 234);
}

.btn.stage-toggle{
    background: transparent !important;
    border: none !important;
    color: rgb(61,31,73) !important;
    font-size: 30px;
    padding: 0px 6px;
    line-height: 1;
    top: 0px;
    height: 53px;
    background-blend-mode: difference !important;
    border-radius: 0px !important;
}

.btn.stage-toggle .icon-dots-three-horizontal:before{
    text-shadow: 0px 0px 2px rgb(255,255,255), 0px 0px 2px #fff, 0px 0px 2px rgb(255,255,255);
}
@media(min-width: 1024px){
    .btn.stage-toggle{
        display:none !important;
    }
}

.btn-scrolltop {
    display: block;
    background: rgb(61, 31, 73);
    color: rgb(255, 255, 255);
    padding: 6px;
    border-color: rgb(255, 255, 255);
}

.nav.navbar-nav{
    float: right;
}

.navbar-nav > li > a{
    color:rgb(40,30,61) !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-radius: 20px;
}
.navbar-nav > li.dropdown > a {
    padding-right: 24px;
}

.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li:hover > a {
    border-color: rgb(170, 202, 240);
    background-color: rgb(170, 202, 240);
    color: rgb(255,255,255) !important;
}

.nav.navbar-nav > li.dropdown.open:hover > a,
.nav.navbar-nav > li.dropdown.open:focus > a,
.nav.navbar-nav > li.dropdown.open > a,
.nav.navbar-nav > li.dropdown.active:hover > a,
.nav.navbar-nav > li.dropdown.active:focus > a,
.nav.navbar-nav > li.active > a {
    background:transparent;
    border:none;
    color:rgb(40,30,61) !important;
    font-weight: 600;
}


.dropdown .caret{
    border: none;
    position: relative;
}
.dropdown .caret:before{
    content: "\EA42";
    font-family: "toolkit-entypo";
    position: absolute;
    left: 0px;
    top: -12px;
}

.dropdown-menu{
    background: rgb(61, 31, 73) !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu a,
.dropdown-menu span{
    color: rgb(255,255,255);
}
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a{
    background: rgb(255, 255, 255) !important;
}

.dropdown-menu > li:hover > a span,
.dropdown-menu > li:focus > a span,
.dropdown-menu > li.active > a span,
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a{
    color: rgb(49, 30, 61) !important;
}

.list {
    list-style: none;
}

.list > li {
    margin-bottom: 10px;
}

.list > li > a {
    font-weight: 500;
    font-size: 20px;
    text-decoration: none !important;
}

.list ul{
    list-style: none;
    padding: 0px;
}

.list ul > li{
    margin-top: 6px;
}

.list ul > li:before{
    content: "-";
}

.list ul a{
    padding-left: 5px !important;
}

.list-inline a{
    color: rgb(49, 30, 61);
}

.list-inline > li{
    line-height: initial;
    position: relative;
    padding-left: 20px;
}
.list-inline > li + li:before{
    content: "-";
    position: absolute;
    left: 5px;
}
.list-inline > li:hover> a > span{
    text-decoration: underline;
    color:rgb(49,30,61);
}

.nav.nav-pills > li.active > a{
    background-color: rgb(61,31,73);
}

.nav.nav-pills > li:not(.active):hover > a{
    background-color: rgb(233, 241, 251);
}

.nav.nav-pills a{
    color:rgb(49,30,61);
}

.nav.nav-pills .dropdown-menu{
    background: rgb(255,255,255) !important;
    border-color: rgba(61, 31, 73, 0.15);
}

.nav.nav-pills  .dropdown-menu a,
.nav.nav-pills  .dropdown-menu span{
    color:rgb(49,30,61) !important;
}

.nav.nav-pills  .dropdown-menu li.active a {
    font-weight: 600;
}

.nav.nav-pills  .dropdown-menu li:not(.active):hover a {
    background-color: rgb(233, 241, 251) !important;
}


.carousel-inner .item img{
    object-fit: cover;
}

.carousel .carousel-caption{
    background: rgb(255, 255, 255);
    text-align: left;
    padding: 20px;
    bottom: auto;
    left: 5%;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel .carousel-caption h4{
    padding: 0px;
    margin-top: 0px;
    color: rgb(49, 30, 61);
    font-weight: 900;
    font-size: 2.3rem;
}
.carousel .carousel-caption p{
    color:  rgb(49, 30, 61);
}

.carousel .carousel-caption .btn {
    border-color: rgb(170, 202, 240);
    background-color: rgb(170, 202, 240);
    color: rgb(255,255,255);
    margin-top: 10px;
    /*border-radius: 20px;*/
}

.carousel .carousel-caption .btn.btn-primary:hover{
    background-color:rgb(195, 209, 234);
}


.carousel-indicators,
.carousel-control{
    display: none;
}


@media(max-width: 919px){
    .carousel .carousel-caption{
        right:5%;
    }
    .carousel .carousel-caption h4{
        margin-bottom: 5px;
        margin-left: 12px;
    }
    .carousel .carousel-caption p,
    .carousel .carousel-caption .btn{
        margin: 5px 12px;
    }
}

@media(max-width: 677px){

    .carousel .carousel-caption{
        padding: 5px;
    }
    .carousel .carousel-caption h4{
        margin-left: 5px
    }
    .carousel .carousel-caption p,
    .carousel .carousel-caption .btn{
        margin: 5px;
    }
}

/**
Adjust bootstrap carousel template for max height on Slideshow
 */
.entity-imagelist-carousel-bootstrap .carousel .item img {
    max-height:400px;
    min-width: auto;
}

form{
    margin: 20px 0px;
}

form legend,
form label{
    color:rgb(49,30,61);
}

.well {
    background: rgb(61, 31, 73);
}

.well *{
    color: rgb(255,255,255);
}

.thumbnail {
    border: none;
    padding: 0px;
}

.thumbnail p{
    color:rgb(49, 30, 61);
}

.thumbnail .btn{
    border-color: rgb(170, 202, 240);
    background-color: rgb(170, 202, 240);
    color: rgb(255,255,255);
    border-radius: 20px;
}

.thumbnail .btn:hover{
    background-color:rgb(195, 209, 234);
}

form input,
form select,
form textarea{
    border-radius: 21px !important;
}
form .input-group .form-control:first-child{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
form .fileinput-button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

form .checkbox{
    line-height: 1.8;
}


.pagination {
    margin-bottom: 30px;
    margin-top: 30px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    text-align: center !important;
    border-color: rgb(170, 202, 240);
    background-color:rgb(170, 202, 240);
}

.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a,
.pagination > li > span{
    border-color: rgb(170, 202, 240);
}

.pagination .disabled span{
    border-color: rgb(204, 204, 204);
}

.pagination .previous a,
.pagination .previous span {
    border-bottom-left-radius: 21px !important;
    border-top-left-radius: 21px !important;
    text-align: center;
}

.pagination .next a,
.pagination .next span{
    border-bottom-right-radius: 21px !important;
    border-top-right-radius: 21px !important;
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(233, 241, 251);
}

.nav-tabs a{
    color:rgb(49, 30, 61) !important;
}

.nav-tabs > li:not(.active) > a,
.nav-tabs > li:not(.active):focus > a,
.nav-tabs > li:not(.active):hover > a{
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active:focus > a,
.nav-tabs > li.active:hover > a,
.tab-content{
    background-color: rgb(233, 241, 251) !important;
}

.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4{
    color:rgb(49, 30, 61);
}

.tab-content img{
    max-width: 100%;
}

@media(max-width: 767px){
    .tab-content{
        padding: 12px;
    }

}





/*
 * *********************************************************************************************************************
 * Element on location specific style
 * How do global wells, forms, panels, etc. look like on a specific location
 * *********************************************************************************************************************
 */



.block-background img{
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.loc-s-5 .nav.nav-pills {
    margin-bottom: 70px;
}

.loc-s-5 .dropdown-menu{
    display: block;
    position: inherit;
    margin-bottom: 10px;
    margin-top: 0px;
}

.loc-s-5 .dropdown-menu a {
    padding: 8px 12px 8px 28px;
}

.loc-s-5 .dropdown .caret{
    display: none !important;
}

.loc-s-5 .dropdown > a{
    pointer-events: none !important;
}

.loc-s-6 .close{
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 400;
}

header p,
header img{
    margin-bottom: 0px;
}

.loc-h-1 *:hover,
.loc-h-1 *{
    color: rgb(255,255,255);
}

.loc-h-1 p,
.loc-h-1 a {
    font-weight: 300;
}

.loc-m-5 .block-background img{
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
}


footer p,
footer ul{
    margin-bottom: 0px;
}

footer .list-inline{
    text-align: right;
}

.loc-f-1 *:hover,
.loc-f-1 *{
    color: rgb(255,255,255);
}

.loc-f-1 p,
.loc-f-1 a {
    font-weight: 300;
}

.loc-f-1 h1,
.loc-f-1 h2,
.loc-f-1 h3,
.loc-f-1 h4,
.loc-f-1 h5,
.loc-f-1 h6 {
    font-weight: 500;
}






/*
 * *********************************************************************************************************************
 * Entity specific style
 * How do specific wells, forms, panels, etc. in specific entities look like
 * *********************************************************************************************************************
 */

.entity-imagelist-carousel-bootstrap:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 15vw solid transparent;
    border-bottom: 10vw solid rgb(255,255,255);
}

@media(min-width: 919px){
    .entity-imagelist.entity-imagelist-thumbnails > .images-thumbnails-container > .row > div + div .thumbnail {
        border-left: 1px solid rgb(233, 241, 251);
    }
}

@media(min-width: 768px){
    .entity-imagelist.entity-imagelist-thumbnails > .images-thumbnails-container > .row > div:nth-child(2n) .thumbnail {
        border-left: 1px solid rgb(233, 241, 251);
    }

    .entity-imagelist.entity-imagelist-thumbnails .thumbnail{
        padding-left: 20px;
    }
}

.entity-imagelist.entity-imagelist-thumbnails .thumbnail{
    display: flex;
}

.entity-imagelist.entity-imagelist-thumbnails .thumbnail .caption {
    padding: 0px;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    white-space: normal;
    word-break: break-word;
}

.entity-imagelist.entity-imagelist-thumbnails .thumbnail img{
    padding-right: 10px;
    width: 550px;
    object-fit: contain;
}

.entity-imagelist.entity-imagelist-thumbnails .thumbnail h4{
    margin-top: 0px;
}

@media(max-width: 1023px){

    .entity-imagelist.entity-imagelist-thumbnails .thumbnail img{
        width: 350px;
    }

}

@media(max-width: 919px){

    .entity-imagelist.entity-imagelist-thumbnails .thumbnail img{
        width: 250px;
    }

}

@media(max-width: 767px){
    .entity-imagelist.entity-imagelist-thumbnails .row > div{
        width: 100% !important;
    }

    .entity-imagelist.entity-imagelist-thumbnails .thumbnail img{
        width: 350px;
    }

}

.entity-article .btn-link,
.entity-article a:not(.btn){
    color: rgb(49,30,61);
    text-decoration: underline;
}

.entity-article .btn{
    padding-bottom: 5px !important;
}

.entity-catalogview-realestate-master-filter .entity-catalogview-master-sub{
    display: none;
}

.entity-catalogview-realestate-master-filter > .row > div:last-child{
    width: 100% !important;
}

.entity-catalogview-realestate-master-filter .well {
    background-color: transparent;
    text-align: center;
}

.entity-catalogview-realestate-master-filter .well * {
    color: rgb(49, 30, 61) !important;
}

.entity-catalogview-realestate-master-filter .well h1 {
    font-weight: 600;
    font-size: 25px;
}

.entity-catalogview-realestate-master-filter .thumbnail {
    line-height: 1.4;
    position: relative;
    cursor:pointer;
}

.entity-catalogview-realestate-master-filter .thumbnail .main-caption{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    color: rgb(255,255,255);
    background: rgba(0, 0, 0, 0.3);
}

.entity-catalogview-realestate-master-filter .thumbnail .main-caption * {
    color: rgb(255,255,255);
}

.entity-catalogview-realestate-master-filter .thumbnail h3{
    order:2;
    margin-bottom: 2px;
    font-size: 1.7rem !important;
}
.entity-catalogview-realestate-master-filter .thumbnail .image-container{
    order:1;
    margin: 0px !important;
}

.entity-catalogview-realestate-master-filter .thumbnail .image-container .info{
    color: rgb(61 31 73);
    background: rgb(233 241 251) !important;
    border: 2px solid rgb(61 31 73);
    border-radius: 12px;
    margin: 3px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 20px;
}

.entity-catalogview-realestate-master-filter .thumbnail .caption{
    order:3;
    padding: 0px;
    color: rgb(49, 30, 61);
    flex: inherit !important;
}

.entity-catalogview-realestate-master-filter .thumbnail .caption .intro {
    display: block;
}

.entity-catalogview-realestate-master-filter .thumbnail .caption .landsize {
    font-style:italic;
}

.entity-catalogview-realestate-master-filter .thumbnail .price-container{
    order:4;
    text-align: left !important;
    padding: 0px !important;
    line-height: 1.4 !important;
}
.entity-catalogview-realestate-master-filter .thumbnail .price-container .prefix {
    padding-left: 0px !important;
}
.entity-catalogview-realestate-master-filter .thumbnail .button-container{
    display: inline;
}

.entity-catalogview-realestate-master-filter .catalogview-footer nav{
    text-align: center;
}

.entity-catalogview-realestate-detail-default table a{
    color: rgb(49, 30, 61);
    text-decoration: underline;
}

.entity-catalogview-realestate-detail-default .catalogview-title .label{
    /*
    float: none;
    background: rgb(61, 31, 73) !important;
    border-radius: 21px;
    font-size: 1.5rem;
    padding: 6px 12px !important;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    margin-left: 8px;
     */

    padding: 6px 12px;

    color: rgb(61 31 73);
    background: rgb(233 241 251) !important;
    border: 2px solid rgb(61 31 73);
    border-radius: 12px;
    margin: 3px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 20px;


    position: absolute;
    top: 68px;
    left: 12px;
    z-index: 1;
    /*margin-left: 0px;
    border-radius: 0;*/
}
@media all and (max-width: 768px) {
    .entity-catalogview-realestate-detail-default .catalogview-title .label{
        top: 43px;
    }
}

.entity-catalogview-realestate-detail-default .catalogview-title h1 {
    font-size: 2.5rem;
}

.entity-catalogview-realestate-detail-default .price-container {
    color: rgb(49, 30, 61);
}

.entity-catalogview-realestate-detail-default .price-container > .price-container-single > span {
    margin-bottom: 15px !important;
}

.entity-catalogview-realestate-detail-default .catalogview-moreinfo {
    margin-top: 30px;
}

.entity-catalogview-realestate-detail-default .catalogview-info .price-container-single.price-container-single-noprice{
    text-align: center;
    padding: 20px 0px;
}

.entity-catalogview-realestate-detail-default .catalogview-document .media-left {
  display:none;
}

.entity-catalogview-realestate-detail-default .catalogview-moreinfo .nav.nav-tabs > li > a {
    font-weight: 600;
    font-size: 18px;
}

.entity-catalogview-realestate-detail-default .catalogview-extra .back{
    display: none;
}
.entity-catalogview-realestate-detail-default .catalogview-specification .single-specification {
    width:100% !important;
}
.entity-catalogview-realestate-detail-default .catalogview-specification .single-specification label {
    min-width:10% !important;
}
.entity-catalogview.entity-catalogview-realestate-detail-default .catalogview-images .catalogview-carousel-thumbnails {
   max-height:none;
}
.entity-catalogview.entity-catalogview-realestate-detail-default .catalogview-properties table tr td:nth-child(2) {
   font-weight:bold;
}
/*
 * *********************************************************************************************************************
 * Element and entity specific style for specific locations
 * How do specific wells, forms, panels, etc. in specific entities on specific locations look like
 * *********************************************************************************************************************
 */

.block-background .entity-imagelist h4,
.block-background .entity-imagelist p,
.block-background .entity-imagelist .btn{
    display: none;
}

.loc-s-6 .entity-article .btn{
    padding-bottom: 6px !important;
}

.loc-h-1 .entity-article .btn-link:hover,
.loc-h-1 .entity-article a:not(.btn):hover,
.loc-h-1 .entity-article .btn-link,
.loc-h-1 .entity-article a:not(.btn){
    color: rgb(255,255,255);
    text-decoration: underline;
}

.loc-h-2 .entity-imagelist h4,
.loc-h-2 .entity-imagelist p,
.loc-h-2 .entity-imagelist .btn{
    display: none;
}

.loc-h-2 .entity-imagelist img {
    max-height: 40px;
    min-height: 40px;
    height: 40px;
    object-fit: contain;
    -webkit-transition: height 2s ease-out;
    -moz-transition: height 2s ease-out;
    -o-transition: height 2s ease-out;
    transition: height 2s ease-out;
}

.loc-h-2.container-sticky-sticked-resize .entity-imagelist  img {
    max-height: 30px;
    min-height: 30px;
    height: 30px;
}


.loc-f-1 .entity-article .btn-link:hover,
.loc-f-1 .entity-article a:not(.btn):hover,
.loc-f-1 .entity-article .btn-link,
.loc-f-1 .entity-article a:not(.btn){
    color: rgb(255,255,255);
    text-decoration: underline;
}

