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

body {
    /* padding-left: 65px; */
    background-color: #E2DFD6;
    font-family: 'Mona Sans', sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    color: #000;
    overflow-x: hidden;
    letter-spacing: 0.02em;	
}

@media (max-width: 991.98px) {
    body {
        padding-left: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6  {
    line-height: .9;
    color: #222;
    font-weight: 300;
	text-transform: uppercase;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 800;
}

h1 {
    font-size: 4rem;
}

h2 {
    margin-bottom: 2rem;
    font-size: 2.7rem;
}

h3 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h2 {
        font-size: 3rem;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #7b7f70;
}

::-moz-selection {
    background: #bbc3b0;
    color: #000;
}

::selection {
    background: #bbc3b0;
    color: #000;
}

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: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

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

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

.wp-block-columns .wp-block-column p:last-of-type:not(:first-of-type),
.wp-block-group .wp-block-group__inner-container > p:last-of-type:not(:first-of-type) {
    margin-bottom: 0;
}

/* 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 {
    margin-top: 2rem;
    padding: .75rem 1.5rem;
    border: 1px solid #dce0d2;
    border-radius: 50px;
    font-size: 1rem;
    color: #7b7f70;
    text-decoration: none!important;
    display: inline-block;
}

.page-slider-info-below {
    padding: 40px 0 0;
}

.page-slider-info-below h1 {
    color: #222;
    font-family: 'Mona Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
	text-transform: uppercase;
}

/* scroll indicator */
.scroll-indicator {
    margin-top: 25px;
	margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.scroll-indicator .mouse {
    width: 24px;
    height: 38px;
    border: 1.5px solid #222;
    border-radius: 20px;
    position: relative;
}

.scroll-indicator .wheel {
    width: 3px;
    height: 6px;
    background: #222;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-wheel 1.6s infinite;
}

@keyframes scroll-wheel {
    0% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
    60% {
        opacity: 0.3;
        transform: translate(-50%, 10px);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 14px);
    }
}

@media (max-width: 460px) {
	.wp-block-columns .wp-block-column p:last-of-type a {
		margin-top: -2rem;
	}
	
	body.page-id-160 .wp-block-columns .wp-block-column p:last-of-type a {
		margin-top: 1rem; /* fix voor contactpagina */
	}
	
	.wp-block-group-value .wp-block-columns .wp-block-column p:last-of-type a {
		margin-top: 2rem;
	}
}

.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 {
    width: 37px;
    height: 20px;
    position: relative;
    top: 5px;
    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='%237b7f70'%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: '';
}

.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 {
    background-color: #4F2170;
    border-color: #4F2170;
    color: #fff;
}

.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 {
    margin-left: .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='%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");
}

/* 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: .5rem 1rem!important;
    background-color: #fff!important;
    border: 1px solid #dce0d2!important;
    border-radius: 0!important;
    font-size: 1rem!important;
    color: #6f6f6f!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
	padding: .5rem 1rem!important;
    background-color: #fff!important;
    border: 1px solid #cbd2d9!important;
    border-radius: 0!important;
    font-size: 1rem!important;
    color: #6f6f6f!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: 1rem 1rem;
    background-color: #fff!important;
    border: 1px solid #dce0d2!important;
    border-radius: 0!important;
    font-size: 1rem!important;
    color: #7b7f70!important;
}

body .iti__selected-country-primary, div.wpforms-container .wpforms-form .iti__selected-country-primary, div.wpforms-container-full .wpforms-form .iti__selected-country-primary {
	display: none !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:after,
div.wpforms-container-full .wpforms-form button[type="submit"]:after,
div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
    width: 37px;
    height: 20px;
    position: relative;
    top: 5px;
    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='%237b7f70'%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: '';
}

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: #4F2170;
    border-color: #4F2170;
    color: #fff;
}

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;
}

/* Cookiescript */
#cookiescript_injected {
    left: 1rem!important;
}

/* Navigation */
.navbar {
    padding-left: 0;
    padding-right: 0;
	background-color: #E2DFD6;
}

.navbar .container-fluid {
    width: 80%;
	/*
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
	*/
    align-items: center;
    min-height: 55px;
    padding: 6px 18px;
    max-width: 1400px;
    margin: 0 auto;	
}

.navbar .navbar-brand {
    padding-left: 0.5rem;
    margin-right: 1rem;
}

.navbar .navbar-brand img {
    max-width: 185px;
    width: 100%;
    height: auto;
    display: block;
}

.navbar .navbar-nav {
    align-items: center;
    gap: 24px;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #222;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: #222;
}

.navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 2px;
    height: 1px;
    background-color: #222;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link:focus::after,
.navbar .navbar-nav .current-menu-item > .nav-link::after,
.navbar .navbar-nav .current_page_item > .nav-link::after {
    transform: scaleX(1);
}

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

.navbar .navbar-nav .nav-item {
    white-space: nowrap;
}

.navbar .navbar-nav .nav-item.dropdown {
    position: static;
}

.navbar .dropdown-menu {
    width: 100%;
    padding: 2rem;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border: 0;
    border-radius: 1rem;
}

.navbar .dropdown-menu li {
    width: 25%;
    margin-right: 0;
    float: left;
}

.navbar .dropdown-menu li a {
    font-size: .9rem;
}

.navbar .dropdown-menu li:not(:first-of-type) a:before {
    position: relative;
    top: -3px;
    margin-right: .75rem;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid #4F2170;
    border-width: 0 1px 1px 0;
    display: inline-block;
    content: '';
}

.navbar .dropdown-menu li:first-of-type {
    width: 100%;
    float: none!important;
}

.navbar .dropdown-menu li:not(:first-of-type) a {
    color: #747474;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: transparent;
}

.navbar .navbar-toggler {
    box-shadow: none;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler-line {
    width: 26px;
    height: 1px;
    background-color: #222;
    transition: all 0.3s ease;
}

.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(2) {
    opacity: 0;
}

.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1199.98px) {
    .navbar {
        margin-top: 1rem;
    }

    .navbar .container-fluid {
        width: calc(100% - 2rem);
        min-height: 78px;
        padding: 10px 14px;
    }

    .navbar .navbar-brand img {
        max-width: 150px;
    }

    .navbar .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar .navbar-nav {
        gap: 0;
        align-items: flex-start;
    }

    .navbar .navbar-nav .nav-link {
        padding: .4rem 0;
        font-size: 1rem;
    }
}

/* Slider */
.page-slider {
    height: 600px;
    min-height: 600px;
	overflow: hidden;
}

.home .page-slider {
    min-height: 74vh;
    background-color: #e3dfdc;
    overflow: hidden;
}

.home .page-slider .page-slider-info-title {
	display: flex;
    justify-content: center;
	margin-top: 20%;
}

@media (max-width: 460px) {
	.home .page-slider .page-slider-info-title {
		margin-left: -1rem;
	}
	
	.page .page-slider .page-slider-info-title {
		margin-top: 40%;
	}
}

.home .page-slider .page-slider-info-title h1 {
	margin-top: 2rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

@media (max-width: 460px) {
  	.home .page-slider .page-slider-info-title h1 {
		font-size: 2.5rem; /* optioneel extra aanpassen */
  	}
}

.home .page-slider .page-slider-info-title a {
	color: #FFF;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.home .page-slider .page-slider-info-title a:after {
	width: 37px;
    height: 20px;
    position: relative;
    top: 5px;
    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: '';
}

.home .page-slider .page-slider-info-title a:hover {
    border-color: #4F2170;
    color: #fff;	
}

.home .page-slider .page-slider-info-title a:hover:after {
    margin-left: .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='%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");	
}

.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 {
    width: 100%;
    height: 60%;
    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: .9;
}

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

.page-slider .page-slider-info h1 {
    line-height: 1.1;
    font-size: 3.5rem;
    color: #fff;
	width: 75%;
	text-align: center;
	margin: auto;
}

.page-template-default .page-slider-info h1,
.page-template-custom .page-slider-info h1 {
	margin-top: 20%;
}

.home .page-slider .page-slider-info h1 {
    color: #222;
}

.page-slider-scroll {
    width: 50px;
    height: 50px;
    bottom: 3rem;
    left: 4rem;
    background-color: #fff;
    cursor: pointer;
    z-index: 12;
}

.page-slider-scroll:before {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    content: '';
}

.page-slider-scroll svg {
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

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

    .page-slider-scroll {
        left: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .home .page-slider {
        height: 400px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .page-slider .page-slider-info h1 {
        font-size: 1.8rem;
    }
}

/* Intro */
.wp-block-group.wp-block-group-intro {
    width: 100%;
    min-height: calc(550px + 10rem);
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 4;
}

.wp-block-group.wp-block-group-intro .wp-block-group__inner-container {
    max-width: 85%;
    margin-right: 0;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column {
    position: relative;
    height: 250px;
    border-radius: 50%;
    -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: hidden;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded {
    height: 550px;
    border-radius: 50rem;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(3) {
    top: 200px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(3) {
    top: -100px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(4) {
    top: 150px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(4) {
    top: 80px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(5) {
    top: 20px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(6) {
    top: 270px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(6) {
    top: 110px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column .wp-block-image {
    height: 550px;
    -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;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    height: 100%;
    border-radius: 50rem;
    object-fit: cover;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded h4 {
    opacity: 1;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a {
    width: 100%;
    height: 100%;
    padding-bottom: 7rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 50rem;
    color: #fff;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-grow: 1;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a strong {
    flex-basis: 100%;
    align-self: flex-end;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:hover,
.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:focus {
    height: 500px;
    margin-top: 50px;
}

.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:hover .wp-block-image,
.wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:focus .wp-block-image {
    -moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
	filter: blur(5px);
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-intro {
        position: relative;
        top: 0;
    }

    .wp-block-group.wp-block-group-intro .wp-block-group__inner-container {
        max-width: 100%;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(1) {
        display: none;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column {
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded {
        height: 350px;
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column .wp-block-image {
        height: 350px;
    }
    
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column .wp-block-image img {
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(3),
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(4),
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(5),
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(6) {
        top: 0;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a {
        padding-bottom: 2.5rem;
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:hover,
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:focus {
        height: 350px;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-intro {
        position: relative;
        top: 0;
    }

    .wp-block-group.wp-block-group-intro .wp-block-group__inner-container {
        max-width: 100%;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns {
        display: table;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(1) {
        display: none;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-child(even) {
        width: calc(50% - 1em);
        float: left;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-child(odd) {
        width: calc(50% - 1em);
        float: right;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column {
        margin-bottom: 2rem;
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded {
        height: 350px;
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column .wp-block-image {
        height: 350px;
    }
    
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column .wp-block-image img {
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(3),
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(4),
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(5),
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column.wp-block-column-loaded:nth-of-type(6) {
        top: 0;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a {
        padding-bottom: 2.5rem;
        border-radius: .75rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:hover,
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:focus {
        height: 350px;
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group.wp-block-group-intro {
        width: 100%;
        min-height: calc(550px + 10rem);
        position: relative;
        top: -50px;
        left: 0;
        z-index: 4;
    }

    .wp-block-group.wp-block-group-intro .wp-block-group__inner-container {
        max-width: 100%;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column:nth-of-type(1) {
        display: none;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 {
        font-size: 1.8rem;
    }
    
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .wp-block-group.wp-block-group-intro .wp-block-columns {
        gap: 1em;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 {
        font-size: 1.6rem;
    }
    
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1300px) and (max-width: 1499.98px) {
    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 {
        font-size: 2rem;
    }

    .wp-block-group.wp-block-group-intro .wp-block-columns .wp-block-column h4 a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* About */
.wp-block-group.wp-block-group-about .wp-block-columns .wp-block-column:nth-child(1) p:nth-of-type(1) {
    font-size: 1.2rem;
}

@media (max-width: 767.98px) {
    .home .wp-block-group.wp-block-group-about {
        padding-top: 5rem;
    }

    .wp-block-group.wp-block-group-about .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home .wp-block-group.wp-block-group-about {
        padding-top: 0;
    }

    .wp-block-group.wp-block-group-about .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-about .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 50%!important;
    }

    .wp-block-group.wp-block-group-about .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
    }
}

/* Content blocks */

.wp-block-group.wp-block-group-content {
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group-content p,
.wp-block-group-content h2,
.wp-block-group-content h3,
.wp-block-group-content h4,
.wp-block-group-content a {
	text-align: center;
}

@media(min-width: 768px) {
    .wp-block-group.wp-block-group-content .wp-block-group__inner-container {
        width:651px;
    }
	
    .wp-block-group.wp-block-group-content.contact-section .wp-block-group__inner-container {
        width:1140px;
    }
}

.wp-block-group-content .wp-block-button .wp-element-button {
    border-radius: 0px;
	background-color: transparent;
    border-radius: 0px;
    border: 1px solid #000;
	color: #000;
	padding: .5rem 1rem;
    font-size: 1rem;
}

.wp-block-group-content .wp-block-button .wp-element-button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.wp-block-group.wp-block-group-content.contact-section {
	background-color: #bbc3b0;
}

.wp-block-group.wp-block-group-content.content-section-2 {
	background-color: #f4f0ee;
}

/* USP */
.wp-block-group.wp-block-group-content ul.wp-block-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 600px;
    text-align: center;
}

.wp-block-group.wp-block-group-content ul.wp-block-list li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #000;
}

/* laatste iets minder ruimte */
.wp-block-group.wp-block-group-content ul.wp-block-list li:last-child {
    margin-bottom: 0;
}

/* chique vinkje direct voor tekst */
.wp-block-group.wp-block-group-content ul.wp-block-list li::before {
    content: "✓ ";
    color: #c6a46c; /* subtiel goud */
    font-weight: 500;
}

/* USP */
.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(1) p:nth-of-type(1) {
    font-size: 1.2rem;
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) {
    padding-top: 4rem;
    padding-left: 5rem;
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group {
    margin-bottom: 1.5rem;
    padding-top: 0;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #c7c7c7;
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group:before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    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='M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z' fill='%234F2170'/%3E%3Cpath d='M10.5795 15.5816C10.3795 15.5816 10.1895 15.5016 10.0495 15.3616L7.21945 12.5316C6.92945 12.2416 6.92945 11.7616 7.21945 11.4716C7.50945 11.1816 7.98945 11.1816 8.27945 11.4716L10.5795 13.7716L15.7195 8.63156C16.0095 8.34156 16.4895 8.34156 16.7795 8.63156C17.0695 8.92156 17.0695 9.40156 16.7795 9.69156L11.1095 15.3616C10.9695 15.5016 10.7795 15.5816 10.5795 15.5816Z' fill='%234F2170'/%3E%3C/svg%3E%0A");
    content: '';
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group .wp-block-group__inner-container {
    padding-left: 3rem;
    padding-right: 0;
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group h3 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group p {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 50%!important;
    }

    .wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-usp .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 50%!important;
    }
}

/* Value */
.wp-block-group.wp-block-group-value {
    padding-bottom: 0;
}

.home .wp-block-group.wp-block-group-value {
    padding-top: 0;
}

.wp-block-group.wp-block-group-value .wp-block-image {
    width: 100%;
    height: calc(100% - 5rem);
    position: absolute;
    top: 5rem;
    left: 0;
}

.home .wp-block-group.wp-block-group-value .wp-block-image {
    height: 100%;
    top: 0;
}

.wp-block-group.wp-block-group-value .wp-block-image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    content: '';
}

.wp-block-group.wp-block-group-value .wp-block-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 460px) {
	.wp-block-group.wp-block-group-value .wp-block-image img {
		object-fit: cover;
    	/* object-position: 730px center; */
	  	object-position: center center;
  }
}

.wp-block-group.wp-block-group-value .wp-block-columns {
    max-width: 70%;
    position: relative;
    z-index: 3;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    color: #fff;
}

.home .wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column {
    padding-bottom: 15rem;
}

@media (max-width: 460px) {
	.home .wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column {
		padding-bottom: 5rem;
	}
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column h2 {
    color: #fff;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column a {
    color: #fff;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column p:nth-of-type(1) {
    font-size: 1.2rem;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column p:last-of-type a {
    color: #fff;
}

.wp-block-group.wp-block-group-value .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");
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) {
    margin: 0;
    padding: 0;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 35px;
    display: block;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:before {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: .75rem;
    background-color: #4F2170;
    border-radius: 50%;
    content: '';
    display: inline-block;
}

.wp-block-group.wp-block-group-value .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 11px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    content: '';
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-value .wp-block-columns {
        max-width: 100%;
    }
}

/* Services */
.wp-block-group.wp-block-group-services .wp-block-group__inner-container > h2 {
    margin-bottom: 4rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column {
    position: relative;
    border-radius: .75rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column .wp-block-image {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: .75rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column .wp-block-image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    border-radius: .75rem;
    content: '';
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    height: 100%;
    border-radius: .75rem;
    object-fit: cover;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column h3 {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
    z-index: 3;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column h3:before {
    width: 20px;
    height: 20px;
    margin-bottom: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='21px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M14.541,20.057 L14.541,5.516 L0.000,5.516 L4.011,-0.000 L18.051,-0.000 C19.159,-0.000 20.057,0.898 20.057,2.006 L20.057,5.516 L20.057,16.046 L14.541,20.057 Z'/%3E%3C/svg%3E");
    display: block;
    content: '';
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    color: rgba(255, 255, 255, 1);
    z-index: 3;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    margin-bottom: 0;
    padding: 0;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border: 0;
    font-size: 1.2rem;
    color: #4F2170;
    text-align: center;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type a:before {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -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: '';
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type a:after {
    display: none;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type a:hover:before,
.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column p:last-of-type a:focus:before {
    animation: pulse 1.5s infinite;
    opacity: 1;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(1) {
    height: 600px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #4F2170;
    background-image: url(https://stg-abelennl-staging.kinsta.cloud/wp-content/uploads/2024/09/pattern.png);
}

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

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: .75rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group:nth-child(2) {
    margin-top: 2em;
    background-color: #222;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group .wp-block-group__inner-container .wp-block-image {
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group .wp-block-group__inner-container h3,
.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) .wp-block-group .wp-block-group__inner-container p:not(:last-of-type) {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    z-index: 2;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(3) {
    height: 500px;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(3) .wp-block-image {
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(3) h3 {
    padding-top: 3rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) {
    padding-top: 10rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) .wp-block-group {
    height: 450px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #4F2170;
    background-image: url(https://stg-abelennl-staging.kinsta.cloud/wp-content/uploads/2024/09/pattern.png);
    border-radius: .75rem;
}

.wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) .wp-block-group .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(3),
    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) {
        height: auto;
    }

    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2),
    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) {
        padding-top: 0;
    }
}

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

    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column {
        flex-basis: calc(50% - 1em);
    }

    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(1) {
        height: 700px;
    }

    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(2) {
        padding-top: 0;
    }

    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) {
        padding-top: 0;
    }

    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(4) .wp-block-group {
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group.wp-block-group-services .wp-block-columns .wp-block-column:nth-child(1) {
        height: 640px;
    }
}

/* Extra */
.wp-block-group.wp-block-group-extra .wp-block-columns {
    margin-top: 2rem;
}

.wp-block-group.wp-block-group-extra .wp-block-columns .wp-block-column:has(p) p {
    padding: 1rem;
    background-color: #222;
    border-radius: 1rem;
    font-size: 1.1rem;
    color: #fff;
}

.wp-block-group.wp-block-group-extra .wp-block-columns .wp-block-column:has(p) p:before {
    width: 20px;
    height: 20px;
    margin-bottom: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='21px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M14.541,20.057 L14.541,5.516 L0.000,5.516 L4.011,-0.000 L18.051,-0.000 C19.159,-0.000 20.057,0.898 20.057,2.006 L20.057,5.516 L20.057,16.046 L14.541,20.057 Z'/%3E%3C/svg%3E");
    display: block;
    content: '';
}

/* Content image */
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) {
    padding-right: 7rem;
}

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

.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-image-content .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image {
    width: 100%;
    height: 100%;
    max-height: 700px;
    position: relative;
    margin-bottom: 0;
    border-radius: 1rem;
    z-index: 2;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image img,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    object-fit: cover;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required),
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) {
    margin: 0;
    padding: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 35px;
    display: block;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:before,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:before {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: .75rem;
    background-color: #eb5c24;
    border-radius: 50%;
    content: '';
    display: inline-block;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:after,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 11px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    content: '';
}

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

/* Content extra */
.wp-block-group.wp-block-group-content-extra {
    margin-bottom: 8rem;
    padding-top: 15rem;
    padding-bottom: 0;
}

.wp-block-group.wp-block-group-content-extra .wp-block-group__inner-container > .wp-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-group.wp-block-group-content-extra .wp-block-group__inner-container > .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.wp-block-group.wp-block-group-content-extra .wp-block-columns {
    position: relative;
    gap: 3em;
    z-index: 1;
}

.wp-block-group.wp-block-group-content-extra .wp-block-columns .wp-block-column:has(h3) {
    position: relative;
    top: 3.5rem;
    padding: 4rem;
    border-radius: 1rem;
}

.wp-block-group.wp-block-group-content-extra .wp-block-columns .wp-block-column h3 {
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-content-extra {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 5rem;
    }

    .wp-block-group.wp-block-group-content-extra .wp-block-group__inner-container > .wp-block-image {
        display: none;
    }

    .wp-block-group.wp-block-group-content-extra .wp-block-columns .wp-block-column:has(h3) {
        padding: 2rem;
    }
}

/* Content */
.wp-block-group.wp-block-group-content.wp-block-group-content-large p {
    font-size: 1.5rem;
}

.wp-block-group.wp-block-group-content p a {
    text-decoration: underline;
}

@media (max-width: 460px) {
	.cols-list {
		gap: 0rem!important;
	}
}

/* Slogan */
.wp-block-group.wp-block-group-slogan h2 {
    line-height: 1.2;
}

.wp-block-group.wp-block-group-slogan h2 a {
    color: #222;
    text-decoration: underline;
}

/* Photos */
.wp-block-group.wp-block-group-photos {
    padding-top: 0;
	padding-bottom: 0;
}

.wp-block-group.wp-block-group-photos .wp-block-group__inner-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.wp-block-group-photos .wp-block-columns {
    gap: 0;
}

.wp-block-group.wp-block-group-photos .wp-block-columns .wp-block-column .wp-block-image img {
    height: 500px;
    object-fit: cover;
}

/* Team */
.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column .wp-block-image {
    margin-bottom: 2rem;
    border-radius: .75rem;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column .wp-block-image img {
    border-radius: .75rem;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column h4,
.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column p {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Reviews */
.wp-block-group.wp-block-group-reviews .wp-block-columns .wp-block-column:nth-of-type(1) p:nth-of-type(1) {
    font-size: 4rem;
    font-weight: 700;
    color: #4F2170;
}

.wp-block-group.wp-block-group-reviews .carousel {
    background-color: #fff;
    border-radius: 1rem;
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-item {
    padding: 5rem 10rem 5rem 5rem;
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-item .carousel-item-grade {
    width: 100px;
    height: 100px;
    line-height: 100px;
    top: -25px;
    right: -7rem;
    border: 2px solid #4F2170;
    font-size: 2rem;
    color: #4F2170;
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-control-prev,
.wp-block-group.wp-block-group-reviews .carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #4F2170;
    opacity: 1;
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-control-prev {
    top: auto;
    bottom: -25px;
    left: 5rem;
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-control-next {
    top: auto;
    bottom: -25px;
    left: calc(5rem + 60px);
    right: auto;
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-control-prev:before,
.wp-block-group.wp-block-group-reviews .carousel .carousel-control-prev:after,
.wp-block-group.wp-block-group-reviews .carousel .carousel-control-next:before,
.wp-block-group.wp-block-group-reviews .carousel .carousel-control-next:after {
    width: 15px;
    height: 3px;
    position: absolute;
    left: 50%;
    background-color: #fff;
    border-radius: 2px;
    content: '';
}

.wp-block-group.wp-block-group-reviews .carousel .carousel-control-prev:before {
    top: calc(50% - 4px);
    -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-reviews .carousel .carousel-control-prev:after {
    top: calc(50% + 4px);
    -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-reviews .carousel .carousel-control-next:before {
    top: calc(50% - 4px);
    -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-reviews .carousel .carousel-control-next:after {
    top: calc(50% + 4px);
    -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-reviews .carousel .carousel-control-prev:hover,
.wp-block-group.wp-block-group-reviews .carousel .carousel-control-next:hover {
    background-color: #222;
}

/* Objects */
.wp-block-group.wp-block-group-objects .wp-block-group__inner-container > h2 {
    margin-bottom: 4rem;
}

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

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

.properties-filter-extra .properties-filter-show,
.properties-filter-extra .facetwp-sort .facetwp-sort-select,
.properties-filter-extra .facetwp-per-page .facetwp-per-page-select {
    border-radius: 1rem;
}

.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: #4F2170;
}

.properties-filter .facetwp-checkbox.checked:before,
.properties-filter .facetwp-radio.checked:before {
    background-color: #4F2170;
    border-color: #4F2170;
}

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

.properties-filter-v-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.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: #fff;
    border-radius: 1.5rem;
    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 #ebebeb;
}

.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 #ebebeb;
}

.properties-filter-v-1 .properties-filter-more {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: transparent;
    color: #222;
}

.properties-filter-v-1 .properties-filter-more a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222!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: #f4f4f4;
}

.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: #4F2170;
}

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

.properties-filter-selections .facetwp-selections .facetwp-selection-value {
    background-color: #003457;
    border-color: #003457;
    border-radius: 10px;
    color: #fff;
}

.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 .object,
.properties .object {
    padding: 1rem;
    border-radius: 1rem;
}

.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;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 300px 301px;
    mask-size: 300px 301px;
    -webkit-mask-position: center;
    mask-position: center;
}

.properties-special .object .object-image img,
.properties .object .object-image img {
    height: 450px;
    border-radius: 1rem;
}

.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: #4F2170;
    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.5rem;
    font-weight: 700;
    color: #222;
}

.properties-special .object .object-address .object-place,
.properties .object .object-address .object-place {
    opacity: .6;
}

.properties-special .object .object-price,
.properties .object .object-price {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    margin-bottom: 0!important;
    color: #4F2170;
}

.properties-special .object .object-features,
.properties .object .object-features {
    width: 100%;
    margin-bottom: 0!important;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #c7c7c7;
    display: -ms-flexbox;
    display: inline-flex;
    flex-direction: row;
}

.properties-special .object .object-feature,
.properties .object .object-feature {
    width: 33.3333%;
    color: #b0b3aa;
}

.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-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-aantalkamers .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    width: 40px;
    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,
.properties .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,
.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 .object-view,
.properties .object .object-view {
    position: absolute;
    bottom: .5rem;
    right: 1.5rem;
    margin-bottom: 0!important;
}

.properties-special .object .object-view a,
.properties .object .object-view a {
    width: 37px;
    height: 20px;
    top: -16px;
    padding: 0!important;
    background-color: transparent;
    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='%237b7f70' %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: #4F2170;*/
    background-color: transparent;
}

.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-special .object:hover .object-image,
.properties .object:hover .object-image,
.properties-special .object:focus .object-image,
.properties .object:focus .object-image {
    -webkit-mask-image: url(https://stg-abelennl-staging.kinsta.cloud/wp-content/uploads/2024/09/icon.png);
    mask-image: url(https://stg-abelennl-staging.kinsta.cloud/wp-content/uploads/2024/09/icon.png);
}


.properties-special .object-features .object-features-energy,
.properties .object-features .object-features-energy {
    position: absolute;
    top: -70px;
    left: 1.5rem;
}

.properties-special .object-features .object-features-energy .col-3,
.properties .object-features .object-features-energy .col-3 {
    display: none;
}

.properties-special .object-features .object-features-energy .object-feature-info,
.properties .object-features .object-features-energy .object-feature-info {
    height: 28px;
    line-height: 1.8;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    display: table;
}

.properties-special .object-features .object-features-energy .object-feature-info:after,
.properties .object-features .object-features-energy .object-feature-info:after {
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 14.9px solid transparent;
    border-bottom: 14.9px solid transparent; 
    border-left: 14.9px solid #0a6536;
    content: "";
}

.properties-special .object-features .object-features-energy-A .object-feature-info,
.properties .object-features .object-features-energy-A .object-feature-info {
    background-color: #0a6536;
}

.properties-special .object-features .object-features-energy-A .object-feature-info:after,
.properties .object-features .object-features-energy-A .object-feature-info:after {
    border-left-color: #0a6536;
}

.properties-special .object-features .object-features-energy-B .object-feature-info,
.properties .object-features .object-features-energy-B .object-feature-info {
    background-color: #138c3b;
}

.properties-special .object-features .object-features-energy-B .object-feature-info:after,
.properties .object-features .object-features-energy-B .object-feature-info:after {
    border-left-color: #138c3b;
}

.properties-special .object-features .object-features-energy-C .object-feature-info,
.properties .object-features .object-features-energy-C .object-feature-info {
    background-color: #93be31;
}

.properties-special .object-features .object-features-energy-C .object-feature-info:after,
.properties .object-features .object-features-energy-C .object-feature-info:after {
    border-left-color: #93be31;
}

.properties-special .object-features .object-features-energy-D .object-feature-info,
.properties .object-features .object-features-energy-D .object-feature-info {
    background-color: #fee934;
}

.properties-special .object-features .object-features-energy-D .object-feature-info:after,
.properties .object-features .object-features-energy-D .object-feature-info:after {
    border-left-color: #fee934;
}

.properties-special .object-features .object-features-energy-E .object-feature-info,
.properties .object-features .object-features-energy-E .object-feature-info {
    background-color: #f5b141;
}

.properties-special .object-features .object-features-energy-E .object-feature-info:after,
.properties .object-features .object-features-energy-E .object-feature-info:after {
    border-left-color: #f5b141;
}

.properties-special .object-features .object-features-energy-F .object-feature-info,
.properties .object-features .object-features-energy-F .object-feature-info {
    background-color: #e75a21;
}

.properties-special .object-features .object-features-energy-F .object-feature-info:after,
.properties .object-features .object-features-energy-F .object-feature-info:after {
    border-left-color: #e75a21;
}

.properties-special .object-features .object-features-energy-G .object-feature-info,
.properties .object-features .object-features-energy-G .object-feature-info {
    background-color: #ba1a28;
}

.properties-special .object-features .object-features-energy-G .object-feature-info:after,
.properties .object-features .object-features-energy-G .object-feature-info:after {
    border-left-color: #ba1a28;
}

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

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

@media (max-width: 767.98px) {
    .properties-special .object {
        margin-bottom: 2rem;
    }

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

@media (min-width: 768px) and (max-width: 991.98px) {
    .properties-special .object {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .properties-special .object .object-image img {
        height: 350px;
    }
}

/* Properties items */
/* Layout fix */
.properties-item .object-detail-extra,
.properties-item .object-detail-photos,
.properties-item .object-detail-header {
    background-color: #e3dfdc;
    background-image: url(https://stg-abelennl-staging.kinsta.cloud/wp-content/uploads/2024/09/pattern.png);
}

.properties-item .object-detail-photos .container {
    max-width: 100%;
}

.properties-item .object-detail-navigation {
    background-color: #e3dfdc;
}

.properties-item .object-detail-header:before {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(227,223,220,0) 0%,rgba(227,223,220,1) 100%);
    content: '';
}

.properties-item .object-detail-header .object-detail-adres {
    margin-top: 0!important
}

.properties-item .object-detail-header .object-detail-adres h1 {
    flex-direction: column;
    display: flex;
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-address-line:nth-child(1) {
    order: 2;
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-address-line:nth-child(2) {
    margin-bottom: 1rem;
    order: 1;
}

.properties-item .object-detail-navigation ul {
    width: 100%;
}

.list-object-navigation-tophuis svg {
	display: none;
}

.properties-item .object-detail-navigation li {
    width: 12%;
    position: relative;
    margin-bottom: 0!important;
    margin-right: 0!important;
}

.properties-item .object-detail-navigation li:before {
    width: 1px;
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    right: 0;
    background-color: rgba(255, 255, 255, .3);
    content: '';
}

.properties-item .object-detail-navigation li:last-of-type:before {
    display: none;
}

.properties-item .object-detail-navigation li a {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
    background-color: transparent;
    border: 0;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    font-size: 1rem;
    color: #222;
    text-align: center;  
}

.properties-item .object-detail-navigation li a:before {
    width: 24px;
    height: 24px;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    -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: '';
    display: table;
}

.properties-item .object-detail-navigation li.list-object-navigation-description a {
    background-color: #fff;
    color: #222;
}

.list-object-navigation-tophuis a div {
	margin-left: 0;
}

.properties-item .object-detail-navigation li.list-object-navigation-description a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z' fill='%23222222'/%3E%3Cpath d='M22 10.7485H18C14.58 10.7485 13.25 9.41852 13.25 5.99852V1.99852C13.25 1.69852 13.43 1.41852 13.71 1.30852C13.99 1.18852 14.31 1.25852 14.53 1.46852L22.53 9.46852C22.74 9.67852 22.81 10.0085 22.69 10.2885C22.57 10.5685 22.3 10.7485 22 10.7485ZM14.75 3.80852V5.99852C14.75 8.57852 15.42 9.24852 18 9.24852H20.19L14.75 3.80852Z' fill='%23222222'/%3E%3Cpath d='M13 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H13C13.41 12.25 13.75 12.59 13.75 13C13.75 13.41 13.41 13.75 13 13.75Z' fill='%23222222'/%3E%3Cpath d='M11 17.75H7C6.59 17.75 6.25 17.41 6.25 17C6.25 16.59 6.59 16.25 7 16.25H11C11.41 16.25 11.75 16.59 11.75 17C11.75 17.41 11.41 17.75 11 17.75Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-features a:before {
    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='M17.6191 9.62109H12.3691C11.9591 9.62109 11.6191 9.28109 11.6191 8.87109C11.6191 8.46109 11.9591 8.12109 12.3691 8.12109H17.6191C18.0291 8.12109 18.3691 8.46109 18.3691 8.87109C18.3691 9.28109 18.0391 9.62109 17.6191 9.62109Z' fill='%23222222'/%3E%3Cpath d='M7.12055 10.3803C6.93055 10.3803 6.74055 10.3103 6.59055 10.1603L5.84055 9.41031C5.55055 9.12031 5.55055 8.64031 5.84055 8.35031C6.13055 8.06031 6.61055 8.06031 6.90055 8.35031L7.12055 8.57031L8.84055 6.85031C9.13055 6.56031 9.61055 6.56031 9.90055 6.85031C10.1905 7.14031 10.1905 7.62031 9.90055 7.91031L7.65055 10.1603C7.51055 10.3003 7.32055 10.3803 7.12055 10.3803Z' fill='%23222222'/%3E%3Cpath d='M17.6191 16.6211H12.3691C11.9591 16.6211 11.6191 16.2811 11.6191 15.8711C11.6191 15.4611 11.9591 15.1211 12.3691 15.1211H17.6191C18.0291 15.1211 18.3691 15.4611 18.3691 15.8711C18.3691 16.2811 18.0391 16.6211 17.6191 16.6211Z' fill='%23222222'/%3E%3Cpath d='M7.12055 17.3803C6.93055 17.3803 6.74055 17.3103 6.59055 17.1603L5.84055 16.4103C5.55055 16.1203 5.55055 15.6403 5.84055 15.3503C6.13055 15.0603 6.61055 15.0603 6.90055 15.3503L7.12055 15.5703L8.84055 13.8503C9.13055 13.5603 9.61055 13.5603 9.90055 13.8503C10.1905 14.1403 10.1905 14.6203 9.90055 14.9103L7.65055 17.1603C7.51055 17.3003 7.32055 17.3803 7.12055 17.3803Z' fill='%23222222'/%3E%3Cpath d='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li.list-object-navigation-all-photos a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z' fill='%23222222'/%3E%3Cpath d='M2.6688 19.6986C2.4288 19.6986 2.1888 19.5786 2.0488 19.3686C1.8188 19.0286 1.9088 18.5586 2.2588 18.3286L7.1888 15.0186C8.2688 14.2886 9.7588 14.3786 10.7388 15.2086L11.0688 15.4986C11.5688 15.9286 12.4188 15.9286 12.9088 15.4986L17.0688 11.9286C18.1288 11.0186 19.7988 11.0186 20.8688 11.9286L22.4988 13.3286C22.8088 13.5986 22.8488 14.0686 22.5788 14.3886C22.3088 14.6986 21.8388 14.7386 21.5188 14.4686L19.8888 13.0686C19.3888 12.6386 18.5388 12.6386 18.0388 13.0686L13.8788 16.6386C12.8188 17.5486 11.1488 17.5486 10.0788 16.6386L9.7488 16.3486C9.28879 15.9586 8.5288 15.9186 8.0188 16.2686L3.0888 19.5786C2.9588 19.6586 2.8088 19.6986 2.6688 19.6986Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li.list-object-navigation-other-media a:before,
.properties-item .object-detail-navigation li.list-object-navigation-floorplan a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M13.952 22.7487C13.612 22.7487 13.312 22.5187 13.222 22.1787L8.27205 2.17871C8.17205 1.77871 8.42204 1.36873 8.82204 1.26873C9.22204 1.16873 9.63201 1.40873 9.73201 1.81873L14.682 21.8187C14.782 22.2187 14.532 22.6287 14.132 22.7287C14.072 22.7387 14.012 22.7487 13.952 22.7487Z' fill='%23222222'/%3E%3Cpath d='M2.0018 15.7506C1.6718 15.7506 1.38183 15.5406 1.28183 15.2106C1.16183 14.8106 1.39178 14.4006 1.79178 14.2806L11.3218 11.5006C11.7218 11.3806 12.1318 11.6106 12.2518 12.0106C12.3718 12.4106 12.1418 12.8206 11.7418 12.9406L2.21183 15.7206C2.14183 15.7406 2.0718 15.7506 2.0018 15.7506Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-video a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M13.952 22.7487C13.612 22.7487 13.312 22.5187 13.222 22.1787L8.27205 2.17871C8.17205 1.77871 8.42204 1.36873 8.82204 1.26873C9.22204 1.16873 9.63201 1.40873 9.73201 1.81873L14.682 21.8187C14.782 22.2187 14.532 22.6287 14.132 22.7287C14.072 22.7387 14.012 22.7487 13.952 22.7487Z' fill='%23222222'/%3E%3Cpath d='M2.0018 15.7506C1.6718 15.7506 1.38183 15.5406 1.28183 15.2106C1.16183 14.8106 1.39178 14.4006 1.79178 14.2806L11.3218 11.5006C11.7218 11.3806 12.1318 11.6106 12.2518 12.0106C12.3718 12.4106 12.1418 12.8206 11.7418 12.9406L2.21183 15.7206C2.14183 15.7406 2.0718 15.7506 2.0018 15.7506Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-tophuis a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M13.952 22.7487C13.612 22.7487 13.312 22.5187 13.222 22.1787L8.27205 2.17871C8.17205 1.77871 8.42204 1.36873 8.82204 1.26873C9.22204 1.16873 9.63201 1.40873 9.73201 1.81873L14.682 21.8187C14.782 22.2187 14.532 22.6287 14.132 22.7287C14.072 22.7387 14.012 22.7487 13.952 22.7487Z' fill='%23222222'/%3E%3Cpath d='M2.0018 15.7506C1.6718 15.7506 1.38183 15.5406 1.28183 15.2106C1.16183 14.8106 1.39178 14.4006 1.79178 14.2806L11.3218 11.5006C11.7218 11.3806 12.1318 11.6106 12.2518 12.0106C12.3718 12.4106 12.1418 12.8206 11.7418 12.9406L2.21183 15.7206C2.14183 15.7406 2.0718 15.7506 2.0018 15.7506Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-brochure a:before {
    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='M12 22.0795C11.7 22.0795 11.4 22.0095 11.15 21.8695C9.28 20.8495 5.99 19.7695 3.93 19.4995L3.64 19.4595C2.33 19.2995 1.25 18.0695 1.25 16.7395V4.65952C1.25 3.86952 1.56 3.14952 2.13 2.62952C2.7 2.10952 3.44 1.85952 4.22 1.92952C6.42 2.09952 9.74 3.19952 11.62 4.37952L11.86 4.51952C11.93 4.55952 12.08 4.55952 12.14 4.52952L12.3 4.42952C14.18 3.24952 17.5 2.12952 19.71 1.93952C19.73 1.93952 19.81 1.93952 19.83 1.93952C20.56 1.86952 21.31 2.12952 21.87 2.64952C22.44 3.16952 22.75 3.88952 22.75 4.67952V16.7495C22.75 18.0895 21.67 19.3095 20.35 19.4695L20.02 19.5095C17.96 19.7795 14.66 20.8695 12.83 21.8795C12.59 22.0195 12.3 22.0795 12 22.0795ZM3.98 3.41952C3.66 3.41952 3.37 3.52952 3.14 3.73952C2.89 3.96952 2.75 4.29952 2.75 4.65952V16.7395C2.75 17.3295 3.26 17.8995 3.83 17.9795L4.13 18.0195C6.38 18.3195 9.83 19.4495 11.83 20.5395C11.92 20.5795 12.05 20.5895 12.1 20.5695C14.1 19.4595 17.57 18.3195 19.83 18.0195L20.17 17.9795C20.74 17.9095 21.25 17.3295 21.25 16.7395V4.66952C21.25 4.29952 21.11 3.97952 20.86 3.73952C20.6 3.50952 20.27 3.39952 19.9 3.41952C19.88 3.41952 19.8 3.41952 19.78 3.41952C17.87 3.58952 14.79 4.61952 13.11 5.66952L12.95 5.77952C12.4 6.11952 11.62 6.11952 11.09 5.78952L10.85 5.64952C9.14 4.59952 6.06 3.57952 4.1 3.41952C4.06 3.41952 4.02 3.41952 3.98 3.41952Z' fill='%23222222'/%3E%3Cpath d='M12 21.2383C11.59 21.2383 11.25 20.8983 11.25 20.4883V5.48828C11.25 5.07828 11.59 4.73828 12 4.73828C12.41 4.73828 12.75 5.07828 12.75 5.48828V20.4883C12.75 20.9083 12.41 21.2383 12 21.2383Z' fill='%23222222'/%3E%3Cpath d='M7.75 9.23828H5.5C5.09 9.23828 4.75 8.89828 4.75 8.48828C4.75 8.07828 5.09 7.73828 5.5 7.73828H7.75C8.16 7.73828 8.5 8.07828 8.5 8.48828C8.5 8.89828 8.16 9.23828 7.75 9.23828Z' fill='%23222222'/%3E%3Cpath d='M8.5 12.2383H5.5C5.09 12.2383 4.75 11.8983 4.75 11.4883C4.75 11.0783 5.09 10.7383 5.5 10.7383H8.5C8.91 10.7383 9.25 11.0783 9.25 11.4883C9.25 11.8983 8.91 12.2383 8.5 12.2383Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li.list-object-navigation-sun a:before {
    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='M12 19.25C8 19.25 4.75 16 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 16 16 19.25 12 19.25ZM12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 15.17 8.83 17.75 12 17.75C15.17 17.75 17.75 15.17 17.75 12C17.75 8.83 15.17 6.25 12 6.25Z' fill='%23222222'/%3E%3Cpath d='M12 22.96C11.45 22.96 11 22.55 11 22V21.92C11 21.37 11.45 20.92 12 20.92C12.55 20.92 13 21.37 13 21.92C13 22.47 12.55 22.96 12 22.96ZM19.14 20.14C18.88 20.14 18.63 20.04 18.43 19.85L18.3 19.72C17.91 19.33 17.91 18.7 18.3 18.31C18.69 17.92 19.32 17.92 19.71 18.31L19.84 18.44C20.23 18.83 20.23 19.46 19.84 19.85C19.65 20.04 19.4 20.14 19.14 20.14ZM4.86 20.14C4.6 20.14 4.35 20.04 4.15 19.85C3.76 19.46 3.76 18.83 4.15 18.44L4.28 18.31C4.67 17.92 5.3 17.92 5.69 18.31C6.08 18.7 6.08 19.33 5.69 19.72L5.56 19.85C5.37 20.04 5.11 20.14 4.86 20.14ZM22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.04 11.45 3.04 12C3.04 12.55 2.63 13 2.08 13ZM19.01 5.99C18.75 5.99 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.68 18.3 4.29L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18 19.84 5.57L19.71 5.7C19.52 5.89 19.27 5.99 19.01 5.99ZM4.99 5.99C4.73 5.99 4.48 5.89 4.28 5.7L4.15 5.56C3.76 5.17 3.76 4.54 4.15 4.15C4.54 3.76 5.17 3.76 5.56 4.15L5.69 4.28C6.08 4.67 6.08 5.3 5.69 5.69C5.5 5.89 5.24 5.99 4.99 5.99ZM12 3.04C11.45 3.04 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04 12 3.04Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-360 a:before {
    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='M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 9.64 2 7.4 3.42 5.52C3.67 5.19 4.14 5.13 4.47 5.38C4.8 5.63 4.87 6.1 4.62 6.43C3.4 8.04 2.75 9.97 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75C11.59 2.75 11.25 2.41 11.25 2C11.25 1.59 11.59 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z' fill='%23222222'/%3E%3Cpath d='M12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 11.59 4.59 11.25 5 11.25C5.41 11.25 5.75 11.59 5.75 12C5.75 15.45 8.55 18.25 12 18.25C15.45 18.25 18.25 15.45 18.25 12C18.25 8.55 15.45 5.75 12 5.75C11.59 5.75 11.25 5.41 11.25 5C11.25 4.59 11.59 4.25 12 4.25C16.27 4.25 19.75 7.73 19.75 12C19.75 16.27 16.27 19.75 12 19.75Z' fill='%23222222'/%3E%3Cpath d='M12 16.75C11.59 16.75 11.25 16.41 11.25 16C11.25 15.59 11.59 15.25 12 15.25C13.79 15.25 15.25 13.79 15.25 12C15.25 10.21 13.79 8.75 12 8.75C11.59 8.75 11.25 8.41 11.25 8C11.25 7.59 11.59 7.25 12 7.25C14.62 7.25 16.75 9.38 16.75 12C16.75 14.62 14.62 16.75 12 16.75Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li:hover a {
    background-color: #fff;
    color: #222;
}

.properties-item .object-detail-navigation li.list-object-navigation-features:hover a:before {
    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='M17.6191 9.62109H12.3691C11.9591 9.62109 11.6191 9.28109 11.6191 8.87109C11.6191 8.46109 11.9591 8.12109 12.3691 8.12109H17.6191C18.0291 8.12109 18.3691 8.46109 18.3691 8.87109C18.3691 9.28109 18.0391 9.62109 17.6191 9.62109Z' fill='%23222222'/%3E%3Cpath d='M7.12055 10.3803C6.93055 10.3803 6.74055 10.3103 6.59055 10.1603L5.84055 9.41031C5.55055 9.12031 5.55055 8.64031 5.84055 8.35031C6.13055 8.06031 6.61055 8.06031 6.90055 8.35031L7.12055 8.57031L8.84055 6.85031C9.13055 6.56031 9.61055 6.56031 9.90055 6.85031C10.1905 7.14031 10.1905 7.62031 9.90055 7.91031L7.65055 10.1603C7.51055 10.3003 7.32055 10.3803 7.12055 10.3803Z' fill='%23222222'/%3E%3Cpath d='M17.6191 16.6211H12.3691C11.9591 16.6211 11.6191 16.2811 11.6191 15.8711C11.6191 15.4611 11.9591 15.1211 12.3691 15.1211H17.6191C18.0291 15.1211 18.3691 15.4611 18.3691 15.8711C18.3691 16.2811 18.0391 16.6211 17.6191 16.6211Z' fill='%23222222'/%3E%3Cpath d='M7.12055 17.3803C6.93055 17.3803 6.74055 17.3103 6.59055 17.1603L5.84055 16.4103C5.55055 16.1203 5.55055 15.6403 5.84055 15.3503C6.13055 15.0603 6.61055 15.0603 6.90055 15.3503L7.12055 15.5703L8.84055 13.8503C9.13055 13.5603 9.61055 13.5603 9.90055 13.8503C10.1905 14.1403 10.1905 14.6203 9.90055 14.9103L7.65055 17.1603C7.51055 17.3003 7.32055 17.3803 7.12055 17.3803Z' fill='%23222222'/%3E%3Cpath d='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li.list-object-navigation-all-photos:hover a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z' fill='%23222222'/%3E%3Cpath d='M2.6688 19.6986C2.4288 19.6986 2.1888 19.5786 2.0488 19.3686C1.8188 19.0286 1.9088 18.5586 2.2588 18.3286L7.1888 15.0186C8.2688 14.2886 9.7588 14.3786 10.7388 15.2086L11.0688 15.4986C11.5688 15.9286 12.4188 15.9286 12.9088 15.4986L17.0688 11.9286C18.1288 11.0186 19.7988 11.0186 20.8688 11.9286L22.4988 13.3286C22.8088 13.5986 22.8488 14.0686 22.5788 14.3886C22.3088 14.6986 21.8388 14.7386 21.5188 14.4686L19.8888 13.0686C19.3888 12.6386 18.5388 12.6386 18.0388 13.0686L13.8788 16.6386C12.8188 17.5486 11.1488 17.5486 10.0788 16.6386L9.7488 16.3486C9.28879 15.9586 8.5288 15.9186 8.0188 16.2686L3.0888 19.5786C2.9588 19.6586 2.8088 19.6986 2.6688 19.6986Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li.list-object-navigation-other-media:hover a:before,
.properties-item .object-detail-navigation li.list-object-navigation-floorplan:hover a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M13.952 22.7487C13.612 22.7487 13.312 22.5187 13.222 22.1787L8.27205 2.17871C8.17205 1.77871 8.42204 1.36873 8.82204 1.26873C9.22204 1.16873 9.63201 1.40873 9.73201 1.81873L14.682 21.8187C14.782 22.2187 14.532 22.6287 14.132 22.7287C14.072 22.7387 14.012 22.7487 13.952 22.7487Z' fill='%23222222'/%3E%3Cpath d='M2.0018 15.7506C1.6718 15.7506 1.38183 15.5406 1.28183 15.2106C1.16183 14.8106 1.39178 14.4006 1.79178 14.2806L11.3218 11.5006C11.7218 11.3806 12.1318 11.6106 12.2518 12.0106C12.3718 12.4106 12.1418 12.8206 11.7418 12.9406L2.21183 15.7206C2.14183 15.7406 2.0718 15.7506 2.0018 15.7506Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-tophuis:hover a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M13.952 22.7487C13.612 22.7487 13.312 22.5187 13.222 22.1787L8.27205 2.17871C8.17205 1.77871 8.42204 1.36873 8.82204 1.26873C9.22204 1.16873 9.63201 1.40873 9.73201 1.81873L14.682 21.8187C14.782 22.2187 14.532 22.6287 14.132 22.7287C14.072 22.7387 14.012 22.7487 13.952 22.7487Z' fill='%23222222'/%3E%3Cpath d='M2.0018 15.7506C1.6718 15.7506 1.38183 15.5406 1.28183 15.2106C1.16183 14.8106 1.39178 14.4006 1.79178 14.2806L11.3218 11.5006C11.7218 11.3806 12.1318 11.6106 12.2518 12.0106C12.3718 12.4106 12.1418 12.8206 11.7418 12.9406L2.21183 15.7206C2.14183 15.7406 2.0718 15.7506 2.0018 15.7506Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
	
.properties-item .object-detail-navigation li.list-object-navigation-video:hover a:before {
    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='M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z' fill='%23222222'/%3E%3Cpath d='M13.952 22.7487C13.612 22.7487 13.312 22.5187 13.222 22.1787L8.27205 2.17871C8.17205 1.77871 8.42204 1.36873 8.82204 1.26873C9.22204 1.16873 9.63201 1.40873 9.73201 1.81873L14.682 21.8187C14.782 22.2187 14.532 22.6287 14.132 22.7287C14.072 22.7387 14.012 22.7487 13.952 22.7487Z' fill='%23222222'/%3E%3Cpath d='M2.0018 15.7506C1.6718 15.7506 1.38183 15.5406 1.28183 15.2106C1.16183 14.8106 1.39178 14.4006 1.79178 14.2806L11.3218 11.5006C11.7218 11.3806 12.1318 11.6106 12.2518 12.0106C12.3718 12.4106 12.1418 12.8206 11.7418 12.9406L2.21183 15.7206C2.14183 15.7406 2.0718 15.7506 2.0018 15.7506Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.properties-item .object-detail-navigation li.list-object-navigation-brochure:hover a:before {
    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='M12 22.0795C11.7 22.0795 11.4 22.0095 11.15 21.8695C9.28 20.8495 5.99 19.7695 3.93 19.4995L3.64 19.4595C2.33 19.2995 1.25 18.0695 1.25 16.7395V4.65952C1.25 3.86952 1.56 3.14952 2.13 2.62952C2.7 2.10952 3.44 1.85952 4.22 1.92952C6.42 2.09952 9.74 3.19952 11.62 4.37952L11.86 4.51952C11.93 4.55952 12.08 4.55952 12.14 4.52952L12.3 4.42952C14.18 3.24952 17.5 2.12952 19.71 1.93952C19.73 1.93952 19.81 1.93952 19.83 1.93952C20.56 1.86952 21.31 2.12952 21.87 2.64952C22.44 3.16952 22.75 3.88952 22.75 4.67952V16.7495C22.75 18.0895 21.67 19.3095 20.35 19.4695L20.02 19.5095C17.96 19.7795 14.66 20.8695 12.83 21.8795C12.59 22.0195 12.3 22.0795 12 22.0795ZM3.98 3.41952C3.66 3.41952 3.37 3.52952 3.14 3.73952C2.89 3.96952 2.75 4.29952 2.75 4.65952V16.7395C2.75 17.3295 3.26 17.8995 3.83 17.9795L4.13 18.0195C6.38 18.3195 9.83 19.4495 11.83 20.5395C11.92 20.5795 12.05 20.5895 12.1 20.5695C14.1 19.4595 17.57 18.3195 19.83 18.0195L20.17 17.9795C20.74 17.9095 21.25 17.3295 21.25 16.7395V4.66952C21.25 4.29952 21.11 3.97952 20.86 3.73952C20.6 3.50952 20.27 3.39952 19.9 3.41952C19.88 3.41952 19.8 3.41952 19.78 3.41952C17.87 3.58952 14.79 4.61952 13.11 5.66952L12.95 5.77952C12.4 6.11952 11.62 6.11952 11.09 5.78952L10.85 5.64952C9.14 4.59952 6.06 3.57952 4.1 3.41952C4.06 3.41952 4.02 3.41952 3.98 3.41952Z' fill='%23222222'/%3E%3Cpath d='M12 21.2383C11.59 21.2383 11.25 20.8983 11.25 20.4883V5.48828C11.25 5.07828 11.59 4.73828 12 4.73828C12.41 4.73828 12.75 5.07828 12.75 5.48828V20.4883C12.75 20.9083 12.41 21.2383 12 21.2383Z' fill='%23222222'/%3E%3Cpath d='M7.75 9.23828H5.5C5.09 9.23828 4.75 8.89828 4.75 8.48828C4.75 8.07828 5.09 7.73828 5.5 7.73828H7.75C8.16 7.73828 8.5 8.07828 8.5 8.48828C8.5 8.89828 8.16 9.23828 7.75 9.23828Z' fill='%23222222'/%3E%3Cpath d='M8.5 12.2383H5.5C5.09 12.2383 4.75 11.8983 4.75 11.4883C4.75 11.0783 5.09 10.7383 5.5 10.7383H8.5C8.91 10.7383 9.25 11.0783 9.25 11.4883C9.25 11.8983 8.91 12.2383 8.5 12.2383Z' fill='%23222222'/%3E%3C/svg%3E");
}

.properties-item .object-detail-navigation li.list-object-navigation-sun:hover a:before {
    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='M12 19.25C8 19.25 4.75 16 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 16 16 19.25 12 19.25ZM12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 15.17 8.83 17.75 12 17.75C15.17 17.75 17.75 15.17 17.75 12C17.75 8.83 15.17 6.25 12 6.25Z' fill='%23222222'/%3E%3Cpath d='M12 22.96C11.45 22.96 11 22.55 11 22V21.92C11 21.37 11.45 20.92 12 20.92C12.55 20.92 13 21.37 13 21.92C13 22.47 12.55 22.96 12 22.96ZM19.14 20.14C18.88 20.14 18.63 20.04 18.43 19.85L18.3 19.72C17.91 19.33 17.91 18.7 18.3 18.31C18.69 17.92 19.32 17.92 19.71 18.31L19.84 18.44C20.23 18.83 20.23 19.46 19.84 19.85C19.65 20.04 19.4 20.14 19.14 20.14ZM4.86 20.14C4.6 20.14 4.35 20.04 4.15 19.85C3.76 19.46 3.76 18.83 4.15 18.44L4.28 18.31C4.67 17.92 5.3 17.92 5.69 18.31C6.08 18.7 6.08 19.33 5.69 19.72L5.56 19.85C5.37 20.04 5.11 20.14 4.86 20.14ZM22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.04 11.45 3.04 12C3.04 12.55 2.63 13 2.08 13ZM19.01 5.99C18.75 5.99 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.68 18.3 4.29L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18 19.84 5.57L19.71 5.7C19.52 5.89 19.27 5.99 19.01 5.99ZM4.99 5.99C4.73 5.99 4.48 5.89 4.28 5.7L4.15 5.56C3.76 5.17 3.76 4.54 4.15 4.15C4.54 3.76 5.17 3.76 5.56 4.15L5.69 4.28C6.08 4.67 6.08 5.3 5.69 5.69C5.5 5.89 5.24 5.99 4.99 5.99ZM12 3.04C11.45 3.04 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04 12 3.04Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767.98px) {
    .properties-item .object-detail-navigation {
        display: none;
    }
}

/* Layout fix */
.properties-item .object-detail-extra {
    padding-top: 10rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    display: none;
}

.properties-item .object-detail-extra li a,
.properties-item .object-detail-extra li div.object-favorite {
    border-radius: 50px;
}

.properties-item .object-detail-photos {
    padding-top: 1rem;
}

.properties-item .object-detail-photos img,
.properties-item .object-detail-photo-show-more,
.properties-item .object-detail-photos-full img,
.properties-item .object-detail-other-media a,
.properties-item .object-detail-other-media img {
    border-radius: 1rem;
}

.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-extra li.object-detail-extra-li-back a {
    background-color: #4F2170;
    border-color: #4F2170;
    border-radius: 50%!important;
}

.properties-item .object-detail-extra li.object-detail-extra-li-back a svg {
    fill: #fff;
}

.properties-item .object-detail-extra li.object-detail-extra-li-back a:hover,
.properties-item .object-detail-extra li.object-detail-extra-li-back a:focus {
    background-color: #222;
}

.properties-item .object-detail-photo div.object-status {
    padding: .5rem 2rem!important;
    position: absolute!important;
    top: auto;
    top: 1rem;
    left: 1rem;
    background-color: #4F2170;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    display: table;
    z-index: 3;
}

.properties-item .object-detail-header {
    position: relative;
}

.properties-item .object-detail-header .object-detail-price {
    color: #4F2170;
    font-weight: 700;
}

.properties-item .object-detail-header .object-detail-status-address {
    color: #99ca3c;
}

.properties-item .object-detail-header li a {
    background-color: #4F2170;
    border: 0;
    border-radius: 50px;
    font-size: .9rem;
    color: #fff;
}

.properties-item .object-detail-header li a:hover,
.properties-item .object-detail-header li a:focus {
    background-color: #4F2170;
}

.properties-item .object-detail-header li.li-header-phone a,
.properties-item .object-detail-header li.li-header-email a {
    background-color: transparent;
    border: 1px solid #222;
}

.properties-item .object-detail-header li.li-header-phone a svg path,
.properties-item .object-detail-header li.li-header-email a svg path {
    fill: #222;
}

.properties-item .object-detail-header li.li-header-phone a:hover,
.properties-item .object-detail-header li.li-header-email a:hover {
    background-color: #fff;
    border-color: #fff;
}

.properties-item .object-detail-header li.li-header-phone a:hover svg path,
.properties-item .object-detail-header li.li-header-email a:hover svg path {
    fill: #222;
}

.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 {
    text-transform: capitalize;
    font-weight: 600;
}

.properties-item .object-detail-contact {
    border-radius: 1rem;
}

.properties-item .object-detail-contact .contact-info-appointment a {
    position: relative;
    padding: .75rem 2rem!important;
    background-color: #4F2170;
    border: 0;
    border-radius: 50px;
    color: #fff;
}

.properties-item .object-detail-contact .contact-info-appointment a:hover {
    background-color: #003457;
}

.properties-item .object-detail-information .object-detail-description-more,
.properties-item .object-detail-features .object-detail-features-more,
.properties-item .object-detail-photos-full .object-detail-photos-more {
    position: relative;
    padding: .75rem 2rem!important;
    background-color: #4F2170;
    border: 0;
    border-radius: 50px;
    color: #fff;
}

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

.properties-item .object-detail-features .object-detail-features-more span:after,
.properties-item .object-detail-features .object-detail-features-more span:before,
.properties-item .object-detail-information .object-detail-description-more span:before,
.properties-item .object-detail-information .object-detail-description-more span:after,
.properties-item .object-detail-photos-full .object-detail-photos-more span:before,
.properties-item .object-detail-photos-full .object-detail-photos-more span:after {
    background-color: #fff;
}

.properties-item-scroll {
    z-index: 860;
}

.properties-item-scroll li a {
    background-color: #4F2170;
    border: 0;
    border-radius: 1rem;
    font-size: 1rem;
    color: #fff;
}

.properties-item-scroll li a:hover,
.properties-item-scroll li a:focus {
    background-color: #222;
}

.properties-item-scroll li.li-scroll-phone a,
.properties-item-scroll li.li-scroll-email a {
    background-color: transparent;
    border: 1px solid #222;
}

.properties-item-scroll li.li-scroll-phone a:hover,
.properties-item-scroll li.li-scroll-email a:hover {
    background-color: #222;
    border-color: #222;
}

.properties-item-scroll li.li-scroll-phone a:hover svg path,
.properties-item-scroll li.li-scroll-email a:hover svg path {
    fill: #fff;
}

.properties-item-scroll .object-detail-adres {
    color: #222;
    display: table;
}

.properties-item-scroll .object-detail-adres .object-address-line {
    float: left;
}

.properties-item-scroll .object-detail-price {
    color: #4F2170;
}

@media (max-width: 767.98px) {
    .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: 25pt;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .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: 25pt;
    }

    .properties-item .object-detail-navigation ul {
        display: flex!important;
    }
    
    .properties-item .object-detail-navigation li {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .properties-item .object-detail-navigation ul {
        display: flex!important;
    }
    
    .properties-item .object-detail-navigation li {
        width: auto;
    }
}

/* Footer */
.footer {
    font-size: .9rem;
}

.footer .container {
    max-width: 1300px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer img {
    max-width: 250px;
}

.footer h4 {
    font-weight: 600;
}

.footer h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.footer li {
    line-height: 1.8;
}

.footer-brand svg.svg-brand {
	max-height: 35px;
}

.footer-brand a {
}

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


svg.svg-brand .svg-nwwi-3 {
	fill: #717171;
	opacity: .4;
}

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

.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 #4F2170;
    border-width: 0 2px 2px 0;
    display: inline-block;
    content: '';
}

.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: #222;
}

.footer ul.list-brands a {
    padding: 1rem;
    border-radius: 1rem;
}

.footer ul.list-brands a svg,
.footer ul.list-brands a img {
    height: 45px;
}

@media (max-width: 460px) {
	.footer ul.list-brands a svg,
	.footer ul.list-brands a img {
		height: 25px;
	}
}

.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,
.footer svg.svg-brand .svg-regiobank-1 {
	fill: #6e6e6e;
}

.footer svg.svg-brand .svg-nwwi-3 {
	fill: #6e6e6e;
	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: #f5f5f5;
}

.footer-copyright {
    padding-bottom: 0rem;
    font-size: .8rem;
    color: #7b7f70;
    text-align: center;
	padding-top: 1rem;
	background-color: #1c1c1c;
}

.footer-copyright a {
    color: #7b7f70;
}

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

.footer {
    background: #111;
    color: #fff;
    padding: 60px 0;
}

.footer a {
    color: #fff;
}

.footer .footer-title {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

/* LINKS BLOK */
.footer-info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* LOGO'S RECHTS */
.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-logos img {
    max-height: 40px;
    width: auto;
    opacity: 0.9;
}

/* Announcement */
.announcement {
    max-width: 300px;
    bottom: 15px;
    left: 80px;
    z-index: 1029;
}

.announcement .collapse {
    max-width: 300px;
    border-radius: 1rem;
    -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;
    -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);
    border-radius: 1rem;
    box-shadow: none;
    font-size: .9rem;
}

.announcement .announcement-image img {
    width: 100%;
    max-height: 290px;
}

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

.announcement a.btn {
    padding-right: 2.5rem;
    font-size: .9rem;
    background-color: #4F2170;
    border-radius: 50px;
    color: #fff;
}

.announcement a.btn:before,
.announcement a.btn:after {
    width: 8px;
    height: 2px;
    position: absolute;
    right: 1rem;
    background-color: #fff;
    border-radius: 5px;
    content: '';
}

.announcement a.btn:before {
    top: calc(50% - 2.5px);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.announcement a.btn:after {
    top: calc(50% + 2.5px);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
}

.announcement a.btn:hover,
.announcement a.btn:focus {
    background-color: #8d783f;
}

.announcement .btn-announcement-close {
    width: 30px;
    height: 30px;
    background-color: #4F2170;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

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

.announcement.announcement-small {
    cursor: pointer;
    display: none;
}

.announcement.announcement-small:hover .well,
.announcement.announcement-small:focus .well {
    background-color: #fed919!important;
}

.announcement.announcement-small .announcement-image,
.announcement.announcement-small .announcement-info,
.announcement.announcement-small .btn-announcement-close {
    display: none;
}

@media (max-width: 767.98px) {
    .announcement {
        max-width: 250px;
        bottom: 90px;
        left: 0;
    }

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

    .announcement .announcement-image {
        display: none;
    }

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

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

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

/* stack section */

.kl-scroll-sequence {
    position: relative;
    background: #e7e4de;
}

.kl-panel {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.kl-panel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* zorg dat elk volgend beeld boven het vorige komt */
.kl-panel-1 { z-index: 1; }
.kl-panel-2 { z-index: 2; }
.kl-panel-3 { z-index: 3; }
.kl-panel-4 { z-index: 4; }

/* optioneel: iets minder hard op mobiel */
@media (max-width: 767.98px) {
    .kl-panel {
        height: 80vh;
    }
}