@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: #206400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    background: url(/img/bg-friedhof.jpg) #31630a no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

p, ul {
    text-align: justify;
}

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

a {
    color: inherit;
}

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 {
    margin: 0 auto;
    padding: 30px 30px 20px;
    width: 940px;
    text-align: left;
    background: #b8fe81;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/js/PIE.htc);
}

nav, footer p {
    background: #31630a;
}

.pp_default {
    color: #555555;
}

.text-left {
    text-align: left;
}



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

nav, #heading, #deco-picture {
    box-sizing: border-box;
    height: 220px;
}


/* ~ Navigation ~ */

nav {
    display: table-cell;
    padding: 20px 0 20px 15px;
    width: 200px;
    float: left;
    font-family: 'Monotype Corsiva', 'Palatino Linotype', Palatino, 'Book Antiqua',
                 'Times New Roman', Times, serif;
    font-style: italic;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/js/PIE.htc);
}

nav ul {
    display: table;
    margin: 0;
    height: 100%;
}

nav li {
    display: table-row;
    list-style-type: none;
}

nav li span {
    display: table-cell;
    vertical-align: middle;
}

nav a, nav .active {
    font-size: 18pt;
    text-decoration: none;
}

nav a {
    color: #cccccc;
    font-weight: normal;
    text-shadow: black 3px 3px 3px;
}

nav a:focus, nav a:hover, nav a:active {
    color: white;
    text-shadow: none;
}

nav .active {
    color: white;
    font-weight: bold;
}


/* ~ Heading ~ */

#heading {
    padding: 20px 220px 0;
    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: #206400 1px 1px 1px,
                 #f2ffe9 0 0 20px, #f2ffe9 0 0 20px, #f2ffe9 0 0 20px,
                 #f2ffe9 0 0 20px, #f2ffe9 0 0 20px, #f2ffe9 0 0 20px;
    letter-spacing: 2px;
}

#heading blockquote {
    color: #1e5e00;
    font-size: 18pt;
}


/* ~ Decoration Picture ~ */

#deco-picture {
    width: 200px;
    float: right;
    background: url(/img/friedhof-klein.jpg) no-repeat center center;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/js/PIE.htc);
}


/* ~ Ivy Tendril ~ */

#ivy-tendril {
    margin: 30px 0 30px;
    height: 60px;
    clear: both;
    background: url(/img/blaetter.gif) repeat-x;
    background-size: 470px;
}



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

.refobj {
    margin: 0 8px 5px 0;
    width: 150px;
    height: 120px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;  /* for old browsers not supporting `cover` */
    background-size: cover;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.refobj:nth-child(6n) {
    margin-right: 0;
}

.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;
}

div#nach-oben {
    margin-top: 10px;
    font-size: 10pt;
    text-align: right;
}

div#nach-oben a {
    text-decoration: none;
}

div#nach-oben span {
    text-decoration: underline;
}



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

footer {
    box-sizing: border-box;
    margin: 20px auto;
    width: 1000px;
    text-align: center;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/js/PIE.htc);
}

footer p {
    margin: 0 auto;
    padding: 8px;
    width: 500px;
    color: white;
    font-size: 10pt;
    text-align: center;
    text-shadow: black 2px 2px 1px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/js/PIE.htc);
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:focus, footer a:hover, footer a:active {
    text-decoration: underline;
}
