@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

:root {
    --main-color: #070d00;
    --beige-300: #f4f0ec;
    --beige-400: #eae7e3;
    --beige-500: #e2ddd6;
    --beige-700: #d4cdc2;
    --beige-900: #7c7160;
    --grey-300: #cecdc8;
    --grey-400: #9b9b9b;
    --grey-700: #676767;
    --blue-400: #017dc5;
    --warm-400: #fad062;
    --warm-700: #e9b126;
    --warm-900: #bb8e19;
    --font-sans: 'Montserrat', sans-serif;
    --font-serif: ivypresto-display, sans-serif;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body.home,
html.home {
    height: 100%;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}
button,
input,
select,
textarea {
    font: inherit;
    color: var(--main-color);
}
fieldset {
    margin: 0;
    padding: 0;
    border-width: 0;
}
*,
h5,
h6,
p {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
    padding: 0;
    font-weight: 300;
}
p {
    margin-bottom: 1rem;
}
dd, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    font-size: 59px;
    margin-bottom: .5em;
}

h1 + p {
    max-width: 714px;
    margin: auto;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
}
body {
    color: var(--main-color);
    background-color: var(--beige-light);
    font-family: var(--font-serif);
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    position: relative;
    font-optical-sizing: auto;
}
main {
    position: relative;
}
h1,
h2,
h3,
h4 {
    line-height: 1.2em;
}
a {
    color: inherit;
    text-decoration: none;
}

.d-hide {
    display: none;
}

.flex   {display: flex}
.center {justify-content: center;}
.mt1    {margin-top: 1rem;}
.mt2    {margin-top: 2rem;}

body.default {
    background: var(--beige-300);
}

.hero {
    min-height: 505px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.ol .hero {
    background: url(/images/ol.jpg) no-repeat 50% 0 / cover;
}

.default .hero {
    min-height: 80vh;
}

.team .hero {
    min-height: 90vh;
}

.reveny .hero,
.salja-bostad-i-spanien .hero {
    background-position: 50% 100%;
}

video + .hero {
    position: absolute;
    top: 0;
    background: hsl(0deg 0% 0% / 10%);
    width: 100%;
    align-items: center;
    height: 100%;
}

.home video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}


nav.nav {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 9999;
}

.nav-wrapper {
    max-width: 400px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.home .nav-wrapper,
.default .nav-wrapper {
    padding: 3rem;
}

.lang-wrapper {
    display: flex;
    gap: 1rem;
}

.lang-wrapper img {
    border: 2px solid;
    border-radius: 50%;
}

a:nth-child(1) .lang {
    border-color: #428bc1;
}

a:nth-child(2) .lang {
    border-color: #2a5f9e;
}

a:nth-child(3) .lang {
    border-color: #ed4f5c;
}

.ham span {
    background: #fff;
    height: 3px;
    display: block;
}

.nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.ham {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    flex-direction: column;
    width: 43px;
    cursor: pointer;
}

.ham span:nth-child(2) {
    opacity: .7;
    margin-left: 5px;
}

.ham span:nth-child(3) {
    opacity: .5;
    margin-left: 15px;
}

.hero-content {
    padding: 0 2rem;
    max-width: 570px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.hero-content h1 {
    font-size: 59px;
    text-shadow: 0 0 30px #333;
    margin: 4rem 0 0;
}

.hero-content img {
    margin: 0 auto 4rem;
    filter: drop-shadow(0 0 30px #333);
}
.home
    img.logo {
    display: none;
}

.hero-content
    h1 span {
    font-style: italic;
};
    filter: drop-shadow(0 0 30px #333);
}

.home img.logo {
    display: none;
}

.hero-content h1 span {
    font-style: italic;
}

.ol-wrapper {
    max-width: 1296px;
    padding: 6rem 2rem;
    margin: 0 auto;
    text-align: center;
}

.ol-row {
    flex-wrap: wrap;
    padding-top: 6rem;
    --cols: 2;
    --gap: 3rem;
    display: flex;
    gap: var(--gap);
}

.ol-col {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1));
    border-radius: 10px;
    position: relative;
    transition: background .8s;
    font-style: italic;
}

.ol-col img {
    aspect-ratio: 555 / 312;
    object-fit: cover;
}

.ol-content {text-align: center;margin-top: 2rem;}

span.ol-area {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    font-size: 12px;
    background: hsl(0deg 0% 0% / 60%);
    border-radius: 15px;
    padding: 2px 0.75rem;
}

.ol-content h2 {
    font-size: 1.75rem;
    margin-bottom: .25rem;
}

.ol-content span {
    font-size: 19px;
}

.ham-nav {
    position: fixed;
    width: 400px;
    right: -400px;
    top: 0;
    min-height: 100svh;
    background: hsl(0deg 0% 0% / 95%);
    transition: right ease.5s;
    z-index: 9999;
    color: var(--beige-400);
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    /* align-items: flex-end; */
}

.ham-nav.nav-open {
    right: 0;
}

body.nav-open .ham {
    position: absolute;
    right: -260px;
    top: 33px;
}

.ham-nav-wrapper {
    display: flex;
    padding: 5rem 5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 2rem;
}

span.close-ham {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

.ham-nav-wrapper a {
    display: block;
    padding: .5em;
}

.sub-menu {
    font-size: 18px;
}

.ham-contact-social {
    display: flex;
    font-size: 12px;
    flex-basis: 100%;
    justify-content: space-between;
}

.ham-social img {
    width: 2rem;
}

.ham-contact {
    display: flex;
    gap: 2rem;
    color: var(--beige-500);
    padding-left: 12px;
}

.ham-social {
    display: flex;
}

.hero.ob {
    min-height: 85svh;
    position: relative;
    display: block;
    background-size: cover;
}

.hero.ob .hero-content {
    text-align: center;
    padding: 0 2rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    background: hsl(0deg 0% 0% / 15%);
}

.hero.ob .hero-content h1 {
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 600;
}

.hero.ob .hero-content h2 {
    font-size: 75px;
}

.ob-wrapper {
    --p: 2rem;
    max-width: calc(1120px + var(--p));
    padding: 0 var(--p) 3rem;
    margin: 3rem auto 2rem;
    font-size: 15px;
}

.content-intro {
    text-align: center;
}

.filter-selected,
.ob .type {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 10px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: var(--font-sans);
    font-weight: 500;
    color: #9f9b2c;
    margin: 2rem auto;
    max-width: 800px;
}

.ob .type {
    display: block;
    font-size: 13px;
    margin: 0;
    letter-spacing: .2em;
    color: #333;
    max-width: 100%;
}

.filter-selected span {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--main-color);
    letter-spacing: 0;
    text-transform: none;
}

.ob h2 {
    font-size: 26px;
    font-style: italic;
}

.ob h1 {
    margin: 0.25rem 0 1rem;
}

.selling {
    font-size: 26px;
    font-style: italic;
    max-width: 670px;
    margin: 2rem auto 0.5rem;
    display: block;
    line-height: 1.5;
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
}

.content-main {
    /* display: flex; */
    margin-top: 3rem;
}

.selling-map {
    flex: 1;
}

.fact-box {
    padding: 2rem;
    margin-bottom: 2rem;
}

.fact-broker {
    gap: 1.5rem;
    flex: 0 0 42%;
}

.fact-box ul {
    column-count: 2;
}

.fact-box ul li {
    background: url(/images/check.svg) no-repeat 0 3px/ 1.25rem;
    padding: 3px 0 3px 2rem;
}

.br-img img {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}

.br-pres-img img {
    width: 100%;
    border-radius: 10px;
}

.broker {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 12px;
    line-height: 18px;
    padding: 2.5rem 0;
    justify-content: center;
    border-top: 1px solid #eee;
    max-width: 430px;
    margin: auto;
    text-align: left;
    font-family: var(--font-sans);
}

.br-txt span,
.br-pres-txt span {
    display: block;
}


.br-txt span:first-child {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
}

.br-pres-txt span:first-child {
    font-size: 14px;
    margin: .75rem 0 .25rem;
}

.br-txt span:nth-child(2),
.br-pres-txt span:nth-child(2) {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin: .25rem 0 1rem;
    font-style: italic;
}

.br-pres-txt span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: .75rem;
}

.form input[type=text], .form textarea {
    border-width: 0;
    border-radius: 10px;
    height: 42px;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.form textarea {
    height: 150px;
    padding-top: 1rem;
}

.form button {
    background: var(--blue-400) url(/images/arrow.svg) no-repeat right .5rem top 50% / 1.25rem;
    padding: 0 2rem 0 1rem;
    margin-left: auto;
}

.fact-box.interest h2 {
    margin-bottom: 1rem;
}

.map {
    flex: 1;
    border-radius: 10px;
    max-height: 600px;
    min-height: 400px;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0!important;
    bottom: 95px!important;
}

.fancybox-iframe, .main-slide .fancybox-video {
    display: block!important;
}

.fancybox-thumbs__list {
    margin: auto;
}

.fancybox-thumbs {
    top: auto!important;
    width: auto!important;
    bottom: 0!important;
    left: 0;
    right: 0!important;
    height: 135px;
    padding: 10px 10px 5px 10px!important;
    box-sizing: border-box!important;
    background: transparent!important;
}

.fancybox-thumbs__list a {
    background-size: auto 100%;
    transition: all .5s ease;
}

.fancybox-thumbs__list a {
    margin: 10px!important;
    width: 95px!important;
    height: 95px!important;
}

.grid-sizer {
    width: 33.33%;
}

.grid-item {
    float: left;
    width: calc(33.33% - 2rem);
    margin: 0 1rem 2rem;
    height: auto;
}

.grid-item img {
}

.gallery-wrapper {
    margin: 2rem -1rem;
}

.gdpr {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

.gdpr input {
    margin: 2px .5rem 0 0;
}

.sub-menu a {
    /* padding: 0.5rem 0; */
}

.sub-menu a:nth-child(3), .sub-menu a:nth-child(4) {
    /* margin-top: 0.5rem; */
}

h2.related-header {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.related {
    border-radius: 10px;
    /* background: var(--beige-300); */
    /* padding: 3rem; */
}

.ob-footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.teaser-speculator, .teaser-selling {
    background: var(--beige-400);
    padding: 3rem;
    border-radius: 10px;
}

.teaser-speculator h3, 
.teaser-selling h3,
.puff-txt h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.teasers {
    display: flex;
    gap: 2rem;
}

.teaser-selling {
    background: var(--beige-700);
}

.teasers span {
    display: block;
}

.button,
.puff-txt p a {
    border-radius: 4px;
    height: 46px;
    padding: 0 2rem;
    background: var(--main-color);
    display: flex;
    color: var(--beige-300);
    align-items: center;
    justify-content: center;
    font-family: var(--font-sans);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
    font-weight: 600;
}

.teaser-selling .button {
    background: var(--beige-900);
    color: #fff;
}

.ham-contact a {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.ham-street img {
    width: 1rem;
    height: 1rem;
    /* margin-right: .5rem; */
}

.content-header h1:has(+h2) {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.content-header h1+h2,
.content-header h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
}

.content-header {
    max-width: 730px;
    margin: 6rem auto 3rem;
    text-align: center;
    padding: 0 2rem;
}

.text {
    max-width: 730px;
    margin: 0 auto 6rem;
}

.text h2, .text h3, .text h4 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.text h3 {
    font-size: 1.5rem;
}

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

.image_block+.text {
    margin-top: 6rem;
}

.text p a {
    display: inline-flex;
    margin: 1rem 0;
}

.text a+a {
    margin-left: 1rem;
}

.text:has(+.text) {
    margin-bottom: 3rem;
}

.text p a, .text p a.nobt, a.nobt {
    display: inline;
    margin: 0;
    background: no-repeat;
    color: inherit;
    padding: 0;
    text-decoration: underline;
    height: auto;
}

.br-pres-wrapper {
    max-width: 900px;
    margin: 0 auto 6rem;
    display: flex;
    flex-wrap: wrap;
    --cols: 3;
    --gap: 2rem;
    gap: var(--gap);
}

.br-pres-wrapper a,
.br-pres-wrapper > .br-pres {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1));
}

.br-pres-txt {
    font-size: 15px;
    margin-bottom: 1rem;
}

.br-pres .button {
    max-width: 180px;
    justify-content: flex-start;
}

.br-pres-wrapper a {
    margin-bottom: 2rem;
}

.text:has(+.bt-group) {
    margin-bottom: 0;
}

.text + .bt-group {
    max-width: 730px;
    margin: 2rem auto;
}

a.bt-content {
    display: inline-flex;
}

.fields_container label {
    
}

.bt-gr {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 1rem;
}

.custom-clear-areas {
    position: absolute;
    right: 2.25rem;
    top: 0.75rem;
    z-index: 1;
}

.form-col {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    --cols: 3;
    --gap: 1rem;
    gap: var(--gap);
}

.form-col > input {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1));
}

.form-col + h3 {
    margin-top: 1rem;
}

.footer {
    max-width: 1296px;
    padding: 3rem;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 3rem;
    font-size: 12px;
    line-height: 2;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}

.footer .ham-social {
    gap: 0.5rem;
}

.credit {
    position: absolute;
    font-size: 11px;
    right: 1rem;
    bottom: 0.5rem;
    opacity: .5;
}

.thx {
    background: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    margin-top: 2rem;
}

.thx + button {
    display: none;
}

.puff-wrapper {
    display: flex;
}

.puff-txt {
    background: var(--beige-300);
    border-radius: 10px 0 0 10px;
    padding: 3rem;
    flex: 0 0 50%;
}

.puff-img {
    flex: 0 0 50%;
    border-radius: 0 10px 10px 0;
}

.puff-txt p a {
    display: inline-flex;
    margin-top: 1rem;
}

.label-sliders {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0 0 5px 5px;
    font-size: 9px;
    padding: 3px 6px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.options-container {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    font-size: 15px;
    /* flex-wrap: wrap; */
}

.options-container > label {
    display: flex;
    gap: .25rem;
    align-items: center;
    margin-top: 7px;
}

.options-container .ms-search {
    display: none;
}

.options-container .ms-choice {
    background-image: none;
    background-color: #fff;
    padding: 0 .5rem;
    /* width: auto; */
    position: relative;
}

.options-container .ms-choice>div.icon-caret {
    top: 9px;
}

.options-container .ms-drop ul>li {
    flex: 0 0 115px;
}

.options-container .ms-drop {
    min-width: 10px;
    /* width: 250px; */
}

.options-container .ms-drop ul>li:first-child {
    display: none!important;
}

.options-container .ms-drop ul {
    padding: .5rem;
}

.options-container .ms-parent {
    /* width: calc(100% - 47.668577%) !important; */
    flex: 0 0 calc(25% - 0.75rem);
    width: calc(25% - .75rem)!important;
}

.p503 {
    background: url(/images/503.jpg) no-repeat 50%;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.6;
}

.p503:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000ba;
}

.p-404 {
    text-align: center;
    margin: auto;
    color: #fff;
    z-index: 9;
}

.select-options {
    display: none;
    position: relative;
    z-index: 1;
    text-align: left;
    border-top: 1px solid var(--grey-300);
}

.custom-select {
    margin-left: auto;
    border-radius: 10px;
    border: 1px solid var(--grey-300);
    min-height: 38px;
    line-height: 38px;
}

.selected-option.high + .select-options button[data-sort="price:desc"],
.selected-option.low + .select-options button[data-sort="price:asc"] {
    display: none;
}

.select-options button {
    border-width: 0;
    padding: 0 1rem 0 3rem;
    cursor: pointer;
}

.selected-option {
    padding: 0 1rem 0 3rem;
    cursor: pointer;
    background: url(/images/sort_desc.svg) no-repeat 1rem 50% / 1.5rem;
    min-width: 223px;
}

.high {
    background: url(/images/sort_desc.svg) no-repeat 1rem 50% / 1.5rem;
} 

.low {
    background: url(/images/sort_asc.svg) no-repeat 1rem 50% / 1.5rem;
}

.selling h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.map-txt {
    font-family: var(--font-sans);
    font-size: 12px;
}

@media (max-width: 1280px) {
    
}

@media (max-width: 1080px) {
    .sublinks {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .sublinks a {
        flex-basis: calc(50% - 0.5rem);
    }

    .ham-nav {
        width: 100%;
        right: -100%;
    }
}

@media (max-width: 991px) {
    .ol-row {
        --cols: 2;
    }

    .filter-selected {
        flex-wrap: wrap;
    }

    .content-intro {
        align-items: flex-start;
    }

    .content-main {
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .selling-map {
        flex-basis: 100%;
        padding: 0;
    }

    .fact-broker {
        margin-top: 2rem;
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
    }

    .fact-box.broker {
        flex-wrap: wrap;
        justify-content: center;
        background: none;
        padding: 0;
        margin-bottom: 0;
    }

    .br-img img {
        width: 150px;
    }
}

@media (max-width: 479px) {
    .m-hide {
        display: none;
    }

    .d-hide {
        display: block;
    }

    .hero.ob {
        min-height: 270px;
    }

    .hero-content img {
        margin: auto;
        width: 200px;
        filter: drop-shadow(0 0 10px #000);
    }

    .ob .type {
        font-size: 11px;
    }

    .ob h1 {
        font-size: 3rem;
        margin-bottom: 0.75rem;
    }

    .ob h2 {
        font-size: 1.5rem;
    }

    span.selling {
        font-size: 20px;
        margin-bottom: .25rem;
        border-width: 0;
        padding-top: 0rem;
    }

    .filter-selected span {
        margin-top: .25rem;
        font-size: 1rem;
        white-space: nowrap;
    }

    .filter-selected div {
        border: 1px solid #eee;
        padding: 0.75rem 0.5rem;
        border-radius: 8px;
        flex: 1;
        background: #f7f6f0;
        white-space: nowrap;
    }

    .filter-selected div:nth-child(7) {
        border-width: 0;
        position: absolute;
        right: 0;
        top: -64px;
        background: var(--main-color);
        border-radius: 0;
        color: #f5f0ec;
        display: flex;
        gap: .25rem;
        letter-spacing: 0;
        padding: 3px .5rem;
    }

    .filter-selected div:nth-child(7) span {
        font-family: var(--font-sans);
        color: #f5f0ec;
        font-size: 10px;
        margin: 0;
    }

    .button, .puff-txt p a {
        font-size: 11px;
        height: 40px;
    }

    .hero {
        min-height: 270px;
    }

    .ol h1 {
        font-size: 3rem;
    }

    h1 + p {
        font-size: 20px;
    }

    .ol-content span {
        font-size: 1rem;
    }

    .ol-col {
        padding-bottom: 1rem;
    }

    .grid-item img {
        border-radius: 8px;
    }

    body {
        font-size: 12px;
    }

    img.logo, .home .logo, .ob .logo, .default .logo {
        width: 36px;
    }

    .nav-wrapper, .home .nav-wrapper, .default .nav-wrapper {
        padding: 1rem;
    }

    .nav {
        gap: 2rem;
    }

    .hero-content {
        padding: 2rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 1rem;
        text-align: center;
    }

    .hero-content h2 {
        font-size: 1rem;
        text-align: center;
    }

    .hero-search button {
        position: static;
        border-radius: 0 10px 10px 0;
        font-size: 13px;
        padding: 0 1rem;
        background-image: none;
        height: 42px;
    }

    .hero-search {
        display: flex;
        margin: 1.5rem 0;
    }

    .hero-search input {
        height: 42px;
        border-radius: 10px 0 0 10px;
        background-image: none;
        padding: 0 0.5rem 0 1rem;
        font-size: 13px;
    }

    .sublinks {
        display: block;
    }

    .sublinks a:not(:last-child) {
        margin-bottom: .5rem;
    }

    .ham {
        width: 30px;
    }

    .lang-wrapper img {
        width: 1.25rem;
        border: 1px solid;
    }

    .lang-wrapper {
        gap: .75rem;
    }

    .ol-wrapper {
        padding: 2rem 1rem;
    }

    .ol-row {
        --gap: 1rem;
        --cols: 2;
        padding-top: 3rem;
    }

    .ol-content {
        margin-top: 1rem;
    }

    .map iframe {
        height: 200px!important;
    }

    .ol-content h2 {
        margin-bottom: .5;
        font-family: var(--font-sans);
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: 10px;
    }

    .ol-content .price {
        font-size: 18px;
    }

    .ol-facts {
        font-size: 10px;
        gap: 0.5rem;
        justify-content: flex-start;
    }

    .ol-facts span:before,
    .ol-facts span:nth-child(2):before,
    .ol-facts span:nth-child(3):before {
        background: none;
        width: auto;
        height: auto;
    }

    span.ol-area {
        font-size: 10px;
        right: .75rem;
        top: .75rem;
    }

    span.ol-area {
        font-size: 10px;
        right: .75rem;
        top: .75rem;
    }

    

    .ol-search-wrapper {
        flex: 0 0 100%;
    }

    

    .ham-nav {
        width: 60%;
        min-height: 100svh;
        font-size: 18px;
        right: -60%;
        right-100%: ;
        overflow-y: auto;
        align-items: flex-end;
    }

    .ham-nav-wrapper {
        padding: 3rem 2rem;
        align-items: flex-start;
        gap: 2rem;
    }

    .ham-nav-wrapper a {
        /* padding: .5rem; */
    }

    .sub-menu a {
        font-size: 14px;
        padding: .25rem .5rem;
    }

    .ham-contact {
        gap: 0;
        flex-wrap: wrap;
        line-height: 1.75;
        padding-left: .5rem;
    }

    .ham-social a {
        padding: 0;
    }

    .ham-social {
        gap: 0.5rem;
    }

    .content-main, .content-intro {
        flex-wrap: wrap;
    }

    .content-main {
        margin-top: 1.5rem;
    }

    .ob-wrapper {
        --p: 1.5rem;
        font-size: 14px;
        margin-top: 2.5rem;
        position: relative;
    }

    .filter-selected img {
        margin: 0 auto;
        display: block;
    }

    .filter-selected {
        gap: .5rem;
    }

    .selling-map {
        flex: 100%;
        padding: 0;
        line-height: 1.5;
        display: block;
        margin-bottom: 1.5rem;
    }

    .fact-broker {
        flex: 0 0 100%;
        margin-top: 0;
    }

    .grid-sizer {
        width: 50%;
    }

    .grid-item {
        width: calc(50% - 1rem);
        margin: 0 .5rem 1rem;
    }

    .gallery-wrapper {
        margin: 1.5rem -.5rem;
    }

    .br-img img {
        width: 100px;
    }

    .fact-box.broker {
        gap: 1rem;
        background: var(--beige-300);
        padding: var(--p);
        width: 100%;
        justify-content: flex-start;
    }

    .price-wrapper {
        font-size: 1.75rem;
        margin-top: 9px;
    }

    .map {
        height: 200px;
        min-height: 200px;
    }

    .sub-menu a:nth-child(3), 
    .sub-menu a:nth-child(5) {
        /* margin-top: 0.5rem; */
    }

    .sub-search-wrapper ul ul button {
        white-space: nowrap;
    }

    .sub-search-wrapper button {
        white-space: nowrap;
    }

    .selling, .fact-box {
        margin-bottom: var(--p);
    }

    .default .hero {
        min-height: 50svh;
    }

    .content-header {
        margin: 2rem 0;
    }

    .content-header h1+h2, .content-header h1 {
        font-size: 2rem;
    }

    .text {
        padding: 0 2rem;
        font-size: 14px;
        line-height: 1.5;
    }

    .br-pres-wrapper {
        --cols:  2;
        --gap: 1rem;
        margin: -3rem 2rem 2rem;
    }

    .br-pres-txt {
        font-size: 12px;
    }

    .br-pres-txt span:nth-child(2) {
        font-size: 18px;
        font-weight: 600;
    }

    .br-pres-txt span:nth-child(1) {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .sublinks a, .text a, .br-pres .button {
        height: 37px;
    }

    .br-pres-wrapper a {
        margin-bottom: 1rem;
    }

    .default.team .hero {
        min-height: 10svh;
    }

    .filter-selected .button, button.ol-filter, button.ol-search {
        font-size: 12px;
        height: 2rem;
        padding: 0 .5rem;
    }

    .ol-filters {
        justify-content: flex-end;
        gap: .5rem;
    }

    button.ol-filter {padding: 0 1rem;background: var(--blue-400) url(/images/filter.svg) no-repeat 50% / 1rem;}

    button.ol-search {
        background-image: none;
        padding-right: .25rem;
    }

    button.ol-filter span, button.ol-filter img {
        display: none;
    }

    .fact-box ul li {
        flex-basis: 50%;
        padding-left: 1.5rem;
        background: url(/images/check.svg) no-repeat 0 4px/ 1rem;
    }

    .fact-box.facts {
        padding: 1rem;
    }

    .text + .bt-group {
        margin: 1.5rem 2rem;
    }

    .text h2 {
        font-size: 1.5rem;
    }

    .text:has(+.text) {
        margin-bottom: 2rem;
    }

    .sub-search-wrapper ul ul li button:before {
        top: 14px;
    }

    .footer {
        justify-content: flex-start;
        padding: 3rem 2rem;
        gap: 1.5rem;
    }

    .footer .ham-social {
        position: absolute;
        right: 2rem;
    }

    .credit {
        bottom: .25rem;
        left: 0;
        text-align: center;
        right: 0;
    }

    .ms-drop {
        min-width: 100%;
    }

    .ms-parent {
        width: 100%!important;
        font-size: 12px;
    }

    button.ol-search, .ms-choice {
        font-size: 12px;
    }

    .ms-drop input[type="checkbox"] {
        margin-top: 2px;
    }

    .ms-drop ul>li {
        flex: 0 0 160px;
        flex-wrap: wrap;
        display: flex;
    }

    .options-container .ms-drop ul>li {
        flex: 0 0 100%;
    }

    .options-container .ms-parent {
        flex: 0 0 calc(50% - 0.25rem);
        width: calc(50% - .25rem) !important;
    }

    .ms-drop ul>li label {
        white-space: normal;
    }

    .form-col {
        --cols: 2;
    }

    .options-container {
        font-size: 12px;
        padding: .5rem;
        flex-wrap: wrap;
        gap: .5rem;
    }

    .options-container .ms-drop {
        /* margin-left: -19.668577%; */
        /* float: right; */
    }

    .options-container .ms-choice {
        height: 33px;
        width: 100%;
    }

    .options-container .ms-choice>div.icon-caret {
        top: 6px;
    }

    .puff-wrapper {
        flex-wrap: wrap;
    }

    .puff-img {
        order: 1;
        flex: 0 0 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
    }

    .puff-txt {
        order: 2;
        flex: 0 0 100%;
        padding: 2rem;
        line-height: 1.5;
        border-radius: 0 0 10px 10px;
    }

    .custom-select {
        font-size: 12px;
        min-height: 2rem;
        line-height: 2rem;
    }

    .selected-option {
        min-width: 144px;
        padding: 0 .5rem;
        background: none;
    }

    .high, .low {
        background: none;
    }

    .select-options button {
        padding: 0 .5rem;   
    }

}

