/* needed for interactive map in listplace.xsl */
div#map {
    height: 50vh;
}

/** Match bootstrap navlink focus outline color. */
:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

dt {
    margin-top: 1em;
}

dd {
	margin-left: 1em;
    margin-bottom: 0;
}


img.footerimage {
    width: 100%;
    max-width: 180px;
}


.acdh-logo {
    max-width: 70px;
    max-height: 70px;
}