/* =========================================================
   Leseralbum
   ========================================================= */


/* =========================================================
   Startseite
   ========================================================= */

.la-start {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.la-start img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.la-startbutton {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #666;
    border-radius: 4px;
    text-decoration: none !important;
}


/* =========================================================
   Kopfbereich (Navigation + Suche)
   ========================================================= */

.la-kopf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.la-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 1.2em;
}

.la-navigation a {
    text-decoration: none !important;
}

.la-seitenwahl input {
    width: 60px;
    padding: 0.2rem;
    text-align: center;
    box-sizing: border-box;
}

.la-suche {
    display: flex;
    align-items: center;
    gap: 6px;
}

.la-suche input {
    width: 180px;
}

.la-suche button {
    padding: 2px 8px;
}


/* =========================================================
   Hinweise und Fehlermeldungen
   ========================================================= */

.la-fehler {
    margin: 10px 0 15px;
    padding: 8px 12px;
    border: 1px solid #c99;
    border-radius: 4px;
    background: #fff6f6;
    color: #900;
    font-weight: bold;
}


/* =========================================================
   Seitenansicht
   ========================================================= */

.la-bild img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   Suchtreffer
   ========================================================= */

.la-treffer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.la-treffer a {
    text-decoration: none !important;
}

.la-seite {
    width: 120px;
    text-align: center;
}

.la-seite img {
    max-width: 100%;
    height: auto;
    border: 1px solid #bbb;
}
.la-suche-container {
    margin-left: auto;
}
/* =========================================================
   Links
   ========================================================= */
.la-zurueck,
.la-zurueck:hover,
.la-zurueck:visited {
    text-decoration: none !important;
}

.la-registerlink {
    text-align: right;
    margin: 0 0 1em 0;
}

.la-registerlink a {
    text-decoration: none !important;
    font-weight: bold;
}
.la-registerlink {
    display: flex;
    align-items: center;
    margin: 0;
}

/* =========================================================
   Alphabetisches Register
   ========================================================= */
.la-register {
    columns: 2;
    column-gap: 40px;
}

.la-register h3 {
    break-after: avoid;
    border-bottom: 1px solid #bbb;
    margin-top: 1.2em;
    padding-bottom: .2em;
}

.la-register-zeile {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1em;
    break-inside: avoid;
    margin-bottom: .2em;
	align-items: start;
}

.la-register a,
.la-register-az a,
.la-zurueck {
    text-decoration: none;
}

.la-register-az {
    text-align: center;
    margin: 1em 0 2em;
}

.la-register-az a {
    margin: 0 .25em;
}