﻿.l-fs-tpl__regelzonen-map {
    min-height: 329px;
}

.l-fs-tpl__regelzonen-map #pins > g:hover {
    cursor: pointer;
}

@media(min-width: 450px) {
    .l-fs-tpl__regelzonen-map #pins > g:hover path:first-child {
        opacity: 0;
    }

    .l-fs-tpl__regelzonen-map #pins > g:hover path:last-child {
        opacity: 1;
    }
}

