body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.2;
    background-color: #EEEEEE;
}

nav    { height: 3em; }
footer { height: 2em; }

div#content {
    position: fixed;
    top: 3em;
    bottom: 2em;
    left: 0;
    right: 0;
}

div#flash-message {
    display: none;
    position: fixed;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 1em;
    text-align: center;
    background-color: #EEEEEE;
    color: #00377B;
    border: 1px solid #00377B;
    border-radius: 0 0 3px 3px;
    border-top-style: none;
    box-sizing: border-box;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00377B;
    color: white;
    z-index: 99;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: .5em;
    box-sizing: border-box;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: 1pt solid #E7E7E7;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F8;
}

footer > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    color: #333333;
    font-size: .8em;
    padding: 0 1em;
}

div#breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#breadcrumbs span,
div#breadcrumbs a {
    color: white;
}

div#breadcrumbs span {
    margin-left: 1em;
}

div#breadcrumbs span:first-child {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

div#nav-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#nav-buttons a,
div#nav-buttons button {
    background-color: white;
    padding: .3em .5em;
    border: None;
    border-radius: 3px;
    margin-left: 1em;
    background-color: #EEEEEE;
}


a, a:hover, a:visited, a:active {
    text-decoration: none;
}

button, input, select, textarea {
    font: inherit;
}

.hidden {
    display: none;
}

span#imprint {
    cursor: pointer;
}
