html, body {
    height:100%;
    margin:0;
}
.logo-circle {
    position: absolute;
    right: 0rem;
    top: 2.75rem;
    transform: translateY(-50%);
    width: 6rem;
    height: 6rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.container-fluid {
    max-width: 100rem;
    position: relative;
}
.header-logo {
    width: 4rem;
    height: auto;
    margin: auto !important;
}
#map {
    height:100%;
    width:100%;
}
.leaflet-container {
    background: transparent;
}
.bezirk-label {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 12px;
    color: #222;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}
.modal-footer {
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 1.5rem;
}
[data-bs-target] {
    cursor: pointer;
}
