/* Map-specific CSS. */

#opacitySlider {
    position: absolute;
    top: 1.5em;
    /* modified to vertically center with "Servitengasse" */
    /* left: 30em; */
    /* was left:3, covers up "Servitengasse" */
    right: 10rem;
    /* allow space for 2 control buttons to right */
    z-index: 100;
    display: block;
    background-color: rgba(0, 60, 136, 0.5);
    color: #ffffff;
}

#opacitySlider:hover {
    background-color: rgba(0, 60, 136, 0.7);
}

.ol-rotate {
    left: 0.5em;
    top: 6em;
    transition: opacity 0.25s linear 0s, visibility 0s linear 0s;
    width: 1.375em;
}