/* UniqSpot Custom Overrides */

/* Konsistente Inhaltsbreite auf allen Seiten (außer Startmap) */
.container {
    max-width: 1000px !important;
}

/* Map: volle Höhe minus Header */
body #map {
    height: calc(100vh - 100px);
}

/* Kein Footer auf der Karten-Seite (da Karte fullheight) */
.map-page footer,
.map-page .footer-down {
    display: none;
}

/* Panel-Box Konsistenz */
.panel-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

/* Fancybox3 Galerie */
#photo-gallery img {
    transition: transform 0.2s ease;
    cursor: pointer;
}
#photo-gallery img:hover {
    transform: scale(1.03);
}

/* Admin Sidebar */
@media (max-width: 768px) {
    nav[style*="width:220px"] {
        width: 60px !important;
        min-width: 60px !important;
    }
    nav[style*="width:220px"] span,
    nav[style*="width:220px"] div:not(.fa) {
        display: none;
    }
}

/* Form responsive */
.form-group label {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

/* Login Widget Adjustments */
.login-widget {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 9999;
}
