@font-face {
    font-family: HurmeGeometricSans1;
    src: url(../fonts/HurmeGeometricSans1/font.woff2) format("woff2"), url(/fonts/HurmeGeometricSans1/font.woff) format("woff");
}
@font-face {
    font-family: HurmeGeometricSans1Light;
    src: url(../fonts/HurmeGeometricSans1Light/font.woff2) format("woff2"), url(/fonts/HurmeGeometricSans1Light/font.woff) format("woff");
}
:root {
    --main-color: #333;
    --oats: #cfa574;
    --sand: #e5c89e;
    --grey: #eef1f3;
    --blue-100: #abe0fb;
    --blue-400: #0098db;
    --blue-700: #00314f;
    --green: hsl(33deg 33% 89% / 50%);
    --gold: #daa520;
    --font-header: HurmeGeometricSans1, sans-serif;
    --font-body: HurmeGeometricSans1Light, sans-serif;
    --font-bt: HurmeGeometricSans1, sans-serif;
    --mw-super: calc(1240px + 2rem);
    --mw-full: calc(1120px + 2rem);
    --mw-md: calc(960px + 2rem);
    --mw-sm: calc(735px + 2rem);
    --fade-bt: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    --br: 4px;
    interpolate-size: allow-keywords;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body.home,
html.home {
    height: 100%;
    scroll-behavior: smooth;
}
body,
html {
    scroll-behavior: smooth;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    min-height: 100%;
}
img,
svg {
    display: block;
    max-width: 100%;
}
button,
input {
    font: inherit;
    color: var(--main-color);
}
strong, b {
    font-family: var(--font-header);
}
*,
h5,
h6,
p {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
    padding: 0;
}
p {
    margin-bottom: 1rem;
    text-wrap: pretty;
}
body {
    color: var(--main-color);
    background: #fff url(https://nordiskahemhistoria.se/images/stuckatur.jpg) no-repeat 50% / cover;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    position: relative;
    font-optical-sizing: auto;
}
body.start {
    background-image: none;
}
.body-default {
    background-attachment: fixed;
}
h1,
h2,
h3,
h4 {
    line-height: 1.2em;
    text-wrap: balance;
    margin-bottom: 0.5em;
    font-weight: 400;
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
h1 {
    font-size: 3rem;
}
.mt05{margin-top: 0.5rem;}
.mt1 {margin-top: 1rem;}
.mt15{margin-top: 1.5rem;}
.mt2 {margin-top: 2rem;}
.mt3 {margin-top: 3rem;}
.mt4 {margin-top: 4rem;}
.mt5 {margin-top: 5rem;}
.mb0 {margin-bottom: 0;}
.mb1 {margin-bottom: 1rem;}
.mb2 {margin-bottom: 2rem;}
.mb3 {margin-bottom: 3rem;}
.mb4 {margin-bottom: 4rem;}
.mxauto {margin-left: auto;margin-right: auto;}

.pt1 {padding-top: 1rem;}
.pt2 {padding-top: 2rem;}
.px2 {padding-left: 2rem;padding-right: 2rem;}

.d-hide {display: none;}

.flex {
    display: flex;
}
.center {
    justify-content: center;
}
.left {
    justify-content: flex-start;
}
.vtop {
    align-items: flex-start;
}
.col.d6 {
    flex: 0 0 50%;
}
.row-data.leader .col + .col.gemener {
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
}
a {
    color: var(--blue-400);
    text-decoration: none;
}
p a {
    text-decoration: underline;
}
b,
strong {
    font-weight: 500;
}
.button.hidden,
.hidden {
    display: none;
}
.bt-gr {
    display: flex;
    gap: 1rem;
}
.button {
    background: #000;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: #fff;
    border: 1px solid var(--cherry);
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
    height: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-header);
}
.button.ghost {
    background: 0 0;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: #fff;
}
.button.submitting {
    background: var(--brown) url(https://nordiskahemhistoria.se/images/loading.gif) no-repeat 1rem 50%/1rem;
    padding-left: 2.5em;
}
.w-input,
.w-select {
    width: 100%;
    height: 44px;
    color: #333;
    vertical-align: middle;
    background-color: var(--beige-medium);
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    font-family: var(--font-body);
}
body.beskrivning {
    background: #fff;
}
body.ol {
    background-attachment: fixed;
}
.beskrivning .wrapper {
    max-width: 100%;
}
.wrapper {
    margin: 0 auto;
    position: relative;
    max-width: var(--mw-full);
    background-color: #fff;
}

.start .wrapper, .ol .wrapper {
    width: 100%;
    background: none;
    max-width: 100%;
}

.header {
    display: flex;
    justify-content: center;
    padding: 4rem 4rem 2rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    background: linear-gradient(black, transparent);
}

.start .header {
    position: absolute;
}

.body-default .header {
    background: #fff;
}

.header .logo {
    margin: auto;
}

.navbar {
    font-size: 12px;
    letter-spacing: 1px;
    width: 600px;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 0px;
    margin: 35px auto;
    display: flex;
    justify-content: center;
    list-style: none;
}

.beskrivning .navbar {
    display: none;
}

.body-default .navbar {
    margin-bottom: 0;
}

.body-default .navbar li a {
    color: var(--main-color);
}

.standard__container {
    padding: 48px 0;
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.standard__container p:nth-child(2):first-letter  {
    float: left;
    color: goldenrod;
    font-size: 62px;
    line-height: 70%;
    padding: 21px 17px 0 3px;
    font-family: 'Great Vibes', cursive;
}
.standard__container div p:nth-child(2):first-letter  {
    float: none;
    color: #333;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
    font-family: 'HurmeGeometricSans1-Regular', Arial, sans-serif;
}

.standard__container h1.standard__header {
    font-size: 48px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
}

.standard__container h2 {
    margin: 40px 0 0;
    text-transform: none;
    letter-spacing: normal;
}

.om-fastighetsmakleri-nordiska-hem-historia h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-family: var(--font-header);
}

.standard__container .medarbetare ul {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    /* margin-bottom: 2em; */
    min-height: 128px;
    /* border-top: 1px solid #eee; */
}

.standard__container .medarbetare ul li {
    display: inline-block;
    padding-right: 18px;
    padding-left: 11px;
    background: url(/images/gold_bullet.png) no-repeat 100% 3px;
    background-size: 5px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.standard__container .medarbetare ul a {
    color: #c0911a;
}

.navbar li a {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    transition: color 1s;
}

.fade-slider {
    height: 100svh;
}

.fade-slider img {
    object-fit: cover;
    height: 100%;
    width: 100%;
               /* styrs via JS */
    position: absolute;
    left:0;
    top:0;
}

.beskrivning .header {
    position: absolute;
    z-index: 1;
    background: none;
    width: auto;
}
.beskrivning .header a:has(.logo) {
    display: block;
}
.hero-content {
    margin: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding: 6rem 0;
    background: var(--fade-bt);
}
.hero-content:has(h1 + span) {
    background: hsl(0deg 0% 0% / 25%);
    content: "";
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-content span {
    font-size: 1.75rem;
    max-width: 40ch;
    display: block;
    text-wrap: balance;
    line-height: 1.2;
    margin: auto;
}
.ham {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
    padding-bottom: 6px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: none;
}
.ham span {
    background: #c0911a;
    height: 3px;
    display: block;
}
.ham span:nth-child(2) {
    opacity: 0.75;
}
.ham span:nth-child(2) {
    margin-left: 5px;
}
.ham span:nth-child(3) {
    margin-left: 10px;
    opacity: 0.5;
}
.ham-nav {
    position: fixed;
    width: 50vw;
    right: -50vw;
    top: 0;
    min-height: 100svh;
    background: #fff;
    transition: right ease 0.5s;
    z-index: 9999;
    font-size: 1.5rem;
    max-width: 800px;
}
.ham-nav.nav-open {
    box-shadow: -1px 1px 40px hsl(var(--shadow-color) / 0.6);
    --shadow-color: 0deg 0% 50%;
    right: 0;
}
.ham-nav-wrapper {
    display: flex;
    padding: 5rem;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.ham-nav-wrapper a {
    display: block;
    padding: 0.5em 1em;
    color: inherit;
}
span.close-ham {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}
.ham-street h3 {
    margin-bottom: 0.25rem;
    font-family: var(--font-bt);
    font-weight: 500;
}
@keyframes animatein {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.the-map {
    height: 100%;
    border-radius: var(--br);
}
span.close-map {
    position: absolute;
    right: -1rem;
    top: -1.5rem;
    background: #fff;
    border-radius: 50%;
    width: 2.5rem;
    cursor: pointer;
}
.divider {
    color: #888;
}
.t-viewing {
    background: var(--blue-400);
}
.container {
    max-width: var(--mw-full);
    width: 100%;
    padding: 0 1rem 2rem;
    align-items: flex-start;
}
.ob-hero-wrapper {
    max-height: calc(100svh - 2rem);
    overflow: hidden;
    position: relative;
}
.ob-hero-wrapper figure img {
    object-fit: cover;
    width: 100%;
    max-height: 90svh;
}
.selling {
    padding-right: 4.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    flex: 0 0 66.66%;
    letter-spacing: -0.25px;
}
.selling-header {
    max-width: 800px;
    margin: 4rem auto 0;
    font-weight: 400;
    line-height: 1;
    font-size: 36px;
    text-transform: none;
    letter-spacing: 0;
}
.selling-title {
    display: flex;
    flex-wrap: wrap;
}
.selling-title h2,
.selling-title h3 {
    color: #777;
    font-family: var(--font-body);
    font-weight: 400;
}
.selling-title h3 {
    flex-basis: 100%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.selling-title h2 {
    font-size: 15px;
    flex-basis: 100%;
    margin-bottom: 0.25rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ob-selling {
    font-size: 1.25rem;
    line-height: 1.5;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-column-gap: 1.5rem;
    grid: auto-flow dense/1fr 1fr 1fr;
}

.limited-height {
    height: 330px;
    overflow: hidden;
    transition: height .3s ease;
    position: relative;
}

.limited-height:after {
    content: '';
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);
    position: absolute;
    bottom: 0;
    height: 10rem;
    width: 100%;
    left: 0;
}

.limited-height.expanded {
    height: auto;
}

.limited-height.expanded:after {
    background: none;
}
.ob-broker {
    align-items: flex-start;
}
.ob-short-facts > .flex {
    flex-wrap: wrap;
    padding: 0 1.5rem 2.5rem;
    align-items: center;
}
.ob-short-fact-wrapper {
    position: relative;
    text-align: center;
    max-width: var(--mw-full);
}
.ob-short-fact-wrapper .row {
    margin-top: 2rem;
    font-size: 1.5rem;
    padding: 1rem;
    border-top: 1px solid #ddd;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.ob-short-fact-wrapper .col {
    display: flex;
    gap: 1rem;
    padding: 0 0.5rem;
    justify-content: center;
    flex: 0;
}
.ob-short-fact-wrapper .col:not(:last-child)::after {
    content: "\2022";
    color: #aaa;
    font-size: 3rem;
    margin-top: -4px;
}
/*.col.price span:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: var(--blue-100);
    border-width: 4px;
    margin-left: -19px;
}*/
.ob-short-facts > .flex > .ob-short-fact-wrapper > .col.price {
    flex-basis: 100%;
    font-size: 2rem;
    padding-top: 0;
}
.ob-short-facts {
    font-size: 1rem;
}
.ob-short-facts h2,
.ob-short-facts h3 {
    font-size: 3rem;
    margin: 0;
    font-weight: 500;
    color: #777;
}
.ob-short-facts h3 {
    color: var(--main-color);
}
.ob-short-facts h3::before {
    content: ", ";
    color: var(--main-color);
}
.ob-short-facts h2 + span {
    display: block;
    font-size: 1.25rem;
    color: #777;
}
strong.short-fact-label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: var(--main-color);
}
.ob-short-fact {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-header);
}
.broker-wrapper {
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.broker {
    padding: 2rem 0;
    background: #fff;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    font-family: var(--font-bt);
    gap: 1rem;
}
.broker-img {
    right: -0.5rem;
    top: -0.5rem;
}
a.broker-link {
    display: block;
    color: inherit;
    font-size: 14px;
    color: #777;
}
.broker-img img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 70%;
    border-radius: 50%;
    width: 8rem;
    border: 1px solid #eee;
}
h3.broker-header {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
}
.broker-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #777;
    text-wrap: balance;
    line-height: 1.4;
}
.ob-short-facts + .ob-short-facts {
    margin-top: 1rem;
}
.viewing-broker {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 1.5rem;
    flex: 0 0 33.33%;
}
.viewing {
    background: #fff;
    border-radius: var(--br);
    font-family: var(--font-bt);
}
h2.viewing-header {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
.viewing-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.viewing-txt {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    text-wrap: balance;
}
#map {
    aspect-ratio: 4/2;
    max-width: var(--mw-super);
}
.row-data {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
    text-align: left;
}
.row-data.leader {
    margin: 0;
    flex-direction: column;
    flex: 0 0 calc(50% - 1rem);
    gap: 0;
}
.row-data.leader.w100 {
    flex: 0 0 calc(100% + 4rem);
}
.row-data.leader .col {
    padding: 0;
}
.col.d4 {
    flex: 1;
}
.col.d8 {
    flex: 1;
}
.col.rel-flex {
    flex: 1;
}
.col {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 1;
}
.tabs .row-data.leader span {
    z-index: 999;
    position: relative;
}
.row-data.leader .col + .col {
    font-family: var(--font-bt);
    text-wrap: balance;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.docs-link-wrapper,
.text-col {
    padding: 0 2rem 2rem;
    background: #fff;
    border-radius: 4px;
}
.docs-link-wrapper {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.nobreak {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.data-plain-txt {
    padding: 0;
    font-family: var(--font-bt);
    text-wrap: balance;
    flex: 0 0 100%;
    font-size: 15px;
}
.col-divider,
.comment-fee {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    flex: 0 0 100%;
    font-family: var(--font-bt);
    text-wrap: balance;
    color: #777;
    text-transform: none;
    letter-spacing: 0;
}
.comment-fee {
    line-height: 1.25;
    color: #777;
}
.docs-link-wrapper h3,
.maincontent-data h3,
.maincontent-data h4,
.tabs h3 {
    margin: 0 0 1rem;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    padding: 2rem 0 10px;
    font-size: 1rem;
}
.tabs-link:hover {
    opacity: 0.75;
}
.tabs-link img,
.tabs-link svg {
    height: 1.5rem;
    margin: 0 auto 0.5rem;
}
.tabs-link a {
    white-space: nowrap;
    display: block;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}
.tabs-link.active a {
    background: var(--main-color);
    color: #eee;
    border-color: var(--main-color);
}
.tabs {
    height: auto !important;
    max-width: var(--mw-super);
    list-style: none;
    position: relative;
    z-index: 1;
}
.booking .modal-header,
.interest-modal,
.viewing-modal {
    background-color: var(--beige-medium);
}
h3.viewing-header {
    font-family: var(--font-bt);
    font-weight: 400;
}
.interest-modal,
.modal,
.viewing-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    z-index: 999999;
}
.booking .modal-header,
.interest-modal,
.viewing-modal {
    background-color: hsl(0deg 0% 0% / 20%);
}
.close-interest-modal,
.close-modal,
.close-viewing-modal {
    display: flex;
    position: absolute;
    right: 1rem;
    align-items: center;
    cursor: pointer;
    top: 1rem;
}
.booking-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 92px);
    margin-top: -46px;
}
.booking-form {
    max-width: 640px;
    background: #fff;
    padding: 3rem;
    font-size: 15px;
    position: relative;
}
h2.booking-header {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.interest {
    font-size: 14px;
}
.interest .row {
    grid-row-gap: 0.5rem;
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.i-wrapper .col,
.interest .col {
    padding: 0 0.25rem;
}
.interest .w-input,
.interest .w-select,
.viewing .w-input,
.viewing .w-select {
    background-color: var(--grey);
}
label.radio-bt-group {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}
span.checkbox-label {
    margin-left: 0.5rem;
    line-height: 1;
}
.bud {
    padding: .75rem 1rem;
    border: 1px solid #ddd;
    border-top-width: 0;
}
.bud .row {
    padding: 0.25rem 0;
}
.bud .row:has(.bid-col):not(:first-child) {
    border-top: 1px solid #ddd;
}
.short-fact-label {
    gap: 0.5rem;
}
.docs-link-wrapper a {
    background: url(https://nordiskahemhistoria.se/images/ic_doc.svg) no-repeat 1rem 50%/1rem;
    padding: 0.5rem 1.5rem 0.5rem 2.75rem;
    display: block;
    border: 1.5px solid #000;
    font-size: 12px;
    color: #000;
}
.img-item {
    position: relative;
}
.img-col .img-item:first-child {
    display: none;
}
.floorplans {
    display: flex;
    gap: 1.5rem;
    margin: 1.5rem 0;
}
.floorplans img {
    /*max-height: 70vh;*/
}
a.top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9;
    width: 2rem;
    height: 2rem;
}
.content-divider {
    background: var(--grey);
    margin: 0 -1rem 6rem;
    padding: 7rem 2rem 6rem;
    font-size: 18px;
    line-height: 1.5;
}
.content-divider > div {
    max-width: 800px;
}
.content {
    max-width: var(--mw-full);
}
.content h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
    font-family: var(--font-body);
    color: var(--blue-700);
}
.content h2 a {
    border-bottom: 1px solid;
}
.gallery {
    gap: 1.5rem;
    max-width: var(--mw-full);
}
.gallery-col {
    flex-wrap: wrap;
    gap: 1.5rem;
}
.gallery-col:nth-child(1) {
    flex: 0 0 calc(66.66% - 1.5rem);
}
.gallery h3 {
    font-size: 36px;
    font-family: var(--font-header);
    margin-bottom: 0;
}
.gallery .txt {
    background: var(--fade-bt);
    border-radius: 0 0 var(--br) var(--br);
    padding: 3rem 2rem;
}
.gallery .txt-wrapper {
    height: 100%;
    position: relative;
}
.txt span {
    display: block;
    text-wrap: balance;
    margin-top: 0.5rem;
}
.gallery .gallery-col:nth-child(2) {
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 33.33%;
    flex-wrap: nowrap;
    gap: 1.5rem;
}
.carousel-container {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.carousel-wrapper {
    overflow: hidden;
    flex: 1;
    position: relative;
}
.carousel {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 1rem;
    will-change: transform;
    transition: transform 0.3s ease-out;
}
.content-divider h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
}
.content-divider p {
    text-wrap: balance;
}
.bl-img,
.bl-txt {
    flex: 0 0 50%;
    font-size: 18px;
    line-height: 1.5;
}
.bl-txt p a {
    color: inherit;
}
.bl-txt {
    padding: 0 3rem 0 0;
}
.bl-img {
    row-gap: 2rem;
    flex-wrap: wrap;
}
.bl-txt img {
    max-width: 180px;
    float: right;
    margin: 0 0 2rem 2rem;
}
.bl-img:empty,
.bl-txt:empty {
    width: 0;
    padding: 0 !important;
    flex: 0;
}
.bl-txt:has(+ .bl-img:empty) {
    flex-basis: 100%;
    margin: auto;
    background: var(--grey);
    padding: 5rem;
}
.bl-txt:empty + .bl-img {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0;
}
.bl-txt h3 {
    font-size: 3rem;
    text-wrap: balance;
}
.bl-txt p {
    text-wrap: pretty;
    max-width: 75ch;
}
.bl-txt h4 {
    font-weight: 600;
    font-size: 1.5rem;
}
.content-summary {
    font-size: 1.5rem;
    color: #999;
    text-wrap: balance;
    line-height: 1.3;
}
input#gdpr {
    margin-top: 1px;
}
.ob-hero-wrapper:has(.hero-movie-wrapper) {
    min-height: calc(100svh - 2rem);
}
.img-wrapper {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.all-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(0deg 0% 0% / 50%);
    /* border-radius: 4px; */
}
.ob-hero-wrapper .all-img {
    background: 0 0;
}
.img-item img {
    object-fit: cover;
}
.img-wrapper .img-item:nth-child(1) {
    flex: 0 0 100%;
}
address {
    font-style: normal;
}
.flex:has(> address) {
    gap: 2rem;
}
.address {
    gap: 2rem;
}
.tabs-col {
    flex: 0 0 66.66%;
    padding-right: 1.5rem;
}
.img-col {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: sticky;
    top: 1.5rem;
}
.tabs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 0.5rem;
}
.tabs details,
.biddhistory details {
    overflow: hidden;
}
.tabs details::details-content,
.biddhistory details::details-content {
    block-size: 0;
    transition: block-size 0.7s, content-visibility 0.7s;
    transition-behavior: allow-discrete;
}
.tabs details[open]::details-content,
.biddhistory details[open]::details-content {
    block-size: auto;
}
.tabs summary {
    font-size: 1rem;
    color: #fff;
    background: #000;
    padding: 1.5rem 2rem;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--font-header);
}
.tabs summary:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 2rem;
    transition: 0.5s transform ease;
    width: 16px;
    height: 10px;
    background: transparent url(https://nordiskahemhistoria.se/images/arrow-down.svg) no-repeat 50% / cover;
}
.tabs details[open] > summary:before {
    transform: rotate(180deg);
}
.tabs summary::-webkit-details-marker,
.tabs summary::marker {
    display: none;
    content: "";
}
.maincontent-data.nobreak {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
}
.data-plain-txt strong,
.tabs .row-data.leader span strong {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-header);
    letter-spacing: 1px;
    color: #888;
    line-height: 1.5;
    display: block;
}
.row-data.leader .col {
    line-height: 1.4;
}
.map {
    border: 1px solid #ddd;
}

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

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

.fancybox-thumbs__list a:before {
    border: 4px solid #fff;
}

.temp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.temp .button {
    display: inline-flex;
    margin-top: 1rem;
}

.temp .broker {
    flex-direction: column;
    text-align: center;
}

.ol-wrapper {
    max-width: var(--mw-super);
    margin: 0 auto;
    align-items: flex-start;
    padding: 0 1.5rem 2rem;
}

.filters-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.ol-container {
    gap: 1.5rem;
    transition: width 0.5s;
}

.oc-link {
    color: inherit;
    background: #fff;
    position: relative;
}
.oc-img-wrapper {
    position: relative;
}
.oc-facts {
    display: flex;
    gap: 0.5rem;
}
.oc-fact {
    white-space: nowrap;
}
.oc-content {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 1.5rem;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 24%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-family: var(--font-header);
}

.oc-row:first-child {
    font-size: 14px;
}

.oc-row:nth-child(2) {
    color: var(--gold);
}

.oc-row:nth-child(3) {
    opacity: .6;
}

.oc-content h2.oc-sub-title,
.oc-content h3 {
    font-size: 14px;
    margin: 0;
}
.oc-content h3 {
    line-height: 1;
    font-size: 12px;
}

.ob-footer {
    text-align: center;
    padding: 4rem 0 1rem;
    background: #fff;
    position: relative;
}

.start .ob-footer {
    background: none;
    color: #fff
}

.ob-footer span {
    color: #777;
}

.beskrivning .oc-tag.bid {
    flex-basis: 5rem;
    padding: .25rem 0.5rem;
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-bt);
    top: -41px;
    background: #fff;
    border: 1px solid #daa520;
    color: #daa520;
}

.short-fact-label:has(.the-bid) {
    color: #daa520;
    font-size: 1.5rem;
}

.biddhistory {
    position: relative;
    margin-top: 1rem;
    font-size: 1rem;
    font-family: var(--font-bt);
}

.biddhistory details {
    max-width: 350px;
    background: var(--beige-dark);
    appearance: none;
    -webkit-appearance: none;
}

.biddhistory details summary {
    cursor: pointer;
    position: relative;
    padding: 0.75rem 1rem .75rem 18px;
    color: #daa520;
    border: 1px solid #daa520;
}

.biddhistory summary:before {
    content: '';
    display: block;
    background: transparent url(/images/arrow-down-gold.svg) no-repeat 50% / .75rem;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: transform .25s;
}

.biddhistory summary::-webkit-details-marker, .biddhistory summary::marker {
    content: '';
    display: none;
}

.biddhistory details[open] summary:before {
    transform: rotate(180deg);
}

.col.bid-col {
    font-size: 14px;
    padding: 0;
}   

.bid-col:nth-child(1) {
    flex: 0 0 38%;
    padding: 0 0.5rem 0 0;
}

.bid-col:nth-child(2) {
    flex: 0 0 25%;
    text-align: center;
}

.bid-col:nth-child(3) {
    flex: 0 0 37%;
    padding-left: 0.5rem;
}

.ol-container {
    gap: 1.5rem;
    transition: width .5s;
    display: flex;
    flex-direction: column;
}

.oc-tag-wrapper {
    position: absolute;
    left: 2rem;
    top: 2rem;
}

.oc-tag-wrapper .t-bid {
    color: var(--gold);
    border: 1px solid var(--gold);
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: .5rem 1rem;
}

.broker-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.team .standard__container {
    max-width: none;
}

.broker-list>div {
    border-left: 1px solid #ddd;
}

.standard__container .medarbetare ul li {
    background: none;
    display: block;
    padding: 0;
    margin: 9px 0;
}

.standard__container .medarbetare ul li:first-child {
    font-family: var(--font-header);
    font-size: 14px;
}

.broker-list img {
    aspect-ratio: 10/10.5;
    object-fit: cover;
    object-position: top;
}

.team h1.standard__header {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

.start .wrapper__footer {
    position: relative;
}

.footer__address.reset {
    padding: 0 45px;
}

.footer__info .footer__address ul {
    padding: 0 0 45px;
    /* border-top: 1px solid #ddd; */
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__info .footer__address ul li {
    display: inline-block;
    padding: 0 9px 0 17px;
    background: url(/images/grey_bullet.png) no-repeat 0 3px;
    background-size: 5px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #777;
    text-transform: uppercase;
}

.start .footer__info .footer__address ul li,
.start .footer__info .footer__address ul li a{
    color: #fff;
}

.footer__info .footer__address ul li a {
    text-decoration: none;
    color: #daa520;
    -webkit-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

.footer__info .footer__address ul li.first {
    background-image: none;
}

.ol .wrapper__footer {
    background: #fff;
    /* padding-top: 3rem; */
}


@media (max-width: 600px) {

    .m-hide {display: none;}
    .d-hide {display: flex;}
    img.logo.d-hide {width: 110px;}
    .start img.logo.dark,
    .ol img.logo.dark,
    .beskrivning img.logo.dark,
    .body-default img.logo.light {display: none}
    .body-default img.logo.dark {display: flex}

    .xmt0 {margin-top: 0;}
    .xmt05{margin-top: 0.5rem;}
    .xmt1 {margin-top: 1rem;}
    .xmt2 {margin-top: 2rem;}
    .xmt3 {margin-top: 3rem;}
    .xmt4 {margin-top: 4rem;}
    .xmb0 {margin-bottom: 0;}
    .xmb1 {margin-bottom: 1rem;}
    .xmb2 {margin-bottom: 2rem;}
    .xmb3 {margin-bottom: 3rem;}
    .xmb4 {margin-bottom: 4rem;}
    .xmx05{margin-left: 0.5rem;margin-right: 0.5rem;}
    .xmx1 {margin-left: 1rem;margin-right: 1rem;}
    .xmx15{margin-left: 1.5rem;margin-right: 1.5rem;}
    .xp0  {padding: 0;}
    .xpb0 {padding-bottom: 0;}
    .xpb1 {padding-bottom: 1rem;}
    .xpx2 {padding-left: 2rem;padding-right: 2rem;}
    .xpx15{padding-left: 1.5rem;padding-right: 1.5rem;}
    .xwrap {flex-wrap: wrap;}
    .w100 {flex-basis: 100%;}
    .x1col {grid-template-columns: repeat(1, 1fr);}

    .wrapper {
        margin: 0;
    }
    .text-col {
        column-count: 1;
    }
    h1 {
        font-size: 2rem;
        margin-bottom: 0.25rem;
    }
    .selling-title h2 {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
        display: block;
    }
    .selling-title h2:before {
        content: "";
    }
    .selling-title h3 {
        font-size: 1.25rem;
    }
    .ob-selling {
        font-size: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    .selling-title {
        display: block;
    }
    .header {
        padding: 1.5rem;
        width: 100%;
    }
    .broker-wrapper {
        border-width: 0;
        padding: 0;
    }
    .broker {
        gap: 1rem;
        padding: 0;
    }
    .broker-img img {
        max-width: 160px;
        border-radius: 50%;
        margin: 0 auto;
    }
    .broker-info {
        font-size: 13px;
    }
    .ob-short-facts > .flex {
        padding: 2rem 1rem;
    }
    .ob-short-facts h2 {
        font-size: 1.5rem;
    }
    .ob-short-facts h2 + span {
        font-size: 1rem;
        line-height: 1.25;
        margin-top: 0.25em;
    }
    .ob-short-facts > .flex {
        padding: 2rem 1.5rem;
    }
    .ob-short-facts h2 {
        font-size: 1.5rem;
    }
    .ob-short-facts h2 + span {
        font-size: 15px;
        line-height: 1.25;
        margin-top: 0;
    }
    .tabs-link a {
        font-size: 13px;
    }
    .img-caption {
        text-align: center;
        font-size: 14px;
        padding-top: 0.5rem;
    }
    .text-col {
        margin: 0 1rem;
        font-size: 14px;
        line-height: 1.5;
        padding: 0 0 2rem;
    }
    .ob-short-facts + .ob-short-facts {
        margin: 0;
    }
    .viewing {
        padding: 1rem 0 0.5rem;
    }
    .ob-short-facts + .ob-short-facts h2 {
        font-size: 1.25rem;
        background-size: 1.25rem;
    }
    .bt-gr .button {
        justify-content: center;
        flex: 0 0 auto;
        margin: auto;
        font-size: 14px;
    }
    #map {
        border-left-width: 0;
        aspect-ratio: 1;
    }
    .hero-content span {
        font-size: 1rem;
        padding: 0.5rem 3rem 0;
    }
    .selling-title h1 {
        margin-bottom: 1rem;
    }
    .hero-content {
        padding: 0 5rem;
    }
    .booking-form-wrapper {
        margin: 0;
    }
    .booking-form {
        padding: 3rem 1.5rem 2rem;
        font-size: 14px;
    }
    span.checkbox-label {
        font-size: 13px;
        line-height: 1.4;
    }
    input#gdpr {
        margin-top: 3px;
    }
    .ham-nav {
        width: 100vw;
        top: 0;
        right: -100vw;
        font-size: 18px;
        border-width: 0;
    }
    .ham-nav.nav-open {
        right: 0;
    }
    .ham-nav-wrapper {
        padding: 2.75rem 1.5rem 0;
        align-items: flex-start;
        row-gap: 1rem;
    }
    .content-summary {
        font-size: 1rem;
        text-wrap: pretty;
        margin-top: 1rem;
    }
    .bl-img,
    .bl-txt {
        flex: 0 0 100%;
        font-size: 1rem;
    }
    .bl-txt {
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .bl-txt h4 {
        font-size: 1.25rem;
        padding-top: 0.5rem;
    }
    .content-divider {
        font-size: 1rem;
        padding: 2rem 1.5rem;
        margin: 0;
    }
    .img-wrapper {
        margin: 0 1.5rem;
        gap: 1rem;
    }
    h2.viewing-header {
        font-size: 1.5rem;
    }
    .viewing-txt {
        padding-left: 0;
    }
    .bt-gr {
        gap: 0.5rem;
    }
    .ob-short-facts > .flex > .ob-short-fact-wrapper > .col {
        flex: 0 0 50%;
        padding: 0.5rem 0 0;
    }
    .selling-header {
        line-height: 1.2;
        margin: 0;
        font-size: 1.5rem;
    }
    .ob-short-fact-wrapper .col {
        gap: 0.5rem;
        padding: 0 0.25rem;
    }
    .ob-short-fact-wrapper .row {
        padding: 1rem 0 1.5rem;
    }
    .selling {
        font-size: 1rem;
        flex: 0 0 100%;
    }
    .selling {
        font-size: 1rem;
        flex: 0 0 100%;
    }
    .broker-title {
        font-size: 12px;
    }
    .viewing-broker {
        flex: 0 0 100%;
    }
    .viewing .bt-gr .button {
        flex: 0 0 100%;
        margin: 0;
    }
    .tabs-img-wrapper {
        padding: 0;
    }
    .tabs-col {
        flex: 0 0 100%;
        padding: 0;
    }
    .tabs summary {
        padding: 1.5rem 1rem;
    }
    .map {
        border-width: 0;
    }
    .ob-short-fact-wrapper .col:nth-child(3)::after,
    .ob-short-fact-wrapper .col:nth-child(5)::after {
        content: "";
    }
    .img-col {
        order: -1;
        position: static;
        gap: 0.5rem;
        padding: 0 0.5rem 0.5rem;
    }
    .img-item {
        flex: 0 0 calc(50% - 0.25rem);
    }
    .img-item .button {
        font-size: 10px;
        height: 3em;
    }
    .floorplans .img-item {
        flex: 0 0 100%;
    }
    .floorplans {
        margin: 0.5rem;
        flex-wrap: wrap;
    }
    a.broker-link {
        font-size: 13px;
        line-height: 1.25;
    }
    .ob-footer h4, .ob-footer a {
        font-size: 0.75rem;
        text-transform: uppercase;
    }

    .ob-hero-wrapper .all-img {
        align-items: flex-end;
        padding-bottom: 2rem;
    }

    .ob-hero-wrapper .all-img .button {
        font-size: 12px;
        height: 42px;
    }

    .beskrivning .header a:has(.logo) {
        margin: auto;
    }

    .beskrivning .oc-tag.bid {
        font-size: 11px;
        top: auto;
        bottom: -2.5rem;
    }

    .oc-content {
        position: static;
        width: 100%;
        background: hsl(0deg 0% 0% / 90%);
        padding: 1.5rem;
    }

    .oc-tag-wrapper {
        left: 1.5rem;
        top: 1.5rem;
    }

    .oc-tag-wrapper .t-bid {
        font-size: 12px;
        padding: .25rem .5rem;
    }

    .navbar {
        width: auto;
        font-size: 10px;
        margin-top: 25px;
    }

    .standard__container {
        padding: 16px;
    }

    .standard__container .medarbetare ul {
        padding: 16px 0;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        margin-bottom: 0;
    }

    .standard__container .medarbetare ul li {
        display: block;
        padding-right: 0;
        padding-left: 0;
        background: 0;
        line-height: 150%;
        letter-spacing: 1px;
        margin: 2px 0;
        text-align: center;
    }

    .footer__info .footer__address ul li, .start .footer__info .footer__address ul li a {
        padding: .25rem 9px .25rem 17px;
        background: none;
    }

    .ob-footer {
        padding: 2rem 0 0rem;
        background: #fff;
    }

    .ob-footer h3 {
        
    }

    .standard__container h1.standard__header {
        font-size: 1.7rem;
    }

    .broker-list {
        grid-template-columns: 1fr;
    }
    
    .broker-list>div {
        border-left-width: 0;
    }
}
