* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Georgia, serif;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #d8d8d0;
    color: #303030;
}

header {
    height: 50px;
    background: #5e5e5e;
    background: #1e293b;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: bold;
}

.app-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e5e5dd;
}

.app-title a:link,
.app-title a:visited {
    color: #d8d8d0;      /* heller Grauton */
    text-decoration: none;
}

.app-title a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.search-container {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-container label {
    color: #e5e5dd;
    font-weight: bold;
}

.search-container input[type="search"] {
    width: 250px;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

main {
    flex: 1;
    display: flex;
    overflow: hidden;
}

aside {
    width: 30%;
    padding: 15px;
    background: #c8c8c0;
    border-right: 1px solid #d1d5db;
}

section {
    width: 70%;
    background: #cfcfcf;
    padding: 15px;
    overflow-y: auto;
}

.hide-nav aside {
    display: none;
}

.hide-nav section {
    width: 100%;
    flex: 1;
}

footer {
    height: 40px;
    background-color: #1e293b;
    color: #e5e5dd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

footer a:link,
footer a:visited {
    color: #d8d8d0;      /* heller Grauton */
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer a:active {
    color: #f0f0f0;
}
footer {
    height: 40px;
    background-color: #5e5e5e;
    color: #d8d8d0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
    font-size: 0.9rem;
}

.footer-left {
    margin-right: auto;
}

.footer-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.footer-right {
    margin-left: auto;
}

footer a,
footer a:visited {
    color: #d8d8d8;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

table a,
table a:visited {
    color: black;
}

div.bildunterschrift {
    font-size:8pt; 
    line-height:15pt; 
    align:center;
}

div.Signatur {
    font-size:8pt; 
    line-height:15pt; 
    align:center;
}

div.Vollbild {
    font-size:8pt;
    line-height:150%;
    align:center;
}
