<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.branchenbuch-map {
    background: url('/Content/Image/map-bg.jpg') no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;
    position: relative;
    line-height: 1.4
}

.branchenbuch-map__render {
    width: 100%;
    height: 100%
}

.branchenbuch-map__marker {
    display: none
}

.branchenbuch-map__consent {
    position: absolute;
    inset: 0;
    z-index: 1040;
    padding: 2rem;
    background-color: rgba(255,255,255,.8);
    backdrop-filter: blur(2px)
}

.branchenbuch-map__optout {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1040;
    appearance: none;
    border: 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    background-color: rgba(255,255,255,.6);
    cursor: pointer
}

    .branchenbuch-map__optout span {
        display: none
    }

    .branchenbuch-map__optout:hover span {
        display: inline-block
    }

.branchenbuch-map__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: #0078a8;
    vertical-align: -0.125em
}

.branchenbuch-map .marker-path {
    fill: var(--primary)
}
</pre></body></html>