

/* Start:/local/components/mknz2025/project.item/templates/.default/style.css?17866171046658*/
/* Project media hardening: gallery carousel, stable facade canvases and no crop for drawings. */
.body.--old .mknz-project .project-hero__media {
    isolation: isolate;
    aspect-ratio: 16 / 9 !important;
    touch-action: pan-y;
}

.body.--old .mknz-project .project-hero__slides,
.body.--old .mknz-project .project-hero__slide,
.body.--old .mknz-project .project-hero__slide > a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.body.--old .mknz-project .project-hero__slide {
    margin: 0;
    background: #e9e7e1;
}

.body.--old .mknz-project .project-hero__slide[hidden] {
    display: none !important;
}

.body.--old .mknz-project .project-hero__slide > a {
    display: block;
}

.body.--old .mknz-project .project-hero__slide > a:focus-visible {
    z-index: 2;
    outline-offset: -5px;
    box-shadow: inset 0 0 0 3px #ffe9ba;
}

.body.--old .mknz-project .project-hero__image {
    display: block;
    width: 100%;
    height: 100%;
}

.body.--old .mknz-project .project-hero__media .project-hero__image--cover {
    object-fit: cover !important;
}

.body.--old .mknz-project .project-hero__media .project-hero__image--contain {
    object-fit: contain !important;
}

.body.--old .mknz-project .project-hero__media:hover .project-hero__image--contain,
.body.--old .mknz-project .project-facade-grid a:hover img,
.body.--old .mknz-project .project-gallery--facades .project-gallery__item:hover img {
    transform: none;
}

.body.--old .mknz-project .project-hero__controls {
    position: absolute;
    z-index: 3;
    left: 18px;
    bottom: 16px;
    display: flex;
    min-height: 46px;
    padding: 5px;
    align-items: center;
    gap: 8px;
    border-radius: 17px;
    background: rgba(40, 41, 40, .78);
    color: #fff;
    backdrop-filter: blur(8px);
}

.body.--old .mknz-project .project-hero__controls[hidden] {
    display: none !important;
}

.body.--old .mknz-project .project-hero__arrow,
.body.--old .mknz-project .project-hero__dot {
    margin: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
}

.body.--old .mknz-project .project-hero__arrow {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, .14);
    font-size: 20px;
    transition: background-color .2s ease;
}

.body.--old .mknz-project .project-hero__arrow:hover {
    background: rgba(255, 255, 255, .28);
}

.body.--old .mknz-project .project-hero__dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.body.--old .mknz-project .project-hero__dot {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    background: transparent;
}

.body.--old .mknz-project .project-hero__dot::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.body.--old .mknz-project .project-hero__dot.is-active::before {
    background: #ffe9ba;
    border-color: #ffe9ba;
}

.body.--old .mknz-project .project-hero__status {
    min-width: 42px;
    color: rgba(255, 255, 255, .85);
    font-size: 11px;
    text-align: center;
}

.body.--old .mknz-project .project-drawings .project-facade-grid {
    align-items: stretch !important;
}

.body.--old .mknz-project .project-drawings .project-facade-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.body.--old .mknz-project .project-drawings .project-facade-grid > a {
    display: flex !important;
    min-height: 0;
    padding: 10px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9 !important;
    background: #f7f6f4;
}

.body.--old .mknz-project .project-drawings .project-facade-grid img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
}

.body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item,
.body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item:nth-child(5n + 1),
.body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item:nth-child(5n + 2) {
    grid-column: span 6 !important;
    aspect-ratio: 16 / 9 !important;
}

.body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    aspect-ratio: 16 / 9 !important;
}

.body.--old .mknz-project .project-gallery--facades .project-gallery__item {
    padding: 10px;
    background: #f7f6f4;
}

.body.--old .mknz-project .project-gallery--facades .project-gallery__item img {
    object-fit: contain;
}

@media (max-width: 900px) {
    .body.--old .mknz-project .project-drawings .project-facade-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .body.--old .mknz-project .project-drawings .project-facade-grid--3 > a:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 650px) {
    .body.--old .mknz-project .project-hero__controls {
        right: 10px;
        bottom: 10px;
        left: 10px;
        justify-content: space-between;
    }

    .body.--old .mknz-project .project-hero__status {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .body.--old .mknz-project .project-drawings .project-facade-grid,
    .body.--old .mknz-project .project-drawings .project-facade-grid--3 {
        grid-template-columns: minmax(0, 1fr);
    }

    .body.--old .mknz-project .project-drawings .project-facade-grid--3 > a:last-child {
        grid-column: auto;
    }

    .body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item,
    .body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item:nth-child(5n + 1),
    .body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item:nth-child(5n + 2),
    .body.--old .mknz-project .project-gallery--renders .project-gallery__grid > .project-gallery__item:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
        aspect-ratio: 16 / 9 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .body.--old .mknz-project .project-hero__arrow,
    .body.--old .mknz-project .project-hero__image {
        transition: none !important;
    }
}

/* End */
/* /local/components/mknz2025/project.item/templates/.default/style.css?17866171046658 */
