/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* Modified 2021 by Ulrike + Uta
*/

body {
	font: 15px/1.5em 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	background: #fff;
	color: #000;
}

a { text-decoration: none; color: #000; }

sup {
    vertical-align: super;
    font-size: smaller;
}

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

.top h1 {
    font-size: 30px;
    letter-spacing: 0.01em;
    margin-top: 0.2em; margin-bottom: 0; font-weight: bold; 
}

#header {
    background: #fff;
}

#index {
    padding: 2em;
}

#exhibit {
    padding: 2em;
}

#exhibit p, #exhibit ul, #exhibit ol, #exhibit blockquote { 
    margin-bottom: 1em; 
}

#exhibit h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#exhibit p {
    margin-bottom: 1em;
}

#index ul { 
    list-style: none; 
    margin: 0; 
}

#index ul.section { 
    margin: 0 0.5em 0 0; 
    display: inline-flex;
}

#index ul.section span.section_title, 
#index ul.section span.section_title { 
    font-size: 18px;
}

#index span.active_section_title,
#index span.active_section_title a { 
    font-weight: bold; 
}

img, #slideshow, #slideshow img {
    max-width: 100%;
    height: auto;
}

.footnotes {
    font-size: 11px;
    line-height: 1.4em;
}

@media all and (max-width: 768px) {
    #img-container {
        width: 84vw !important;
    }
    #img-container .picture, #img-container .captioning, #img-container img {
        float: none !important;
        width: auto !important;
    }
    #img-container .captioning {
        height: auto !important;
    }
    #img-container .separator {
        display: none;
    }
}

@media all and (min-width: 769px) {
    #index { 
        width: 215px;
        position: fixed;
        height: 100vh;
        background: white;
    }

    #exhibit {
        max-width: 550px;
        margin: 0 0 0 250px; 
    }

    #index ul.section { 
        display: block;
        margin: 0;
    }

    #index ul.section span.section_title, 
    #index ul.section span.section_title { 
        font-size: 20px;
    }

}