@font-face {
    font-family: 'CeraProRegular';
    src: url('/css/fonts/CeraPRO-Regular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraPRO-BoldItalic.ttf') format('truetype');
    font-weight: 1000;
}

@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraPRO-LightItalic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraPRO-Light.ttf') format('truetype');
    font-weight: 100;
}

* {
    font-size: 1.02em;
    color: #424242;
    font-family: CeraProRegular;
    text-decoration: none;
}

body {
    margin: 0px;
    min-width: 800px;
}

div#menue {
    position: relative;
    top: 160px;
    left: 0px;
    font-size: 1.6em;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

div#menue div {
    margin: auto;
}

div#menue a {
    font-weight: lighter;
    white-space: nowrap;
}

div#menue a.activeSite {
    opacity: 0.6;
}

div#menue a:hover {
    opacity: 0.6;
}

div#menue div.first {
    margin-left: 0px;
}

div#menue div.last {
    margin-right: 0px;
}

header {
    position: relative;
    min-width: 640px;
    width: 45%;
    max-width: 860px;
    margin: auto;
}

div#headerLogo {
    position: absolute;
    top: 20px;
    right: calc(50% - 60px);
}

div#headerLogo img {
    width: 120px;
    margin-right: auto;
}

main {
    position: relative;
    top: 160px;
    min-width: 640px;
    width: 45%;
    max-width: 860px;
    min-height: calc(100vh - 280px);
    margin: auto;
    margin-bottom: 220px;
    text-align: justify;
}

main h2 {
    margin-top: 32px;
    margin-bottom: 6px;
    font-size: 1.1em;
}

main h3 {
    margin-top: 32px;
    margin-bottom: 6px;
    font-size: 1.0em;
}

main p {
    position: relative;
    font-size: 1.06em;
    margin-top: 0px;
    font-weight: lighter;
}

main p span.infoBottom {
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 50px;
    font-size: 0.8em;
    color: #868686;
}

main img.storyImage {
    width: 100%;
}

main a {
    color: #4f60A9;
}

main h1 {
    font-size: 1.4em;
}

main#subMain {
    min-height: calc(100vh - 210px);
}

main p.subInfo {
    font-size: 0.9em;
    font-style: italic;
}

img.cdCover {
    width: 100%;
    margin: 0px;
}

div#imageView {
    position: relative;
}

div#imageView img {
    width: 100%;
}

div#imageView p#imageViewText {
    position: absolute;
    bottom: 6px;
    left: 0px;
    margin: 0px;
    z-index: 10;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #AAAAAA86;
    padding: 2px 6px;
    border-radius: 0px 4px 0px 0px;
}

p.centered {
    text-align: center;
}

div#imagesOverview {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin-top: -28px;
}

div#imagesOverview div {
    height: 120px;
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-top: 20px;
    background-size: cover;
    cursor: pointer;
}

div#imagesOverview div:hover {
    height: 122px;
    width: calc(25% - 18px);
    margin-top: 19px;
    margin-right: 19px;
    margin-left: -1px;
    margin-bottom: -1px;
    opacity: 0.8;
}

div.newsArticle {
    border-top: 1px solid #222222;
    border-top: 1px solid #22222222;
}

footer {
    position: relative;
    min-width: 640px;
    width: 45%;
    max-width: 860px;
    height: 68px;
    border-top: 1px solid #424242;
    border-top: 1px solid #42424286;
    text-align: center;
    margin: auto;
}

footer div#info p {
    position: relative;
    top: 0px;
    font-size: 0.92em;
}

footer div#info a {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}

footer div#info a span.infoBottom {
    position: absolute;
    top: 20px;
    right: calc(50% - 25px);
    width: 50px;
    font-size: 0.8em;
    color: #868686;
}

footer a:hover {
    opacity: 0.6;
}

footer div#info img {
    position: relative;
    top: 2px;
    max-height: 16px;
    max-width: 24px;
}

footer p#copyright {
    position: relative;
    top: 0px;
    font-size: 0.68em;
    pointer-events: none;
}

div#javascriptMessage {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    border-bottom: 1px solid #222222;
}

div#javascriptMessage h1 {
    position: relative;
    top: 5px;
    left: 20px;
}

div#javascriptMessage p {
    position: relative;
    top: -5px;
    left: 20px;
}
