OFFbody {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-panel {
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
}

.overlay-panel .panel-body {
    word-wrap: break-word;
}

.alpine-tooltip {
    position: absolute;
    background: #636168;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
}
/* Standardfarbe: wird direkt im SVG als fill="#ffce3b" gesetzt */

.region-hover > path {
    fill: #df2a26; /* z. B. orange beim Hover */
}

.region-focus path {
    fill: #636168; /* z. B. blau bei Tastatur-Fokus */
}

.region-active > path  {
    fill: #df2a26; /* z. B. dunkelblau bei Klick/Auswahl */
}

.region-focus text,
.region-hover text,
.region-active text {
    fill: #fff !important;
    font-weight: bold;
}
:focus {
    border: none !important;
}

#legende {
    pointer-events: none;
}


.panel-default>.panel-heading {
    color: #df2a26;
    background-color: #ffffff;
    border-color: #ddd;
    background-image: none;
    border: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border:none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(https://www.keb-wuerzburg.de/typo3conf/ext/kubus_alster/Resources/Public/Images/slider_background.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.panel-title {
 display: none;;
}

.panel-body {
    padding: 15px 30px 30px 30px;
}


g:focus {
  outline: 2px solid blue;
}

.keb-logo {
    max-width: 100%;
    width: 300px;
    height: auto;
}

.btn.btn-default.keb-close {
    background-image: none;
    background-color: #636168;
    text-shadow: none;
    border: none;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}