
<!--------------------------------------------------------------
Settings laden
--------------------------------------------------------------->

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {}

@media (max-width: 768px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: rgba(40,40,40,1.0);
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    body {
        font-size: 0.95rem;
    }
}

a {
    color: rgba(245,135,20,1.0);
    text-decoration: none;
}

a:hover {
    color: rgba(10,50,85,1.0);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;

}

.section {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .section {
        margin-top: 20px;
    }
}

hr {
    border: none; 
    height: 2px; 
    background: linear-gradient(to right, rgba(160,160,160,1.0), #fff);
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
}

ul {
    padding-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

.custom-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .custom-img {
        width: 100%;
        max-height: 290px;
        object-fit: cover;
        object-position: top;
    }
}

.fade-in {
    opacity: 1;
    animation: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-item {
    margin-right: 10px;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: 0;
}

@media (max-width: 768px) {
    .navbar {
        padding-bottom: 10px;
    }
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-right: 0;
}

@media (max-width: 768px) {
    .navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-brand img {
        width: 80%;
        height: auto;
    }
}

.navbar ul {
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 30px;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.925rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgba(40,40,40,1.0);
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    line-height: 0;
    margin-left: 5px;
}

@media (min-width: 769px) and (max-width: 1399px) {
    .nav-item {
        margin-right: 4px;
    }

    .navbar ul {
        margin-left: 10px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 0.85rem;
    }
}

.navbar-nav .nav-link.active,
.nav-link.show,
.nav-link.dropdown-toggle.active {
    color: rgba(245,135,20,1.0);
}

.navbar a:hover {
    color: rgba(10,50,85,1.0);
}

/*--------------------------------------------------------------
# Navigation Dropdown
--------------------------------------------------------------*/
.dropdown-menu {
    --bs-dropdown-link-hover-color: #0a3255;
    --bs-dropdown-link-hover-bg: rgba(245, 135, 20, 0.12);
    --bs-dropdown-link-active-bg: rgba(0, 105, 180, 1.0);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar-nav > .nav-item:last-child > .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: rgba(10,50,85,1.0);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > .nav-item:nth-last-child(-n + 2) > .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
.text-copy {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
}

.text-bu {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    padding-top: 0.5rem;
    line-height: 1.3;
    color: rgba(40,40,40,0.8); 
}

.text-copy-slide {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0px;
}

.text-subhead {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(160,160,160,1.0);
    margin-top: 6px;
    margin-bottom: 8px;
}

.text-accordion {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(40,40,40,0.8);
}

.text-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: rgba(10,50,85,1.0);
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .text-headline {
        padding-top: 5px;
        padding-bottom: 15px;
    }
}

.text-headline-slide {
    font-family: 'Roboto', sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.text-badge {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    padding: 5px 7px 4px 7px;
    background-color: rgba(10,50,85,0.8);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 0;
}

h2.text-copy {
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.text-badge-copy {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}

.fett {
    font-weight: 500;
}

.halbfett {
    font-weight: 400;
}

.klein {
    font-size: 0.75rem;
}

.micro {
    font-size: 0.6rem;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.bullet {
    list-style-type: none;
    padding-left: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3;
}

.bullet li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgba(10,50,85,0.7);
}

.aufzaehlung {
    color: rgba(40,40,40,1.0);
    list-style-type: none;
    padding-left: 0;
}

.aufzaehlung li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
}

.aufzaehlung li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: rgba(40,40,40,1.0);
}

.line-left {
    position: relative;
    padding-left: 15px;
}

.line-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    /* background: linear-gradient(to bottom, rgba(10,50,85,0.7), #fff); */
    /* background: linear-gradient(to bottom, #fff, rgba(10,50,85,0.7), #fff); */ 
    background: rgba(10,50,85,0.7);
}

.kasten {
    background: linear-gradient(to right, rgba(10,50,85,0.1), rgba(10,50,85,0.001));
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 4px;
    border-radius: 8px;
    /* display: inline-block; */ 
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.custom-accordion-btn {
    background: rgba(160,160,160,0.1);
    border: none !important;
    box-shadow: none !important;
    color: rgba(40,40,40,1.0); 
    font-family: 'Roboto';
    font-size: 0.9rem; 
    font-weight: 400;    
    transition: color 0.3s ease; 
    padding-left: 12px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 6px;
    margin-top: 1rem;
}

.custom-accordion-btn:hover {
    color: rgba(245,135,20,1.0); 
}

.custom-accordion-btn:focus, 
    color: rgba(245,135,20,1.0); 
.custom-accordion-btn:not(.collapsed) {
    box-shadow: none !important;
    background: none !important;
    color: rgba(40,40,40,1.0); 
}

.custom-accordion-btn::after {
    background: none !important; 
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(10,50,85,1.0); 
    border-bottom: 2px solid rgba(10,50,85,1.0); 
    background: none;
    box-shadow: none;
    transform: rotate(45deg); 
    margin-left: 10px;
    margin-bottom: 3px;
    transition: border-color 0.3s ease;
}

.custom-accordion-btn:hover::after {
    background: none !important; 
    border-right-color: rgba(245,135,20,1.0); 
    border-bottom-color: rgba(245,135,20,1.0); 
    transform: rotate(45deg);
}

.custom-accordion-btn:not(.collapsed)::after {
    transform: rotate(-135deg); 
    margin-top: 8px;
}

.accordion-body {
    background: rgba(160,160,160,0.1);
    border: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.3;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel-inner {
    height: 50vh;
}

@media (max-width: 768px) {
    .carousel-inner {
        height: 30vh;
    }
}

.carousel-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1400px) {
    .carousel-caption {
        top: 35%;
    }
}

.carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (max-width: 768px) {
    .overlay {
        background-color: rgba(0, 0, 0, 0.0);
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: rgba(255, 255, 255, 0.8);
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    color: rgba(255, 255, 255, 1.0);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
    font-size: 0.85rem;
    /* background-color: rgba(160,160,160,0.075); */
    background: linear-gradient(to right, rgba(160,160,160,0.1), rgba(160,160,160,0.001));
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 4px;
    --bs-breadcrumb-divider: '\00BB';
    --bs-breadcrumb-divider-color: rgba(160,160,160,1.0);
}

@media (max-width: 768px) {
    .breadcrumb {
        font-size: 0.75rem;
        margin-top: 15px;
        margin-bottom: 35px;
    }
}

.breadcrumb-item.active {
    color: rgba(160,160,160,1.0);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card {
    margin-bottom: 1.5rem;
    border-color: rgba(160,160,160,1.0);
    border-radius: 8px;
}

@media (max-width: 768px) {
    .card {
        margin-top: 1.0rem;
    }
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*--------------------------------------------------------------   
# Feather
--------------------------------------------------------------*/
.feather {
    width: 20px;
    height: 20px;
    stroke-width: 1.25;
    color: rgba(160,160,160,1.0);
}

.feather-icon {
    width: 19px;
    height: 19px;
    stroke-width: 1.75;
    color: rgba(10,50,85,1.0);
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
    color: rgba(40,40,40,1.0);
    border: 1px solid rgba(10,50,85,1.0);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 0.8em 1.1em 0.75em 1.1em;
}

.button:hover {
    color: rgba(245,135,20,1.0);
    border: 1px solid rgba(245,135,20,1.0);
    background-color: rgba(245,135,20,0.1);
}

.button-slide {
    color: rgba(40,40,40,1.0);
    border: 1px solid rgba(10,50,85,1.0);
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    cursor: pointer;
    padding: 0.8em 1.2em 0.75em 1.2em;
    transition: 0.2s ease-in-out;
}

.button-slide:hover {
    color: rgba(245,135,20,1.0);
    border: 1px solid rgba(245,135,20,1.0);
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
.btn-cookie-accept {
    background-color: rgba(10,50,85,1.0);
    border-color: rgba(10,50,85,1.0);
    color: #fff;
}

.btn-cookie-accept:hover,
.btn-cookie-accept:focus {
    background-color: rgba(245,135,20,1.0);
    border-color: rgba(245,135,20,1.0);
    color: #fff;
}

.btn-cookie-accept:active {
    background-color: rgba(245,135,20,1.0);
    border-color: rgba(245,135,20,1.0);
}

.cookie-border-top {
    position: relative;
    border-top: 1px solid rgba(245,135,20,1.0);
}

.cookie-border-top::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 12px;
    pointer-events: none;
    box-shadow: 0 -6px 12px rgba(0,0,0,0.15);
}


/*--------------------------------------------------------------
# Zoom
--------------------------------------------------------------*/
.zoom-text {
    transition: 0.1s ease-in-out;
}

.zoom-text:hover {
    transform: scale(1.0325);
}

.zoom-card {
    transition: 0.2s ease-in-out;
}

.zoom-card:hover {
    transform: scale(1.03);
}

.zoom-image-xl {
    transition: 0.2s ease-in-out;
}

.zoom-image-xl:hover {
    transform: scale(1.01);
}

.zoom-image-svg {
    transition: 0.2s ease-in-out;
}

.zoom-image-svg:hover {
    transform: scale(1.035);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: rgba(160,160,160,1.0);
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    margin-top: -0.25rem;
}

@media (max-width: 768px) {
    .footer {
        font-size: 0.7rem;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 50px;
    z-index: 996;
    background: rgba(245,135,20,0.2);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 70px;
    }
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgba(10,50,85,0.2);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Typo von lokal einbinden
--------------------------------------------------------------*/
/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-100.woff2') format('woff2');
}

/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-100italic.woff2') format('woff2');
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-300.woff2') format('woff2');
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-300italic.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-regular.woff2') format('woff2');
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-italic.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-500.woff2') format('woff2');
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-500italic.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-700.woff2') format('woff2');
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-700italic.woff2') format('woff2');
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-900.woff2') format('woff2');
}

/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('../../includes/roboto/roboto-v30-latin-900italic.woff2') format('woff2');
}

/*--------------------------------------------------------------
# Designstudie 2026 — behutsame Modernisierung des LWIK-Bestands
--------------------------------------------------------------*/
:root {
    --lwik-navy: #0a3255;
    --lwik-navy-deep: #0a3255;
    --lwik-orange: #f58714;
    --lwik-orange-text: #f58714;
    --lwik-ink: #1e2d3b;
    --lwik-muted: #657382;
    --lwik-paper: #f2f4f3;
    --lwik-line: #dce3e9;
    --lwik-radius: 8px;
    --lwik-shadow: 0 22px 60px rgba(6, 31, 54, 0.12);
    --lwik-shadow-soft: 0 12px 30px rgba(6, 31, 54, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: clip;
    background: var(--lwik-paper);
    color: var(--lwik-ink);
    line-height: 1.65;
}

a {
    color: var(--lwik-orange-text);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:hover {
    color: var(--lwik-navy);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid rgba(245, 135, 20, 0.72);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

p,
li {
    text-wrap: pretty;
}

[data-aos="fade-left"],
[data-aos="fade-right"] {
    transform: none !important;
}

.container {
    max-width: 1220px;
}

.section {
    margin-top: 0;
    padding: clamp(4.5rem, 8vw, 8rem) 0;
}

/* Navigation */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.site-navigation {
    margin-inline: clamp(6px, 0.9vw, 14px);
    padding: 0;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(10, 50, 85, 0.08);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 35px rgba(6, 31, 54, 0.06);
    backdrop-filter: blur(14px);
}

.site-navigation > .container {
    min-height: 92px;
}

.site-navigation .navbar-brand {
    padding: 0;
}

.site-navigation .navbar-brand img {
    width: 164px;
    height: auto;
}

.site-navigation .navbar-nav {
    margin-left: auto;
    padding-top: 0;
    align-items: center;
    gap: 0.15rem;
}

.site-navigation .nav-item {
    margin-right: 0;
}

.site-navigation .nav-dropdown-control {
    position: relative;
    display: flex;
    align-items: center;
}

.site-navigation .nav-dropdown-control:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.site-navigation .nav-parent-link {
    padding-right: 0.2rem !important;
}

.site-navigation .nav-submenu-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    min-height: 44px;
    padding: 0;
    color: var(--lwik-ink);
    background: transparent;
    border: 0;
}

.site-navigation .nav-submenu-toggle::after {
    margin: 0;
}

.site-navigation .nav-submenu-toggle:hover,
.site-navigation .nav-submenu-toggle:focus-visible {
    color: var(--lwik-orange-text);
}

.site-navigation .nav-link,
.site-navigation .nav-link:focus {
    position: relative;
    padding: 0.8rem 0.72rem !important;
    color: var(--lwik-ink);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.site-navigation .nav-link::before {
    content: "";
    position: absolute;
    right: 0.7rem;
    bottom: 0.4rem;
    left: 0.7rem;
    height: 2px;
    background: var(--lwik-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.site-navigation .nav-link:hover::before,
.site-navigation .nav-link.active::before {
    transform: scaleX(1);
}

.site-navigation .nav-link.lwik-nav-cta,
.site-navigation .nav-link.lwik-nav-cta:focus {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-left: 0.45rem;
    padding: 0.8rem 1.15rem !important;
    border-radius: 999px;
    background: var(--lwik-orange);
    color: var(--lwik-navy-deep) !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    transition: background-color 160ms ease, transform 160ms ease;
}

.site-navigation .nav-link.lwik-nav-cta::before {
    display: none;
}

.site-navigation .nav-link.lwik-nav-cta:hover {
    background: #ff9b2e;
    color: var(--lwik-navy-deep) !important;
    transform: translateY(-1px);
}

.site-navigation .nav-link.lwik-nav-cta:focus-visible {
    outline: 2px solid var(--lwik-navy-deep);
    outline-offset: 3px;
}

.site-navigation .dropdown-menu {
    min-width: 240px;
    padding: 0.65rem;
    border: 1px solid rgba(10, 50, 85, 0.08);
    border-radius: 8px;
    box-shadow: var(--lwik-shadow);
}

.site-navigation .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.62rem 0.75rem;
    border-radius: 6px;
    font-size: 0.82rem;
    white-space: normal;
}

.site-navigation .dropdown-menu .dropdown-item.active,
.site-navigation .dropdown-menu .dropdown-item:active,
.site-navigation .dropdown-menu .dropdown-item.active:hover,
.site-navigation .dropdown-menu .dropdown-item.active:focus {
    color: #fff;
    background: var(--lwik-navy);
}

.navbar-toggler {
    padding: 0.5rem;
    border: 1px solid var(--lwik-line);
    border-radius: 5px;
    box-shadow: none !important;
}

/* Hero */
#carouselMain {
    background: var(--lwik-navy-deep);
}

#carouselMain .carousel-inner {
    height: clamp(520px, 64vh, 720px);
}

#carouselMain .carousel-inner img {
    filter: saturate(0.82) contrast(1.05);
}

#carouselMain .carousel-item {
    height: 100%;
}

#carouselMain .overlay {
    background: linear-gradient(90deg, rgba(6, 31, 54, 0.9) 0%, rgba(6, 31, 54, 0.66) 42%, rgba(6, 31, 54, 0.18) 78%, rgba(6, 31, 54, 0.08) 100%);
}

#carouselMain .carousel-caption {
    top: 50%;
    right: auto;
    bottom: auto;
    left: max(12px, calc((100% - 1220px) / 2 + 12px));
    width: min(650px, 72vw);
    padding: 0;
    text-align: left;
    text-shadow: none;
    transform: translateY(-50%);
}

.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-eyebrow {
    color: #f58714;
}

.section-kicker {
    color: var(--lwik-orange-text);
}

#carouselMain .text-headline-slide {
    max-width: 720px;
    margin: 1rem 0 0.8rem;
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

#carouselMain .text-copy-slide {
    max-width: 560px;
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    font-weight: 300;
}

#carouselMain .button-slide {
    padding: 0.88rem 1.3rem;
    color: var(--lwik-navy-deep);
    background: var(--lwik-orange);
    border-color: var(--lwik-orange);
    border-radius: 999px;
    font-weight: 700;
}

#carouselMain .button-slide:hover {
    color: var(--lwik-navy-deep);
    background: #ff9b2e;
    border-color: #ff9b2e;
    transform: translateY(-2px);
}

#carouselMain .carousel-indicators {
    right: auto;
    bottom: 28px;
    left: max(12px, calc((100% - 1220px) / 2 + 12px));
    margin: 0;
}

#carouselMain .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    padding: 20px 5px;
    border: 0;
    background-clip: content-box;
}

#carouselMain .carousel-control-prev,
#carouselMain .carousel-control-next {
    top: auto;
    bottom: 20px;
    width: 44px;
    height: 44px;
    opacity: 0.72;
}

#carouselMain .carousel-control-prev {
    right: 80px;
    left: auto;
}

#carouselMain .carousel-control-next {
    right: 24px;
}

/* Startseite */
.trust-strip {
    color: #fff;
    background: var(--lwik-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.trust-strip-mobile {
    display: none;
}

.trust-strip-grid > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 76px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-strip-grid > span:last-child {
    border-right: 0;
}

.trust-strip-grid > span svg {
    width: 18px;
    color: var(--lwik-orange);
}

.home-intro {
    overflow-x: clip;
    background: var(--lwik-paper);
}

.home-intro .row {
    --bs-gutter-x: 2rem;
}

.text-headline {
    padding: 0;
    color: var(--lwik-navy);
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.home-headline {
    max-width: 780px;
    margin: 1.15rem 0 1.5rem;
}

.home-lead {
    max-width: 720px;
    margin-bottom: 2.3rem;
    color: var(--lwik-muted);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 300;
    line-height: 1.65;
}

.strength-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.75rem;
    padding: 0;
    list-style: none;
}

.strength-grid li {
    position: relative;
    min-height: 0;
    padding: 1.2rem 0 1.25rem 1.8rem;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--lwik-line);
    border-radius: 0;
    box-shadow: none;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
}

.strength-grid li::before {
    content: "";
    position: absolute;
    top: 1.62rem;
    left: 0.1rem;
    width: 8px;
    height: 8px;
    background: var(--lwik-orange);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.contact-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    background: linear-gradient(145deg, var(--lwik-navy) 0%, var(--lwik-navy-deep) 100%);
    border-radius: var(--lwik-radius);
    box-shadow: var(--lwik-shadow);
}

.contact-panel::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(245, 135, 20, 0.35);
    transform: rotate(45deg);
}

.section-kicker-light {
    color: #f58714;
}

.contact-panel h2 {
    position: relative;
    z-index: 1;
    margin: 1.2rem 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.contact-panel > p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 300;
}

.contact-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.7rem;
    margin-top: 2rem;
}

.contact-action {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.contact-action:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateX(3px);
}

.contact-action svg {
    width: 19px;
    color: var(--lwik-orange);
}

.contact-action span {
    display: grid;
    line-height: 1.3;
}

.contact-action small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.founder-profile {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    color: #fff;
    background: var(--lwik-navy-deep);
}

.founder-profile .row {
    --bs-gutter-x: 1.5rem;
}

.founder-profile h2,
.about-profile h2 {
    margin: 1rem 0 1.4rem;
    font-size: clamp(2.2rem, 3.7vw, 3.7rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.founder-profile h2 {
    color: #fff;
}

.founder-profile-copy {
    max-width: 560px;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 300;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.5rem;
}

.profile-card {
    min-height: 0;
    padding: 1.35rem 0 1.5rem;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
}

.profile-card > span {
    display: block;
    margin-bottom: 0.75rem;
    color: #f58714;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.profile-card strong {
    display: block;
    margin-bottom: 0.7rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
}

.profile-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.55;
}

.about-profile {
    margin: clamp(3.5rem, 7vw, 6rem) 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.about-profile h2 {
    max-width: 760px;
    color: var(--lwik-navy);
}

.about-profile-lead {
    max-width: 760px;
    margin-bottom: 2rem;
    color: var(--lwik-muted);
    font-size: 1.05rem;
    font-weight: 300;
}

.profile-grid-light .profile-card {
    background: transparent;
    border-color: var(--lwik-line);
}

.profile-grid-light .profile-card strong {
    color: var(--lwik-navy);
}

.profile-grid-light .profile-card > span {
    color: var(--lwik-orange-text);
}

.profile-grid-light .profile-card p {
    color: var(--lwik-muted);
}

.services-overview {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background: #fff;
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.section-heading-row h2 {
    margin: 0.8rem 0 0;
    color: var(--lwik-navy);
    font-size: clamp(2rem, 3.5vw, 3.45rem);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    color: var(--lwik-navy);
    font-size: 0.9rem;
    font-weight: 500;
}

.text-link.text-link-light {
    margin-top: 1rem;
    color: #fff;
}

.text-link.text-link-light:hover {
    color: var(--lwik-orange);
}

.text-link svg {
    width: 17px;
    color: var(--lwik-orange);
}

.service-card {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    color: var(--lwik-ink);
    background: var(--lwik-paper);
    border: 1px solid var(--lwik-line);
    border-radius: var(--lwik-radius);
}

.service-card:hover {
    color: var(--lwik-ink);
    border-color: rgba(245, 135, 20, 0.55);
    box-shadow: var(--lwik-shadow);
    transform: translateY(-7px);
}

.service-card-image {
    display: block;
    height: 245px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.78);
    transition: transform 500ms ease, filter 300ms ease;
}

.service-card:hover .service-card-image img {
    filter: saturate(1);
    transform: scale(1.04);
}

.service-card-body {
    position: relative;
    display: grid;
    gap: 0.65rem;
    min-height: 215px;
    padding: 1.6rem 1.6rem 1.8rem;
}

.service-card-body small {
    color: var(--lwik-orange-text);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.service-card-body strong {
    color: var(--lwik-navy);
    font-size: 1.35rem;
    font-weight: 500;
}

.service-card-body span {
    color: var(--lwik-muted);
    font-size: 0.92rem;
    font-weight: 300;
}

.service-card-body > svg {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 21px;
    color: var(--lwik-orange);
}

/* Inhaltsseiten */
body > .container:not(.trust-strip-grid) {
    position: relative;
}

.breadcrumb {
    display: inline-flex;
    margin: 2rem 0 3rem;
    align-items: center;
    min-height: 44px;
    padding: 0 0.75rem;
    background: #fff;
    border: 1px solid var(--lwik-line);
    border-radius: 5px;
    font-size: 0.75rem;
}

.breadcrumb-item,
.breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

.breadcrumb-item.active {
    color: var(--lwik-muted);
}

.kwseo-breadcrumbs {
    display: inline-flex;
    min-height: 44px;
    margin: 1rem 0 3rem;
    padding: 0 0.75rem;
    background: #fff;
    border: 1px solid var(--lwik-line);
    border-radius: 5px;
    font-size: 0.75rem;
}

.kwseo-breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; list-style: none; }
.kwseo-breadcrumbs li { display: inline-flex; align-items: center; min-height: 44px; }
.kwseo-breadcrumbs li + li::before { content: '\00BB'; padding: 0 .5rem; color: var(--lwik-muted); }
.kwseo-breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; color: var(--lwik-orange-text); }
.kwseo-breadcrumbs [aria-current="page"] { color: var(--lwik-muted); }

.custom-img {
    border-radius: var(--lwik-radius);
    box-shadow: 0 18px 45px rgba(6, 31, 54, 0.12);
}

.text-copy {
    color: var(--lwik-ink);
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.7;
}

.text-bu {
    margin-top: 0.85rem;
    color: var(--lwik-muted);
}

.text-badge {
    padding: 0.5rem 0.75rem;
    color: var(--lwik-navy);
    background: rgba(245, 135, 20, 0.14);
    border-radius: 5px;
    font-weight: 700;
}

.kasten {
    padding: 1.4rem 1.5rem 0.75rem;
    background: #fff;
    border: 1px solid var(--lwik-line);
    border-left: 4px solid var(--lwik-orange);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(6, 31, 54, 0.055);
}

.bullet li::before,
.aufzaehlung li::before {
    background: var(--lwik-orange);
    border-radius: 50%;
}

.card {
    overflow: hidden;
    background: #fff;
    border-color: var(--lwik-line);
    border-radius: var(--lwik-radius);
    box-shadow: 0 12px 35px rgba(6, 31, 54, 0.06);
}

.content-layout {
    --bs-gutter-x: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 1rem 2.25rem;
    align-items: start;
    margin-right: 0;
    margin-bottom: 3rem !important;
    margin-left: 0;
}

.content-layout > [class*="col-"] {
    width: auto;
    margin-bottom: 0 !important;
}

.content-layout > [class*="col-"]:first-child {
    grid-row: 1 / span 2;
}

.content-layout .text-copy,
.content-layout .kasten,
.content-layout .line-left {
    max-width: 65ch;
}

/* Footer */
.site-footer {
    margin-inline: clamp(6px, 0.9vw, 14px);
    padding: 4.5rem 0 1.5rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    background: var(--lwik-navy-deep);
    border-radius: 14px 14px 0 0;
}

.site-footer-main {
    padding-bottom: 3.5rem;
}

.footer-logo {
    width: 154px;
    margin-bottom: 1.4rem;
    padding: 0.55rem 0.75rem;
    background: #fff;
    border-radius: 5px;
}

.site-footer p {
    max-width: 440px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.site-footer h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.site-footer a,
.site-footer span {
    display: block;
    margin-bottom: 0.1rem;
    padding: 0.2rem 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.84rem;
}

.site-footer a:hover {
    color: var(--lwik-orange);
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal,
.footer-credits {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1rem;
}

.footer-credits {
    justify-content: flex-end;
}

.site-footer-bottom span,
.site-footer-bottom a {
    display: inline;
    margin: 0;
    font-size: 0.72rem;
}

/* Cookie-Dialog */
#cookie-banner {
    right: auto !important;
    bottom: 24px !important;
    left: 24px !important;
    width: min(720px, calc(100% - 48px)) !important;
    overflow: hidden;
    border: 1px solid var(--lwik-line) !important;
    border-radius: 8px;
    box-shadow: 0 20px 70px rgba(6, 31, 54, 0.2) !important;
}

#cookie-banner .container {
    padding: 1.15rem 1.35rem !important;
}

#cookie-banner .row {
    --bs-gutter-x: 1rem;
}

#cookie-banner .col-lg-8,
#cookie-banner .col-lg-4 {
    width: 100%;
    text-align: left !important;
}

#cookie-banner .col-lg-8 {
    margin-bottom: 0.8rem !important;
    font-size: 0.82rem;
    line-height: 1.5;
}

#cookie-banner .btn {
    min-height: 44px;
    padding: 0.6rem 0.9rem;
    border-radius: 6px;
    font-weight: 500;
}

.cookie-border-top::before {
    display: none;
}

.back-to-top {
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    background: var(--lwik-orange);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(245, 135, 20, 0.3);
}

.leaflet-control-zoom a {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
}

@media (max-width: 1199px) {
    .site-navigation > .container {
        min-height: 78px;
    }

    .site-navigation .navbar-brand img {
        width: 138px;
    }

    .site-navigation .navbar-collapse {
        margin: 0.75rem 0 1rem;
        padding: 0.75rem;
        background: #fff;
        border: 1px solid var(--lwik-line);
        border-radius: 8px;
        box-shadow: var(--lwik-shadow);
    }

    .site-navigation .navbar-nav {
        align-items: stretch;
        margin: 0;
    }

    .site-navigation .nav-link.lwik-nav-cta,
    .site-navigation .nav-link.lwik-nav-cta:focus {
        width: 100%;
        margin: 0.55rem 0 0;
    }

    .site-navigation .nav-link,
    .site-navigation .nav-link:focus {
        padding: 0.7rem 0.5rem !important;
    }

    .site-navigation .nav-link::before {
        display: none;
    }

    .site-navigation .nav-dropdown-control {
        display: grid;
        grid-template-columns: 1fr 48px;
    }

    .site-navigation .nav-submenu-toggle {
        width: 48px;
        min-height: 48px;
        border-left: 1px solid var(--lwik-line);
    }

    .site-navigation .dropdown ul {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        margin: 0;
        padding: 0.4rem;
        box-shadow: none;
    }

    .site-navigation .dropdown ul.show {
        display: block;
    }

    .trust-strip-grid > span {
        padding: 0 0.6rem;
        font-size: 0.68rem;
        text-align: center;
    }

    .section-heading-row {
        align-items: start;
        flex-direction: column;
    }
}

/* Lokaler Kartenplatzhalter: wahrt den Referenzraum, ohne externe Kacheln vor
   einer ausdrücklichen Bedienung zu laden. */
#map[role="button"] {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 400px;
    isolation: isolate;
    cursor: pointer;
    background:
        linear-gradient(135deg, rgba(10, 50, 85, 0.05) 25%, transparent 25%) 0 0 / 38px 38px,
        linear-gradient(315deg, rgba(10, 50, 85, 0.05) 25%, transparent 25%) 0 0 / 38px 38px,
        linear-gradient(145deg, #edf1f3 0%, #dfe8e6 100%);
    border: 1px solid var(--lwik-line);
    box-shadow: var(--lwik-shadow-soft);
}

#map[role="button"]::before,
#map[role="button"]::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgba(10, 50, 85, 0.08);
    transform: rotate(-18deg);
}

#map[role="button"]::before {
    width: 140%;
    height: 34px;
}

#map[role="button"]::after {
    width: 34px;
    height: 140%;
    background: rgba(245, 135, 20, 0.09);
    transform: rotate(24deg);
}

.lwik-map-placeholder {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    width: min(88%, 430px);
    padding: 1.6rem;
    color: var(--lwik-navy);
    text-align: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(10, 50, 85, 0.12);
    border-radius: var(--lwik-radius);
    box-shadow: var(--lwik-shadow-soft);
}

.lwik-map-placeholder strong {
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    line-height: 1.15;
}

.lwik-map-placeholder > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 0.35rem;
    padding: 0.7rem 1.15rem;
    color: var(--lwik-navy-deep);
    font-weight: 700;
    background: var(--lwik-orange);
    border-radius: 6px;
}

.lwik-map-placeholder small {
    max-width: 36ch;
    color: var(--lwik-muted);
    line-height: 1.45;
}

#map.is-loading .lwik-map-placeholder {
    opacity: 0.55;
}

#map.is-loading,
#map.is-loaded {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 400px;
}

#map.is-loaded .lwik-map-placeholder {
    display: none;
}

@media (max-width: 767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    #carouselMain .carousel-inner {
        height: 520px;
    }

    #carouselMain .overlay {
        background: linear-gradient(90deg, rgba(6, 31, 54, 0.92) 0%, rgba(6, 31, 54, 0.65) 100%);
    }

    #carouselMain .carousel-caption {
        left: 20px;
        width: calc(100% - 40px);
    }

    #carouselMain .text-headline-slide {
        font-size: clamp(2.05rem, 9.5vw, 2.85rem);
        line-height: 1.05;
        text-wrap: balance;
    }

    #carouselMain .text-copy-slide {
        display: block;
        max-width: 30rem;
        padding-right: 1rem;
        font-size: 0.95rem;
        text-wrap: pretty;
    }

    #carouselMain .carousel-control-prev,
    #carouselMain .carousel-control-next {
        display: none;
    }

    #carouselMain .carousel-indicators {
        bottom: 22px;
        left: 20px;
    }

    .trust-strip-grid {
        display: block;
        padding: 0;
    }

    .trust-strip-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        margin: 0;
        padding: 0.7rem 1rem;
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.78rem;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.015em;
        text-align: center;
    }

    .trust-strip-grid > span {
        display: none;
    }

    .trust-strip-grid > span svg {
        display: none;
    }

    .strength-grid {
        grid-template-columns: 1fr;
    }

    .profile-grid {
        grid-template-columns: 1fr;
    }

    .profile-card {
        min-height: auto;
    }

    .text-headline {
        font-size: clamp(2rem, 9vw, 2.4rem);
        line-height: 1.1;
        overflow-wrap: normal;
        hyphens: auto;
        text-wrap: balance;
    }

    .content-layout {
        display: block;
        margin-bottom: 2rem !important;
    }

    .content-layout > [class*="col-"] {
        margin-bottom: 1.5rem !important;
    }

    .about-profile {
        padding: 0;
    }

    .strength-grid li {
        min-height: auto;
    }

    .service-card-image {
        height: 220px;
    }

    .site-footer {
        padding-top: 3rem;
    }

    .site-footer-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.25rem;
        margin: 0;
        padding-bottom: 2.5rem;
    }

    .site-footer-main > [class*="col-"] {
        width: auto;
        padding: 0;
    }

    .site-footer-main > :first-child {
        grid-column: 1 / -1;
    }

    .back-to-top {
        right: 20px;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }

    .footer-legal,
    .footer-credits {
        justify-content: flex-start;
    }

    .site-footer-main a {
        display: flex;
        align-items: center;
        min-height: 44px;
        margin: 0;
        padding: 0.55rem 0;
    }

    #cookie-banner {
        bottom: 12px !important;
        left: 12px !important;
        width: calc(100% - 24px) !important;
    }

    #cookie-banner .container {
        padding: 1rem !important;
    }

    #cookie-banner .col-lg-4 { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
    #cookie-banner .btn { width: 100%; margin: 0 !important; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
