body {
    margin-top: 80px;
}

a.topic {
    text-decoration: underline;
}

.jumptarget:before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.modal-wide {
    min-width: 100%;
    display: flex;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;

.scrollable {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}