#pano {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

#bestuhlungsliste{
    list-style-type:none;
}

#grundriss {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#ebene1, #ebene2, #ebene3 {
    position: relative;
    z-index: 10;
}

#saal {
    margin-left: 1%;
    width: 50%;
    float: left;
}

#cafe {
    width: 45%;
    position: absolute;
    z-index: 100;
    bottom: -1%;
    right: 5%;
}

#kueche {
    width: 40%;
    float: left;
}

#foyer {
    width: 40%;
    float: left;
}

#vereinsraum {
    width: 30%;
    float: left;
}

#jugendraum {
    width: 20%;
    margin-left: 20%;
    float: left;
}

#saal img:hover, #cafe img:hover, #kueche img:hover, #vereinsraum img:hover, #jugendraum img:hover {
    cursor: pointer;
    transition: transform 0.5s;
}

#pano-halle {
    height: 300px;
    background-image: url(../../images/dgh/pano1_halle/pano.jpg);
    background-size: cover;
    animation: pano-halle alternate infinite linear 20s;
}

@keyframes pano-halle {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}

#pano-vereinsraum {
    height: 300px;
    background-image: url(../../images/dgh/pano1_vereinsraum/vereins-pano.jpg);
    background-size: cover;
    animation: pano-vereinsraum alternate infinite linear 15s;
}

@keyframes pano-vereinsraum {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}

#pano-jugendraum {
    height: 300px;
    background-image: url(../../images/dgh/pano1_jugendraum/jugendraum-pano.jpg);
    background-size: cover;
    animation: pano-jugendraum alternate infinite linear 15s;
}

@keyframes pano-jugendraum {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}

#pano-kueche {
    height: 300px;
    background-image: url(../../images/dgh/pano_kueche/kueche-pano.jpg);
    background-size: cover;
    animation: pano-vereinsraum alternate infinite linear 20s;
}

@keyframes pano-kueche {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}

#pano-cafe {
    height: 300px;
    background-image: url(../../images/dgh/pano_cafe/cafe-pano.jpg);
    background-size: cover;
    animation: pano-cafe alternate infinite linear 15s;
}

@keyframes pano-cafe {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}

#dgh-vr {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 30px;
}

#dgh-vr iframe {
    position: absolute;
    z-index: 50;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#dgh-pano {
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

#dgh-pano img {
    width: 100%;
    height: 100%;
}

#pano-start {
    position: absolute;
    z-index: 150;
    height: 36px;
    width: 36px;
    margin-left: -18px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    color: white;
}

#pano-start img {
    width: 100%;
    height: auto;
}

.no-js #dgh-pano {
    display: block;
}


/* mietkosten */
.tableview {
    overflow-x: auto;
}

.ktable {
    margin-bottom: 60px;
}

.ktable th, .ktable td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-size: 0.8125rem;
}

.ktable th {
    font-weight: bold;
}

.ktable td {
    font-weight: normal;
}

.ktable .hstyle {
    font-size: 0.86rem;
}

.ktable .dstyle {

}

.dstyle td, .dstyle th {
    border-bottom: 1px dotted #ccc;
}

.dstyle th {
    font-weight: bold;
}

.tabletipp {
    font-size: 0.75rem;
}

.no-js #pano-start {
    display: none;
}

.no-js .vrnos {
    display: none;
}

@media only screen and (min-width: 480px) {
    #pano-start {
        height: 50px;
        width: 50px;
        margin-left: -25px;
    }
}

@media only screen and (min-width: 768px) {
    #dgh-vr {
        padding-bottom: 66.6666%;
    }

    #pano-start {
        height: 75px;
        width: 75px;
        margin-left: -37.5px;
    }

    #saal img:hover, #kueche img:hover {
        transform: scale(1.1) translate(-10px, -10px);
    }

    #vereinsraum img:hover {
        transform: scale(1.1) translate(10px, 10px);
    }

    #cafe img:hover {
        transform: scale(1.1) translate(10px, -10px);
    }

    #jugendraum img:hover {
        transform: scale(1.1) translate(-10px, 10px);
    }

    .ktable td, .ktable th {
        font-size: 16px;
    }

    .tabletipp {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #dgh-vr {
        padding-bottom: 120%;
    }

    .no-js #dgh-vr {
        padding-bottom: 75%;
    }
}
