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


html {
        scroll-behavior: smooth;
}


body    {
        width: 100%;
        /*
        overflow-x: hidden;
        overflow-y: scroll;
        */
        background-color: rgba(0,0,0,0.75);

        background-image: url("/img/sab-hintergrund-instrumente.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: black;
        }


div#page-wrapper {
        width: 50%;
        min-width: 360px;
        max-width: 720px;

        margin: 0 auto 100vh;
        padding: 1rem;

        background-color: rgba(255,255,255,0.9);
        }


/* --- NAVIGATION --- --- --- --- --- --- --- --- --- */

nav {
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        margin: 3rem auto;
        padding: 0.75rem 1rem;

        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;

        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0.1em;
        text-transform: uppercase;

        /* background-color: rgb(25,30,75); */
        /* font-weight: 400; /* 400 = normal, 700 = bold */
}

nav ul {
		list-style: none;
}

nav li {
		display: inline-block;
		list-style: none;
}

nav a {
        display: inline-block;
        padding: 0.5rem 0.75rem;
	    color: black;
		text-decoration: none;
}

nav a:link, 
nav a:visited,
nav a:active,
nav a:focus {
}

nav a:hover {
		color: #c0c0c0;
}


div.menulink {
		margin: 2rem auto 0;
}

div.menulink a {
        font-size: 1rem;
        text-decoration: none;
}

div.menulink a:hover {
		color: #c0c0c0;
}

header {
        margin: 3rem 0;
}

header img {
        display: block;
        width: calc(360px - 2rem);
        margin: 0 auto;
}

section {
        margin: 3rem 0;
}

section img     {
        display: block;
        min-width: calc(360px - 2rem);
        max-width: 80%;  
        margin: 0 auto;
}


section img.border {
        border: 1px solid #c0c0c0;
        padding: 1rem;
}


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


hr { 
    width: calc(360px - 2rem);
    height: 0; 
    margin: 2rem auto;
    border-top: 1px solid #c0c0c0; 
}


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

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

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


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

