.modal-title {
    font-size: 140%;
}

#mietkosten table td {
    text-align: left;
    vertical-align: top;
}

#mietkosten table tr td:last-child {
    padding-left: 5px;
    width: 100px;
    text-align: right;
}

#grillhuette-vr {
    position: relative;
    padding-bottom: 75%;
    width:100%;
}

#grillhuette-vr iframe {
    position: absolute;
    z-index: 50;
    height: 100% !important;
    width: 100% !important;
    left: 0;
    top: 0;
    display:block;
}

@media only screen and (min-width: 600px) {
    #grillhuette-vr {
        padding-bottom: 60%;
    }
}
