/*
Theme Name: Expat Makelaar Amsterdam theme
Theme URI: https://expatmakelaaramsterdam.goesenroos.eu
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: expatmakelaaramsterdam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Colors */
:root {
    --base: #ff8c0f;
    --primary: #096071;
    --secondary: #fff;
    --tertiary: #efefef;
    --quaternary: #222;
    --font-color: #5f5f5f;
}

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

h1,
h2,
h3,
h4,
h5,
h6  {
    line-height: 1.4;
    font-family: "Merriweather", serif;
    color: var(--primary);
    font-weight: 700;
}

h2 {
    margin-bottom: 2rem;
    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: 5rem;
    padding-bottom: 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-image-no-cover img {
    width: auto;
    height: auto;
    object-fit: contain;
}

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

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

.wp-block-group-background-white {
    background-color: #FFF;
}

.wp-block-group-content-only.wp-block-group-background-white {
	padding-top: 5rem;
    padding-bottom: 5rem;
}

/* 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: .5rem 3rem .5rem 1rem;
    background-color: var(--primary);
    color: var(--secondary);
    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: 1rem;
    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");
    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 {
    background-color: var(--base);
    color: var(--primary);
}

.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 {
    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='%2303295a'%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");
}

/* Forms */
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"] {
    height: 58px!important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    background-color: var(--secondary)!important;
    border: 1px solid var(--tertiary)!important;
    border-radius: 0!important;
    font-size: 1rem!important;
    color: var(--font-color)!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    background-color: var(--secondary)!important;
    border: 1px solid var(--tertiary)!important;
    border-radius: 0!important;
    font-size: 1rem!important;
    color: var(--font-color)!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    padding: .75rem 2rem!important;
    background-color: var(--base)!important;
    border: 0!important;
    border-radius: .25!important;
    font-size: 1.1rem!important;
    color: var(--secondary)!important;
    font-weight: 700!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: var(--primary)!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
    font-size: 1rem!important;
    color: #222!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description {
    margin-top: 5px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: calc( 25% - 15px)!important;
}

/* Navigation */
.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar .navbar-brand {
    padding: .5rem;
}

.navbar .navbar-brand svg {
    width: 350px;
    fill: var(--base);
}

.navbar-toggler .navbar-toggler-line {
    background-color: var(--secondary);
}

.navbar .navbar-nav .nav-link {
    margin-right: .5rem;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    color: var(--primary);
    font-weight: 700;
}

.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-scroll .navbar-nav .nav-link {
	color: var(--primary);
}

.navbar.navbar-scroll .navbar-nav .nav-link:hover,
.navbar.navbar-scroll .navbar-nav .nav-link:focus {
	color: var(--base);
}

.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(--base);
    content: '';
    display: block;
    z-index: 1001;
}

.navbar .navbar-nav .dropdown-toggle:after {
    margin-left: 6px;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary);
    border-width: 0 1px 1px 0;
}

.navbar.navbar-scroll .navbar-nav .dropdown-toggle:after {
	border-color: var(--primary);
}

.navbar .navbar-nav .nav-link.current-menu-item.dropdown-toggle:after,
.navbar .navbar-nav .nav-link.current-menu-parent.dropdown-toggle:after,
.navbar .navbar-nav .nav-link.dropdown-toggle:hover:after,
.navbar .navbar-nav .nav-link.dropdown-toggle:focus:after {
    border: solid var(--base);
    border-width: 0 1px 1px 0;
}

.navbar .dropdown-menu {
    padding: .75rem;
    position: absolute;
    background-color: var(--primary);
    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 rgba(255, 255, 255, 0.3);
    font-size: .9em;
    color: #FFF;
    text-transform: none;
}

.navbar .dropdown-item span {
    font-size: 0.8rem;
    display: block;
}

.dropdown-item.lang-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

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

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

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

.navbar.navbar-scroll,
.bedrijven-template-default .navbar {
    top: 0;
    background-color: #FFF;
}

@media (max-width: 767.98px) {
    .navbar {
        background-color: var(--primary);
    }

    .navbar .navbar-brand svg {
        width: 250px;
    }

    .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;
        color: var(--secondary);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar .navbar-brand svg {
        width: 250px;
    }
}

/* Slider */
.page-slider {
    height: 400px;
    border-bottom: 10px solid var(--base);
}

.home .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 .carousel-item:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
}

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

.page-slider .page-slider-info .page-slider-text {
    z-index: 5;
	max-width: 1200px;
	margin: auto;
}

.page-slider .page-slider-info .page-slider-text h1 {
    line-height: 1.1;
    font-size: 2rem;
    color: #000;
}

.page-slider .page-slider-info .page-slider-text p {
    font-size: 1.3rem;
    color: #000;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .page-slider {
        height: 400px;
        margin-top: 100px;
    }

    .page-slider .page-slider-info .page-slider-text h1 {
        font-size: 2rem;
    }

    .page-slider .page-slider-info .page-slider-text p {
        font-size: 1.35rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .page-slider .page-slider-info .page-slider-text h1 {
        font-size: 3rem;
    }
}

/* Services */
.wp-block-group.wp-block-group-services {
    z-index: 3;
}

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

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column {
    padding: 2rem;
    background-color: var(--secondary);
    box-shadow: 0 10px 20px rgba(13,31,79,.1);
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type {
    margin-bottom: 0;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column .wp-block-heading {
	min-height: 80px;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column .diensten-block {
	min-height: 120px;
}

/*
.page-id-526 .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column .diensten-block {
	min-height: 120px;
}
*/

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-services {
        margin-top: -180px;
        z-index: 3;
    }

}


/* Content */
.wp-block-group.wp-block-group-content {
    margin-top: 5rem;
    text-align: center;
}

.wp-block-group.wp-block-group-content.wp-block-group-background-white {
    margin-top: 0rem;
}

.wp-block-group.wp-block-group-content > .wp-block-group__inner-container > .wp-block-image {
    width: auto;
    margin-top: calc(-5rem - 85px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 7px solid var(--tertiary);
    display: table;
}

.wp-block-group.wp-block-group-content > .wp-block-group__inner-container > .wp-block-image > img {
    width: auto;
    border-radius: 50%;
    object-fit: none;
}

.wp-block-group.wp-block-group-content > .wp-block-group__inner-container > p:last-of-type strong {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
}

/* Content image */
.wp-block-group.wp-block-group-content-image .wp-block-columns,
.wp-block-group.wp-block-group-image-content .wp-block-columns,
.wp-block-group.wp-block-group-content-only .wp-block-columns {
    gap: 0;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 5rem;
}

.page-id-80 .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) {
    padding-top: 0;
}

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

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2),
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1),
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-indicators {
    bottom: -65px;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-indicators .active {
    background-color: var(--primary);
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-prev,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: var(--base);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--base);
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-prev {
    left: -70px;
    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='M9.57 5.92969L3.5 11.9997L9.57 18.0697' stroke='%23343635' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.4999 12H3.66992' stroke='%23343635' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-next {
    right: -70px;
    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='M14.4302 5.92969L20.5002 11.9997L14.4302 18.0697' stroke='%23343635' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M3.5 12H20.33' stroke='%23343635' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");    
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-prev:before,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-prev:after,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-next:before,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-control-next:after {
    display: none;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .carousel .carousel-item h2 {
    font-size: 2.5rem;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image:not(.wp-block-image-no-cover),
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image:not(.wp-block-image-no-cover),
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image:not(.wp-block-image-no-cover) {
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    border-radius: .5rem;
}

.wp-block-group.wp-block-group-content-image:not(.wp-block-group-background) .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image:not(.wp-block-image-no-cover),
.wp-block-group.wp-block-group-content-only:not(.wp-block-group-background) .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image:not(.wp-block-image-no-cover),
.wp-block-group.wp-block-group-image-content:not(.wp-block-group-background) .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image:not(.wp-block-image-no-cover) {
    width: calc(100% - 2.5rem);
    left: 0;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul,
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) ul,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1),
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1),
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul li:not(.choice-1) {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 30px;
    display: block;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1):before,
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1):before,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul li:not(.choice-1):before {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: .75rem;
    background-color: var(--primary);
    border-radius: 50%;
    content: '';
    display: inline-block;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1):after,
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1):after,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul li:not(.choice-1):after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 9px;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--tertiary);
    border-right: 2px solid var(--tertiary);
    display: inline-block;
    content: '';
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) p a,
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) p a,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) p a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) p:last-of-type a,
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) p:last-of-type a {
    margin-right: 1rem;
    float: left;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2),
.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
}

.wp-block-group.wp-block-group-content-image.wp-block-group-background .wp-block-columns .wp-block-column,
.wp-block-group.wp-block-group-content-only.wp-block-group-background .wp-block-columns .wp-block-column {
    color: var(--secondary);
}

.wp-block-group.wp-block-group-content-image.wp-block-group-background .wp-block-columns .wp-block-column p:first-of-type,
.wp-block-group.wp-block-group-content-only.wp-block-group-background .wp-block-columns .wp-block-column p:first-of-type {
    color: var(--base);
}

.wp-block-group.wp-block-group-content-image.wp-block-group-background .wp-block-columns .wp-block-column h2,
.wp-block-group.wp-block-group-content-only.wp-block-group-background .wp-block-columns .wp-block-column h2 {
    color: var(--secondary);
}

.wp-block-group.wp-block-group-content-image.wp-block-group-background .wp-block-columns .wp-block-column p:last-of-type a,
.wp-block-group.wp-block-group-content-only.wp-block-group-background .wp-block-columns .wp-block-column p:last-of-type a {
    color: var(--base);
}

.wp-block-group.wp-block-group-content-image.wp-block-group-background .wp-block-columns .wp-block-column p:last-of-type a:after,
.wp-block-group.wp-block-group-content-only.wp-block-group-background .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='%23f9cdd5'%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");
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1),
	.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) {
        padding-top: 0;
    }


    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1),
	.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image,
	.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image,
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image {
        width: 100%;
        height: 350px;
        margin-bottom: 0;
        position: relative;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1),
	.wp-block-group.wp-block-group-content-only .wp-block-columns .wp-block-column:nth-child(1) {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

/* Team */
.wp-block-group.wp-block-group-team {
    padding-bottom: 0;
    border-bottom: 1px solid var(--tertiary);
}

.wp-block-group.wp-block-group-team .wp-block-group__inner-container > h2 {
    margin-bottom: 2rem;
}

.wp-block-group.wp-block-group-team .medewerker {
    position: static;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-item {
    cursor: pointer;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-item .medewerker-image {
    width: 275px;
    height: 275px;
}

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

.wp-block-group.wp-block-group-team .medewerker .medewerker-item .medewerker-info {
    width: calc(100% - 2rem);
    bottom: 1rem;
    left: 1rem;
    font-weight: 400;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--tertiary);
    z-index: 9999;
    overflow-y: scroll;
    display: none;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-item {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 1rem;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-item .medewerker-image {
    width: 100%;
    height: 450px;
    margin-top: 4rem;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-close {
    width: 60px;
    height: 60px;
    margin-left: auto;
    border: 1px solid var(--font-color);
    cursor: pointer;
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-close:before,
.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-close:after {
    width: 20px;
    height: 1px;
    background-color: var(--font-color);
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wp-block-group.wp-block-group-team .medewerker .medewerker-modal .medewerker-modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.wp-block-group.wp-block-group-team .medewerker.medewerker-open .medewerker-modal {
    display: block;
}

/* CTA */

/* Achtergrondafbeelding met lichte overlay op het CTA-blok */
.wp-block-group-cta {
    position: relative;
    background-image: url('https://expatmakelaaramsterdam.goesenroos.eu/wp-content/uploads/2026/06/nikolai-kolosov-FAu89unooek-unsplash1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    isolation: isolate;
}

/* Witte semi-transparante overlay voor leesbaarheid */
.wp-block-group-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.88);
    z-index: -1;
}

.wp-block-group.wp-block-group-cta > .wp-block-group__inner-container > h2,
.wp-block-group.wp-block-group-cta > .wp-block-group__inner-container > p {
    text-align: center;
}

.wp-block-group.wp-block-group-cta > .wp-block-group__inner-container > p:last-of-type {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.wp-block-group.wp-block-group-cta > .wp-block-group__inner-container > h2 {
    margin-bottom: 0;
}

.wp-block-group.wp-block-group-cta > .wp-block-group__inner-container > p:last-of-type a {
    margin-right: 1rem;
    float: left;
}

.wp-block-group.wp-block-group-cta .wp-block-columns {
    margin-top: 3rem;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column {
    position: relative;
    text-align: center;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column .wp-block-image img {
    width: auto;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column p {
    min-height: 30px;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column p:nth-of-type(1) {
    font-family: "Merriweather", serif;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(3) p {
    position: relative;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(3) p strong {
    position: relative;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    padding: .25rem 1rem;
    background-color: #fcde42;
    color: var(--primary);
    text-transform: uppercase;
    display: none;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column:nth-of-type(3) p strong:first-child {
    display: inline-block;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column .coffee-smoke {
    width: 60px;
    height: 210px;
    position: absolute;
    top: -140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -2;
    background-repeat: no-repeat;
    opacity: 1;
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column .coffee-smoke.coffee-smoke-1 {
    -webkit-animation: slide 40s linear;
    animation: slide 40s linear;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .64), hsla(0, 0%, 100%, 0)), url(https://expatmakelaaramsterdam.goesenroos.eu/wp-content/uploads/2026/01/smoke1.png)
}

.wp-block-group.wp-block-group-cta .wp-block-columns .wp-block-column .coffee-smoke.coffee-smoke-2 {
    -webkit-animation: slide2 20s linear;
    animation: slide2 20s linear;
    background-size: auto 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .64), hsla(0, 0%, 100%, 0)), url(https://expatmakelaaramsterdam.goesenroos.eu/wp-content/uploads/2026/01/smoke2.png)
}

@-webkit-keyframes slide {
    0% {
        opacity: 1;
        background-position: 50% 0
    }
    90% {
        opacity: 1
    }
    to {
        background-position: 50% -800%;
        opacity: 0
    }
}

@keyframes slide {
    0% {
        opacity: 1;
        background-position: 50% 0
    }
    90% {
        opacity: 1
    }
    to {
        background-position: 50% -800%;
        opacity: 0
    }
}

@-webkit-keyframes slide2 {
    0% {
        opacity: 1;
        height: 190px;
        background-position: 50% -10%
    }
    50% {
        height: 145px
    }
    90% {
        opacity: 1;
        height: 145px
    }
    to {
        opacity: 0;
        height: 145px;
        background-position: 50% -10%
    }
}

@keyframes slide2 {
    0% {
        opacity: 1;
        height: 190px;
        background-position: 50% -10%
    }
    50% {
        height: 145px
    }
    90% {
        opacity: 1;
        height: 145px
    }
    to {
        opacity: 0;
        height: 145px;
        background-position: 50% -10%
    }
}

/* Search */
.properties-filter-v-search {
    margin-bottom: 1rem;
    padding: .5rem;
    background-color: var(--tertiary);
    border-radius: 50px;
}

.properties-filter-v-search .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.properties-filter-v-search .facetwp-facet {
    margin-bottom: 0;
}

.properties-filter-v-search .facetwp-facet {
    height: 40px;
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-search {
    position: relative;
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-search:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23f9cdd5'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    content: '';
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-search input {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    background-color: transparent;
    border: 0!important;
    font-weight: 300;
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-dropdown {
    background-color: transparent;
}

.properties-filter-v-search .fs-no-results,
.properties-filter-v-search .facetwp-facet-zoeken .fs-options {
    background-color: var(--tertiary);
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.properties-filter-v-search .properties-filter-btn {
    height: 40px;
    line-height: 40px;
    background-color: var(--primary);
    border-radius: 50px;
    font-size: .8rem;
}

.properties-filter-v-search .properties-filter-btn:hover,
.properties-filter-v-search .properties-filter-btn:focus {
    background-color: var(--base);
}


/* Properties / specials */
.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(--primary);
}

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

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

.properties-filter-extra .facetwp-sort:before,
.properties-filter-v-search .facetwp-sort:before,
.properties-filter-extra .facetwp-per-page:before,
.properties-filter-extra .facetwp-sort:after,
.properties-filter-v-search .facetwp-sort:after,
.properties-filter-extra .facetwp-per-page:after {
    background-color: var(--font-color);
}

.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect .fs-search {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 0;
}

.properties-title .facetwp-counts {
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
}

.properties-filter-v-1 {
    background-color: var(--tertiary);
}

.properties-filter-v-1 .fs-label-wrap .fs-label {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .properties-filter-extra .col-12.col-md-4,
    .properties-filter-extra .col-12.col-md-8 {
        width: 50%;
    }
}

.properties-title .facetwp-counts {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
}

.properties .facetwp-template > .col-12 {
    margin-bottom: 1.5rem;
}

.properties-special .carousel {
    overflow: hidden;
}

.properties-special .object,
.properties .object {
    height: 100%;
    padding: .5rem;
    background-color: var(--tertiary);
}

.properties-special .object .object-image,
.properties .object .object-image {
    -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 img {
    height: 300px;
}

.properties .object .object-image div.object-status,
.properties-special .object .object-image div.object-status,
.properties-item .object-detail-photo div.object-status {
    background-color: var(--base);
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 600;
}

.properties-special .object .object-info,
.properties .object .object-info {
    position: relative;
    padding-left: .75rem;
    padding-right: .75rem;
}

.properties-special .object .object-info,
.properties .object .object-info {
    display: flex;
    flex-wrap: wrap;
}

.properties-special .object .object-address,
.properties .object .object-address {
    width: 100%;
    order: 1;
}

.properties-special .object .object-features,
.properties .object .object-features {
    width: 100%;
    order: 2;
}

.properties-special .object .object-price,
.properties .object .object-price {
    width: 100%;
    order: 3;
}

.properties-special .object .object-view,
.properties .object .object-view {
    width: 100%;
    order: 4;
}

.properties-special .object .object-address .object-address-line,
.properties .object .object-address .object-address-line {
    float: left;
}

.properties-special .object .object-address .object-street,
.properties .object .object-address .object-street,
.properties-special .object .object-address .object-housenumber,
.properties .object .object-address .object-housenumber,
.properties-special .object .object-address .object-housenumber-addition,
.properties .object .object-address .object-housenumber-addition {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--font-color);
}

.properties-special .object .object-address .object-place,
.properties .object .object-address .object-place {
    padding-left: .35rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--font-color);
}

.properties-special .object .object-price,
.properties .object .object-price {
    color: var(--font-color);
}

.properties-special .object .object-features,
.properties .object .object-features {
    width: 100%;
    margin-bottom: 0!important;
    padding-bottom: 1rem;
    display: table;
}

.properties-special .object .object-feature,
.properties .object .object-feature {
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .5rem;
    background-color: var(--quinary);
    border-radius: .5rem;
    font-size: .8rem;
    color: var(--primary);
    float: left;
}

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

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

.properties-special .object-features .object-feature .object-feature-info:before,
.properties .object-features .object-feature .object-feature-info:before {
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: auto 16px;
    display: table;
    float: left;
    content: '';
}

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

.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .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,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.svg);
}

.properties-special .object-features .object-features-energy .object-feature-info:before,
.properties .object-features .object-features-energy .object-feature-info:before {
    width: 18px;
    background-image: url(images/energy.svg);
}

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

.properties-special .object .object-view,
.properties .object .object-view {
    width: auto;
    position: relative;
    display: table;
}

.properties-special .object .object-view:before,
.properties .object .object-view:before {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: var(--base);
    border-radius: 50px;
    -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;
    content: '';
    z-index: 0;
}

.properties-special .object .object-view a,
.properties .object .object-view a {
    position: relative;
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    font-size: .9rem;
    color: var(--primary);
    border: 0;
}

.properties-special .object .object-view a:hover,
.properties .object .object-view a:hover {
    background-color: transparent;
}

.properties-special .object .object-view:hover:before,
.properties .object .object-view:hover:before {
    width: 100%;
}

.properties-pagination .facetwp-pager a.facetwp-page:first-of-type {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.properties-pagination .facetwp-pager a.facetwp-page:last-of-type {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

@media (max-width: 767.98px) {
    .properties-filter-extra .facetwp-per-page {
        margin-bottom: 1rem;
    }
}

.properties-special .carousel-control-prev,
.properties-special .carousel-control-next {
    width: 40px;
    height: 40px;
    top: -70px;
    background-color: var(--tertiary);
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
}

.properties-special .carousel-control-prev {
    left: auto;
    right: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.properties-special .carousel-control-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.properties-special .carousel-control-prev:before,
.properties-special .carousel-control-prev:after,
.properties-special .carousel-control-next:before,
.properties-special .carousel-control-next:after {
    display: none;
}

.properties-special .carousel-control-prev:hover,
.properties-special .carousel-control-next:hover {
    background-color: var(--tertiary);
}

/* Scroll fix */
.properties-special .carousel-item {
    margin-left: -1rem;
}

.properties-special .carousel-item > .row {
    width: 25%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: block;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.properties-special > .row > * {
    flex-shrink: 0;
    width: auto;
    max-width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

.properties-special .carousel-inner {
    width: calc(100% + 2rem);
}

@media (max-width: 767px) {
	.properties-special .carousel-inner {
		width: 100%;
	}
	
    .properties-special .carousel-inner .carousel-item > div {
        display: none;
    }

    .properties-special .carousel-inner .carousel-item > div:first-child {
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .properties-special .carousel-inner .carousel-item.carousel-item-prev {
        z-index: 3;
    }
}

.properties-special .carousel-inner .carousel-item.active,
.properties-special .carousel-inner .carousel-item-next,
.properties-special .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .properties-special .carousel-inner .carousel-item-end.active,
    .properties-special .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .properties-special .carousel-inner .carousel-item-start.active, 
    .properties-special .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    .properties-special .carousel-inner .carousel-item-end.active,
    .properties-special .carousel-inner .carousel-item-next {
        transform: translateX(33.3333333333%);
    }

    .properties-special .carousel-inner .carousel-item-start.active, 
    .properties-special .carousel-inner .carousel-item-prev {
        transform: translateX(-33.3333333333%);
    }
}

.properties-special .carousel-inner .carousel-item-end,
.properties-special .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

@media (max-width: 767.98px) {
    .properties-special,
    .properties-special .carousel-item > .row {
        width: 100%;
    }

    .properties-special {
        padding-top: 5rem;
    }

    .properties-special .carousel-item > .row {
        padding-left: 0;
        padding-right: 0;
    }

    .properties-special .carousel-item {
        margin-left: 0;
    }

    .properties-special .carousel-control-prev,
    .properties-special .carousel-control-next {
        top: 0;
    }

    .properties-special .carousel-control-prev {
        right: 40px;
    }
    
    .properties-special .carousel-control-next {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .properties-special {
        width: 100%;
    }

    .properties-special .carousel-item > .row {
        width: 50%;
    }

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

    .properties-special .carousel-control-prev {
        right: 40px;
    }
    
    .properties-special .carousel-control-next {
        right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .properties-special {
        width: 100%;
    }
}

/* Properties / specials
.properties-filter-extra,
.properties-filter-v-1,
.properties-filter-selections,
.properties {
    position: relative;
}

.properties-filter-extra .properties-title {
    margin-bottom: 0!important;
}

.properties-filter-extra .properties-filter-show,
.properties-filter-extra .facetwp-sort .facetwp-sort-select,
.properties-filter-extra .facetwp-per-page .facetwp-per-page-select {
    background-color: var(--tertiary);
    font-size: .9rem;
}

.properties-filter-extra .properties-filter-extra-main {
    position: relative;
}

.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(--primary);
}

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

.properties-filter-extra .facetwp-per-page {
    margin-bottom: 0;
}

.properties-filter-v-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--tertiary);
}

.properties-filter-v-1 .fs-search {
    border-top: 0;
}

.properties-filter-v-1 .properties-filter-default {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: .75rem!important;
    padding-bottom: .75rem!important;
    background-color: var(--secondary);
    font-size: 1rem;
}

.properties-filter-v-1 .properties-filter-range-list {
    margin-bottom: 0;
}

.properties-filter-v-1 .facetwp-facet,
.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect {
    margin-bottom: 0;
    border-right: 1px solid var(--tertiary);
}

.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect .fs-search {
    padding-top: 17px;
    padding-bottom: 17px;
}

.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect .fs-dropdown {
    border-radius: 50px;
}

.properties-filter-v-1 .col-properties-filter-price-from .properties-filter-range-list {
    border-right: 1px solid var(--tertiary);
}

.properties-filter-v-1 .properties-filter-more {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: transparent;
    color: var(--primary);
}

.properties-filter-v-1 .properties-filter-more a {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary)!important;
    text-transform: capitalize!important;
    text-align: left!important;
    text-decoration: underline;
}

.properties-filter-v-1 .properties-filter-more a:before {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6009 4.10156V6.30156C20.6009 7.10156 20.1009 8.10156 19.6009 8.60156L15.3009 12.4016C14.7009 12.9016 14.3009 13.9016 14.3009 14.7016V19.0016C14.3009 19.6016 13.9009 20.4016 13.4009 20.7016L12.0009 21.6016C10.7009 22.4016 8.90086 21.5016 8.90086 19.9016V14.6016C8.90086 13.9016 8.50086 13.0016 8.10086 12.5016L7.63086 12.0116C7.32086 11.6816 7.26086 11.1816 7.51086 10.7916L12.6309 2.57156C12.8109 2.28156 13.1309 2.10156 13.4809 2.10156H18.6009C19.7009 2.10156 20.6009 3.00156 20.6009 4.10156Z' fill='%23222222'/%3E%3Cpath d='M10.3504 3.63156L6.80039 9.32156C6.46039 9.87156 5.68039 9.95156 5.23039 9.48156L4.30039 8.50156C3.80039 8.00156 3.40039 7.10156 3.40039 6.50156V4.20156C3.40039 3.00156 4.30039 2.10156 5.40039 2.10156H9.50039C10.2804 2.10156 10.7604 2.96156 10.3504 3.63156Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    content: '';
    display: inline-block;
}

.properties-filter-v-1 .properties-filter-more-close {
    display: none;
}

.properties-filter .properties-filter-range-list .facetwp-counter {
    display: none;
}

.properties-filter .properties-filter-more-options .properties-filter-range-list {
    border-radius: 50px;
}

.properties-filter .properties-filter-more-options {
    padding-top: 130px!important;
    background-color: var(--tertiary);
}

.properties-filter .properties-filter-more-options .container {
    padding-left: 0;
    padding-right: 0;
}

.properties-filter-v-1 .properties-filter-reset {
    top: 19px;
    right: 52px;
    background-color: var(--primary);
}

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

.properties-filter-selections .facetwp-selections .facetwp-selection-value {
    background-color: var(--secondary);
    border-color: var(--tertiary);
    color: var(--primary);
}

.properties-filter .properties-filter-range-list .facetwp-type-radio .facetwp-radio,
.properties-filter.properties-filter-v-1 .properties-filter-range-list .facetwp-type-checkboxes .facetwp-checkbox {
    padding-left: 45px;
}

.properties-filter .properties-filter-range-list .facetwp-type-radio .facetwp-radio:before,
.properties-filter .properties-filter-range-list .facetwp-type-radio .facetwp-radio:after {
    left: 12px;
}

@media (min-width: 768px) {
    .properties-filter-extra .col-12.col-md-4,
    .properties-filter-extra .col-12.col-md-8 {
        width: 50%;
    }
}

.properties-title .facetwp-counts {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
}

.properties-special {
    width: calc(100vw - ((100vw - 1450px) / 2));
    margin-left: auto;
    box-sizing: border-box;
}

.properties-special .carousel {
    overflow: hidden;
}

.properties-special .object,
.properties .object {
    background-color: var(--tertiary);
}

.properties-special .object .object-image,
.properties .object .object-image {
    -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 img {
    height: 400px;
}

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

.properties .object .object-image div.object-status,
.properties-special .object .object-image div.object-status,
.properties-item .object-detail-photo div.object-status {
    background-color: var(--primary);
    border-radius: 50px;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 600;
}

.properties-special .object .object-info,
.properties .object .object-info {
    position: relative;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.properties-special .object .object-address .object-street,
.properties .object .object-address .object-street,
.properties-special .object .object-address .object-housenumber,
.properties .object .object-address .object-housenumber,
.properties-special .object .object-address .object-housenumber-addition,
.properties .object .object-address .object-housenumber-addition {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--primary);
}

.properties-special .object .object-address .object-place,
.properties .object .object-address .object-place {
    color: var(--primary);
    opacity: .6;
}

.properties-special .object .object-price,
.properties .object .object-price {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    margin-bottom: 0!important;
    color: var(--primary);
    font-weight: 300;
}

.properties-special .object .object-features,
.properties .object .object-features {
    width: 100%;
    min-height: 44px;
    margin-bottom: 0!important;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--tertiary);
    display: -ms-flexbox;
    display: inline-flex;
    flex-direction: row;
}

.properties-special .object .object-features {
    min-height: 56px;
}

.properties-special .object .object-feature,
.properties .object .object-feature {
    width: 25%;
    font-size: .9rem;
    color: #565656;
}

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

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

.properties-special .object-features .object-feature .object-feature-info:before,
.properties .object-features .object-feature .object-feature-info:before {
    width: 25px;
    height: 22px;
    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,
.properties-special .object-features .object-feature-TotaleOppervlakte .object-feature-info:before,
.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-TotaleOppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte.svg);
}

.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .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,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.svg);
}

.properties-special .object-features .object-features-energy .object-feature-info:before,
.properties .object-features .object-features-energy .object-feature-info:before {
    width: 20px;
    background-image: url(images/energy.svg);
}

.properties-special .object .object-view,
.properties .object .object-view {
    position: absolute;
    bottom: .5rem;
    right: 1.5rem;
    margin-bottom: .5rem!important;
}

.properties-special .object .object-view a,
.properties .object .object-view a {
    width: 50px;
    height: 50px;
    padding: 0!important;
    background-color: var(--primary);
    border: 0;
    border-radius: 100%;
    text-indent: -9999px;
    display: table!important;
}

.properties-special .object .object-view a:after,
.properties .object .object-view a:after {
    width: 37px;
    height: 20px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    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");
    background-repeat: no-repeat;
    background-size: 37px 20px;
    -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: '';
}

.properties-special .object .object-view a:hover,
.properties .object .object-view a:hover,
.properties-special .object .object-view a:focus,
.properties .object .object-view a:focus {
    background-color: var(--base);
}

.properties-special .object .object-view a:hover:after,
.properties .object .object-view a:hover:after,
.properties-special .object .object-view a:focus:after,
.properties .object .object-view a:focus:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
} 

.properties-pagination .facetwp-pager a.facetwp-page:first-of-type {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.properties-pagination .facetwp-pager a.facetwp-page:last-of-type {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.properties-special .carousel-control-prev,
.properties-special .carousel-control-next {
    width: 40px;
    height: 40px;
    top: -100px;
    cursor: pointer;
    opacity: 1;
}

.properties-special .carousel-control-prev {
    left: auto;
    right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%2303295a'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.properties-special .carousel-control-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%2303295a'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.properties-special .carousel-control-prev:before,
.properties-special .carousel-control-prev:after,
.properties-special .carousel-control-next:before,
.properties-special .carousel-control-next:after {
    display: none;
}

.properties-special .carousel-control-prev:hover,
.properties-special .carousel-control-next:hover {
    background-color: transparent;
}
*/

/* Scroll fix 
.properties-special .carousel-item {
    margin-left: -1rem;
}

.properties-special .carousel-item > .row {
    width: 33.333333%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: block;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.properties-special > .row > * {
    flex-shrink: 0;
    width: auto;
    max-width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

.properties-special .carousel-inner {
    width: calc(100% + 2rem);
}

@media (max-width: 767px) {
    .properties-special .carousel-inner .carousel-item > div {
        display: none;
    }

    .properties-special .carousel-inner .carousel-item > div:first-child {
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.properties-special .carousel-inner .carousel-item.active,
.properties-special .carousel-inner .carousel-item-next,
.properties-special .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .properties-special .carousel-inner .carousel-item-end.active,
    .properties-special .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .properties-special .carousel-inner .carousel-item-start.active, 
    .properties-special .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    .properties-special .carousel-inner .carousel-item-end.active,
    .properties-special .carousel-inner .carousel-item-next {
        transform: translateX(33.3333333333%);
    }

    .properties-special .carousel-inner .carousel-item-start.active, 
    .properties-special .carousel-inner .carousel-item-prev {
        transform: translateX(-33.3333333333%);
    }
}

.properties-special .carousel-inner .carousel-item-end,
.properties-special .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

@media (max-width: 767.98px) {
    .properties-special,
    .properties-special .carousel-item > .row {
        width: 100%;
    }

    .properties-special {
        padding-top: 5rem;
    }

    .properties-special .carousel-item > .row {
        padding-left: 0;
        padding-right: 0;
    }

    .properties-special .carousel-item {
        margin-left: 0;
    }

    .properties-special .carousel-control-prev,
    .properties-special .carousel-control-next {
        top: 0;
    }

    .properties-special .carousel-control-prev {
        right: 40px;
    }
    
    .properties-special .carousel-control-next {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .properties-special {
        width: 100%;
    }

    .properties-special .carousel-item > .row {
        width: 50%;
    }

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

    .properties-special .carousel-control-prev {
        right: 40px;
    }
    
    .properties-special .carousel-control-next {
        right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .properties-special {
        width: 100%;
    }
}
*/

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

.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(--tertiary);
}

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

.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: 2.5rem;
    font-weight: 300;
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-place {
    font-size: 1.5rem;
}

.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(--primary);
}

@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(--tertiary);
    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;
    }
}

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

.footer h5 {
    font-size: 1.2rem;
    color: var(--primary);
}

.footer li {
    line-height: 2;
}

.footer li a {
    color: var(--font-color);
}

.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(--primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    content: '';
}

.footer ul.list-social li a.svg-rounded {
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

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

.footer ul.list-social li a.svg-rounded:hover,
.footer ul.list-social li a.svg-rounded:focus {
    background-color: var(--quinary);
    border-color: var(--base);
}

.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-facebook,
.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-twitter,
.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-linkedin,
.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-youtube,
.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-instagram,
.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-tiktok,
.footer ul.list-social li a.svg-rounded:hover svg.svg-social .svg-whatsapp {
    fill: var(--base);
}

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

.footer img.img-brand {
    height: 20px;
}

.footer-copyright {
    background-color: var(--tertiary);
    padding-bottom: 1rem;
    font-size: .8rem;
    color: #a6a6a6;
}

.footer-copyright a {
    color: #a6a6a6;
}

.footer-copyright .col-12 {
    padding-top: 0!important;
}

/* 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: var(--secondary)!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: var(--primary);
    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: var(--secondary);
    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: var(--secondary);
	}
	
	.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;
    }
}

.object-status-verhuurd .object-status {
    font-size: 0!important; 
    background-image: url('https://expatmakelaaramsterdam.goesenroos.eu/wp-content/uploads/2026/04/Verhuurdstrook-scaled.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	width: 195px;
    height: 188px;
	background-color: transparent!important;
	transform: rotate(-45deg);
}

.object-status-verkocht-bij-inschrijving .object-status,
.object-status-verkocht .object-status {
    font-size: 0!important; 
    background-image: url('https://expatmakelaaramsterdam.goesenroos.eu/wp-content/uploads/2026/04/Verkochtstrook-scaled.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	width: 195px;
    height: 188px;
	background-color: transparent!important;
	transform: rotate(-45deg);
}

/* Phone */
.whatsapp-contact {
    bottom: 6rem;
    right: 25px;
    z-index: 999;
}

.phone-contact {
    bottom: 9.25rem;
    right: 25px;
    z-index: 999;
}

.whatsapp-contact .whatsapp-contact-title,
.phone-contact .phone-contact-title {
    line-height: 40px;
    left: 200px;
    background-color: #00e676;
    border-radius: 50px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -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;
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
    opacity: 0;
}

.phone-contact .phone-contact-title {
	background-color: var(--primary);
}

.whatsapp-contact .whatsapp-contact-title:after,
.phone-contact .phone-contact-title:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00e676;
    content: '';
}

.phone-contact .phone-contact-title:after {
    border-left: 10px solid var(--primary);
}

.whatsapp-contact .whatsapp-contact-icon,
.phone-contact .phone-contact-icon {
    width: 40px;
    height: 40px;
    background-color: #00e676;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
}

.phone-contact .phone-contact-icon {
    background-color: var(--primary);
}

.whatsapp-contact .whatsapp-contact-icon svg,
.phone-contact .phone-contact-icon svg {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.whatsapp-contact.whatsapp-contact-scroll .whatsapp-contact-title,
.phone-contact.phone-contact-scroll .phone-contact-title {
    left: 0;
    opacity: 1;
}

/* === Lightbox: Bel mij terug === */

/* Hide the lightbox overlay by default */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

/* Show the lightbox when targeted via CSS :target */
.lightbox-overlay:target {
    display: flex;
}

/* The white modal box */
.lightbox-inner {
    background: #fff;
    border-radius: 4px;
    padding: 2rem;
    max-width: 480px !important;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
}

/* Heading inside lightbox */
.lightbox-inner h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    color: var(--quaternary);
}

/* Description text above the form */
.lightbox-description {
    color: var(--font-color);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

/* Required field notice */
.lightbox-required-notice {
    color: #c0392b;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

/* Close button wrapper */
.lightbox-close-wrap {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
}

/* Close button styling - reset all theme button styles */
.lightbox-close-wrap a.lightbox-close,
.lightbox-close-wrap a.lightbox-close:hover,
.lightbox-close-wrap a.lightbox-close:visited,
.lightbox-close-wrap a.lightbox-close:focus {
    display: inline-block !important;
    font-size: 1.4rem !important;
    line-height: 1 !important;
    color: #666 !important;
    background: none !important;
    border: none !important;
    padding: 0.25rem 0.5rem !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    transition: color 0.2s !important;
}

.lightbox-close-wrap a.lightbox-close:hover {
    color: #333 !important;
}

/* Remove any arrow pseudo-elements added by the theme */
.lightbox-close-wrap a.lightbox-close::before,
.lightbox-close-wrap a.lightbox-close::after {
    display: none !important;
}

/* Red submit button for WPForms inside lightbox */
#call-me-back div.wpforms-container-full .wpforms-form button[type="submit"],
#call-me-back div.wpforms-container-full .wpforms-form .wpforms-submit {
    background-color: var(--primary) !important;
    background-image: none !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

#call-me-back div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
#call-me-back div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
    background-color: var(--base) !important;
    border-color: var(--base) !important;
}