.htgc-karte-wrap {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #222; margin: 0 0 16px;
}
.htgc-karte-container {
position: relative;
width: 100%; aspect-ratio: 16 / 9;
min-height: 280px;
max-height: 620px;
border-radius: 8px;
overflow: hidden;
border: 1px solid #e2e0d8;
background: #e8e6df;
} .htgc-karte-preview {
position: absolute;
inset: 0;
}
.htgc-karte-preview-bild {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.htgc-karte-preview-platzhalter {
position: absolute;
inset: 0;
background: linear-gradient(160deg, #fff6d9 0%, #ffe9a3 30%, #f4d97a 60%, #e9c96a 100%);
}
.htgc-karte-attribution {
position: absolute;
right: 6px;
bottom: 4px;
margin: 0;
padding: 1px 6px;
background: rgba(255, 255, 255, 0.75);
border-radius: 3px;
font-size: 10px;
line-height: 1.4;
color: #333;
} .htgc-karte-map {
position: absolute;
inset: 0;
z-index: 1;
} .htgc-karte-overlay {
position: absolute;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
}
.htgc-karte-overlay-bg {
position: absolute;
inset: 0; background: rgba(24, 20, 8, 0.4);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.htgc-karte-overlay-box {
position: relative;
z-index: 1;
background: rgba(0, 0, 0, 0.52);
border-radius: 8px;
padding: 20px 24px;
max-width: 400px;
width: 90%;
text-align: center;
}
.htgc-karte-overlay-inner {
background: #fff;
border-radius: 6px;
padding: 20px 22px;
}
.htgc-karte-overlay-inner h3 {
font-size: 15px;
font-weight: 700;
color: #222;
margin: 0 0 9px;
}
.htgc-karte-consent-text {
font-size: 12.5px;
color: #444;
line-height: 1.6;
margin: 0 0 14px;
}
.htgc-karte-consent-text a {
color: #8a6d00;
}
.htgc-karte-consent-btn {
background: #FFCC00;
color: #222;
border: none;
padding: 10px 20px;
border-radius: 5px;
font-size: 13.5px;
font-weight: 700;
cursor: pointer;
width: 100%;
font-family: inherit;
}
.htgc-karte-consent-btn:hover {
background: #e6b800;
}
.htgc-karte-overlay-hint {
font-size: 11px;
color: rgba(255, 255, 255, 0.75);
margin-top: 8px;
}
.htgc-karte-hinweis {
font-size: 12.5px;
color: #666;
margin: 6px 0 0;
} .htgc-karte-map .leaflet-popup-content-wrapper {
border-radius: 7px;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.htgc-karte-map .leaflet-popup-content {
margin: 12px 15px;
min-width: 190px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.htgc-karte-popup-titel {
font-size: 14px;
font-weight: 700;
margin-bottom: 3px;
color: #111;
}
.htgc-karte-popup-ort {
font-size: 11.5px;
color: #666;
margin-bottom: 5px;
}
.htgc-karte-popup-eckdaten {
font-size: 12.5px;
color: #444;
line-height: 1.5;
}
.htgc-karte-popup-button {
display: inline-block;
margin-top: 8px;
background: #FFCC00;
color: #222 !important;
text-decoration: none !important;
font-size: 12.5px;
font-weight: 700;
padding: 6px 12px;
border-radius: 4px;
}
.htgc-karte-popup-button:hover {
background: #e6b800;
}
.htgc-karte-map .leaflet-control-attribution {
font-size: 10px;
opacity: 0.8;
} .htgc-karte-cluster {
background: transparent;
}
.htgc-karte-cluster-inner {
background: #FFCC00;
border: 2px solid #fff;
border-radius: 50%;
color: #222;
font-weight: 700;
font-size: 13px;
text-align: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}