
@font-face {
    font-family: 'Kurale-Regular';
    src:    local('Kurale-Regular'),
            url('Kurale-Regular.ttf') format('truetype');
    /*
    src:    local('Amaranth-Regular'),
            url('Amaranth-Regular.ttf') format('truetype');
    src:    local('Andika-Regular'),
            url('Andika-Regular.ttf') format('truetype');
    */
    font-weight: normal;
    font-style: normal;

}

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

body    {
        width: 100%;
        background-color: rgba(0,0,0,0.75);

        background-image: url("pcs-hintergrund-kirche.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    
        text-align: center;
        font-family: 'Kurale-Regular', sans-serif;
        font-size: 100%;
        text-decoration: none;
        color: rgba(0,0,0,1);
        /*scroll-behavior: smooth; overflow-x: scroll; overflow-y: scroll;*/
        }

div#page-wrapper {
        min-width: 360px;
        max-width: 50%;
        /*margin: 0 auto 4rem;*/
        margin: 4rem auto 100vh;
        padding: 1rem;
        background-color: rgba(255,255,255,0.9);
        }

/* ----------*/

h1 { 
    width: calc(360px - 2rem);
    padding: 0 1rem 1rem;
    margin: 4rem auto 0;
    border-bottom: 1px solid #c0c0c0; 
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    /*text-transform: uppercase;*/
}

hr { 
    width: calc(360px - 2rem);
    height: 0; 
    margin: 0 auto;
    border-top: 1px solid #c0c0c0; 
    /*
    border-bottom: 1.5rem solid rgba(225, 225, 225, 0);    
    color: ;
    background: ; 
    */
}

/* ----------*/

address {
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        margin: 3rem auto;
        font-size: 1.25rem;
        line-height: 1.25;
        }

p       {
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        margin: 3rem auto;
        font-size: 1.25rem;
        line-height: 1.25;
        }

p.notes {
        font-size: 1.5rem;
        }

div.logo-wrapper {
        min-width: calc(360px - 2rem);
        max-width: 50%;  
        margin: 3rem auto;
}

div.image-wrapper {
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        margin: 3rem auto;
}

div.image-citation-wrapper {
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        border: 1px solid #c0c0c0;
        margin: 3rem auto;
        padding: 1rem;
}

img     {
        width: 100%;
}

div.audio-wrapper {
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        border: 1px solid #c0c0c0;
        margin: 2rem auto;
        padding: 1rem;
        font-size: 1.1rem;
        line-height: 1.1;
}

audio   {
        width: 100%;
        margin-top: 1rem;
}

a       {
        color: black;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-color: #c0c0c0;
        }

a:hover {
        text-decoration-style: solid;
}

