/*
Theme Name: Berghorst Makelaardij theme
Theme URI: https://www.berghorstmakelaardij.nl
Author: Goes & Roos
Author URI: https://www.goesenroos.nl
Description: Goes & Roos starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: berghorst
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Colors */
:root {
    --base: #4e5858;
    --primary: #ab6d14;
    --secondary: #f4f4f4;
    --tertiary: #fff;
    --quaternary: #828c8c;
}

/*
:root {
    --base: #74604c;
    --primary: #000;
    --secondary: #f4f4f4;
    --tertiary: #f8f4ea;
    --quaternary: #dcc796;
    --quinary: #8d4b19
    --senary: #fff;
}
*/

body {
    font-family: "Inter Tight", sans-serif;
    font-size: 1rem;
    color: var(--quaternary);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6  {
    line-height: 1;
    color: var(--base);
    font-weight: 400;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
}

h2 {
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

a {
    color: var(--primary);
    text-decoration: none;
    text-decoration-thickness: 1px;
}

a:hover,
a:focus {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--secondary);
}

::selection {
    background: var(--primary);
    color: var(--secondary);
}

.container {
    max-width: 1520px;
}

p,
li {
    line-height: 1.8;
}

/* Default */
.wp-block-group {
    position: relative;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.wp-block-group .wp-block-group__inner-container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wp-block-group .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-image {
    position: relative;
    border-radius: .25rem;
}

.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-image-top img {
    object-position: top;
}

.wp-block-image-bottom img {
    object-position: bottom;
}

.wp-block-group-background {
    background-color: var(--base);
}

.wp-block-group-background-light {
    background-color: var(--secondary);
}

/* Buttons */
.page-slider .page-slider-text p:last-of-type a,
.wp-block-columns .wp-block-column p:last-of-type a,
.wp-block-group .wp-block-group__inner-container > p:last-of-type:not(:first-of-type) a,
.wp-block-post .wp-block-post-excerpt__more-text a,
.blog .posts .post .post-item .post-more a,
.announcement a.btn,
.properties .object.object-banner .object-banner-info .object-banner-button a {
    position: relative;
    margin-top: 2rem;
    padding: 0 2rem 0 0;
    background-color: transparent;
    color: var(--primary);
    text-decoration: none!important;
    display: table;
}

.page-slider .page-slider-text p:last-of-type a:after,
.wp-block-columns .wp-block-column p:last-of-type a:after,
.wp-block-group .wp-block-group__inner-container > p:last-of-type:not(:first-of-type) a:after,
.wp-block-post .wp-block-post-excerpt__more-text a:after,
.blog .posts .post .post-item .post-more a:after,
.announcement a.btn:after,
.properties .object.object-banner .object-banner-info .object-banner-button a:after {
    width: 21px;
    height: 100%;
    position: absolute;
    top: 1px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve' fill='%23ab6d14'%3E%3Cpath d='M15,180h263.787l-49.394,49.394c-5.858,5.857-5.858,15.355,0,21.213C232.322,253.535,236.161,255,240,255s7.678-1.465,10.606-4.394l75-75c5.858-5.857,5.858-15.355,0-21.213l-75-75c-5.857-5.857-15.355-5.857-21.213,0c-5.858,5.857-5.858,15.355,0,21.213L278.787,150H15c-8.284,0-15,6.716-15,15S6.716,180,15,180z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 37px 20px;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: inline-block;
    content: '';
}

.page-slider .page-slider-text p:last-of-type a:hover,
.wp-block-columns .wp-block-column p:last-of-type a:hover,
.wp-block-group .wp-block-group__inner-container > p:last-of-type:not(:first-of-type) a:hover,
.wp-block-post .wp-block-post-excerpt__more-text a:hover,
.blog .posts .post .post-item .post-more a:hover,
.announcement a.btn:hover,
.properties .object.object-banner .object-banner-info .object-banner-button a:hover {
    color: var(--base);
}

.page-slider .page-slider-text p:last-of-type a:hover:after,
.wp-block-columns .wp-block-column p:last-of-type a:hover:after,
.wp-block-group .wp-block-group__inner-container > p:last-of-type:not(:first-of-type) a:hover:after,
.wp-block-post .wp-block-post-excerpt__more-text a:hover:after,
.blog .posts .post .post-item .post-more a:hover:after,
.announcement a.btn:hover:after,
.properties .object.object-banner .object-banner-info .object-banner-button a:hover:after {
    right: -.5rem;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve' fill='%234e5858'%3E%3Cpath d='M15,180h263.787l-49.394,49.394c-5.858,5.857-5.858,15.355,0,21.213C232.322,253.535,236.161,255,240,255s7.678-1.465,10.606-4.394l75-75c5.858-5.857,5.858-15.355,0-21.213l-75-75c-5.857-5.857-15.355-5.857-21.213,0c-5.858,5.857-5.858,15.355,0,21.213L278.787,150H15c-8.284,0-15,6.716-15,15S6.716,180,15,180z'/%3E%3C/svg%3E");
}

/* Navigation */
.navbar {
    background-color: var(--tertiary);
}

.navbar .navbar-brand img {
    max-width: none;
	height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-right: .5rem;
    color: var(--base);
}

.navbar .navbar-nav .menu-item-76 .nav-link {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--base);
    border-radius: 50px;
    color: var(--tertiary);
}

.navbar .navbar-nav .menu-item-76 .nav-link:before {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    content: '';
}

.navbar .navbar-nav .nav-link.current-menu-item,
.navbar .navbar-nav .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: var(--primary);
}

.navbar .navbar-nav .menu-item-76 .nav-link:hover,
.navbar .navbar-nav .menu-item-76 .nav-link:focus {
    background-color: var(--primary);
    color: var(--tertiary);
}

.navbar .nav-link.show:before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -2px;
    left: 2rem;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--tertiary);
    content: '';
    display: block;
    z-index: 1001;
}

.navbar .dropdown-menu {
    padding: .75rem;
    position: absolute;
    background-color: var(--tertiary);
    border: 0;
    border-radius: 0;
}

.navbar .dropdown-menu li {
    margin-right: 0;
    float: none!important;
}

.navbar .dropdown-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--quaternary);
    font-size: .9em;
    color: var(--base);
    text-transform: none;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: transparent;
    color: var(--primary);
}

.navbar .dropdown-menu li {
    margin-right: 0!important;
}

.navbar .dropdown-menu li:last-of-type .dropdown-item {
    border-bottom: 0;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        color: var(--primary);
    }
    
    .navbar .navbar-nav .nav-link.current-menu-item,
    .navbar .navbar-nav .nav-link.current-menu-parent,
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: var(--base);
    }

    .navbar .navbar-collapse {
        position: relative;
    }
    
    .navbar .nav-link.show:before {
        display: none;
    }

    .navbar .dropdown-menu {
        padding: 0;
        position: relative;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar .dropdown-item {
        border-bottom: 0;
    }
}



/* Slider */
.page-slider {
    height: 800px;
}

.page-slider .carousel .img-cover-top {
    object-position: top;
}

.page-slider .carousel .img-cover-center {
    object-position: center;
}

.page-slider .carousel .img-cover-bottom {
    object-position: bottom;
}

.page-slider .carousel {
    background-color: var(--secondary);
    overflow: hidden;
}

.page-slider .page-slider-info {
    top: 0;
    left: 0;
    z-index: 2;
}

.page-slider .page-slider-info .page-slider-text {
    min-width: 300px;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--base);
}

.page-slider .page-slider-info .page-slider-text h1 {
    font-size: 2rem;
    color: var(--base);
}

.page-slider .page-slider-info .page-slider-text h1 span {
    color: var(--base);
}

.page-slider .page-slider-extra {
    width: 55vw;
    bottom: 2rem;
    left: 0;
    z-index: 2;
}

.page-slider .page-slider-extra ul {
    background-color: var(--secondary);
    border-radius: 50px;
}

.page-slider .page-slider-extra ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-slider .page-slider-extra ul li:nth-of-type(1):after {
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -.75rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: var(--base);
    content: '';
}

.page-slider .page-slider-extra ul li a {
    font-size: .8rem;
    font-weight: 400;
}

.page-slider .page-slider-extra ul li a:hover {
    color: var(--base);
}

@media (max-width: 767.98px) {
    .page-slider {
        height: auto;
    }

    .page-slider .page-slider-info {
        position: relative!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-slider {
        height: 500px;
    }

    .page-slider .carousel .page-slider-watermerk {
        height: calc(30vh + 5rem);
        top: calc(30vh + 1rem);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

}


/* Info */
.wp-block-group.wp-block-group-info {
    padding-bottom: 2.5rem;
}

.wp-block-group.wp-block-group-info .wp-block-columns {
    gap: 10em;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-image {
    height: 400px;
    margin-top: 100px;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image:nth-of-type(1) {
    width: 90%;
    height: 550px;
    margin-left: auto;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image:nth-of-type(2) {
    width: 65%;
    height: 300px;
    margin-top: 150px;
    margin-left: -100px;
}


/* Content / image */
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-of-type(1) {
    position: relative;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-of-type(2) {
    padding: 5rem;
}

/* CTA */
.wp-block-group.wp-block-group-cta {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid var(--secondary);
}

.wp-block-group.wp-block-group-cta .wp-block-columns {
    gap: 1.4em;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
    border-right: 1px solid var(--secondary);
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(1) h2 {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 3rem;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(2) {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
        padding-bottom: 0;
        padding-right: 0;
        border-right: 0;
    }

    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(1) h2 {
        margin-bottom: 2rem;
        line-height: 1.2;
        font-size: 2rem;
    }

    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(2) {
        justify-content: left;
    }

    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(2) p a {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-cta .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column {
        flex-basis: 100%!important;
    }

    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
        padding-bottom: 0;
        padding-right: 0;
        border-right: 0;
    }

    .wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(2) {
        padding-bottom: 5rem;
        justify-content: left;
    }
}

/* Objects */
.wp-block-group.wp-block-group-objects {
    background-color: var(--base);
}

.wp-block-group.wp-block-group-objects .wp-block-group__inner-container {
    max-width: 1920px;
}

.wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column h2 {
    color: var(--tertiary);
}

.wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column p:last-of-type {
    margin-left: auto;
    display: table;
}

.wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column p:last-of-type a {
    color: var(--tertiary);
}

.wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column p:last-of-type a:after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M15,180h263.787l-49.394,49.394c-5.858,5.857-5.858,15.355,0,21.213C232.322,253.535,236.161,255,240,255s7.678-1.465,10.606-4.394l75-75c5.858-5.857,5.858-15.355,0-21.213l-75-75c-5.857-5.857-15.355-5.857-21.213,0c-5.858,5.857-5.858,15.355,0,21.213L278.787,150H15c-8.284,0-15,6.716-15,15S6.716,180,15,180z'/%3E%3C/svg%3E");
}

/* Properties / Specials */
.properties-special .object {
    position: relative;
    overflow: hidden;
}

.properties-special .object .object-image,
.properties-special .object .object-image .object-image-img,
.properties-special .object .object-image .object-image-img img {
    overflow: hidden;
}

.properties-special .object .object-image .object-image-img,
.properties-special .object .object-image .object-image-img img {
    height: 500px;
}

.properties-special .object .object-image a {
    background-color: var(--base);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.properties-special .object .object-image a:after {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url(https://berghorst.goesenroos.eu/wp-content/uploads/2026/02/icon.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    content: '';
}

.properties-special .object .object-image img {
    height: 380px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.properties-special .object .object-image .object-image-img {
    position: relative;
}

.properties-special .object .object-image:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    content: '';
    opacity: .6;
}

.properties-special .object:hover .object-image:after {
    opacity: 0;
}

.properties-special .object:hover .object-image a img {
    opacity: .2;
}

.properties-special .object:hover .object-image a:after,
.properties-special:focus .object .object-image a:after {
    opacity: 1;
}

.properties-special .object .object-image .object-image-info {
    padding: 2rem!important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.properties-special .object.object-status-beschikbaar .object-image .object-image-img:after {
    width: 225px;
    position: absolute;
    top: 225px;
    right: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top right;
    padding: .5rem 1rem;
    background-color: var(--primary);
    border-bottom-right-radius: 1rem;
    text-align: center;
    font-size: 1rem;
    color: var(--tertiary);
    content: 'Beschikbaar';
    display: table;
    z-index: 4;
}

.properties-special .object .object-address .object-place {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
}

.properties-special .object .object-price {
    font-size: 1rem;
    font-weight: 300;
}

.properties-special .object .object-features {
    width: 100%;
    position: absolute;
    bottom: -50px;
    margin-top: 1.5rem;
    margin-bottom: 0!important;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9rem;
    color: var(--tertiary);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.properties-special .object .object-feature {
    margin-right: 1rem;
}

.properties-special .object .object-feature > .row > .col-3 {
    display: none;
}

.properties-special .object .object-feature > .row > .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-aantalkamers .object-feature-info:before {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: auto 18px;
    display: table;
    float: left;
    content: '';
}

.properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte.svg);
}

.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before {
    background-image: url(images/woon-oppervlakte.svg);
}

.properties-special .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.svg);
}

.properties-special .object .object-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
    opacity: 0;
}

.properties-special .object .object-view a {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.properties-special .object:hover .object-image .object-image-info {
    bottom: 50px;
}

.properties-special .object:hover .object-features {
    bottom: 2rem;
}

@media (max-width: 991.98px) {
    .properties-special .object .object-features {
        display: none;
    }

    .properties-special .object .object-image img {
        height: 260px;
    }
}


/* Properties */
/* Color */
.properties-title .facetwp-counts,
.properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fs-checkbox i,
.properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fs-checkbox i,
.properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i,
.properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i,
.properties-filter-selections .facetwp-selections .facetwp-selection-value:before,
.properties-filter-more-close a {
    background-color: var(--tertiary);
}

.properties-filter .properties-filter-button {
    background-color: var(--quaternary);
}

.properties-filter .facetwp-checkbox.checked:before,
.properties-filter .facetwp-radio.checked:before {
    background-color: var(--tertiary);
    border-color: var(--tertiary);
}

.properties-filter-extra .properties-filter-show,
.properties-filter-extra .facetwp-sort .facetwp-sort-select,
.properties-filter-v-search .facetwp-sort .facetwp-sort-select,
.properties-filter-extra .facetwp-per-page .facetwp-per-page-select,
.properties-filter-v-1 {
    background-color: var(--tertiary);
}

.properties-filter .facetwp-radio:before {
    background-color: var(--secondary);
}

.properties-filter-extra {
    display: none;
}

/* Search fix */
.properties {
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .properties > .container-fluid > .row > .col-12.col-xl-3 {
        width: auto;
        order: 2;
    }
    .properties > .container-fluid > .row > .col-12.col-xl-9 {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        order: 1;
    }
}

.properties-filter-v-2 {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -350px;
    background-color: var(--secondary);
    border-left: 1px solid var(--primary);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow-y: auto;
    z-index: 9999;
}

.properties-filter-v-2.show {
    left: 0;
}

.properties-filter-v-2 .properties-filter-main {
    padding: 2rem!important;
}

.properties-filter-v-2 .facetwp-type-fselect .fs-dropdown {
    background-color: transparent;
}

.properties-filter-v-2 .properties-filter-range-list {
    background-color: var(--quaternary);
}

.properties-filter-v-2 .properties-filter-show-more.properties-filter-show-more-places {
    display: none!important;
}

.properties-filter-v-2 .properties-filter-header-custom {
    padding: 2rem;
    border-bottom: 1px solid var(--quaternary);
    text-transform: uppercase;
}

.properties-filter-v-2 .properties-filter-header-custom .properties-filter-header-custom-close {
    cursor: pointer;
}

.properties .properties-pagination {
    padding-right: 1rem;
}
.properties-pagination .facetwp-pager a.facetwp-page {
	text-decoration: none;
}

.properties-custom-filters {
    padding-left: 1.5rem;
    border-bottom: 1px solid #f6f6f6;
}

.properties-custom-filters .col-12 {
    align-items: center;
    display: flex;
}

.properties-custom-filters .properties-custom-filter-show {
    position: relative;
    padding-left: 35px!important;
    cursor: pointer;
}

.properties-custom-filters .properties-custom-filter-show:before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 7.25H16C15.59 7.25 15.25 6.91 15.25 6.5C15.25 6.09 15.59 5.75 16 5.75H22C22.41 5.75 22.75 6.09 22.75 6.5C22.75 6.91 22.41 7.25 22 7.25Z' fill='%23292D32'/%3E%3Cpath d='M6 7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H6C6.41 5.75 6.75 6.09 6.75 6.5C6.75 6.91 6.41 7.25 6 7.25Z' fill='%23292D32'/%3E%3Cpath d='M10 10.75C7.66 10.75 5.75 8.84 5.75 6.5C5.75 4.16 7.66 2.25 10 2.25C12.34 2.25 14.25 4.16 14.25 6.5C14.25 8.84 12.34 10.75 10 10.75ZM10 3.75C8.48 3.75 7.25 4.98 7.25 6.5C7.25 8.02 8.48 9.25 10 9.25C11.52 9.25 12.75 8.02 12.75 6.5C12.75 4.98 11.52 3.75 10 3.75Z' fill='%23292D32'/%3E%3Cpath d='M22 18.25H18C17.59 18.25 17.25 17.91 17.25 17.5C17.25 17.09 17.59 16.75 18 16.75H22C22.41 16.75 22.75 17.09 22.75 17.5C22.75 17.91 22.41 18.25 22 18.25Z' fill='%23292D32'/%3E%3Cpath d='M8 18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H8C8.41 16.75 8.75 17.09 8.75 17.5C8.75 17.91 8.41 18.25 8 18.25Z' fill='%23292D32'/%3E%3Cpath d='M14 21.75C11.66 21.75 9.75 19.84 9.75 17.5C9.75 15.16 11.66 13.25 14 13.25C16.34 13.25 18.25 15.16 18.25 17.5C18.25 19.84 16.34 21.75 14 21.75ZM14 14.75C12.48 14.75 11.25 15.98 11.25 17.5C11.25 19.02 12.48 20.25 14 20.25C15.52 20.25 16.75 19.02 16.75 17.5C16.75 15.98 15.52 14.75 14 14.75Z' fill='%23292D32'/%3E%3C/svg%3E%0A");
    content: '';
    display: inline-block;
}

.properties-custom-filters .properties-filter-show,
.properties-custom-filters .facetwp-sort .facetwp-sort-select,
.properties-custom-filters .facetwp-per-page .facetwp-per-page-select {
    height: 60px;
    margin: 0;
    padding: 20px 40px 20px 20px;
    background-color: #edefe9;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
}


.properties-custom-filters .facetwp-sort:before,
.properties-custom-filters .facetwp-per-page:before,
.properties-custom-filters .facetwp-sort:after,
.properties-custom-filters .facetwp-per-page:after {
    width: 7px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: var(--primary);
    content: "";
}

.properties-custom-filters .facetwp-sort:before,
.properties-custom-filters .facetwp-per-page:before {
    right: 24px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.properties-custom-filters .facetwp-sort:after,
.properties-custom-filters .facetwp-per-page:after {
    right: 20px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}

.properties-custom-filters .facetwp-per-page {
    margin-bottom: 0;
    margin-right: 1rem;
    position: relative;
    float: left;
}

.properties-custom-filters .facetwp-sort {
    position: relative;
    float: left;
}

.properties-filter-button {
    display: none;
}
/* Search fix */

.properties-filter-selections {
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .properties .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.properties .object {
    margin-bottom: 0!important;
    position: relative;
}

.properties .object:before,
.properties .object:after {
    position: absolute;
    content: '';
    z-index: 4;
}

.properties .object:before {
    width: 65px;
    height: 1px;
    bottom: calc(5rem + 34px);
    right: 2.5rem;
    background-color: var(--tertiary);
}

.properties .object:after {
    width: 1px;
    height: 65px;
    bottom: 5rem;
    right: calc(2.5rem + 34px);
    background-color: var(--tertiary);
}

.properties .object-status-aangekocht:before,
.properties .object-status-aangekocht:after {
    width: 0;
    height: 0;
    background-color: unset;
}

.properties .object .object-image img {
    height: 600px;
}

.properties .object .object-image:after,
.properties .object .object-image a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000!important;
    opacity: .2;
    content: '';
}

.properties .object .object-image .object-image-info {
    position: absolute;
    top: 0;
    padding: 5rem 2.5rem!important;
    display: table;
}

.properties .object .object-address .object-street,
.properties .object .object-address .object-housenumber {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.properties .object .object-address .object-place {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    }

.properties .object .object-image div.object-status {
    top: 1.5rem;
    left: 2.5rem;
    background-color: var(--base);
    border-radius: 0;
    font-size: .8rem;
    font-weight: 600;
    color: var(--font-color);
    z-index: 5;
}

.properties .object .object-features {
    margin-bottom: 0!important;
    padding: 5rem 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .object .object-feature {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid var(--tertiary);
    font-size: 1rem;
    color: var(--tertiary);
}

.properties .object .object-feature:first-of-type {
    padding-left: 0;
}

.properties .object .object-feature:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.properties .object .object-feature > .row > .col-5 {
    display: none;
}

.properties .object .object-feature > .row > .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.properties .object .object-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}

.properties .object .object-view a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.properties .object.object-banner {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.properties .object.object-banner:before,
.properties .object.object-banner:after {
    display: none;
}

.properties .object .object-banner-info {
    height: 100%;
    margin-bottom: 1rem;
    padding: 4rem 3rem;
}

.properties .object .object-banner-info .object-banner-title {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
}

.properties .object .object-banner-info .object-banner-content {
    line-height: 2.3;
}

@media (max-width: 767.98px) {
    .properties-filter.closed.show:not(.properties-filter-v-search) {
        left: 0;
    }

    .properties-filter.show .properties-filter-button {
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: var(--primary);
        display: block;
    }

    .properties-filter .properties-filter-header {
        display: none;
    }

    .properties .object:before,
    .properties .object:after {
        display: none;
    }

    .properties .object .object-image img {
        height: 340px;
    }

    .properties .object .object-image div.object-status {
        left: 2rem;
    }

    .properties .object .object-image .object-image-info {
        padding: 2rem!important;
    }

    .properties .object.object-status-verkocht .object-image .object-image-info,
    .properties .object.object-status-verkocht-onder-voorbehoud .object-image .object-image-info {
        padding: 4.5rem 2rem 2rem 2rem!important;
    }

    .properties .object .object-features {
        padding: 2rem;
    }

    .properties .object .object-banner-info {
        padding: 2rem;
    }

    .properties .object .object-banner-info .object-banner-title {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .properties .col-xl-4 {
        width: 50%;
    }

    .properties .object .object-image img {
        height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/* Properties item */
.properties-item {
    margin-top: 20px;
}

.properties-item .object-detail-photos .container,
.properties-item .object-detail-extra .container {
    max-width: none;
}

.properties-item .object-detail-photos .object-detail-photo-large img {
    height: 700px;
}

.properties-item .object-detail-photos .object-detail-photo-medium img,
.properties-item .object-detail-photos .object-detail-photo-small img {
    height: 346px;
}

.properties-item .object-detail-features .object-detail-features-more,
.properties-item .object-detail-information .object-detail-description-more,
.properties-item .object-detail-photos-full .object-detail-photos-more,
.properties-item .object-detail-maps .object-detail-maps-more {
    margin-top: 2rem;
    padding: 0!important;
    border: 0!important;
}

.properties-item .object-detail-features .object-detail-features-more:hover,
.properties-item .object-detail-information .object-detail-description-more:hover,
.properties-item .object-detail-photos-full .object-detail-photos-more:hover,
.properties-item .object-detail-maps .object-detail-maps-more:hover {
    background-color: transparent;
}

.properties-item .object-detail-extra {
    padding-bottom: 2rem!important;
}

.properties-item .object-detail-extra li a,
.properties-item .object-detail-extra li div.object-favorite {
    background-color: var(--secondary);
}

.properties-item .object-detail-navigation li a {
    background-color: transparent;
    border: 1px solid var(--base);
    font-size: .9rem;
    color: var(--base);
}

.properties-item .object-detail-navigation li a:hover,
.properties-item .object-detail-navigation li a:focus {
    background-color: var(--base);
    border-color: var(--base);
    color: var(--secondary);
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-street,
.properties-item .object-detail-header .object-detail-adres h1 span.object-housenumber,
.properties-item .object-detail-header .object-detail-adres h1 span.object-housenumber-addition {
    font-size: 3rem;
    font-weight: 300;
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-place {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem;
}

.properties-item .object-detail-information .object-detail-description-small {
    max-height: 550px;
}

.properties-item .object-detail-information .object-information {
    padding-right: 5rem;
}

.properties-item .object-detail-contact .object-detail-title {
    margin-bottom: 1rem!important;
}

.properties-item .object-detail-contact .contact-info-appointment a,
.properties-item .object-detail-contact .contact-info-website a,
.properties-item .object-detail-contact .contact-info-brochure a,
.properties-item .object-detail-contact .contact-info-custom-button a {
    background-color: var(--base);
}

@media (min-width: 768px) {
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(1) {
        width: 100%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(1) .object-detail-photos-item {
        height: 700px;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(2),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(3),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(7),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(8) {
        width: 50%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(2) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(3) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(7) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(8) .object-detail-photos-item  {
        height: 450px;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(4),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(5),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(6) {
        width: 33.3333333333%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(4) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(5) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(6) .object-detail-photos-item {
        height: 450px;
    }
}

.properties-item .object-detail-photos-full .object-detail-photos-item a {
    background-color: var(--base);
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:before,
.properties-item .object-detail-photos-full .object-detail-photos-item a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--quaternary);
    z-index: 2;
    content: '';
    opacity: 0;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:before {
    width: 1px;
    height: 70px;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:after {
    width: 70px;
    height: 1px;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:hover img {
    opacity: .3;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:hover:before,
.properties-item .object-detail-photos-full .object-detail-photos-item a:hover:after {
    opacity: 1;
}

.modal .carousel-item {
	transition:transform .2s ease-in-out;
}

@media (max-width: 767.98px) {
    .properties-item .object-detail-photos .object-detail-photo-large img {
        height: 300px;
    }

    .properties-item .object-detail-header .object-detail-adres h1 span.object-street,
    .properties-item .object-detail-header .object-detail-adres h1 span.object-housenumber,
    .properties-item .object-detail-header .object-detail-adres h1 span.object-housenumber-addition {
        font-size: 2rem;
    }

    .properties-item .object-detail-information .object-information {
        padding-right: 0;
    }
}







/* Footer */
.footer {
    background-color: var(--base);
    color: var(--tertiary);
    z-index: 5;
}

.footer a {
    color: var(--tertiary);
    text-decoration: underline;
}

.footer h5 {
    font-size: 4rem;
    color: var(--tertiary);
}

.footer h5 strong {
    display: block;
}

.footer li {
    line-height: 1.8;
}

.footer ul.list-navigation li a {
    text-decoration: none;
}

.footer ul.list-navigation li a:before {
    position: relative;
    top: -2px;
    margin-right: .75rem;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid var(--secondary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    content: '';
}

.footer .footer-svg img {
    width: 70px;
    height: 70px;
}

.footer a.svg-square {
    width: 40px;
    height: 40px;
    background-color: var(--tertiary);
    border-radius: .25rem;
}

.footer a.svg-square svg.svg-social {
    max-height: 18px;
}

.footer svg.svg-social .svg-facebook,
.footer svg.svg-social .svg-twitter,
.footer svg.svg-social .svg-linkedin,
.footer svg.svg-social .svg-youtube,
.footer svg.svg-social .svg-instagram,
.footer svg.svg-social .svg-whatsapp,
.footer svg.svg-social .svg-tiktok {
    fill: var(--base);
}

.footer div.wpforms-container-full {
    position: relative;
    margin-top: 0!important;
    padding-bottom: 40px;
}

.footer div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.footer div.wpforms-container-full .wpforms-form input[type="text"],
.footer div.wpforms-container-full .wpforms-form input[type="email"] {
    height: 55px!important;
    background-color: #9e9082;
    border: 0!important;
    border-radius: 0!important;
    color: var(--secondary);
}

.footer div.wpforms-container-full .wpforms-form textarea {
    height: 100px!important;
    background-color: #9e9082;
    border: 0!important;
    border-radius: 0!important;
    color: var(--secondary);
}

.footer div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding-top: 5px!important;
}

.footer div.wpforms-container-full .wpforms-form button[type="submit"] {
    width: 100%;
    min-height: 55px;
    background-color: var(--tertiary)!important;
    border: 0!important;
    text-align: left!important;
}

.footer div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-privacy-checkbox {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: none;
}

.footer .wpforms-container .wpforms-form .wpforms-field-privacy-checkbox .wpforms-field-description {
    font-size: .8rem;
}

.footer svg.svg-brand {
    height: 30px;
}

.footer svg.svg-brand .svg-nvm-1,
.footer svg.svg-brand .svg-nvm-business-1,
.footer svg.svg-brand .svg-mva-1,
.footer svg.svg-brand .svg-mva-expats-1,
.footer svg.svg-brand .svg-funda-1,
.footer svg.svg-brand .svg-funda-ib-1,
.footer svg.svg-brand .svg-funda-3,
.footer svg.svg-brand .svg-funda-ib-3,
.footer svg.svg-brand .svg-funda-ib-4,
.footer svg.svg-brand .svg-pararius-1,
.footer svg.svg-brand .svg-pararius-2,
.footer svg.svg-brand .svg-vbo-2,
.footer svg.svg-brand .svg-vastgoedcert-1,
.footer svg.svg-brand .svg-vastgoedcert-2,
.footer svg.svg-brand .svg-nwwi-2,
.footer svg.svg-brand .svg-tmi-1,
.footer svg.svg-brand .svg-tmi-2,
.footer svg.svg-brand .svg-nrvt-2,
.footer svg.svg-brand .svg-scvm-1,
.footer svg.svg-brand .svg-scvm-2,
.footer svg.svg-brand .svg-scvm-3,
.footer svg.svg-brand .svg-scvm-4,
.footer svg.svg-brand .svg-vastgoedpro-1,
.footer svg.svg-brand .svg-vastgoedpro-2,
.footer svg.svg-brand .svg-qualis-1,
.footer svg.svg-brand .svg-qualis-2,
.footer svg.svg-brand .svg-tophuis-1 {
	fill: var(--tertiary);
}

.footer svg.svg-brand .svg-nwwi-3 {
	fill: var(--tertiary);
	opacity: .4;
}

.footer svg.svg-brand .svg-vbo-1,
.footer svg.svg-brand .svg-funda-2,
.footer svg.svg-brand .svg-funda-ib-2,
.footer svg.svg-brand .svg-nwwi-1,
.footer svg.svg-brand .svg-qualis-3 {
	fill: transparent;
}

.footer svg.svg-brand .svg-nrvt-1 {
    fill: var(--base);
}

.footer-copyright {
    position: relative;
    background-color: var(--base);
    font-size: .9rem;
    color: #868f8f;
    text-align: center;
    z-index: 5;
}

.footer-copyright a {
    color: #868f8f;
}






/* Announcement */
.announcement {
    max-width: 300px;
    bottom: 0;
    left: 1rem;
    z-index: 9999;
}

.announcement .collapse {
    max-width: 300px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.announcement .well {
    background-color: #fff!important;
    box-shadow: none;
}

.announcement .announcement-image img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
}

.announcement h4 {
    line-height: 1.2;
    font-size: 1.3rem;
}

.announcement a.btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.announcement .btn-announcement-close {
    width: 30px;
    height: 30px;
    background-color: #3a404a;
    position: absolute;
    top: -15px;
    right: -15px;
}

.announcement .btn-announcement-close:before,
.announcement .btn-announcement-close:after {
    width: 13px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    content: '';
}

.announcement .btn-announcement-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.announcement .btn-announcement-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 767.98px) {
    .announcement {
        max-width: 160px;
        bottom: 0;
        left: 0;
		font-size: 13px;
    }

    .announcement h4 {
        font-size: 1rem;
    }

    .announcement .announcement-image img {
        max-height: 70px;
    }
	
	.announcement a.btn {
		padding: .75rem 0.25rem;
		border-radius: .25rem;
		font-size: .7rem;
		color: #fff;
	}
	
	.announcement-info.p-3 {
		padding: 0.5rem !important;
	}
	
	.announcement-info p {
		line-height:1.2 !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .announcement {
        max-width: 310px;
        bottom: 0;
        left: 0;
    }

    .announcement .announcement-image img {
        max-height: 150px;
    }
}