﻿.l-fs-tpl-digital-map__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.l-fs-tpl-digital-map__header .l-fs-tpl__map-headline {
    margin-bottom: 0;
}
.l-fs-tpl > .l-fs-tpl-digital-map > .l-fs-tpl-digital-map__header > .l-fs-tpl__map-link:hover {
    text-decoration: none;
    color: #333;
}
.l-fs-tpl > .l-fs-tpl-digital-map > .l-fs-tpl-digital-map__header > .l-fs-tpl__map-link:hover:visited {
    text-decoration: none;
    color: #333;
}
.l-fs-tpl > .l-fs-tpl-digital-map > .l-fs-tpl-digital-map__header > a.l-fs-tpl__map-link:visited {
    color: #f06d1A;
}
.l-fs-tpl > .l-fs-tpl-digital-map > .l-fs-tpl-digital-map__header > .l-fs-tpl__map-link[href="{#MAP_LINK#}"] {
    display: none;
}

@media (max-width: 768px) {
    .l-fs-tpl-digital-map__header {
        flex-direction: column;
        align-items: flex-start;
    }
}