@charset "UTF-8";

/******* Fonts *******/

@font-face {
    font-family: 'Monotype Corsiva';
    font-style: italic;
    font-weight: normal;
    src: url('/font/mtcorsva-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/mtcorsva-webfont.woff') format('woff'),
         url('/font/mtcorsva-webfont.ttf') format('truetype'),
         url('/font/mtcorsva-webfont.svgz#webfont7Qb1wQBy') format('svg'),
         url('/font/mtcorsva-webfont.svg#webfont7Qb1wQBy') format('svg'),
         local('Monotype Corsiva'),
         local('MonotypeCorsiva');
}



/******* General *******/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: left;
    background: white;
}

p, ul {
    text-align: justify;
}

p + p, p + ul, ul + p {
    margin-top: 0.8em;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    margin: 50px 0 30px;
    font-family: 'Monotype Corsiva', 'Palatino Linotype', Palatino, 'Book Antiqua',
                 'Times New Roman', Times, serif;
    font-size: 24pt;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

h1 + h2 {
    margin-top: 30px;
}

h3 {
    margin: 27px 0 15px;
    font-size: 13pt;
    font-weight: bold;
    text-align: left;
}

h3.larger-margin {
    margin: 35px 0 20px;
}

h4 {
    margin: 20px 0 10px;
    font-size: 12pt;
    font-weight: bold;
}

h2 + h3, h2 + h4, h3 + h4 {
    margin-top: 0;
}

ul {
    margin-left: 25px;
    list-style-type: square;
    font-size: 12pt
}

li {
    margin: 0.3em 0;
}

#content-box {
    text-align: left;
    background: white;
}

.no-print {
    display: none;
}



/******* Header *******/

#oben, nav, #deco-picture {
    display: none;
}


#heading {
    font-family: 'Monotype Corsiva', 'Palatino Linotype', Palatino, 'Book Antiqua',
                 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
}

#heading div {
    margin-bottom: 50px;
    font-size: 45pt;
    text-shadow: #333333 1px 1px 3px;
    letter-spacing: 2px;
}

#heading blockquote {
    display: none
}



/******* Main *******/

#clue {
    display: none;
}


.refobj {
    margin: 0 8px 5px 0;
    width: 200px;
    height: 150px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;  /* for old browsers not supporting `cover` */
    background-size: contain;
}


.contact {
    margin-top: 25px;
    font-size: 13pt;
    font-style: italic;
}

.contact-label {
    display: inline-block;
    min-width: 68px;
    font-style: normal;
    font-weight: normal;
}


.source {
    margin-top: 30px;
    font-size: 10pt;
}

.source span {
    font-style: italic;
}


#nach-oben {
    display: none;
}



/******* Footer *******/

footer p {
    margin-top: 30px;
    width: 100%;
    color: #888888;
    font-size: 10pt;
    text-align: center;
}
