.elementor-4782 .elementor-element.elementor-element-7265bee{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-4782 .dialog-widget-content{background-color:var( --e-global-color-86b4fcd );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4782{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4782 .dialog-message{width:90vw;height:auto;}#elementor-popup-modal-4782 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-4782 .elementor-element.elementor-element-7265bee{--content-width:1000px;}}@media(max-width:1024px){#elementor-popup-modal-4782 .dialog-message{width:90vw;}#elementor-popup-modal-4782{justify-content:center;align-items:center;}}@media(max-width:767px){#elementor-popup-modal-4782 .dialog-message{width:96vw;}}/* Start custom CSS */.rundgang360 {
    width: 100%;
    height: 100%;
}

.rundgang360-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.rundgang360-btn {
    padding: 12px 24px;
    border: 1px solid #aaa;
    background: #222;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s ease;
}

.rundgang360-btn:hover,
.rundgang360-btn.active {
    background: #a8b994;
    color: #222;
}

.rundgang360-view {
    display: none;
}

.rundgang360-view.active {
    display: block;
}

.rundgang360 iframe {
    display: block;
    width: 100%;
    height: calc(90vh - 130px);
    max-height: 850px;
    border: 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .rundgang360 iframe {
        height: calc(90vh - 120px);
    }
}

/* Button-Farben erzwingen */
.rundgang360 .rundgang360-btn {
    background: #222 !important;
    color: #fff !important;
    border: 1px solid #aaa !important;
}

.rundgang360 .rundgang360-btn.active {
    background: #a8b994 !important;
    color: #222 !important;
}

.rundgang360 .rundgang360-btn:hover {
    background: #a8b994 !important;
    color: #222 !important;
}

/* Smartphone */
@media (max-width: 767px) {

    .rundgang360-nav {
        gap: 6px;
        margin-bottom: 10px;
    }

    .rundgang360-btn {
        flex: 1;
        padding: 10px 5px;
        font-size: 14px;
    }

    .rundgang360 iframe {
        height: calc(100dvh - 150px);
        min-height: 0;
    }

    /* Schließen-X außerhalb der Button-Leiste */
    .elementor-popup-modal .dialog-close-button {
        top: -36px !important;
        right: 0 !important;
        z-index: 9999 !important;
    }
}/* End custom CSS */