.op-interactivetour-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
}

.op-interactivetour-open {
    position: fixed;
    z-index: 10;
    left: -14px;
}

.op-interactivetour-open.mobil {
	right: 2dvw;
	left: auto;
	margin-top: 0;
}

#op-interactivetour {
	margin-block-start: 0;
}

#op-interactivetour-open-desktop {

}

.op-interactivetour {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
}

.home .op-interactivetour {
    display: flex;
}

@media (min-width: 800px) {
    .op-interactivetour {
        flex-direction: row;
    }
}

.op-interactivetour-content {
    display: flex;
    width: 98dvw;
    height: 90dvh;
    margin-left: 1dvw;
    overflow: auto;
    border-radius: 5px;
    background-color: white;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (min-width: 800px) {
    .op-interactivetour-content {
        width: 95dvw;
        height: 98dvh;
        margin-left: 0;
    }
}

#op-interactivetour-close-mobil {
    margin-top: -8px;
    margin-left: 5dvw;
}

.op-interactivetour-close {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: -9px;
}

.op-interactivetour-close img {
    margin-left: -5px;
}

@media (min-width: 800px) {
    .op-interactivetour-open.mobil,
    .op-interactivetour-close.mobil {
        display: none;
    }
}

@media (max-width: 799px) {
    .op-interactivetour-open.desktop,
    .op-interactivetour-close.desktop {
        display: none;
    }
}