#schwimmbad-pano {
    position: relative;
    padding-bottom: 50%;

}

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

.preistabelle {
    width: 100%;
}

.preistabelle td:first-child {
    width: 50%;
}

.preistabelle td {
    vertical-align: top;
}

@media only screen and (max-width: 557px) {
    #schwimmbad-pano {
        padding-bottom: 70%;


    }
}

@media all and (max-width: 480px) {
    .preistabelle td:first-child {

    }
}

#preise td {
    vertical-align: top;
}