/* ==========================================================================
   GEMEINSAME STILE FÜR DIE TITEL (LINKS & RECHTS)
   ========================================================================== */

.lagerinfos-title {
    color: #521010 !important;
    font-family: 'Georgia', serif !important;
    font-weight: bold !important;
    border-bottom: 1px dashed rgba(90, 61, 27, 0.35) !important;
    padding-bottom: 6px !important;
    margin: 0 0 5px 0 !important;
}


/* ==========================================================================
   LINKE SEITE: INHALTS-BLÖCKE (FRÄSSPÄCKLI & BESUCHSTAG)
   ========================================================================== */

#leftContent .info-section {
    margin-bottom: 20px !important;
}

#leftContent .info-section h3 {
    margin: 5px 0 !important;
    color: #521010 !important;
    font-size: 18px !important;
}

#leftContent .info-section p {
    margin: 0 !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
    text-align: justify !important;
}


/* ==========================================================================
   RECHTE SEITE: LAGERLEITUNG, SCHARLEITUNG, ADRESSE & LINK
   ========================================================================== */

/* Die umschließende Box für die Leitungen (jetzt untereinander mit Abstand) */
#rightContent .leitung-box-full {
    background: rgba(90, 61, 27, 0.05) !important;
    padding: 20px !important;
    border-radius: 6px !important;
    border: 1px dotted rgba(90, 61, 27, 0.2) !important;
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important; /* Abstand zwischen Lagerleitung und Scharleitung */
}

/* h3-Titel innerhalb der Leitungs-Box */
#rightContent .leitung-box-full h3 {
    margin: 0 0 8px 0 !important;
    color: #521010 !important;
    font-size: 18px !important;
    font-family: 'Georgia', serif !important;
    font-weight: bold !important;
}

#rightContent .leitung-box-full ul {
    margin: 0 !important;
    padding-left: 20px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    list-style-type: square !important;
}

/* Der Bereich für die Adresse */
#rightContent .info-section {
    margin-bottom: 20px !important;
}

#rightContent .info-section h3 {
    margin: 5px 0 !important;
    color: #521010 !important;
    font-size: 18px !important;
}

/* Die Code-/Monospace-Box der Adresse */
#rightContent .adresse-box {
    font-family: monospace !important;
    font-size: 14px !important;
    background: rgba(0, 0, 0, 0.03) !important;
    padding: 12px !important;
    border-radius: 4px !important;
    border-left: 3px solid #5a3d1b !important;
    line-height: 1.5 !important;
    color: #333 !important;
}

/* Der externe Link ganz unten */
#rightContent .link-section {
    text-align: center !important;
    margin-top: 25px !important;
}

#rightContent .link-section a {
    color: #b8860b !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-bottom: 1px solid #b8860b !important;
    font-size: 15px !important;
    transition: color 0.2s ease, border-color 0.2s ease !important;
}

#rightContent .link-section a:hover {
    color: #521010 !important;
    border-color: #521010 !important;
}


/* ==========================================================================
   ALLGEMEINE HILFS-STILE (Z.B. FÜR DIE GALERIE-POPUPS)
   ========================================================================== */

.gallery-loading {
    color: #5a3d1b !important;
    text-align: center !important;
    font-style: italic !important;
}

.gallery-error {
    color: #521010 !important;
    text-align: center !important;
    font-weight: bold !important;
}
