/* Grundlayout */

body {
max-width: 900px;
margin: 40px auto;
padding: 0 20px;


font-family: Georgia, "Times New Roman", serif;
font-size: 1.1rem;
line-height: 1.6;

color: #000;
background: #fff;


}

/* Kopf */

header {
margin-bottom: 1.5rem;
}

header h1 {
margin: 0;
font-size: 2rem;
font-weight: normal;
}

header p {
margin-top: 0.3rem;
}


/* Navigation */

nav {
    border-top: 1px solid #8b1e1e;
    border-bottom: 1px solid #8b1e1e;

    padding: 0.4rem 0;

    margin-bottom: 4rem;

    font-size: 0.95rem;
}


/* Hauptbereiche */

main section {
margin-bottom: 4rem;
}

/* Überschriften */

h2 {
font-size: 1.6rem;
font-weight: normal;


margin-bottom: 1.2rem;


}

/* Fließtext */

p {
text-align: justify;
hyphens: auto;


margin-bottom: 1rem;


}

/* Kurze Informationstexte */

.info {
text-align: left;
}

/* Archivdatensätze */

.eintrag {
margin: 0.2rem 0;
text-align: left;
}



/* Archivzugänge */

.archivlinks {
    text-align: center;
    margin: 3rem 0;
}

/* Alphabetische Navigation */

.alphabet {
text-align: left;
margin: 2rem 0 4rem 0;
line-height: 1.8;
}

.alphabet a {
margin-right: 0.4rem;
}


/* Rücksprung zum Register */

.zurueck {
    text-align: left;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}


/* Links */

a {
color: #8b1e1e;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* Aktive Seite */

nav strong {
color: #000;
}

/* Portrait */

.portrait {
margin-bottom: 3rem;
}

.portrait img {
max-width: 250px;
height: auto;


display: block;


}


/* Kooperationspartner */

.kooperation {

border-top: 1px solid #8b1e1e;

margin-top: 4rem;

padding-top: 1rem;

font-size: 0.95rem;

}

.kooperation p {

margin: 0;

}



/* Footer */

footer {

border-top: 1px solid #8b1e1e;

padding-top: 1rem;

margin-top: 5rem;

font-size: 0.95rem;

}


/* Footer */

footer {
border-top: 1px solid #8b1e1e;


padding-top: 1rem;

margin-top: 5rem;

font-size: 0.95rem;


}


/* Bestellformular */

form {

margin-top: 2rem;

}

input,
textarea {

width: 100%;

max-width: 600px;

padding: 0.5rem;

font-family: inherit;

font-size: inherit;

box-sizing: border-box;

}

button {

padding: 0.5rem 1rem;

font-family: inherit;

cursor: pointer;

}
