html {
    scroll-behavior: smooth;
}

body.page-mietobjekte-overview .menu-desktop a:nth-child(2)::after,
body.page-mietobjekt-detail .menu-desktop a:nth-child(2)::after {
    width: 100% !important;
}

body.page-mietobjekte-overview .before-footer-image div img:nth-child(2),
body.page-mietobjekt-detail .before-footer-image div img:nth-child(2) {
    width: 35% !important;
    max-width: 75px !important;
}

body.page-mietobjekte-overview .before-footer-image,
body.page-mietobjekt-detail .before-footer-image {
    min-height: 160px !important;
}

body.page-mietobjekte-overview .before-footer-image div img,
body.page-mietobjekt-detail .before-footer-image div img {
    min-width: 214px !important;
}

body.page-mietobjekte-overview .mietobjekte-button-wrapper a {
    background-color: #000 !important;
}

body.page-mietobjekte-overview .mietobjekte-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 60px;
}

body.page-mietobjekte-overview .mietobjekt-nav-item {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
}

body.page-mietobjekte-overview .mietobjekt-nav-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

body.page-mietobjekte-overview .mietobjekt-nav-item span {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.page-mietobjekte-overview .mietobjekt {
    scroll-margin-top: 96px;
    position: relative;
    z-index: 0;
}

body.page-mietobjekte-overview .mietobjekt:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    top: -60px;
    bottom: -30px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f3f3f3;
    z-index: -1;
}

body.page-mietobjekte-overview .mietobjekte-image img.is-round-placeholder {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

body.page-mietobjekte-overview .mietobjekte-image.is-coming-soon {
    border-radius: 50%;
}

body.page-mietobjekte-overview .mietobjekte-image.is-coming-soon,
body.page-mietobjekt-detail .detail-hero-image.is-coming-soon,
body.page-mietobjekt-detail .gallery-item.is-coming-soon,
body.page-mietobjekt-detail .gallery-stage-frame.is-coming-soon,
body.page-mietobjekt-detail .gallery-thumb.is-coming-soon {
    position: relative;
    overflow: hidden;
}

body.page-mietobjekte-overview .mietobjekte-image.is-coming-soon::before,
body.page-mietobjekt-detail .detail-hero-image.is-coming-soon::before,
body.page-mietobjekt-detail .gallery-item.is-coming-soon::before,
body.page-mietobjekt-detail .gallery-stage-frame.is-coming-soon::before,
body.page-mietobjekt-detail .gallery-thumb.is-coming-soon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.16);
    z-index: 1;
    pointer-events: none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body.page-mietobjekte-overview .mietobjekte-image.is-coming-soon::after,
body.page-mietobjekt-detail .detail-hero-image.is-coming-soon::after,
body.page-mietobjekt-detail .gallery-item.is-coming-soon::after,
body.page-mietobjekt-detail .gallery-stage-frame.is-coming-soon::after {
    content: "coming soon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.96);
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: clamp(18px, 3vw, 34px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
}

body.page-mietobjekt-detail .gallery-thumb.is-coming-soon::after {
    content: "coming soon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.94);
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
}

body.page-mietobjekt-detail {
    background: #fff;
}

body.page-mietobjekt-detail #top {
    position: absolute;
    top: 0;
}

body.page-mietobjekt-detail .mietobjekt-detail {
    padding: 130px 40px 90px;
}

body.page-mietobjekt-detail .mietobjekt-detail-inner {
    max-width: 1220px;
    margin: 0 auto;
}

body.page-mietobjekt-detail .mietobjekte-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 48px;
}

body.page-mietobjekt-detail .mietobjekt-nav-item {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: transform 0.2s ease;
}

body.page-mietobjekt-detail .mietobjekt-nav-item:hover {
    transform: translateY(-4px);
}

body.page-mietobjekt-detail .mietobjekt-nav-item.is-active img {
    outline: 3px solid #000;
    outline-offset: 4px;
}

body.page-mietobjekt-detail .mietobjekt-nav-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

body.page-mietobjekt-detail .mietobjekt-nav-item span {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
}

body.page-mietobjekt-detail .detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 44px;
    align-items: center;
    margin-bottom: 38px;
}

body.page-mietobjekt-detail .detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

body.page-mietobjekt-detail .detail-kicker::before,
body.page-mietobjekt-detail .detail-kicker::after {
    content: "";
    width: 44px;
    height: 1px;
    background: #000;
}

body.page-mietobjekt-detail .detail-title {
    margin: 0 0 20px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: clamp(56px, 10vw, 116px);
    font-weight: 800;
    line-height: 0.9;
    text-transform: uppercase;
}

body.page-mietobjekt-detail .detail-copy p {
    margin: 0 0 16px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

body.page-mietobjekt-detail .detail-copy p:last-child {
    margin-bottom: 0;
}

body.page-mietobjekt-detail .detail-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

body.page-mietobjekt-detail .fact-card {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 18px 20px;
    color: #fff;
}

body.page-mietobjekt-detail .fact-card strong {
    display: block;
    margin-bottom: 6px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

body.page-mietobjekt-detail .fact-card span {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

body.page-mietobjekt-detail .detail-hero-image {
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

body.page-mietobjekt-detail .detail-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-mietobjekt-detail .detail-section {
    margin-top: 70px;
}

body.page-mietobjekt-detail .detail-section-title {
    margin: 0 0 20px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 0.95;
    text-transform: uppercase;
}

body.page-mietobjekt-detail .detail-section-intro {
    max-width: 720px;
    margin: 0 0 26px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

body.page-mietobjekt-detail .price-box {
    margin: 54px 0 0;
    padding: 22px 18px;
    background: #fff;
    border: 4px solid #000;
}

body.page-mietobjekt-detail .price-box p {
    margin: 0;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 20px;
    line-height: 1.65;
    color: #000;
}

body.page-mietobjekt-detail .price-box strong {
    font-weight: 700;
}

body.page-mietobjekt-detail .highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.page-mietobjekt-detail .highlight-card {
    background: #fff;
    padding: 24px;
    border: 4px solid #000;
    color: #000;
}

body.page-mietobjekt-detail .highlight-card h4 {
    margin: 0 0 8px;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

body.page-mietobjekt-detail .highlight-card p {
    margin: 0;
    font-family: 'Saira Extra Condensed', sans-serif;
    line-height: 1.65;
    color: #000;
}

body.page-mietobjekt-detail .specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
    background: #fff;
    padding: 28px;
    border: 4px solid #000;
}

body.page-mietobjekt-detail .spec-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #000;
}

body.page-mietobjekt-detail .spec-item strong {
    font-weight: 700;
    color: #000;
}

body.page-mietobjekt-detail .specs-grid .spec-item:nth-last-child(-n+2) {
    border-bottom: 0;
    padding-bottom: 0;
}

body.page-mietobjekt-detail .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.page-mietobjekt-detail .gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 260px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent;
}

body.page-mietobjekt-detail .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

body.page-mietobjekt-detail .gallery-item:hover img {
    transform: scale(1.04);
}

body.page-mietobjekt-detail .gallery-item span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    border-radius: 999px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

body.page-mietobjekt-detail .gallery-item.is-coming-soon span {
    display: none;
}

body.page-mietobjekt-detail .gallery-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000000001;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 28px;
}

body.page-mietobjekt-detail .gallery-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

body.page-mietobjekt-detail .gallery-overlay-backdrop {
    position: absolute;
    inset: 0;
}

body.page-mietobjekt-detail .gallery-overlay-inner {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
}

body.page-mietobjekt-detail .gallery-stage {
    margin: 0;
    width: 100%;
}

body.page-mietobjekt-detail .gallery-stage-frame {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
    backdrop-filter: blur(8px);
}

body.page-mietobjekt-detail .gallery-stage img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

body.page-mietobjekt-detail .gallery-stage-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

body.page-mietobjekt-detail .gallery-controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

body.page-mietobjekt-detail .gallery-stage figcaption {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

body.page-mietobjekt-detail .gallery-counter {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

body.page-mietobjekt-detail .gallery-close {
    position: absolute;
    top: 104px;
    right: 26px;
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

body.page-mietobjekt-detail .gallery-nav {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

body.page-mietobjekt-detail .gallery-nav:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: scale(1.04);
}

body.page-mietobjekt-detail .floorplan-card,
body.page-mietobjekt-detail .location-grid,
body.page-mietobjekt-detail .download-card {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    color: #fff;
}

body.page-mietobjekt-detail .floorplan-card {
    padding: 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

body.page-mietobjekt-detail .floorplan-card img {
    width: 100%;
    display: block;
    background: #fff;
}

body.page-mietobjekt-detail .location-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

body.page-mietobjekt-detail .location-copy {
    padding: 30px;
}

body.page-mietobjekt-detail .location-copy p {
    margin: 0 0 16px;
    font-family: 'Saira Extra Condensed', sans-serif;
    line-height: 1.65;
    color: #fff;
}

body.page-mietobjekt-detail .location-copy p:last-child {
    margin-bottom: 0;
}

body.page-mietobjekt-detail .location-copy strong {
    display: block;
    margin-bottom: 4px;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}

body.page-mietobjekt-detail .location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}

body.page-mietobjekt-detail .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

body.page-mietobjekt-detail .detail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.page-mietobjekt-detail .detail-button:hover {
    transform: translateY(-2px);
}

body.page-mietobjekt-detail .detail-button.is-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

body.page-mietobjekt-detail .detail-button.is-secondary:hover {
    background: #fff;
    color: #000;
}

body.page-mietobjekt-detail .download-card {
    padding: 34px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #000;
}

body.page-mietobjekt-detail .contact-card {
    padding: 34px 30px;
    text-align: center;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-mietobjekt-detail .contact-card .detail-section-title {
    color: #fff;
}

body.page-mietobjekt-detail .contact-card p {
    max-width: 720px;
    margin: 0 auto 22px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: #fff;
}

body.page-mietobjekt-detail .contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

body.page-mietobjekt-detail .contact-card .detail-button {
    background: #fff;
    color: #000;
    border-color: #fff;
}

body.page-mietobjekt-detail .contact-card .detail-button:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

body.page-mietobjekt-detail .contact-card .detail-button.is-secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

body.page-mietobjekt-detail .contact-card .detail-button.is-secondary:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

body.page-mietobjekt-detail .download-card .detail-button {
    background: #000;
    color: #fff;
    border-color: #000;
}

body.page-mietobjekt-detail .download-card .detail-button:hover {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

body.page-mietobjekt-detail .download-card .detail-button.is-secondary {
    background: transparent;
    color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

body.page-mietobjekt-detail .download-card .detail-button.is-secondary:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

body.page-mietobjekt-detail .download-card p {
    max-width: 640px;
    margin: 0 auto 22px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: #000;
}

body.page-mietobjekt-detail .back-to-top {
    display: flex;
    justify-content: center;
    margin: 34px 0 0;
}

body.page-mietobjekt-detail .back-to-top .detail-button {
    background: #000;
    color: #fff;
    border-color: #000;
}

body.page-mietobjekt-detail .back-to-top .detail-button:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

body.page-mietobjekt-detail .is-hidden {
    display: none !important;
}

@media screen and (max-width: 980px) {
    body.page-mietobjekte-overview .mietobjekt,
    body.page-mietobjekte-overview .mietobjekt:nth-child(odd) {
        width: 100%;
        margin-left: 0;
        padding: 0;
        background: transparent;
        box-sizing: border-box;
    }

    body.page-mietobjekte-overview .mietobjekt {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    body.page-mietobjekte-overview .mietobjekt:nth-of-type(even) {
        padding-top: 45px;
    }

    body.page-mietobjekte-overview .mietobjekt:nth-of-type(odd)::before {
        top: -30px;
        bottom: -30px;
    }

    body.page-mietobjekt-detail .mietobjekt-detail {
        padding: 118px 26px 80px;
    }

    body.page-mietobjekt-detail .detail-hero,
    body.page-mietobjekt-detail .location-grid {
        grid-template-columns: 1fr;
    }

    body.page-mietobjekt-detail .detail-facts,
    body.page-mietobjekt-detail .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 720px) {
    body.page-mietobjekte-overview section.coming-soon {
        min-height: calc(100vh - 862px);
    }

    body.page-mietobjekte-overview .mietobjekte-navigation,
    body.page-mietobjekt-detail .mietobjekte-navigation {
        gap: 10px;
    }

    body.page-mietobjekte-overview .mietobjekt-nav-item,
    body.page-mietobjekt-detail .mietobjekt-nav-item {
        width: 50px;
    }

    body.page-mietobjekte-overview .mietobjekt-nav-item img,
    body.page-mietobjekt-detail .mietobjekt-nav-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 6px;
    }

    body.page-mietobjekte-overview .mietobjekt-nav-item span,
    body.page-mietobjekt-detail .mietobjekt-nav-item span {
        font-size: 12px;
        line-height: 1;
    }

    body.page-mietobjekt-detail .mietobjekt-detail {
        padding: 110px 18px 70px;
    }

    body.page-mietobjekt-detail .detail-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    body.page-mietobjekt-detail .detail-copy {
        display: contents;
    }

    body.page-mietobjekt-detail .detail-kicker,
    body.page-mietobjekt-detail .detail-title {
        order: 1;
    }

    body.page-mietobjekt-detail .detail-kicker {
        justify-content: center;
        width: 100%;
    }

    body.page-mietobjekt-detail .detail-title {
        text-align: center;
    }

    body.page-mietobjekt-detail .detail-hero-image {
        order: 2;
        width: min(82vw, 360px);
        height: min(82vw, 360px);
        aspect-ratio: auto;
        flex: 0 0 auto;
    }

    body.page-mietobjekt-detail .detail-copy p,
    body.page-mietobjekt-detail .detail-facts {
        order: 3;
    }

    body.page-mietobjekt-detail .detail-copy p,
    body.page-mietobjekt-detail .detail-section-intro,
    body.page-mietobjekt-detail .download-card p,
    body.page-mietobjekt-detail .contact-card p {
        font-size: 16px;
    }

    body.page-mietobjekt-detail .detail-copy p {
        margin-bottom: 0;
    }

    body.page-mietobjekt-detail .price-box {
        margin-top: 38px;
        padding: 16px 14px;
    }

    body.page-mietobjekt-detail .price-box p {
        font-size: 16px;
        line-height: 1.7;
    }

    body.page-mietobjekt-detail .detail-facts,
    body.page-mietobjekt-detail .highlights-grid,
    body.page-mietobjekt-detail .gallery-grid {
        grid-template-columns: 1fr;
    }

    body.page-mietobjekt-detail .specs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        padding: 18px 14px;
    }

    body.page-mietobjekt-detail .spec-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    body.page-mietobjekt-detail .spec-item span {
        width: 100%;
    }

    body.page-mietobjekt-detail .gallery-item {
        min-height: 220px;
    }

    body.page-mietobjekt-detail .location-map iframe {
        min-height: 320px;
    }

    body.page-mietobjekt-detail .gallery-overlay {
        padding: 16px;
    }

    body.page-mietobjekt-detail .gallery-overlay-inner {
        width: 100%;
    }

    body.page-mietobjekt-detail .gallery-stage-frame {
        padding: 12px;
    }

    body.page-mietobjekt-detail .gallery-stage img {
        max-height: 66vh;
    }

    body.page-mietobjekt-detail .gallery-stage-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    body.page-mietobjekt-detail .gallery-controls {
        justify-content: space-between;
        gap: 12px;
    }

    body.page-mietobjekt-detail .gallery-nav {
        width: calc(50% - 6px);
        height: 52px;
        font-size: 30px;
        border-radius: 999px;
    }

    body.page-mietobjekt-detail .gallery-close {
        top: 104px;
        right: 14px;
    }
}
