#panotour-vr {
    display: none;
}

#vr1 {
    padding-bottom: 100%;
    position: relative;
    box-sizing: border-box;

    margin-bottom: 30px;
}

#vr1 iframe {
    border: none;
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.hotspot {
    color: red;
    font-size: 1.5rem;
}

@media only screen and (min-width: 480px) {
    #vr1 {
        padding-bottom: 70%;

    }
}

@media only screen and (min-width: 768px) {
    #sehenswertes > a:link, #sehenswertes > a:visited {
        border-bottom: 3px solid white;
    }

    #vr1 {

        padding-bottom: 70%;

    }


}


@media only screen and (min-width: 992px) {
    #vr1 {
        padding-bottom: 46%;
    }
}