/*
Primary			dark-blue   rgba(36,49,56,1)		#243138			rgba(var(--wp--preset--color--global--primary),1);	
Secondary		anthracite  rgba(62,72,78,1)		#3E484E			rgba(var(--wp--preset--color--global--secondary),1);		
Tertiary		roux        rgba(141,89,49,1)		#8D5931			rgba(var(--wp--preset--color--global--tertiary),1);		
Fourth  		beige       rgba(149,129,109,1)		#95816D			rgba(var(--wp--preset--color--global--fourth),1);
Fifth  		    beige-creme rgba(200,178,154,1)		#C8B29A			rgba(var(--wp--preset--color--global--fifth),1);
Sixth           blanc-casse rgba(245, 242, 237,1)   #f5f2ed	        rgba(var(--wp--preset--color--global--sixth),1);

Text color		rgba(36,49,56,1)		#243138		    rgba(var(--main-text-color),1);
Main background	rgba(245, 242, 237,1)	#f5f2ed	    			rgba(var(--main-background-color),1);

Main Nav Text color  rgba(255,0,0,1)	        #000000         rgba(var(--main-nav-text-color),1);
Main Nav Text color hover  rgba(200,178,154,1)	#000000         rgba(var(--main-nav-text-color-hover),1);
*/

@font-face {
    font-family: ESKlarheitGroteskExtraLight;
    src: url(webfonts/ESKlarheitGrotesk-Extralight.woff2);
}

@font-face {
    font-family: ESKlarheitGroteskLight;
    src: url(webfonts/ESKlarheitGrotesk-Light.woff2);
}

@font-face {
    font-family: ESKlarheitGrotesk;
    src: url(webfonts/ESKlarheitGrotesk-Regular.woff2);
}

@font-face {
    font-family: ESKlarheitGroteskMedium;
    src: url(webfonts/ESKlarheitGrotesk-Medium.woff2);
}


@font-face {
    font-family: ESKlarheitGroteskBold;
    src: url(webfonts/ESKlarheitGrotesk-Bold.woff2);
}

:root {
    --wp--preset--color--global--primary: 36, 49, 56;
    --wp--preset--color--global--secondary: 62, 72, 78;
    --wp--preset--color--global--tertiary: 141, 89, 49;
    --wp--preset--color--global--fourth: 149, 129, 109;
    --wp--preset--color--global--fifth: 299, 178, 154;
    --wp--preset--color--global--sixth: 245, 242, 237;

    --main-text-color: 36, 49, 56;
    --main-background-color: 245, 242, 237;
    --main-nav-text-color: 255, 255, 255;
    --main-nav-text-color-hover: 200, 178, 154;

    --fluid-24-100: clamp(1.5rem, -0.1442rem + 7.3077vw, 6.25rem);
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(var(--main-text-color), 1);
    background-color: var(--alur-frame-color);
    font-family: ESKlarheitGrotesk;
}



a,
a:link,
a:visited {
    color: rgba(var(--main-text-color), 1);
    text-decoration: none;
}


a.wp-block-button__link {
    transition: all 0.3s ease-in-out;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

a.wp-block-button__link:hover,
button:not(.navbar-toggler):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    transform: scale(1.02);
    box-shadow:
        0px 1px 1px rgba(0, 0, 0, 0.03),
        2px 3px 4px rgba(0, 0, 0, 0.06),
        4px 7px 9px rgba(0, 0, 0, 0.09),
        8px 12px 15px rgba(0, 0, 0, 0.125),
        12px 19px 24px rgba(0, 0, 0, 0.152);
}

.carousel button:not(.navbar-toggler):hover,
.accordion button:not(.navbar-toggler):hover,
accordion-button,
.accordion button {
    transform: none;
    box-shadow: none;
}


a.wp-block-button__link:active {
    transform: scale(1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.06);
}

/* TYPOGRAPHY */

b,
strong {
    font-weight: normal;
    font-family: ESKlarheitGroteskBold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: ESKlarheitGroteskExtraLight;
    letter-spacing: -0.025em;
}

.site-main h1 {
    font-size: clamp(1.75rem, -1.65rem + 7.6vw, 4.5rem);
}

.site-main h2 {
    font-size: clamp(1.25rem, -1.65rem + 7.6vw, 3.5rem);
}

.entry-meta {
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    color: rgba(var(--wp--preset--color--global--tertiary), 1);
    margin-bottom: 1em;
}

.nav-subtitle {
    color: rgba(var(--wp--preset--color--global--tertiary), 1);
    font-size: 2rem;
}

.nav-title {
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}

.entry-meta a {
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}

.entry-footer {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    color: rgba(var(--wp--preset--color--global--tertiary), 1);
}

.entry-footer a {
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}

.card {
    border-color: rgba(var(--wp--preset--color--global--fourth), 0.25);
    overflow: hidden;
}

.card-body .entry-content {
    font-size: 0.9rem;
}

/* Block gutemberg */

.circular-columns {
    align-items: stretch !important;
}

.circular-columns .wp-block-column {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    text-align: center;
    min-width: 0;
    /* https://smoothshadows.com/#djEsMSw1LDAuMzEsMjQsMTksMTIsIzAwMDAwMCwjM2U0ODRlLCMxZTI5M2IsMg%3D%3D */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06),
        2px 3px 4px rgba(0, 0, 0, 0.12),
        4px 7px 9px rgba(0, 0, 0, 0.19),
        8px 12px 15px rgba(0, 0, 0, 0.25),
        12px 19px 24px rgba(0, 0, 0, 0.31);


}

.circular-columns .wp-block-column p {
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .circular-columns {
        flex-direction: column !important;
        align-items: center !important;
    }

    .circular-columns .wp-block-column {
        width: 240px;
        height: 240px;
        flex: 0 0 240px;
    }
}

.accordion.mb-3 {
    margin-bottom: 0 !important;
}

.accordion-item {
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: white;
    box-shadow: none;
}


/* ACCORDION CENTRED */
body .accordion-button::after {
    margin-left: 1rem;
}

body .accordion-button {
    justify-content: center;
    border-radius: 0.25rem !important;
}

/* LOGOS BLOCK */

body .dev_logos_block_item {
    flex: 0 0 50%;
    padding: 0 1rem;

}


/* FORM */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: rgba(var(--main-text-color), 1);
    border: 1px solid rgba(var(--wp--preset--color--global--fourth), 0.5);
    border-radius: 0;
    padding: 3px;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
}

textarea {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;

}


/* Carousel block*/
.carousel-item article .category_title {
    font-size: 2.2rem;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 0.5rem 1.5rem;
    display: inline-block;
}

.carousel-item article .category_excerpt p {
    background-color: rgb(0, 0, 0, 0.5);
    padding: 0.5rem 1.5rem;
    display: inline-block;
}


/* Alignment Classes for Gutenberg */
.alignwide {
    margin-left: calc(50% - 50vw + 50px);
    margin-right: calc(50% - 50vw + 50px);
    max-width: var(--wide-width);
    width: auto;
}

.alignfull {
    margin-left: calc(50% - 50vw + 50px);
    margin-right: calc(50% - 50vw + 50px);
    max-width: none;
    width: calc(100vw - 100px);
}

/* Constrain alignwide on grands écrans */
@media (min-width: 1200px) {
    .alignwide {
        margin-left: calc((100% - var(--wide-width)) / -2);
        margin-right: calc((100% - var(--wide-width)) / -2);
    }
}

body .wp-block-cover,
body .wp-block-cover-image {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

body .wp-block-separator {
    border-top: 0;
    opacity: 1;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

body .wp-block-separator.is-style-wide {
    width: 100%;
}

.site {
    margin: 0 50px 50px 50px;
    margin-bottom: 0;
    min-height: calc(100vh - 100px);
    /* 100px du haut/bas + 50px du body::after */
    background-color: rgba(var(--main-background-color), 1);
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    overflow-x: hidden;
}

.site::after {
    content: '';
    display: block;
    height: 50px;
    background-color: var(--alur-frame-color);
}


@media (max-width: 1200px) {
    .site {
        margin: 0 20px 20px 20px;
    }

    .site::after {
        content: '';
        display: block;
        height: 20px;
    }

    .alignwide,
    .alignfull {
        margin-left: calc(50% - 50vw + 20px);
        margin-right: calc(50% - 50vw + 20px);
    }

    .alignfull {
        width: calc(100vw - 40px);
    }
}

/**
 * ANIMATION
 */
/* Start hidden */
.fadeSlideUp {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: calc(0.08s * var(--i));
}

/* Class added by JS when visible */
.fadeSlideUp.in-view {
    opacity: 1;
    transform: translateY(0);
}

/**
 * HEADER
 */
.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--alur-frame-color);
}


.fullscreen_slider_banner_header {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: transparent;
    border-color: white;
}

h1.site-title,
p.site-title {
    margin: 0.75em 1em 0.25em 0;
    padding: 0;
    line-height: 1;
    font-size: 2em;
    font-weight: normal;
}


h1.site-title a,
p.site-title a {
    display: inline-block;
    width: 150px;
    height: 30px;
    background: url(images/alur-logo-dark.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
}


.home .fullscreen_slider_page header:not(.main-nav--sticky) h1.site-title a,
.home .fullscreen_slider_page header:not(.main-nav--sticky) p.site-title a {
    color: white;
    text-decoration: none;
}

.site-header .container,
.site-header .container-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-description {
    position: absolute;
    left: -9999px;
}

body .navbar-toggler {
    position: fixed;
    top: 30px;
    right: 14px;
    z-index: 99999;
}

.main-nav--sticky {
    position: absolute;
    top: -100%;
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
    min-height: 100vh;
    /* = #big-video height */
    background: no-repeat center center;
    background-size: cover;
}

.fullscreen-banner .carousel-item .wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.fullscreen-banner .carousel-item-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, transparent 50%, black 150%);

}

.carousel li::marker {
    font-size: 0;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 50;
}

body .slide-content {
    color: #fff;
    padding: 8rem 18vw 2rem 2rem;
    max-width: 600px;
}

/* ════════════════════════════════════════════════════════════
   Swiper → style Bootstrap 5.3 (valeurs Sass exactes)
   ════════════════════════════════════════════════════════════ */

/* ── Indicators / bullets ────────────────────────────────── */
.swiper-pagination-bullet {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    /* $carousel-indicator-width */
    height: 3px;
    /* $carousel-indicator-height */
    border-radius: 0 !important;
    /* écrase le 50% de Swiper */
    margin: 0 3px;
    /* $carousel-indicator-spacer */
    padding: 0;
    background: #fff;
    /* $carousel-indicator-active-bg */
    background-clip: padding-box;
    border-top: 10px solid transparent;
    /* zone de clic +10px */
    border-bottom: 10px solid transparent;
    opacity: .5;
    /* $carousel-indicator-opacity */
    transition: opacity .6s ease;
    /* $carousel-indicator-transition */
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    /* $carousel-indicator-active-opacity */
    /* background: #fff; */
    /* pas de changement de taille — identique au carousel BS */
}

/* Conteneur des bullets */
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    /* margin-inline: 15%; */
    /* $carousel-control-width des deux côtés */
}

/* ── Boutons prev / next ─────────────────────────────────── */
.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    /* $carousel-control-width */
    height: 100%;
    top: 0;
    margin-top: 0;
    background: none;
    color: #fff;
    /* $carousel-control-color */
    opacity: .5;
    /* $carousel-control-opacity */
    transition: opacity .15s ease;
    /* $carousel-control-transition */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .9;
    /* $carousel-control-hover-opacity */
    color: #fff;
}

/* Icône flèche — même taille que BS (2rem) */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 2rem;
    /* $carousel-control-icon-font-size */
    font-weight: 700;
    /* $font-weight-bold */
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

/* ── Variante sombre (.carousel-dark équivalent) ─────────── */
.swiper-dark .swiper-pagination-bullet {
    background: #000;
}

.swiper-dark .swiper-button-prev,
.swiper-dark .swiper-button-next {
    filter: invert(1) grayscale(100);
    /* identique à .carousel-dark dans BS 5.3 */
}




/* BIG VIDEO */
.fullscreen-banner #big-video {
    height: 100vh;
    /* = .carousel-item height */
    position: absolute;
    top: 0;
    width: 100%;
}

#big-video {
    height: 25vh;
    overflow: hidden;
    position: relative;
}

#big-video:after {
    content: " ";
    /*display: block;*/
    /* DISPLAY VIDEO OVERLAY */
    display: none;
    /* HODE VIDEO OVERLAY */
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
    background-size: 3px 3px;
}

#big-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SCROLL DOWN ICON */
.scrolldownbox {
    position: relative;
}

.scrolldownbox a {
    position: absolute;
    bottom: 7em;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.scrolldownbox a:hover {
    opacity: .5;
}

.scrolldownbox a {
    padding-top: 60px;
}

.scrolldownbox a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

/* HEADER SIDEBAR */
.header-sidebar-1,
.header-sidebar-1 .menu,
.header-sidebar-1 .widget-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-sidebar-1 ul,
.header-sidebar-1 ul.menu,
.header-sidebar-1 ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sidebar-1 ul.menu li {
    margin: 0.2rem 1rem;
}

.header-sidebar-1 ul.menu li a {
    font-size: 0.8rem;
    font-weight: 800;
}

.header-sidebar-1 .widget {
    margin: 0;
}

.header-sidebar-1 .wp-block-social-links {
    margin-left: 2rem;
}

body .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
}

body .dropdown-menu {
    border-color: white;
}

/**
 * MAIN
 */
.site-main {
    padding-top: 3rem;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


/**
 * HOME
 */
.home .site-main {
    padding-top: 0;
}

.home .entry-content {
    margin-top: 0;
}

/* .home .home-slider .carousel-inner:before */
.slide-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(images/alur-monograme-light.svg) no-repeat right center;
    background-size: contain;
    opacity: 0.25;
    z-index: 40;
}

.home .home-slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 2rem;
    padding-bottom: 8%;
    color: #fff;
    text-align: center;
}

.home .home-slider .carousel-caption h2,
.home .home-slider .carousel-caption p {
    text-align: right;
    font-family: ESKlarheitGroteskExtraLight;
    font-size: var(--fluid-24-100);
    margin: 0;
    line-height: 1;
}

.block-slider .carousel-control-prev,
.block-slider .carousel-control-next {
    z-index: 200;
}

.block-slider .carousel-indicators {
    z-index: 200;
}

body .highlight-number-number {
    font-weight: normal;
    font-family: ESKlarheitGroteskBold;
}


.entry-header,
.page-header {
    margin-bottom: 1.5rem;
}

.entry-header h1,
.page-header h1 {
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}

.thumbnail-box img {
    aspect-ratio: 2.55 / 1;
    object-fit: cover;
}


/**
 * MAP
 */
.devsector-custom-mapbox-multiaddresses-blocks .marker {
    background-color: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.devsector-custom-mapbox-multiaddresses-blocks .marker img {
    max-width: 100%;
}


/**
 * FOOTER
 */
.site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 0.8rem;
    background-color: var(--alur-footer-color);
    color: white;
    position: relative;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(images/alur-monograme-light.svg) no-repeat left bottom;
    background-size: contain;
    opacity: 0.1;
}

.site-footer .container-fluid {
    position: relative;
    z-index: 1;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

.site-footer .menu,
.site-footer .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright-box,
.site-info {
    text-align: center;
    font-size: 0.45rem;
    text-transform: uppercase;
}

/* COMPLIANZ */
body .cmplz-cookiebanner .cmplz-close {
    outline: none;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
    .scrolldownboxposition {
        bottom: 20px;
        /* 20px*/
    }

}

@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {}


@media only screen and (min-width: 992px) {

    body .navbar-toggler {
        top: 60px;
        right: 45px;
    }

    h1.site-title a,
    p.site-title a {
        width: 220px;
        height: 40px;
    }

    .main-nav--sticky h1.site-title a,
    .main-nav--sticky p.site-title a {
        width: 150px;
        height: 30px;
    }

    h1.site-title,
    p.site-title {
        margin: 1.25em 0.5em 0.75em 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .main-nav--sticky {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: white;
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        animation: slide-down 0.7s;
        z-index: 100;
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            transform: translateY(0);
        }
    }

    .menu-item {
        margin-left: 0.5rem;
    }

    .navbar-light .navbar-nav .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
        color: rgba(var(--main-nav-text-color), 1);
        border-bottom: 1px solid transparent !important;
        transition: all 0.3s ease-in-out;
        text-decoration: none !important;
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .current-menu-item .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link {
        color: rgba(var(--main-nav-text-color-hover), 1);
        border-bottom: 1px solid transparent;
        /* transform: skewX(-14deg); */
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link:focus,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .nav-link:hover,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .current-menu-item .nav-link {
        color: white;
        border-bottom: 1px solid transparent;
    }

    .main-nav--sticky h1,
    .main-nav--sticky p {
        margin: 0.25em 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {}

/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 8000px) {

    .navbar-header {
        float: right;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    /* .navbar-collapse.collapse {
        display: none !important;
        transition: none !important;
    } */

    .navbar-collapse.collapse.show {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;

        -webkit-justify-content: center !important;
        justify-content: flex-start !important;

        transform: translateX(0);
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        transition: none !important;
    }

    body .navbar-nav>li {
        float: none;
        text-align: right;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: clamp(1.75rem, -1.65rem + 7.6vw, 2.5rem);
        text-transform: uppercase;
        font-family: ESKlarheitGroteskExtraLight;
        line-height: 1;
        text-decoration: none;
        letter-spacing: -0.025em;
    }


    .collapse ul#menu-main-menu li {
        margin: 0 0 0.1em 0;
        opacity: 0;
        transform: translateX(100px);
    }

    .collapse.show ul#menu-main-menu li {
        animation: fadeSlideRight 0.6s ease forwards;
        animation-delay: calc(0.05s * var(--i));
    }

    @keyframes fadeSlideRight {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


    body .navbar-light .navbar-nav .nav-link {
        color: white;
        text-decoration: none;
    }

    body .navbar-light .navbar-nav .nav-link:focus,
    body .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(var(--main-nav-text-color-hover), 1);
        /* transform: skewX(-14deg); */
    }


    .collapse.in {
        display: block !important;

    }

    /* Base state — always in DOM, slid out */
    .navbar-collapse,
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        background-color: rgba(var(--main-text-color), 0.85);
        z-index: 9999;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        /* ADD THIS */
        height: 100vh;
        /* ADD THIS — forces consistent full height always */
        padding: 7rem 3rem 3rem 7rem;
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-end;
        align-items: center;

        opacity: 0;
        pointer-events: none;
        transform: translateX(100%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
    }

    body .navbar-toggler .icon-bar {
        /* background-color: rgba(var(--main-text-color), 1); */
        background-color: #C8B297;
    }




    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        background-color: white;
    }


    /* Collapsed = hidden */
    .navbar-collapse.collapse {
        display: flex !important;
        /* override Bootstrap's display:none */
        opacity: 0;
        pointer-events: none;
        transform: translateX(100%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
    }

    /* Open = visible */
    .navbar-collapse.collapse.show {
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
        justify-content: space-between !important;
        align-items: flex-end;
    }



    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


    .navbar-expand-lg .navbar-toggler {
        display: block;
    }


    /* ANIMATED X */
    .navbar-toggle.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;

    }

    .navbar-toggle.x .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
        background-color: black;
    }


    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
        background-color: black;
    }

    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
        background-color: black;
    }

    /* END ANIMATED X */


}

@media (max-width: 992px) {

    .navbar-collapse,
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        padding: 7rem 1.5rem 3rem 3rem;

    }
}

@media (max-width: 768px) {

    .home .swiper {
        height: 50vh !important;
    }


    body .carousel-item article .category_title {
        font-size: 1.2rem;
    }

    body .carouselTicker__item img {
        min-width: 75px;
        max-width: 70px;
        max-height: 60px;
    }

    body .carouselTicker__item {
        margin: 0 20px;
        width: 70px;
    }

    :root :where(.wp-block-group) {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .swiper-button-prev,
    .swiper-button-next,
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }


}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 1rem;
    }

    body .navbar-collapse,
    body .navbar-collapse.collapse,
    body .navbar-collapse.collapsing {
        left: 0 !important;
    }

    .slide-content:before {
        right: -33%;
    }
}