:root {
    /* Font sizes */
    --primary-font-size: 17px;
    --secondary-font-size: 18px;
    --primary-heading-font-size: 60px;
    --secondary-heading-font-size: 45px;
    --tertiary-heading-font-size: 27px;
    --quaternary-heading-font-size: 18px;
    --primary-hero-heading-font-size: 50px;
    --image-description-font-size: 14px;
    --secondary-headline-font-size: 16px;
    /* Font Colors */
    --primary-font-color: rgb(0,0,0);
    --secondary-font-color: #000;
    --tertiary-font-color: #aaabaa;
    --quaternary-font-color: #fff;
    --image-description-font-color: rgb(160,160,160);
    /* Font weights*/
    --primary-font-weight: 400;
    --primary-bold-font-weight: 700;
    --secondary-font-weight-light: 300;
    --scondary-font-weight-medium: 500;
    /* Colors */
    --primary-bg-color: #fff;
    --secondary-bg-color: #aaabaa;
    --tertiary-bg-color: #e6ddca;
    --quaternary-bg-color: #000;
    /* Line Height */
    --primary-font-line-height: 25px;
    --primary-heading-font-line-height: 1.10;
    --secondary-heading-font-line-height: 48px;
    --tertiary-heading-font-line-height: 1.2;
    --quaternary-heading-font-line-height: 1.38;
    --image-description-line-height: 20px;
    /* Font families */
    --primary-font-family: "adobe-caslon-pro", serif;
    --secondary-font-family: "Excecutive-light", sans-serif;
    /* Border colors */
    --primary-border-colors: #3a3a3a;
    --secondary-border-colors: #aaabaa;
    /* Margins */
    --image-description-margin-top: 10px;
    /*Text decoration*/
    --text-decoration: underline;
    --text-decoration-offset: 3px;
    --text-decoration-thickness: 1px;
    /* ARROW URL'S */
    --arrow-icon-left: url("/media/qkjcwo4r/arrow_left_new.svg");
    --arrow-icon-right: url("/media/1ropkegh/arrow_right_new.svg");
    --arrow-icon-down: url("/media/v2wkagmp/arrow_down_new.svg");
    --arrow-icon-up: url("/media/j4jhvn5s/arrow_up_new.svg");
    /* ARROW SIZES */
    --small-arrow-icon: 13px;
    --large-arrow-icon: 18px;
    /* ARROW STYLINGS */

    --arrowHeight: 25px;
    --arrowWidth: 25px;
    --arrowTransition: transform 0.25s ease-out;

    /* Mobile headers */
    --mobilePrimaryFontSize: 35px;
    --mobilePrimaryLineHeight: 38px;

    --mobileSecondaryFontSize: 28px;
    --mobileSecondaryLineHeight: 32px;

    --mobileTertiaryFontSize:  24px;
    --mobileTertiaryLineHeight: 26px;
}

summary {
    display: initial !important;
}

summary::marker {
    content: "";
}

summary::-webkit-details-marker {
    display: none;
}

h1 {
    font-size: var(--primary-heading-font-size);
    font-family: var(--primary-font-family);
    color: var(--primary-font-color);
    font-weight: var(--primary-font-weight);
    line-height: var(--primary-heading-font-line-height);
}

h2 {
    font-size: var(--secondary-heading-font-size);
    color: var(--primary-font-color);
    font-weight: var(--primary-font-weight);
    line-height: var(--secondary-heading-font-line-height);
    font-family: var(--primary-font-family);
}

h3 {
    font-size: var(--tertiary-heading-font-size);
    color: var(--primary-font-color);
    font-weight: var(--primary-font-weight);
    line-height: var(--tertiary-heading-font-line-height);
    font-family: var(--primary-font-family);
}

h4 {
    font-family: var(--primary-font-family);
    font-size: var(--quaternary-heading-font-size);
    line-height: var(--quaternary-heading-font-line-height);
}

h5 {
    font-family: var(--primary-font-family);
}

h6 {
    font-family: var(--primary-font-family);
}

p {
    font-size: var(--primary-font-size);
    color: var(--primary-font-color);
    font-weight: var(--secondary-font-weight-light);
    line-height: var(--primary-font-line-height);
    margin: 0px;
    font-family: var(--secondary-font-family);
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

figcaption p, .twoImages-Container p {
    margin-bottom: 0px;
}

a {
    font-family: var(--secondary-font-family);
    font-size: var(--primary-font-size);
    line-height: var(--primary-font-line-height);
    color: var(--primary-font-color);
}

b, strong {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-padding-top: 140px;
}

img, video, iframe, table {
    max-width: 100%;
    height: auto;
    display: block;
}

.column p:empty {
    display: none;
}

.column:has(p:not(:empty) ~ p:not(:empty)) p:not(:empty):not(:has(~ p:not(:empty))):not(.secondaryHeadline):not(.headtingText-full p) {
    margin-bottom: 0;
}

body {
    background: var(--primary-bg-color);
    min-height: 100%;
    position: relative;
    margin: 0;
    font-size: 1rem;
    font-weight: var(--primary-font-weight);
    line-height: 1.5;
    color: var(--primary-font-color);
    text-align: left;
    box-sizing: inherit;
    font-family: var(--primary-font-family);
}

.row {
    margin-bottom: 120px;
    margin-top: 120px;
}

    .row .column:not(:first-child):not(:last-child) {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .row .column:last-child:not(:first-child) {
        margin-top: 120px;
    }

    .row .column > :not(:first-child):not(.product-slider):not(.textile__holder) {
        margin-top: 120px;
    }

@media(min-width: 991px) {
    main .container {
        max-width: 80%;
    }
}

@media(max-width: 600px) {
    .row > * {
        padding-right: 15px;
        padding-left: 15px;
    }
}

header {
    position: relative;
}

figure {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

    a:hover {
        color: var(--tertiary-font-color);
    }

    a img {
        cursor: pointer !important;
    }

.hero-jumpLinks p a::after {
    display: none;
}

.hero-jumpLinks p a {
    font-size: 19px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: var(--primary-font-family)
}

    .hero-jumpLinks p a:hover {
        color: var(--tertiary-font-color);
        text-decoration: none;
    }

.contactGrouping p a, .contactIntroduction p a {
    text-decoration: none;
}

p a {
    text-decoration: var(--text-decoration);
    text-underline-offset: var(--text-decoration-offset);
    text-decoration-thickness: var(--text-decoration-thickness);
    position: relative;
}

.fa-long-arrow-right:before {
    content: "\f178";
}

/*
@media(min-width: 769px) and (max-width: 1550px){
    .container{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 768px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
*/

/* FOOTER */
footer {
    margin-top: 0;
    background: var(--quaternary-bg-color);
    padding: 0px 15px;
}

    footer .row {
        margin-top: initial;
        margin-bottom: initial;
    }

    footer .bottomFooter {
        padding-bottom: 115px;
    }

.bottomFooter .row {
    border-top: 1px solid var(--quaternary-font-color);
    max-width: 95%;
    margin: auto;
}

footer .bottomFooter__content {
    padding-left: 0;
    padding-right: 0;
}

footer .bottomFooter p {
    margin-top: 0px;
    font-size: 16px;
    color: var(--quaternary-font-color);
    font-weight: var(--primary-font-weight);
    margin-bottom: 0;
    padding-top: 15px;
}

footer .topFooter .footerSection p a:hover {
    color: var(--tertiary-font-color);
}

p a:hover {
    text-decoration: var(--text-decoration);
    text-underline-offset: var(--text-decoration-offset);
    text-decoration-thickness: var(--text-decoration-thickness);
}

footer .topFooter {
    padding-bottom: 75px;
    padding-top: 100px;
}

    footer .topFooter .logosection {
        display: none;
    }

    footer .topFooter .footerWrapper {
        display: flex;
        justify-content: space-between;
        margin: auto;
        max-width: 95%;
    }

    footer .topFooter .footerSection {
        width: 20%;
        max-width: 20%;
        padding-right: 40px;
    }

        footer .topFooter .footerSection .footer_overskrift {
            font-size: 19px;
            font-weight: var(--primary-font-weight);
            font-family: var(--primary-font-family);
            color: var(--quaternary-font-color);
            border-bottom: 1px solid var(--quaternary-font-color);
            margin-bottom: 28px;
            line-height: 26px;
        }

        footer .topFooter .footerSection .tekst p {
            margin-bottom: 10px;
            line-height: 24px;
            transition: 200ms all ease-in-out;
            color: var(--quaternary-font-color);
        }

            footer .topFooter .footerSection .tekst p a {
                transition: 200ms all ease-in-out;
                position: relative;
                color: var(--quaternary-font-color);
                text-decoration: none;
            }

        footer .topFooter .footerSection .tekst a.footerLink--Subscribe {
            border: 1px solid var(--quaternary-font-color);
            display: inline-block;
            text-align: center;
            padding: 8px 70px 3px 70px;
            line-height: 24px;
            padding-top: 10px;
            color: var(--quaternary-font-color);
            font-size: 16px;
            font-weight: var(--primary-font-weight);
            margin-top: 20px;
            font-family: var(--primary-font-family);
        }

            footer .topFooter .footerSection .tekst a.footerLink--Subscribe:hover {
                background: var(--secondary-bg-color);
                color: #fff;
                transition: 200ms all ease-in-out;
                text-decoration: none;
            }

        footer .topFooter .footerSection h3 {
            line-height: 26px;
        }

        footer .topFooter .footerSection h3 {
            font-size: 19px;
            font-weight: var(--primary-font-weight);
            font-family: var(--primary-font-family);
            color: var(--quaternary-font-color);
            border-bottom: 1px solid var(--quaternary-font-color);
            margin-bottom: 28px;
        }

        footer .topFooter .footerSection .tekst p:hover a:after {
            opacity: 1;
            transition: 150ms all ease-in-out;
        }

        footer .topFooter .footerSection .tekst p a:after {
            content: '';
            display: block;
            position: absolute;
            height: 1px;
            background: var(--secondary-bg-color);
            bottom: -1px;
            width: 100%;
            opacity: 0;
            transition: 150ms all ease-in-out;
        }

@media(max-width: 991px) {
    footer .topFooter .footerSection {
        flex: 0 0 50%;
        padding-top: 60px;
    }

    footer .topFooter .footerWrapper {
        flex-wrap: wrap;
    }

    footer .topFooter .footerSection {
        width: 50%;
        max-width: 50%;
        padding-right: 0px;
        margin-bottom: 40px;
    }
}

/* HERO CSS */
/*-- Video Banner*/
.videoHeroBanner__container {
    margin-bottom: 110px;
}

    .videoHeroBanner__container h1 {
        font-size: 40px;
        font-weight: var(--primary-font-weight);
        max-width: 530px;
        margin-bottom: 11px;
    }

    .videoHeroBanner__container a, .videoHeroBanner__container p, .videoHeroBanner__container h1, .videoHeroBanner__container h2, .videoHeroBanner__container h3, .videoHeroBanner__container h4, .videoHeroBanner__container h5, .videoHeroBanner__container h6, .videoHeroBanner__container span, .videoHeroBanner__container a .link-caption:after {
        color: #fff;
    }

    .videoHeroBanner__container .read-moreLine span:hover {
        color: var(--tertiary-font-color);
    }

    .videoHeroBanner__container a .link-caption:after {
        background: #fff;
    }



    .videoHeroBanner__container p {
        color: #fff;
        margin-bottom: 17px;
    }

    .videoHeroBanner__container video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

    .videoHeroBanner__container .hero-content {
        left: 100px;
        bottom: 100px;
        position: absolute;
    }

        .videoHeroBanner__container .hero-content.Center-left {
            transform: translateY(50%);
            bottom: 50%;
        }

        .videoHeroBanner__container .hero-content.Bottom-center {
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%);
        }

    .videoHeroBanner__container .heroContentWrapper {
        max-width: 405px;
        padding-bottom: 17px;
    }

    .videoHeroBanner__container .hero__linkContainer {
        position: relative;
        display: inline;
    }

        .videoHeroBanner__container .hero__linkContainer i {
            margin-left: 5px;
            font-size: 19px;
        }

    .videoHeroBanner__container a:hover .hero__linkContainer span:after {
        width: 110%;
    }

@media (max-width: 768px) {
    .videoHeroBanner__container .hero-content {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }

        .videoHeroBanner__container .hero-content.Center-left {
            transform: translate(-50%, 50%);
        }

        .videoHeroBanner__container .hero-content.Bottom-center {
            bottom: 50%;
            transform: translate(-50%, 50%);
        }
}

/*-- Hero Text Banner */

.hero-text {
    margin-top: 195px;
}

h1#TextHero-heading {
    font-size: var(--primary-hero-heading-font-size);
    font-weight: var(--primary-font-weight);
}

.TextHero-Content {
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    text-align: center;
    max-width: 802px;
    margin-bottom: 110px;
}

.textHero-btn {
    margin: auto;
}

.TextHero-Content p {
    font-weight: 400;
    color: var(--secondary-font-color);
    margin-bottom: 25px;
}

    .TextHero-Content p.TextHero-eyebrow {
        font-size: var(--secondary-headline-font-size);
        font-family: var(--primary-font-family);
    }

.TextHero-Content .hero-jumpLinks a {
    font-size: var(--secondary-font-size);
    color: var(--secondary-font-color);
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    white-space: nowrap;
    font-family: var(--primary-font-family);
}

    .TextHero-Content .hero-jumpLinks a:hover {
        color: var(--tertiary-font-color);
        text-decoration: none;
        text-underline-offset: var(--text-decoration-offset);
        text-decoration-thickness: var(--text-decoration-thickness);
    }

.hero-jumpLinks p a {
    display: inline-block;
    white-space: nowrap;
}

@media(max-width: 768px) {
    .TextHero-Content h1 {
        margin-bottom: 20px;
    }

    .TextHero-Content p {
        margin-bottom: 0px;
    }
}


/*-- Hero Image Banner */
.hero-imageText {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 85px;
}

.imageText-textWrap {
    margin-bottom: 20px;
}

.hero-imageTextContent {
    max-width: 1015px;
    width: 100%;
    margin: auto;
    text-align: center;
}

    .hero-imageTextContent h1 {
        color: #fff;
        font-size: var(--primary-hero-heading-font-size);
        font-weight: var(--primary-font-weight);
        margin-bottom: 35px;
    }

    .hero-imageTextContent p {
        color: #fff;
        line-height: 28px;
        max-width: 735px;
        justify-self: center;
        margin: auto;
    }

@media (max-width: 991px) {
    .hero-imageText {
        height: auto;
        padding: 80px 20px;
        margin-bottom: 50px;
    }

    .hero-imageTextContent {
        position: static;
        transform: none;
        left: auto;
        top: auto;
    }
}

@media(max-width: 768px) {
    .hero-text {
        margin-top: 155px;
    }

    .TextHero-Content {
        padding-right: 25px;
        padding-left: 25px;
    }

        .TextHero-Content p.TextHero-eyebrow {
            margin-bottom: 11px;
        }
}

@media(max-width: 768px) {
    .row {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .row.row-doubleDis {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .TextHero-Content {
        margin-top: 40px;
        margin-bottom: 0px;
    }
}

.hero-jumpLinks {
    margin-top: 40px;
}

    .hero-jumpLinks a {
        color: #fff;
    }

/* NAVGATION */
#menu .container {
    max-width: 100%;
}

#menu svg .st0 {
    stroke-width: 2.2887;
    stroke: var(--secondary-font-color);
}

svg#mainMenu-searchIcon, svg#mainMenu-langSwitcher {
    height: 24px;
}

nav#menu {
    z-index: 999999;
}

nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) svg#mainMenu-searchIcon .st0, nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) svg#mainMenu-langSwitcher .st0 {
    stroke: #fff;
}

nav#menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    height: 110px;
    //box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    display: flex;
    background-color: var(--primary-bg-color);
}

    nav#menu li a {
        color: var(--primary-font-color);
        font-family: var(--primary-font-family);
    }

    nav#menu.active li a {
        color: var(--secondary-font-color);
    }

    nav#menu:hover li a {
        color: var(--secondary-font-color);
    }

    nav#menu li a {
        font-size: 19px;
    }



    nav#menu .navbar-brand img {
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.videoHeroBanner__container .arrowDown {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: 200ms all ease-in-out;
}

    .videoHeroBanner__container .arrowDown:hover {
        cursor: pointer;
        transform: translateX(-50%) translateY(7px);
        transition: 200ms all ease-in-out;
    }

    .videoHeroBanner__container .arrowDown svg #Path_39 {
        fill: transparent;
    }

.arrowDown line#Line_7 {
    stroke: #fff;
}

@media (max-width: 1400px) {
    nav#menu li a {
        font-size: 16px;
    }
}

.navbar-nav .nav-link:hover {
    text-decoration: var(--text-decoration);
    text-underline-offset: var(--text-decoration-offset);
    text-decoration-thickness: var(--text-decoration-thickness);
}

/* nav lang switcher */
.language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}

.lang-toggle {
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.lang-dropdown {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transform: translateX(-8px);
    pointer-events: none;
    transition: max-width 250ms ease, opacity 200ms ease, transform 250ms ease, margin-left 250ms ease;
}

.language-switcher.open .lang-dropdown {
    max-width: 220px;
    margin-left: 12px;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.lang-dropdown li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

    .lang-dropdown li + li::before {
        content: "|";
        display: inline-block;
        margin: 0 8px;
    }

.lang-dropdown a {
    text-decoration: none;
    display: inline-block;
}

.nav-link {
    color: var(--secondary-font-color);
}

@media(max-width: 768px) {
    .language-switcher, .lang-dropdown {
        flex-direction: column;
    }

        .lang-dropdown li + li::before {
            display: none;
        }

    .lang-dropdown {
        display: none;
    }

    .language-switcher.open .lang-dropdown {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: -40px;
        left: -35px;
        background: #fff;
        padding: 5px;
        color: #000;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

        .language-switcher.open .lang-dropdown li {
            padding-top: 5px;
        }

    nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) ul li ul.lang-dropdown li a {
        color: var(--secondary-font-color);
    }
}

/* Sub menu */

.nav-item.has-submenu:hover > .submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.subpage__navItem a {
    position: relative;
    display: block;
    padding: 0.25rem 1rem;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

    .subpage__navItem a:hover::after {
        width: 100%;
    }

.nav-item.has-submenu {
    position: relative;
}

.submenu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.nav-item.has-submenu:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Hero Elements */

.hero__topSeparator {
    margin-top: 360px;
}

.site-header.subpage-spacing {
    margin-bottom: 110px;
}

.subpage-spacing nav#menu li a, .mobile-menu__item p {
    color: var(--secondary-font-color);
    font-size: 19px;
    margin-bottom: 0px;
    font-family: var(--primary-font-family);
}

nav#menu li .mobile-submenu a, .mobile-submenu .mobile-menu__item p {
    font-size: 16px;
}

nav#menu li .mobile-submenu.mobile-submenu--nested a, .mobile-submenu.mobile-submenu--nested .mobile-menu__item p {
    font-size: 15px;
}
.subpage-spacing nav#menu li a.mega-menu__link, nav#menu li a.mega-menu__link {
    font-size: var(--image-description-font-size);
    font-family: var(--secondary-font-family);
}

.subpage-spacing nav#menu .navbar-brand img.logo, nav#menu:hover .navbar-brand img.logo {
    display: inline;
}

.subpage-spacing nav#menu .navbar-brand img.logo__negative {
    display: none;
}

.videoHeroBanner__container {
    position: relative;
}

nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) {
    background-color: transparent;
    box-shadow: none;
}

    nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) ul li ul a {
        color: var(--secondary-font-color);
    }

.subpage-spacing nav#menu .navbar-brand img.logo.logoNegativ, nav#menu:hover .navbar-brand .logo.logoNegativ {
    display: none;
}

nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) li a, nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) .lang-dropdown li + li::before, nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) ul li ul.lang-dropdown a {
    color: #fff;
}

nav#menu.site-nav.menuVideoBanner .logoNegativ {
    display: none;
}

nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) .logoNegativ {
    display: block;
}

/* COLLECTION CSS */

.collectionContainer {
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
}

.collection-items {
    margin-bottom: 50px;
    padding-right: 5px;
    padding-left: 5px;
}

    .collection-items p {
        font-size: var(--secondary-font-size);
    }

.collection-item img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    object-fit: cover;
    width: 100%;
    transition: 200ms all ease-in-out;
    margin-bottom: 10px;
}

@media(max-width: 1300px) and (min-width: 1199.98px) {
    .collection-item img {
        height: 300px;
    }
}

@media (min-width: 991px) and (max-width: 1199.98px) {
    .collection-item img {
        height: 300px;
    }
}

@media(max-width: 990px) {
    .collection-item img {
        height: 200px;
    }
}

@media(max-width: 768px) {
    .collection-item img {
        height: auto;
    }
}

/* TWO IMAGES CSS */

.twoImages-Container {
    display: flex;
    align-items: center;
}

    .twoImages-Container:has(> .twoImages-sameSize) {
        align-items: initial;
    }

.twoImages-large img {
    height: 800px;
    width: 100%;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    max-width: 593px;
}

@media(min-width: 991px) {

    .twoImages-left.twoImages-large {
        padding-right: 0px;
        justify-items: right;
    }

    .twoImages-right.twoImages-large {
        padding-left: 0px;
    }

        .twoImages-right.twoImages-large.twoImages-sameSize, .twoImages-left.twoImages-large.twoImages-sameSize {
            padding-left: 20px;
            padding-right: 20px;
        }

    .twoImages-Container p {
        max-width: 593px;
        width: 100%;
    }

    .twoImages-small.twoImages-left {
        padding-right: calc(8.33333333% + 20px);
        justify-items: right;
    }

    .twoImages-small.twoImages-right {
        padding-left: calc(8.33333333% + 20px);
    }
}

.twoImages-small, .twoImages-large {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

    .twoImages-small img {
        height: 640px;
        width: 477px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }

    .twoImages-small p {
        max-width: 477px;
    }

    .twoImages-small.twoImages-right.twoImages-sameSize {
        padding-left: 20px;
    }

    .twoImages-small.twoImages-left.twoImages-sameSize {
        padding-right: 20px;
    }

@media(max-width: 991px) {

    .twoImages-Container {
        align-items: unset;
    }

    .twoImages-small, .twoImages-large {
        width: 50%;
    }

    .twoImages-sameSize.twoImages-large, .twoImages-sameSize.twoImages-small {
        width: 50%;
    }

    .twoImages-large img {
        height: 500px;
    }

    .twoImages-sameSize.twoImages-large img {
        height: 425px;
    }

    .twoImages-small img {
        height: 400px;
    }


    .twoImages-small p, .twoImages-large p {
        width: 100%;
        justify-self: center;
        max-width: 593px;
    }

    .twoImages-large p {
        max-width: 593px;
    }
}

@media(max-width: 768px) {
    .fullwidthImage-wrapper img {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .twoImages-small, .twoImages-large {
        padding-left: 0px;
        padding-right: 0px;
    }

        .twoImages-large img {
            height: 400px;
        }

        .twoImages-left, .twoImages-small.twoImages-left.twoImages-sameSize {
            padding-right: 5px;
        }

        .twoImages-right, .twoImages-small.twoImages-right.twoImages-sameSize {
            padding-left: 5px;
        }
}

/* TEXT & HEADING CSS */

.txt-withHeading {
    margin: auto;
    text-align: center;
}

    .txt-withHeading.slimTextWidth {
        max-width: 735px;
    }

.headlineLabel {
    font-size: var(--secondary-headline-font-size);
    line-height: var(--primary-font-line-height);
    font-family: var(--primary-font-family);
}

@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1509px;
    }
}

/* Blogs & Projects */
img.news-item__image {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.news-item__title {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: var(--secondary-font-size)
}


.news-item__title {
    font-family: "adobe-caslon-pro";
}

.news-item__read-more, .read-more, .read-moreBtn {
    margin-top: 18px;
    display: inline-flex;
    padding: 10px 40px 5px 40px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font-family);
}

    .news-item__read-more a, .read-more a, .read-moreBtn a {
        font-family: var(--primary-font-family);
    }



    .news-item__read-more:hover, .read-moreBtn:hover, .read-more:hover, .read-moreBtn:hover span {
        color: #aaabaa;
    }

    .read-moreBtn:hover {
        color: var(--tertiary-font-color);
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .news-item__content--featured {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .news-item_Featured {
        flex-direction: column;
    }

        .news-item_Featured .news-item__image {
            height: auto;
        }
}

@media(max-width: 768px) {
    .news-item_Featured .news-item__image {
        margin-top: 40px;
        height: 300px;
    }

    #projects-references {
        margin-bottom: 25px;
    }
}

.news-item_Featured {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}

    .news-item_Featured .news-item__title {
        margin-bottom: 25px;
        line-height: var(--tertiary-heading-font-line-height);
        font-size: 27px;
    }

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    row-gap: 50px;
    align-items: stretch;
    margin-bottom: 110px;
}

    .news-grid .news-item {
        display: flex;
        flex-direction: column;
    }

    .news-grid .news-item__image-wrapper {
        height: 500px;
        overflow: hidden;
        margin-bottom: 10px;
    }

.news-item:not(.news-item--featured):hover .news-item__title {
    color: #aaabaa;
}


.news-grid .news-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media(max-width: 1500px) {
    .news-grid .news-item__image-wrapper {
        height: 450px;
    }
}

@media(max-width: 1200px) {
    .news-grid .news-item__image-wrapper {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 991px) {
    .news-grid .news-item__image-wrapper {
        height: 350px;
    }
}

@media(max-width: 600px) {
    .news-grid .news-item__image-wrapper {
        height: 240px;
    }

    .news-item__title {
        font-size: 16px;
    }

    .news-item_Featured .news-item__title {
        margin-bottom: 8px;
    }

    .news-item_Featured p {
        margin-bottom: 10px;
    }

    .news-item_Featured .news-item__read-more {
        margin-top: 10px;
    }

    .news-grid .news-item__image-wrapper {
        margin-bottom: 11px;
    }

    .news-item__title:not(.news-item__title--featured) {
        margin-left: 15px;
        margin-right: 15px;
        line-height: 1.1;
    }
}

/* TWO IMAGES */

.twoImages-Container p {
    color: var(--image-description-font-color);
    font-size: var(--image-description-font-size);
    margin-top: var(--image-description-margin-top);
    line-height: var(--image-description-line-height);
}

/* IMAGE TEXT */

imageText-imageCaption p {
    font-size: var(--image-description-font-size);
}

.imageText-text h2, .imageText-text h3, .imageText-text h4, .imageText-text h5, .imageText-text h6 {
    margin-top: 5px;
}

.imageText-text h2, .imageText-text h3, .imageText-text h4, .imageText-text h5, .imageText-text h6, .imageText-text p {
    max-width: 497px;
}

.imageText-Container {
    display: flex;
    align-items: center;
}

    .imageText-Container h2, .imageText-Container h3, .imageText-Container h4, .imageText-Container h5 {
        margin-bottom: 10px;
    }

    .imageText-Container.imageText-rowReverse {
        flex-direction: row-reverse;
    }

.link-caption, .read-moreLine {
    font-size: 19px;
    position: relative;
    width: fit-content;
    margin-top: 18px;
    font-family: var(--primary-font-family);
}

    .link-caption .fal, .read-moreLine .fal {
        margin-top: 37px;
    }

    a .link-caption:hover:after, .read-moreLine:hover:after {
        background: var(--tertiary-font-color);
    }

a.link-caption:after, read-moreLine:after {
    background: var(--tertiary-font-color);
}

.hero-content .read-moreLine:after {
    background: #fff;
}

.imageText-image p {
    margin-top: 10px;
    color: var(--image-description-font-color);
    font-size: var(--image-description-font-size);
    width: 593px;
    max-width: 100%;
    line-height: var(--image-description-line-height);
    margin-bottom: 0px;
}

.imageText-image-left {
    justify-items: left;
}

.imageText-image:not(.imageText-image-left) {
    justify-items: right;
}

@media(max-width: 1300px) {


    .imageText-image-left {
        justify-items: left;
    }

    .imageText-image:not(.imageText-image-left) {
        justify-items: right;
    }

    .imageText-image p {
        max-width: 375px;
    }
}

@media(min-width: 991px) {
    .imageText-text-left {
        margin-right: 50px;
        margin-left: 8.33%;
        max-width: 543px;
    }

    .imageText-text:not(.imageText-text-left) {
        margin-left: 50px;
        margin-right: 8.33%;
        max-width: 543px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .imageText-image, .imageText-text {
        max-width: 50%;
    }

    .imageText-text {
        padding-left: 20px;
    }

    .imageText-text-left {
        padding-right: 20px;
    }
}

@media(max-width: 991px) {


    .imageText-image p {
        max-width: 100%;
        width: 100%;
    }

    .imageText-text {
        margin-bottom: 40px;
    }

        .imageText-text h2, .imageText-text h3, .imageText-text h4, .imageText-text h5, .imageText-text h6, .imageText-text p {
            max-width: 100%;
        }
}

@media(max-width: 768px) {
    .imageText-Container.imageText-rowReverse {
        flex-direction: column-reverse;
    }

    .imageText-Container {
        flex-direction: column-reverse;
    }

        .imageText-Container .imageText-image {
            margin-top: 40px;
        }
}

a.imageText-Container:hover {
    color: initial;
}

.imageText-Container .read-moreBtn:hover {
    color: var(--tertiary-font-color);
}
/* CUSTOM LIGHTBOX */
/* overlay */
.lb-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: auto;
}

    .lb-overlay.lb-open {
        display: flex;
    }

    /* dim background */
    .lb-overlay .lb-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.8);
    }

/* popup box */
.lb-backdrop {
    position: relative;
}

.lb-overlay .lb-dialog {
    max-width: 90vw;
    max-height: 90vh;
    padding: 1.5rem;
    z-index: 1;
}

.lb-overlay .lb-image {
    display: block;
    /* Leave a guaranteed gap on both sides for the fixed-position arrow
       buttons, so the image can never physically overlap their tap area. */
    max-width: min(100%, calc(100vw - 120px));
    max-height: 90vh;
    margin: 0 auto;
    cursor: zoom-in;
    transition: transform 1.0s ease;
    transform-origin: center center;
}

.lb-image.lb-image-zoomed {
    cursor: grab;
    transition: transform 0.20s ease;
}

.lb-image.lb-image-dragging {
    cursor: grabbing;
    transition: none;
}

/* arrows / close */
.lb-overlay .lb-arrow,
.lb-overlay .lb-close {
    position: fixed;
    border: none;
    background: rgba(255,255,255,0.0);
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    z-index: 10000;
    touch-action: manipulation;
    transition: opacity 0.2s ease;
}

.lb-dialog:has(.lb-image-zoomed) .lb-arrow {
    opacity: 0;
    pointer-events: none;
}

.lb-overlay .lb-close {
    top: 0.5rem;
    right: 0.5rem;
}

.lb-overlay .lb-prev {
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.lb-overlay .lb-next {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.link-page {
    display: inline-flex;
    align-items: center;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
}

/* -------- existing desktop submenu -------- */
.submenu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    top: 100%;
    left: 0;
    min-width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.nav-item.has-submenu {
    position: relative;
}

    .nav-item.has-submenu:hover > .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

img.icon.icon-lang, img.icon.icon-search {
    height: auto;
    width: 25px;
}

/* -------- burger button -------- */
.burger-btn {
    display: none; /* visible on mobile only */
    background: transparent;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.burger-lines {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #222;
    position: relative;
}

    .burger-lines:before,
    .burger-lines:after {
        content: "";
        position: absolute;
        left: 0;
        width: 26px;
        height: 2px;
        background: #222;
    }

    .burger-lines:before {
        top: -8px;
    }

    .burger-lines:after {
        top: 8px;
    }

nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) .burger-lines, nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) .burger-lines:after, nav#menu.site-nav.menuVideoBanner:not(.active):not(:hover) .burger-lines:before {
    background: #fff;
}
/* -------- mobile drawer -------- */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1999;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    transform: translateX(-110%);
    transition: transform 250ms ease-in-out;
    z-index: 2000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    position: relative;
}

.mobile-menu__close {
    background: transparent;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    padding: 8px;
    color: var(--primary-font-color);
}

.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
    max-width: 768px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 16px;
}

.mobile-menu__item, .mobile-search {
    margin-right: 25px;
    margin-left: 25px;
    border-bottom: 1px solid #3a3a3a;
}

.mobile-menu__item .mobile-menu__row.mobile-menu__row--l1, .mobile-search__input, nav#menu:hover li .mobile-menu__row.mobile-navWrap {
    padding-top: 18px;
    padding-bottom: 9px;
}

.mobile-menu__item:first-of-type .mobile-menu__row, .mobile-menu__row.mobile-menu__row--l2 {
    padding-top: 0px;
    padding-bottom: 9px;
}

.mobile-submenu--nested a.mobile-submenu__link.mobile-menu__link--l3 {
    padding-bottom: 9px;
}

.mobile-submenu--nested li:last-child a.mobile-submenu__link.mobile-menu__link--l3 {
    padding-bottom: 5px;
}

nav#menu li a.mobile-menu__link--l2 {
    padding-bottom: 10px;
}

.mobile-submenu__item.mobile-menu__item--l2.has-sub.is-sub-open {
    padding-bottom: 8px
}

.mobile-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: -7px;
}

.mobile-menu__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mobile-menu__row p{
    font-size: 24px;
    line-height: 25px;
}

.mobile-menu__link {
    text-decoration: none;
    font-size: 16px;
    flex: 1;
}

.mobile-sub-toggle, .mobile-grandSub-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.mobile-sub-toggle {
    margin-top: -10px;
}

.mobile-grandSub-toggle {
    margin-top: -10px;
}

.mobile-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}

.mobile-submenu__link {
    display: block;
    text-decoration: none;
    line-height: 1;
}

.mobile-submenu__link {
    padding: 0px 0px 7px 0px;
}

    .mobile-menu__icons #burgerMenuTriggerNewsletter {
        color: var(--tertiary-font-color);
    }

.burgerSocialsContainer {
    padding-top: 10px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-icon-link img {
    width: 25px;
    height: auto;
}

nav#menu.site-nav.menuVideoBanner:not(.active) li a.mobile-menu__link {
    color: #000;
}

/* open state */
body.mobile-menu-open .mobile-menu {
    transform: translateX(0);
}

.mobile-sub-toggle {
    height: 24px;
}

body.mobile-menu-open .mobile-menu-overlay {
    display: block;
}

.mobile-sub-toggle svg, .mobile-grandSub-toggle svg {
    height: 24px;
}

svg.icon-burgerOpen, .icon-burgerOpen, .icon-burgerOpen-grandChild {
    transition: transform 0.25s ease;
    transform-origin: 50% 50%;
}

.is-open svg.icon-burgerOpen, .is-sub-open svg.icon-burgerOpen-grandChild {
    transform: rotate(45deg);
}


/* breakpoint */
@media (max-width: 1200px) {
    .burger-btn {
        display: inline-flex;
    }

    li.nav-item:not(.nav-burger):not(.nav-lang):not(.mx-auto) {
        display: none;
    }

    nav#menu li a.mobile-menu__link--l1 {
        font-size: 19px;
    }
}

.is-sub-open .mobile-submenu {
    display: block;
}

.mobile-submenu--nested {
    padding: 0px 32px;
}
/* ========================= 
MOBILE SEARCH
========================= */


.mobileSearchWrapper {
    padding-top: 30px;
}

.mobile-search__form {
    margin: 0;
}

.mobile-search__input {
    width: 100%;
    border: 0;
    font-size: 28px;
    line-height: 1.142857;
    outline: none;
    background: transparent;
    font-family: var(--primary-font-family);
    padding-left: 0px;
    -webkit-appearance: none;
    appearance: none;
}

    .mobile-search__input::-webkit-search-decoration,
    .mobile-search__input::-webkit-search-cancel-button,
    .mobile-search__input::-webkit-search-results-button,
    .mobile-search__input::-webkit-search-results-decoration {
        -webkit-appearance: none;
    }

    .mobile-search__input::placeholder {
        color: var(--tertiary-font-color);
        font-size: 28px;
        line-height: 1.142857;
        font-family: var(--primary-font-family);
    }

    .mobile-search__input::-webkit-input-placeholder {
        color: var(--tertiary-font-color);
        font-size: 28px;
        line-height: 1.142857;
        font-family: var(--primary-font-family);
    }

    .mobile-search__input:focus {
        border-bottom-color: #000;
    }

.mobile-menu__logo {
    min-height: 100px;
    width: 100%;
}

    .mobile-menu__logo img.logo {
        position: absolute;
        height: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.mobile-submenu {
    display: none;
}

.mobile-menu__item.has-sub.is-open > .mobile-submenu {
    display: block;
}

img.icon.icon-burgerSocials {
    height: 24px;
    width: auto;
}

.mobile-menu__item.has-sub svg {
    transform: rotate(180deg);
    height: var(--arrowHeight);
    width: var(--arrowWidth);
    transition: var(--arrowTransition);
}

.mobile-submenu__item.has-sub svg {
    height: calc(var(--arrowHeight) - 3px);
    width: calc(var(--arrowWidth) - 3px);
    transform: rotate(180deg);
    transition: var(--arrowTransition);
}

.mobile-menu__item .mobile-submenu__link:last-of-type:not(.mobile-submenu__link), .mobile-submenu__link:last-of-type:not(.mobile-submenu__link) mobile-menu__row {
    padding-bottom: 0px;
}

.mobile-submenu__item:last-of-type .mobile-submenu__link:not(.mobile-submenu--nested .mobile-submenu__link) {
    padding-bottom: 0px;
}

.mobile-submenu--nested .mobile-submenu__link:last-of-type {
    padding-bottom: 10px;
}

.mobile-menu__item.has-sub.is-open svg:not(.mobile-submenu__item svg), .mobile-submenu__item.has-subis-sub-open svg {
    transform: rotate(0deg);
}

.mobile-submenu__item.has-sub.is-sub-open svg {
    transform: rotate(0deg);
}

li.mobile-menu__item.mobile-menu__icons {
    margin-bottom: 50px;
}



/* =========================
   DESKTOP MEGA MENU
========================= */

/* Allow full-width dropdown */
.nav-item.has-megamenu {
    position: static;
}

/* Mega menu wrapper */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #ffffff;
    z-index: 50;
    box-shadow: 0 24px 40px rgba(0,0,0,0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 120ms ease, visibility 120ms ease;
}

/* Hover bridge to prevent the "gap" from closing the menu */
.nav-item.has-megamenu .mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    height: 30px;
}

/* Show / hide */
.nav-item.has-megamenu:hover .mega-menu,
.nav-item.has-megamenu:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* =========================
   INNER LAYOUT
   Left: auto-filling columns
   Right: image (about 2 columns)
========================= */

.mega-menu__inner {
    margin: 0 auto;
    padding: 30px 4rem;
    display: grid;
    grid-template-columns: minmax(0, 6fr) 2fr;
    gap: 48px;
    align-items: start;
    height: calc(100vh - 110px);
}

/* LEFT SIDE */
.mega-menu__grid {
    column-count: 5;
    column-gap: 48px;
    column-fill: auto;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
}

/* Each group block stays intact */
.mega-menu__col {
    min-width: 0;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 36px;
}

/* =========================
   TEXT STYLES
========================= */

.mega-menu__title {
    margin-bottom: 8px;
    font-size: 19px;
}

.mega-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu__item {
    margin-bottom: 5px;
}

.mega-menu__link {
    display: block;
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
    color: #1f1f1f;
}

    .mega-menu__link:hover,
    .mega-menu__link:focus {
        text-decoration: var(--text-decoration);
        text-underline-offset: var(--text-decoration-offset);
        text-decoration-thickness: var(--text-decoration-thickness);
        text-underline-offset: 5px;
    }

/* =========================
   IMAGE AREA (RIGHT)
========================= */
.mega-menu__image {
    width: 100%;
    min-height: 520px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0;
}

    .mega-menu__image.is-visible {
        opacity: 1;
    }

@media (max-width: 1400px) {
    .mega-menu__grid {
        column-count: 6;
    }
}

@media (max-width: 1200px) {
    .mega-menu__inner {
        grid-template-columns: minmax(0, 1fr) 2fr;
        padding: 48px 24px;
    }

    .mega-menu__grid {
        column-count: 4;
    }
}

@media (max-width: 1024px) {
    .mega-menu {
        display: none !important;
    }
}

/* =========================
   SEARCH OVERLAY
========================= */

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
}

    .search-overlay.is-open {
        display: block;
    }

.search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: #fff;
}

/* Panel sits above backdrop */
.search-overlay__panel {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 64px 72px;
}

/* Close pinned top-right */
.search-overlay__close {
    position: absolute;
    top: 48px;
    right: 72px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

/* Perfectly centered block */
.search-overlay__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(980px, calc(100% - 40px));
    text-align: center;
}

/* Search bar above categories */
.search-overlay__top {
    width: 100%;
    margin-bottom: 34px;
}

.search-overlay__form {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}

.search-overlay__input {
    flex: 1;
    border: 0;
    outline: none;
    font-size: 18px;
    background: transparent;
}

.search-overlay__submit {
    border: 0;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

/* Content */
.search-overlay__label {
    font-size: var(--secondary-font-size);
    margin-bottom: 26px;
    color: var(--primary-font-color);
    font-family: var(--primary-font-family);
}

.search-overlay__categories {
    margin: 0 auto;
    font-size: var(--secondary-heading-font-size);
    line-height: 1.15;
}

.search-overlay__cat, .search-overlay__sep {
    color: var(--primary-font-color);
    font-size: var(--tertiary-heading-font-size);
    line-height: var(--tertiary-heading-font-line-height);
    font-family: var(--primary-font-family);
}

    .search-overlay__cat:hover,
    .search-overlay__cat:focus {
        text-decoration: none;
    }

.search-overlay__cat {
    padding-left: 2px;
    padding-right: 2px;
}

.search-overlay__sep {
    color: #222;
}

/* Icons */
.search-overlay__icon {
    display: inline-block;
    vertical-align: middle;
}

.search-overlay__icon--arrow {
    margin-left: 8px;
    height: 14px;
    width: auto;
}

.search-overlay__icon--close {
    height: 18px;
    width: auto;
}

/* Prevent background scroll */
body.search-overlay-open {
    overflow: hidden;
}

#searchOverlayInput::-webkit-search-cancel-button {
    filter: brightness(0);
}

/* Responsive */
@media (max-width: 992px) {
    .search-overlay__panel {
        padding: 32px 20px;
    }

    .search-overlay__close {
        top: 20px;
        right: 20px;
    }

    .search-overlay__categories {
        font-size: 34px;
    }
}

/* ========================= 
TIMELINE 
========================= */

.timeline .row {
    display: flex;
    flex-wrap: wrap;
}

.timeline__wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

.timeline__Text p.year {
    position: absolute;
    right: 0;
    transform: translateX(calc(100%));
    border-left: 1px solid #000;
    padding-left: 20px;
    z-index: 10;
    font-weight: 800;
}

.timeline__Text {
    position: relative;
}

    .timeline__Text p {
        max-width: 475px;
    }

    .timeline__Text h3 {
        font-size: var(--secondary-heading-font-size);
        color: var(--primary-font-color);
        font-weight: var(--primary-font-weight);
        line-height: var(--secondary-heading-font-line-height);
    }

.timeline__Text--heading {
    margin-bottom: 45px;
}

.timeline__Text:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #a29f98;
    top: 0;
    bottom: 0;
    right: 0;
    top: -50px;
}

.timeline__Text--content {
    margin-bottom: 140px;
    padding-right: 10px;
}

.timeline__Images--image {
    padding-top: 150px;
    width: fit-content;
}

.timeline__dividerimage {
    margin-top: 150px;
    margin-bottom: 190px;
}

.timeline__Images--imageWrapper {
    max-width: fit-content;
    display: table;
}

.timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text p.year {
    padding-right: 20px;
    transform: none;
    right: 50%;
    border-right: 1px solid var(--secondary-font-color);
    border-left: none;
    padding-left: 0;
}

.timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #a29f98;
    top: 0;
    bottom: 0;
    right: 50%;
}

.timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text:after {
    top: -50px;
}

.timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text {
    position: static;
}

.timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Images {
    margin-right: 8.333333%;
    padding-left: 0;
}

.timeline__decade:nth-of-type(even) .timeline__wrapper {
    flex-direction: row-reverse;
}

.timeline__dividerimage img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

@media (max-width: 768px) {
    .timeline__wrapper {
        display: block;
    }

    .timeline__dividerimage {
        margin-bottom: 80px;
        margin-top: 120px;
    }

    .timeline__decade .timeline__Text--year {
        font-size: 28px;
        line-height: normal;
    }

    .timeline__decade .timeline__Text--heading {
        line-height: 34px;
        font-size: 28px;
    }

    .timeline__decade .timeline__Text p.year, .timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text p.year {
        position: relative;
        left: 0;
        border-left: 0;
        padding-left: 0;
        font-size: 20px;
        transform: none;
        border-right: 0px;
    }

    .timeline__decade .timeline__Text--content {
        margin-bottom: 60px;
    }

    .timeline__decade .timeline__Images {
        padding-right: 15px;
    }

    .timeline__decade .timeline__Images--image {
        max-width: 100%;
        width: 100%;
        padding-top: 50px;
    }

        .timeline__decade .timeline__Images--image img {
            max-width: 609px;
            width: 100%;
        }

        .timeline__decade .timeline__Images--image p {
            font-size: 14px;
            margin-top: 5px;
        }

    .timeline__dividerimage {
        margin-bottom: 80px;
        margin-top: 120px;
    }

        .timeline__dividerimage img {
            height: 100% !important;
            object-fit: contain;
            width: 100%;
        }

        .timeline__dividerimage p {
            font-size: 14px;
        }

    .timeline__Text:after {
        display: none;
    }

    .timeline__Text p {
        max-width: 100%;
    }

    .timeline__decade .timeline__Text--year {
        font-size: 28px;
        line-height: normal;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .timeline__Images--image .timeline__Images--imageWrapper img, .timeline__Images--image .timeline__Images--imageWrapper p {
        max-width: 275px;
    }

    .timeline__Images {
        padding-right: 15px;
        padding-left: 10%;
    }

    .timeline__Text h3 {
        font-size: 24px;
    }

    .timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text {
        padding-left: 15px;
    }

    .timeline__decade:nth-of-type(odd) .timeline__wrapper .timeline__Text {
        padding-right: 20px;
    }

    .timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Images {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Text {
        padding-left: 20px;
    }

    .timeline__decade:nth-of-type(odd) .timeline__wrapper .timeline__Text {
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .timeline__Images--image .timeline__Images--imageWrapper img, .timeline__Images--image .timeline__Images--imageWrapper p {
        max-width: 400px;
    }

    .timeline__Images {
        padding-left: 82px;
    }

    .timeline__Text h3 {
        font-size: 24px;
        line-height: normal;
    }
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .timeline__Images--image .timeline__Images--imageWrapper img, .timeline__Images--image .timeline__Images--imageWrapper p {
        max-width: 450px;
    }

    .timeline__Text h3 {
        font-size: 48px;
        line-height: 60px;
        max-width: 380px;
    }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    .timeline__Images--image .timeline__Images--imageWrapper img, .timeline__Images--image .timeline__Images--imageWrapper p {
        max-width: 400px;
    }
}

@media(min-width: 991px) and (max-width: 1100px) {
    .timeline__Images--image .timeline__Images--imageWrapper img, .timeline__Images--image .timeline__Images--imageWrapper p {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .timeline__decade:nth-of-type(even) .timeline__wrapper .timeline__Images {
        margin-right: 0px;
        padding-right: 0px;
    }

    .timeline__decade .timeline__Images {
        padding-right: 0px;
    }
}

/* Heritage Feature */

.heritageFeature-Wrapper, .heritageFeature-contentWrapper {
    position: relative;
}



.heritageFeature-upper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

    .heritageFeature-upper h2 {
        margin: 0;
        max-width: 28ch;
    }

    .heritageFeature-upper h3 {
        margin: 0;
        font-style: italic;
        white-space: nowrap;
        font-size: 45px;
    }

.heritageFeature-featuredImg {
    display: block;
    width: 60%;
    max-width: 420px;
    margin: 3rem auto 110px 50%;
    height: auto;
    transform: translateX(-100%);
}

.heritageFeature-offsetImg {
    position: absolute;
    left: 50%;
    top: 280px;
    transform: translate(90px, -50%);
    max-width: 250px;
    width: 100%;
    height: auto;
}

.heritageFeature-lower {
    max-width: 100%;
}

    .heritageFeature-lower h3 {
        margin: 0 0 1rem 0;
    }

.heritageFeature-Wrapper::after {
    content: "";
    display: block;
    clear: both;
}

@media(max-width: 1550px) {
    /*.heritageFeature-offsetImg {
        transform: translate(100px, -40%) !important;
        margin: 3rem auto 110px 50%;
        right: unset;
    }*/
}

@media(max-width: 1100px) {
    /*.heritageFeature-offsetImg {
        transform: translate(0, -40%);
        right: -150px;
    }*/
    .heritageFeature-featuredImg {
        max-width: 50%;
        margin: unset;
        margin-bottom: 90px;
        transform: unset;
    }
}

@media (max-width: 991px) {

    .heritageFeature-upper {
        flex-direction: column;
    }

        .heritageFeature-upper h3 {
            align-self: end;
        }

    .heritageFeature-offsetImg {
        top: 232px;
    }

    .heritageFeature-lower {
        padding-right: 0;
        max-width: 100%;
    }
}

/* Heritage Single Image */

.heritageSingleImg-upper h2 {
    margin: 0;
    max-width: 22ch;
}

.heritageSingleImg-upper h3 {
    margin: 0;
    font-style: italic;
    white-space: nowrap;
    font-size: 45px;
}

.heritageSingleImg-Wrapper {
    position: relative;
}

.heritageSingleImg-featuredImg {
    margin: auto;
    width: 60%;
    margin-bottom: 75px;
}

.heritageSingleImg-upper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 50px;
}

.heritageSingleImg-textWrapper p {
    margin-bottom: 25px;
}

@media(max-width: 991px) {
    .heritageSingleImg-upper h3 {
        align-self: flex-end;
    }

    .heritageSingleImg-featuredImg {
        width: 100%;
    }

    .heritageSingleImg-upper h2 {
        margin-bottom: 31.5px;
    }

    .heritageSingleImg-upper {
        gap: 0;
        flex-direction: column;
        margin-bottom: 31.5px;
    }

    .heritageSingleImg-featuredImg {
        margin-bottom: 50px;
    }

    .heritageSingleImg-textWrapper {
        width: 90%;
    }

    .heritageSingleImg-textWrapper {
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .heritageFeature-offsetImg {
        position: initial;
        width: 50%;
        max-width: 100%;
        display: block;
        transform: none !important;
        top: unset;
        margin: unset;
        margin-top: 48px;
        justify-self: right;
    }
}
/* =========================
   FULL WIDTH IMAGE
========================= */

.fullwidthImage-wrapper {
    width: 100%;
    max-width: 100%;
}

.fullwidthImage-wrapper {
    width: 100%;
    max-width: 100%;
}

    .fullwidthImage-wrapper img {
        width: 100%;
        height: 730px;
        object-fit: cover;
        object-position: center;
        position: relative;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }

    .fullwidthImage-wrapper.smallWidthImage {
        width: 75%;
        margin: auto;
        display: block;
    }

figcaption p {
    color: var(--image-description-font-color);
    font-size: var(--image-description-font-size);
    font-weight: var(--primary-font-weight);
    margin-top: var(--image-description-margin-top);
    line-height: var(--image-description-line-height);
}

@media (max-width: 991px) {
    .fullwidthImage-wrapper.smallWidthImage, .fullwidthImage-wrapper img {
        width: 100%;
        height: auto;
    }
}

/* =========================
   FULL WIDTH VIDEO
========================= */
.fullWidthVideo-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: 1251px;
    margin: auto;
}

    .fullWidthVideo-wrapper video {
        display: block;
        width: 1251px;
        pointer-events: all;
        max-height: 730px;
        position: relative;
        height: 730px;
        object-fit: cover;
    }

    .fullWidthVideo-wrapper.smallWidthVideo {
        max-width: 75%;
    }

.video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

    .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

@media(max-width: 991px) {
    figure.fullWidthVideo-wrapper.smallWidthVideo {
        max-width: 100%;
    }

    .fullWidthVideo-wrapper video {
        max-height: 100vh;
        height: auto;
    }
}

@media (max-width: 768px) {
    .fullWidthVideo-wrapper.smallWidthVideo, .fullwidthImage-wrapper.smallWidthImage {
        max-width: 100%;
        width: 100%;
    }
}

/* =========================
   SEARCH PAGE
========================= */

/* Page wrapper */
.search-page {
    position: relative;
    width: 100%;
}

.search-intro {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 64px 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Centered block */
.search-intro__inner {
    width: min(980px, calc(100% - 40px));
    text-align: center;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    margin-bottom: 34px;
}

.search-input {
    flex: 1;
    border: 0;
    outline: none;
    font-size: 18px;
    background: transparent;
}

.search-submit {
    border: 0;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

/* Remove default clear button styling */
#searchInput::-webkit-search-cancel-button {
    filter: brightness(0);
}

/* =========================
   CATEGORIES
========================= */

.search-categories__title {
    font-size: var(--secondary-font-size);
    margin-bottom: 26px;
    color: var(--primary-font-color);
    font-family: var(--primary-font-family);
}

.search-categories__list {
    margin: 0 auto;
    font-size: var(--secondary-heading-font-size);
    line-height: 1.15;
}

.search-category {
    color: var(--primary-font-color);
    font-size: var(--tertiary-heading-font-size);
    line-height: var(--tertiary-heading-font-line-height);
    font-family: var(--primary-font-family);
}

a.search-category {
    padding-right: 2px;
    padding-left: 2px;
}

.search-category:hover,
.search-category:focus {
    text-decoration: none;
}

.search-category__sep {
    color: var(--primary-font-color);
    font-size: var(--tertiary-heading-font-size);
    line-height: var(--tertiary-heading-font-line-height);
    font-family: var(--primary-font-family);
}

.search-categories__empty {
    font-size: 18px;
    color: #666;
}

/* =========================
   SEARCH RESULTS
========================= */

.search-results {
    padding: 64px 0;
}

.search-results__summary {
    margin-bottom: 32px;
}

.search-result {
    margin-bottom: 40px;
}

.search-result__title {
    margin-bottom: 6px;
    text-decoration: var(--text-decoration);
    text-underline-offset: 10px;
    text-decoration-thickness: var(--text-decoration-thickness);
}

h2.search-result__title:hover {
    color: var(--tertiary-font-color);
}

.search-result__headline {
    justify-self: center;
    margin-bottom: 50px;
}

.search-result__subtitle {
    font-size: 18px;
    color: #666;
}

.search-result__meta {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .search-intro {
        padding: 32px 20px;
    }

    .search-categories__list {
        font-size: 34px;
    }
}

/* =========================
   DISCOVER CONTAINER - UNDERLINE
========================= */
.discoverContainer.discoverUnderline span {
    position: relative;
    display: inline-block; /* or block */
    color: var(--primary-font-color);
}

    .discoverContainer.discoverUnderline span:hover {
        color: var(--tertiary-font-color);
    }

    .discoverContainer.discoverUnderline span:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        background: var(--primary-font-color);
        bottom: -1px;
        width: 100%;
        transition: 200ms all ease-in-out;
        left: 0;
    }

    .discoverContainer.discoverUnderline span:hover:after {
        background: var(--tertiary-font-color);
        width: 110%;
    }
/* =========================
   DISCOVER CONTAINER - BOX
========================= */

.discoverContainer.discoverBox span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tertiary-font-color);
    margin-top: 18px;
    padding: 10px 20px;
    line-height: 1;
    border-style: solid;
}


.discoverContainer.discoverBox:hover span {
    color: var(--tertiary-font-color);
}

/* =========================
   COLLECTION HEADER
========================= */

.collection-list {
    max-width: 1150px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: auto;
    align-items: center;
}

    .collection-list .collection-separator {
        font-size: 24px;
    }

.collection-title p {
    font-family: var(--primary-font-family);
    margin-bottom: 0px;
}

.collection-item:hover .collection-title p {
    color: var(--tertiary-font-color);
}

.collection-list .collection-item {
    padding-right: 5px;
    padding-left: 5px;
}

.subpage-collectionNavigation h1 {
    margin-bottom: 2rem;
}

.collection-list-wrapper {
    margin: 0 auto 0px auto;
}

.collection-item {
    position: relative;
    font-size: var(--secondary-font-size);
}

    .collection-item + .collection-item::before {
        content: "|";
        position: absolute;
        left: -0.9rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: var(--tertiary-heading-font-size);
    }

    .collection-item a {
        text-decoration: none;
        font-family: var(--primary-font-family);
        font-size: var(--tertiary-heading-font-size);
        line-height: var(--tertiary-heading-font-line-height);
    }

p.secondaryHeadline, .secondaryHeadline {
    font-size: var(--secondary-headline-font-size);
    line-height: 20px;
    font-family: var(--primary-font-family);
    margin-bottom: 1rem;
}

.subpage-collectionWrapper {
    margin-top: 195px;
}

.collection-list-wrapper-mobile {
    display: none;
}

.collection-list-mobile {
    max-width: 893px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 12px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.collection-item-mobile {
    display: inline-flex;
    align-items: center;
    margin-right: -15px;
}

    .collection-item-mobile.active a {
        font-weight: bold;
    }

    .collection-item-mobile::before,
    .collection-item-mobile::after {
        content: "|";
        color: var(--primary-font-color);
        font-size: var(--tertiary-heading-font-size);
        padding: 0 4px;
    }

/* =========================
   TESTIMONIALS
========================= */

.testamonials-wrapper blockquote {
    text-align: center;
    margin: auto;
    max-width: 993px;
    font-size: var(--tertiary-heading-font-size);
    line-height: var(--tertiary-heading-font-line-height);
    font-style: normal;
}

    .testamonials-wrapper blockquote.blockquoteItalic {
        font-style: italic;
    }

blockquote {
    color: var(--primary-font-color);
}

.testamonials-wrapper blockquote footer {
    margin-top: unset;
    background: unset;
    padding-top: unset;
    padding-bottom: unset;
    margin-top: 30px;
}

/* HFJ logo*/

.floatingHFJLogo {
    position: fixed;
    right: 4rem;
    top: 50%;
    z-index: 10;
    pointer-events: none;
}

    .floatingHFJLogo svg {
        height: 50px;
    }

    .floatingHFJLogo.is-over-hero-or-footer svg {
        fill: #fff;
        stroke: #fff;
    }


@media (min-width: 1440px) and (max-width: 1550px) {
    .floatingHFJLogo {
        right: 70px;
    }
}

@media (min-width: 1400px) and (max-width: 1439.98px) {
    .floatingHFJLogo {
        right: 50px;
    }
}

@media (min-width: 1300px) and (max-width: 1399.98px) {
    .floatingHFJLogo {
        right: 63px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .floatingHFJLogo {
        right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .floatingHFJLogo {
        display: none;
    }
}

@media (max-width: 768px) {
    .floatingHFJLogo {
        display: none;
    }
}

a .link-caption, .read-moreLine {
    text-decoration: var(--text-decoration);
    text-underline-offset: var(--text-decoration-offset);
    text-decoration-thickness: var(--text-decoration-thickness);
}

    .read-moreLine:hover {
        color: var(--tertiary-font-color);
        text-decoration: var(--text-decoration);
    }

.arrowDown svg {
    height: var(--arrowHeight);
    transform: rotate(180deg);
    color: #fff;
}

.arrowDown .st0 {
    stroke: #fff;
}

.headtingText-small {
    max-width: 735px;
    margin: auto;
}

.headtingText-medium {
    max-width: 993px;
    margin: auto;
}

@media(max-width: 991px) {
    .headtingText-small, .headtingText-medium {
        max-width: 100%;
    }
}

.headlineLabel-centerText .headlineLabel, .headlineLabel-centerText .headlineHeading {
    text-align: center;
}

/* IMAGES COLUMN */

.imagesColumn-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.imagesColumn-block {
    padding-left: 20px;
    padding-right: 20px;
}

    .imagesColumn-block img {
        height: 350px;
        width: 100%;
        margin-bottom: 20px;
        object-fit: cover;
    }

.imagesColumn-textWrap {
    margin-bottom: 18px;
}

@media(max-width: 991px) {
    .imagesColumn-block {
        margin-bottom: 40px;
    }
}

@media(max-width: 768px) {
    .imagesColumn-block {
        padding: initial;
    }
}

/* HERO MATERIALS */

.hero-materials {
    margin-top: 195px;
}

.hero-materials__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 720px;
    max-width: 40%;
    margin-left: 10%;
}

.hero-materials .row {
    align-items: center;
    max-width: 100%;
}

.hero-materials p {
    margin-bottom: 16px;
}

.imageText-image img {
    height: 800px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 593px;
}

.imageText-image video {
    height: 800px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 593px;
    max-width: 100%;
    object-fit: cover;
}

nav#menu .navbar-brand img.img-fluid:not(img.logoNegativ) {
    display: none;
}

nav#menu.active .navbar-brand img.img-fluid:not(img.logoNegativ){
    display: inline;
}

nav#menu.site-nav.menuVideoBanner:is(.active, :hover) img.img-fluid:not(img.logoNegativ) {
    display: inline;
}

nav#menu.site-nav:not(.menuVideoBanner) img.img-fluid:not(img.logoNegativ) {
    display: inline;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .imageText-image img, .imageText-image video {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .imageText-image img, .imageText-image video {
        height: 500px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .imageText-image img, .imageText-image video {
        height: 500px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imageText-image img, .imageText-image video {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .imageText-Wrapper, .imageText-image {
        width: 100%;
    }

        .imageText-image img, .imageText-image video {
            height: auto;
            max-width: 100%;
            width: 100%;
        }

    .hero-materials {
        margin-top: 135px;
    }

    .hero-materials__image {
        max-width: 100%;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 25px;
        min-height: 550px;
    }

    .hero-materials .row {
        flex-direction: column-reverse;
    }

    .hero-materials__content h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:951px) and (max-width: 1200px) {
    .col-12.col-md-4.offset-xl-1.order-1.order-md-2.hero-materials__content {
        width: 40%;
    }
}

@media(max-width: 991px) {
    .hero-materials {
        margin-top: 135px;
    }

        .hero-materials .row {
            margin-right: 0px;
            margin-left: 0px;
            flex-direction: column;
        }

    .hero-materials__image, .hero-materials__content h2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col-12.col-md-4.offset-xl-1.order-1.order-md-2.hero-materials__content {
        width: 90%;
        max-width: 720px;
    }

    .hero-materials__image {
        max-width: 100%;
        margin-bottom: 25px;
        min-height: 550px;
        width: 100%;
        margin-left: 0px;
    }
}

.TextHero-Content p.jumpLink {
    margin-bottom: 0px;
}

@media(max-width: 768px) {
    .col-12.col-md-4.offset-xl-1.order-1.order-md-2.hero-materials__content {
        width: 100%;
    }

    .hero-materials .row {
        flex-direction: column-reverse;
    }
}

/* Textiles */
.textile__header-area {
    border-bottom: 1px solid #3a3a3a;
}

    .textile__header-area:has(.textile__toggle[aria-expanded="true"]) {
        padding-bottom: 0rem;
    }

.textile__holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 60px;
}

.row .column .textile__holder {
    margin-top: 60px;
}

.textile__holder .textile {
    width: auto;
    margin-bottom: 60px;
}

    .textile__holder .textile img {
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
        display: block;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.textile__headline {
    position: relative;
}

    .textile__headline h2 {
        margin-bottom: 0px;
    }

.textile__toggle {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.textile__toggle svg {
    height: var(--arrowHeight);
    width: var(--arrowWidth);
    transition: var(--arrowTransition);
    margin-left: 5px;
}

.textile__toggle[aria-expanded="true"] svg {
    transform: rotate(0deg);
}

.textile__toggle[aria-expanded="false"] svg {
    transform: rotate(180deg);
}

.textile__toggle:focus {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.textile__description {
    margin: 15px 0 15px 0;
}

.textile__textContainer {
    margin-bottom: 10px;
}

    .textile__textContainer p {
        margin-bottom: 5px;
    }

img.readMore-icon {
    height: 18px;
    padding-left: 5px;
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease;
}

.textile__toggle span {
    display: flex;
    font-family: var(--secondary-font-family);
    font-size: var(--secondary-font-size);
    align-items: flex-start;
}

@media(max-width: 991px) {
    .textile__holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .textile__holder .textile img {
        aspect-ratio: 4/5;
        height: auto;
        width: 100%;
        margin-bottom: 11px;
    }
}
/*
    ACCORDIONS 
*/

.accordions-subject {
    width: 100%;
    position: relative;
}

.accordions-wrapper .accordion-readMore {
    margin-bottom: 1rem;
}

.accordion-toggle {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.accordions-wrapper .readMore-icon {
    display: inline-block;
    transition: transform 0.2s ease;
    transform-origin: 50% 50%;
}

.accordions-wrapper .accordion-toggle[aria-expanded="true"] .readMore-icon {
    transform: rotate(45deg);
}

.accordion-title {
    font-size: var(--secondary-font-size);
    color: var(--primary-font-color);
}

svg {
    color: var(--primary-font-color);
}

.accordions-wrapper {
    display: flex;
    flex-direction: column;
}

.accordions-headline {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .accordions-wrapper {
        flex-direction: row;
    }

    .accordions-headline {
        margin-bottom: 0;
    }
}

.accordions-item-wrapper {
    margin-bottom: 1rem;
    border-bottom: 1px solid #3a3a3a;
}

.accordions-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0;
    cursor: pointer;
    position: relative;
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.accordions-content-panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease-out;
}

.accordions-headline h3 {
    font-size: 19px;
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.accordions-btn svg {
    position: absolute;
    right: 0px;
    top: 15%;
    height: var(--arrowHeight);
    width: var(--arrowWidth);
    transition: var(--arrowTransition);

}

.accordions-btn[aria-expanded="false"] svg {
    transform: rotate(180deg);
}

.accordions-btn[aria-expanded="true"] svg {
    transform: rotate(0deg);
}

/* INSTAGRAM */

.instagram-wrapper {
    text-align: center;
}

.instagram-itemWrapper {
    position: relative;
}

.instagram-headline {
    margin-bottom: 40px;
}

/* Always 3 in a row (also on mobile) */
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.instagram-item {
    display: block;
    position: relative;
    height: 500px;
}

    .instagram-item img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        display: block;
    }

/* Reduce spacing on smaller screens, but keep 3 columns */
@media (max-width: 1200px) {
    .instagram-item {
        height: 300px;
    }
}

@media (max-width: 640px) {

    .instagram-headline {
        margin-bottom: 24px;
    }
}

.instagramOverlay {
    opacity: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 0 1000px rgba(58, 58, 58, .7);
    transition: 200ms all ease-in-out;
    bottom: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
}

.instagram-itemWrapper:hover .instagramOverlay, .instagram-itemWrapper:hover .igImageOverlay {
    opacity: 1;
}

.igImageOverlay {
    fill: #fff;
    height: 26px;
    width: 22px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}

/* NEWSLETTER */

.newsletter-text {
    margin: auto;
    text-align: center;
    max-width: 735px;
    padding-bottom: 45px;
    margin-top: 0px;
}

    .newsletter-text p {
        font-size: var(--secondary-font-size);
    }

    .newsletter-text h2 {
        margin-bottom: 33px;
    }

.digitalshowroom {
    height: 400px;
    overflow: auto;
}

@media(max-width: 768px) {
    .digitalshowroom {
        height: 470px;
    }
}

@media(max-width: 415px) {
    .digitalshowroom {
        height: 600px;
    }
}

/* PARALLAX */
.parallax-section {
    --menu-offset: 0px;
    --parallax-vh: calc(100vh - var(--menu-offset));
    position: relative;
    width: 100%;
    overflow: visible;
}

.parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--parallax-vh);
    min-height: var(--parallax-vh);
    overflow: hidden;
}

.parallax-section.is-fixed .parallax-wrapper {
    position: fixed;
    top: var(--menu-offset);
}

.parallax-section.is-bottom .parallax-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
}

.parallax-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    will-change: clip-path;
}

.parallax-year-left,
.parallax-year-right,
.parallax-image-wrap,
.parallax-copy {
    position: absolute;
    z-index: 9;
}

.parallax-year-left {
    position: absolute;
    top: -15%;
    left: 0;
    font-family: adobe-caslon-pro, serif;
    z-index: -1;
    transform: translateX(-90%);
    font-size: 20vw;
    height: 20vw;
}

.parallax-year-right {
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: translateX(90%);
    font-family: adobe-caslon-pro, serif;
    line-height: normal;
    font-size: 20vw;
    height: 20vw;
}

.parallax-image-wrap {
    top: 9%;
    left: 50%;
    width: 34%;
    max-width: 540px;
    transform: translateX(-50%);
}

.parallax-image {
    display: block;
    width: 100%;
    height: auto;
}

.parallax-copy {
    left: 8%;
    bottom: 8%;
    width: 28%;
    max-width: 350px;
    text-align: right;
}

@media (min-width: 1200px) and (max-width: 1650px) {
    .parallax-image {
        max-width: 90%;
    }
}

@media (max-width: 1100px) {
    .parallax-image {
        max-height: 50vh;
        width: auto;
        justify-self: center;
    }
}

@media (max-width: 991px) {
    .parallax-image-wrap {
        width: 48%;
    }

    .parallax-copy {
        width: 100%;
        max-width: 100%;
        left: 0%;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .parallax-year-left {
        z-index: 9;
        transform: translateX(-50%);
    }

    .parallax-year-right {
        transform: translateX(50%);
    }

    .parallax-image-wrap {
        top: 8%;
        left: 50%;
        width: 64%;
        max-width: none;
        transform: translateX(-50%);
    }

    .parallax-copy {
        position: absolute;
        left: 50%;
        top: 72%;
        bottom: auto;
        width: 88%;
        max-width: none;
        transform: translateX(-50%);
        text-align: center;
    }

        .parallax-copy p:last-child {
            margin-bottom: 0;
        }
}

@media(max-width: 500px) {
    .parallax-image-wrap {
        width: 75%;
    }
}

@media(max-width: 400px) {
    .parallax-copy {
        top: 65%;
    }
}

@media (max-width: 350px) {
    .parallax-copy {
        top: 60%;
    }
}

/* Product Slider */

.product-slider {
    position: relative;
    padding-left: 56px;
    padding-right: 56px;
    --slider-arrow-inset: 12px;
}



.product-sliderImg {
    margin-bottom: 10px;
    height: 443px;
    object-fit: cover;
    object-position: center;
}

.product-sliderViewport {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.product-sliderTrack {
    display: flex;
    will-change: transform;
}

.product-sliderItem {
    flex: 0 0 auto;
}

.product-slider svg {
    height: 30px;
}

.product-slider [type=button] {
    border: none;
    background-color: unset;
}

.product-sliderBtn {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-sliderBtn--prev {
    left: var(--slider-arrow-inset);
}

.product-sliderBtn--next {
    right: var(--slider-arrow-inset);
}

.product-sliderItem {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.product-sliderDescription {
    text-transform: none;
    font-size: 19px;
    font-weight: 400;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-sliderItem.product-slider__lounge-chair {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__desk {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__sofa {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-sliderImg {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__chair {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__footrests {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__bench {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__table {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__coffee-table {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__dining-table {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__footrests-and-ottomans {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__rugs {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__storage-and-shelving {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__lounge-chair {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__desk {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__sofa {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__chair {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__bench {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__table {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__coffee-table {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__dining-table {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__footrests-and-ottomans {
    width: 377px;
    max-width: 377px;
}

.product-sliderItem.product-slider__rugs {
    width: 754px;
    max-width: 754px;
}

.product-sliderItem.product-slider__storage-and-shelving {
    width: 754px;
    max-width: 754px;
}

@media (max-width: 1024px) {
    .product-sliderItem.product-slider__desk,
    .product-sliderItem.product-slider__sofa,
    .product-sliderItem.product-slider__bench,
    .product-sliderItem.product-slider__table,
    .product-sliderItem.product-slider__dining-table,
    .product-sliderItem.product-slider__rugs,
    .product-sliderItem.product-slider__storage-and-shelving {
        width: 620px;
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .product-sliderItem.product-slider__desk,
    .product-sliderItem.product-slider__sofa,
    .product-sliderItem.product-slider__bench,
    .product-sliderItem.product-slider__table,
    .product-sliderItem.product-slider__dining-table,
    .product-sliderItem.product-slider__rugs,
    .product-sliderItem.product-slider__storage-and-shelving {
        width: 520px;
        max-width: 100%
    }

    .product-sliderItem.product-slider__lounge-chair,
    .product-sliderItem.product-slider__chair,
    .product-sliderItem.product-slider__coffee-table,
    .product-sliderItem.product-slider__footrests-and-ottomans {
        width: 320px;
        max-width: 100%
    }

    .product-slider {
        --slider-arrow-gutter: 40px;
        --slider-arrow-inset: 8px;
    }
}

@media (max-width: 480px) {
    .product-sliderItem.product-slider__desk,
    .product-sliderItem.product-slider__sofa,
    .product-sliderItem.product-slider__bench,
    .product-sliderItem.product-slider__table,
    .product-sliderItem.product-slider__dining-table,
    .product-sliderItem.product-slider__rugs,
    .product-sliderItem.product-slider__storage-and-shelving,
    .product-sliderItem.product-slider__lounge-chair,
    .product-sliderItem.product-slider__chair,
    .product-sliderItem.product-slider__coffee-table,
    .product-sliderItem.product-slider__footrests-and-ottomans {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .product-slider {
        --slider-arrow-gutter: 40px;
        --slider-arrow-inset: 8px;
    }

    .product-sliderImg {
        margin-bottom: 10px;
        height: 240px;
        object-fit: cover;
        object-position: bottom;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .product-sliderItem.product-slider__desk,
    .product-sliderItem.product-slider__sofa,
    .product-sliderItem.product-slider__bench,
    .product-sliderItem.product-slider__table,
    .product-sliderItem.product-slider__dining-table,
    .product-sliderItem.product-slider__rugs,
    .product-sliderItem.product-slider__storage-and-shelving {
        width: 620px;
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .product-sliderItem.product-slider__desk,
    .product-sliderItem.product-slider__sofa,
    .product-sliderItem.product-slider__bench,
    .product-sliderItem.product-slider__table,
    .product-sliderItem.product-slider__dining-table,
    .product-sliderItem.product-slider__rugs,
    .product-sliderItem.product-slider__storage-and-shelving {
        width: 520px;
        max-width: 100%
    }

    .product-sliderItem.product-slider__lounge-chair,
    .product-sliderItem.product-slider__chair,
    .product-sliderItem.product-slider__coffee-table,
    .product-sliderItem.product-slider__footrests-and-ottomans {
        width: 320px;
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .product-sliderItem.product-slider__desk,
    .product-sliderItem.product-slider__sofa,
    .product-sliderItem.product-slider__bench,
    .product-sliderItem.product-slider__table,
    .product-sliderItem.product-slider__dining-table,
    .product-sliderItem.product-slider__rugs,
    .product-sliderItem.product-slider__storage-and-shelving,
    .product-sliderItem.product-slider__lounge-chair,
    .product-sliderItem.product-slider__chair,
    .product-sliderItem.product-slider__coffee-table,
    .product-sliderItem.product-slider__footrests-and-ottomans {
        width: 100%;
        max-width: 100%;
    }
}

.hero-jumpLinks-mobile {
    display: none;
}

.jumpLink-mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.jumpLink-item {
    display: inline-flex;
    align-items: center;
    margin-right: -15px;
}

jumpLink-item a {
    font-family: var(--primary-font-family);
}

    .jumpLink-item::before,
    .jumpLink-item::after {
        content: "|";
        padding: 0 5.4px;
        position: relative;
        top: -3px;
    }

@media(max-width: 1200px) {
    nav#menu li .mobile-langSwitch a, nav#menu li .mobile-langSwitch span {
        font-size: 18px;
    }

    nav#menu li .mobile-langSwitch span {
        padding: 0px 5px;
    }

    .language-switcher {
        display: none;
    }

    .mobile-search__input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        appearance: none;
        width: 19px;
        height: 19px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
        cursor: pointer;
        margin-top: -3px;
    }

    .mobile-search__input::placeholder {
        font-size: 28px; 
        line-height: 28px;
    }

    .has-sub.is-open .mobile-menu__row.mobile-menu__row--l1 {
        padding-bottom: 15px;
    }
}

@media(max-width: 991px) {
    .heritageSingleImg-textWrapper {
        width: 100%;
    }

    footer .topFooter .footerWrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

        /* Make the last item full-width only when it's unpaired */
        footer .topFooter .footerWrapper > :last-child:nth-child(odd) {
            grid-column: 1 / -1;
        }

    footer .topFooter .footerSection {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .hero-jumpLinks-desktop {
        display: none;
    }

    .hero-jumpLinks-mobile {
        display: block;
    }

    .jumpLink-item::before, .jumpLink-item::after {
        padding: 0 4.7px;
        top: -1px;
    }

    .jumpLink-mobile-list {
        margin-left: -15px;
    }

    .collection-list-wrapper-desktop {
        display: none;
    }

    .collection-list-wrapper-mobile {
        display: block;
    }
}

@media(min-width: 768px) {
    body.mobile-menu-open .mobile-menu {
        max-width: 600px
    }
}

@media(max-width: 768px) {

    a .link-caption, .read-moreLine {
        text-align: center;
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .instagram-item {
        height: 100%;
    }

    .instagram-itemWrapper:last-of-type {
        display: none;
    }

    .retailers__countries {
        margin-left: -15px;
    }

    .collection-title p {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.1;
        font-size: 16px;
    }

    .collection-item img {
        margin-bottom: 11px;
    }

    .subpage-collectionWrapper {
        margin-top: 155px;
    }

    .collection-items {
        margin-bottom: 40px;
    }

    .videoHeroBanner__container {
        text-align: center;
    }

        .videoHeroBanner__container p {
            text-align: center !important;
        }

    footer .topFooter .footerSection {
        padding-top: 40px;
    }

        footer .topFooter .footerSection:last-child {
            margin-bottom: 0px;
        }

    footer .topFooter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        footer .topFooter .footerSection {
            padding-top: 0px;
            padding-bottom: 0px;
        }

    footer .bottomFooter {
        padding-bottom: 40px;
    }

    .lang-dropdown li a {
        font-size: 19px !important;
    }

    .videoHeroBanner__container {
        margin-bottom: 40px;
    }

    h1 {
        font-size: var(--mobilePrimaryFontSize);
        line-height: var(--mobilePrimaryLineHeight);
    }

    h2 {
        font-size: var(--mobileSecondaryFontSize);
        line-height: var(--mobileSecondaryLineHeight);
    }

    h3 {
        font-size: var(--mobileTertiaryFontSize);
        line-height: var(--mobileTertiaryLineHeight);
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    a:not(.mobile-menu__link):not(.mobile-submenu__link):not(footer a):not(retailerCountry__wrapper a) {
        text-align: center;
    }

    p:not(.headlineLabel):not(.secondaryHeadline):not(.jumpLink):not(.retail-headlineLabel):not(footer a):not(footer p):not(.retailerCountry__wrapper p) {
        text-align: center;
    }

    p.headlineLabel, h1, h2, h3, h4, h5, h6, p.secondaryHeadline, p.jumpLink {
        text-align: center;
    }

    .TextHero-Content p {
        text-align: center;
    }

    .row .column > :not(:first-child):not(.product-slider):not(.textile__holder) {
        margin-top: 40px;
    }

    .row.row-doubleDis .column > :not(:first-child):not(.product-slider):not(.textile__holder) {
        margin-top: 80px;
    }

    .imageText-image, .imageText-Container .imageText-image {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .imagesColumn-block:not(:last-child) {
        margin-bottom: 80px;
        
    }

    .imagesColumn-block {
        text-align: center;
    }

    .imagesColumn-block:last-child {
        margin-bottom: 0px;
    }

    .imageText-textWrap {
        margin-bottom: 14px;
    }


    footer .topFooter .footerSection .footer_overskrift, footer .topFooter .footerSection h3 {
        text-align: left;
    }

    footer .topFooter .footerSection .tekst a.footerLink--Subscribe {
    }

    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

        .row .column img:not(.materials__img):not(.instagram-grid img):not(.product-sliderItem img):not(.parallax-layer img):not(figure img):not(.imageText-image img):not(.twoImages-Container img), .row .column figure, .instagram-grid, .product__media product-media__item, .imageText-image, .twoImages-Container, .textile__holdercontainer, .collectionContainer {
            width: calc(100% + 30px);
            max-width: calc(100% + 30px);
            margin-inline: -15px;
        }

    .collection-list-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-item__content .secondaryHeadline {
        margin-top: 40px;
    }

    .news-item__title.news-item__title--featured {
        text-align: center !important;
    }

    p.secondaryHeadline, .secondaryHeadline {
        margin-top: 0.5rem;
    }

    .textile__headline h2, .department-headline h3 {
        text-align: left;
    }

    .news-grid .news-item__image-wrapper, .instagram-itemWrapper img, .row .column img:not(.instagram-grid img):not(.product-sliderItem img):not(.parallax-layer img):not(figure img):not(.imageText-image img):not(.heritageSingleImg-featuredImg):not(.heritageFeature-featuredImg):not(.materials__img):not(.imagesColumn-block img):not(.heritageFeature-offsetImg) {
        aspect-ratio: 4 / 5.5;
        width: 100%;
        height: auto;
    }

    .collection-item-mobile::before, .collection-item-mobile::after, .collection-list-mobile a, .collection-item + .collection-item::before {
        display: inline-flex;
        align-items: center;
        color: var(--primary-font-color);
        font-size: 19px;
        font-family: var(--primary-font-family);
        text-decoration: none;
    }

    .collection-list-mobile .collection-item:not(:first-child) a {
        padding-left: 4px;
    }

    .collection-list-mobile .collection-item-mobile.active a {
        font-weight: unset;
    }

    .collection-item + .collection-item::before {
        left: -11.5px;
    }

    .collection-list-wrapper {
        margin-left: -15px;
        padding-left: 11.5px;
    }

    figcaption p, .twoImages-Container p, p.imageText-imageCaption, .collection-title p, .news-item__title, .textile__textContainer p {
        text-align: left !important;
    }

    .contact-entry p, .vacancy-item p, #watercolour {
        text-align: left !important;
    }

    .row .column .textile__holder {
        margin-top: 40px;
    }

    .textile__holder .textile {
        margin-bottom: 10px;
    }

    .textile-section .column {
        padding-left: 0px;
        padding-right: 0px;
    }
    .textile-section .row {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-inline: -15px;
    }
    .row .column .textile__header-area {
        margin-left: 15px;
        margin-right: 15px;
    }

    .textile__textContainer {
        margin-left: 15px;
        margin-right: 15px;
    }
    .textile__holder .read-moreLine {
        margin-left: 15px;
        margin-right: 15px;
        text-align: left !important;
        font-size: 14px;
    }

    .textile__textContainer h3 {
        margin-bottom: 0px;
        text-align: left !important;
        font-size: 20px;
    }

    .textile__textContainer p {
        font-size: 14px;
    }

    .textile__header-area p {
        text-align: left !important;
    }

    .hero-materials__content {
        text-align: center;
    }
}


nav#menu li a.mobile-menu__link--l1.mobile-menu__link, .mobile-search__input, nav#menu:hover li a.mobile-menu__link, nav#menu:hover li .mobile-menu__row .openNewsLetter, .mobile-menu__row p {
    font-size: 28px;
    line-height: 1.142857;
}

.mobile-search__input {
    font: inherit;
    font-size: 28px;
    line-height: 32px;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    margin: 0;
}

nav#menu li a.mobile-menu__link--l2 {
    font-size: 20px;
}

nav#menu li .mobile-submenu.mobile-submenu--nested a.mobile-menu__link--l3 {
    font-size: 18px;
    padding-bottom: 12px;
}

nav#menu li .mobile-submenu.mobile-submenu--nested .mobile-submenu__item:last-child a.mobile-menu__link--l3 {
    padding-bottom: 24px;
}

.mobile-menu__item:first-of-type.is-sub-open .mobile-menu__row{
    padding-bottom: 4px;
}
