/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
    font-size: 14px;
    font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
    background: #454746;
    color: #a3aaa6;
    line-height: 1.4em;
    /* font-weight: 300; */
}


/* link scheme */


/* you can customize links further down the page too */

a:link {
    text-decoration: none;
    color: #747875;
}

a:visited {
    text-decoration: none;
    color: #747875;
}

a:hover {
    text-decoration: none;
    color: #b1bfb2;
}

a:active {
    text-decoration: none;
    color: #b1bfb2;
}

a:focus {
    outline: none;
}

a img {
    border: none;
}

a.link.external {
    /* border: 1px solid #747875;
    padding: 2px 4px; */
    /* background: #b1bfb2; */
}

a.link.external:after {
    content: "\2197";
    color: #747875;
    padding: 0 1px;
    margin-left: 2px;
}
a.link.external:hover:after {
    color: #b1bfb2;
}

/* general styles */

small {
    font-size: 80%;
}

code {
    font-family: monospace;
}

blockquote {
    padding-left: .8em;
}


/* headings */

h1 {
    font-size: 22x;
    margin-bottom: .5em;
    font-weight: 600;
}

h2 {
    font-size: 17px;
    margin-bottom: .5em;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    margin-bottom: .25em;
    font-weight: 600;
}

h4 {
    font-size: 14px;
    margin-bottom: .2em;
    font-weight: 600;
}

hr {
	border: none;
    border-bottom: 1px solid;
    opacity: 0.4;
    max-width: 65%;
    margin: 1.5em 0;
}

/* paragraph width */

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

#exhibit p,
code,
blockquote {
    max-width: 60em;
    margin-bottom: 1em;
}


/* highlighter style - maybe you want to change colors? */

.highlight {
    background: #212222;
    color: #b1bfb2;
}


/* never adjust the margin or padding here unless you seriously know what you are doing */


/* think #index .container and #exhibit .container for only padding adjustments */

#index {
    display: table;
    /* width: 14em;
    overflow: hidden; 
    top: 0;
    bottom: 0;*/
    left: 0;
    float: left; 
    position: relative;
    min-height: 100vh;
    z-index: 1;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
.top .container a { font-size: 3em; font-weight: bold; margin: 0 0 10px 0; line-height: 120%; text-decoration: none; color: #747875; }
.top .container a .asterisk { color: #d4e5d4; }
.top .container a.link { font-size:1em; margin-left:2.25em; color: #747875; }


/* bottom line */
#index .bot {
    position: fixed;
    z-index: 800;
    left:0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: .4em 1em;
    width: 100%;
    font-size: .8em;
    text-align: center;
    line-height: .8em;
    background-color: rgba(69, 71, 70, 0.9);
}
#index .bot p {
    margin-bottom: 0;
}

#exhibit {
    display: table;
}


/* styling the index */
#index ul {
    list-style: none;
    margin: 0;
}

#index ul.section {
    padding: 0 0 .5em .5em;
    margin-bottom: 1em;
    width:140px;
    background-color: transparent;
    transition: background-color 500ms ease;
}

#index ul.section:last-of-type {
    margin-bottom: 120px;
}
#index ul.mousein {
    background-color: #404342;
}

/* home komplett ausblenden */
#index ul#section_1 {
    display: none;
}

#index ul.subsection {}


/* the follow rules for index are not required */


/* they are mostly for complex customization */


/* for tag display */

#index ul#all_tags {
    list-style-type: none;
    margin-bottom: 1em;
}

#index ul#all_tags li {
    display: inline;
    margin-right: 3px;
}

#index ul#all_tags li a {}

/* styles for the section titles */

#index ul.section span.section_title,
#index ul.section span.section_title a {
    color: #636662;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 170%;
}




/* active section title */

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


/* active exhibit title parts */

#index ul.active_section .section_title a:link,
#index ul.active_section .section_title a:hover,
#index ul.active_section .section_title a:active,
#index ul.active_section .section_title a:visited {
    color: #b1bfb2;
}

/* color of active exhibit title link and font-weight */

li.active a:link,
li a.active,
li.active a:hover,
li a.active,
li.active a:active,
li a.active,
li.active a:visited,
li a.active,
li span.active,
#index ul.section li.active a:link,
#index ul.section li.active a:hover,
#index ul.section li.active a:active,
#index ul.section li.active a:visited {
    font-weight: 600;
    color: #b1bfb2;
}


/* additional #index options */

#index ul li .password a {
    /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */
}


/* the "new" indicator */

#index ul li sup.new_exhibit {
    color: #b1bfb2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .7em;
    vertical-align: top;
}

#index ul li sup.new_exhibit:before {
    color: #b1bfb2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7em;
    vertical-align: top;
    content: "New";
}


/* end styling for index */


/* links styles only for the #index region */

#index a:link {
    /* font-size: .9em; */
    line-height: 170%;
}

#index a:visited {}

#index a:hover {}

#index a:active {}


/* links styles only for the #exhibit region */

#exhibit a:link {
    text-decoration: none;
}

#exhibit a:visited {}

#exhibit a:hover {
    text-decoration: none;
}

#exhibit a:active {}

#index ul.section li.exhibit_title:hover,
#index ul.section li.exhibit_title a:hover {
    text-indent: 0;
    color: #b1bfb2;
    text-decoration: none;
}


/* links styles just for h1 title of site (your name/logo) */

#index h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #636662;
}


/* this is where you adjust your paddings for #index and #exhibit together */
.container {
    padding: 2em .8em 1.8em 2em;
}


/* this is where you pad them separately */
#index .container {
    padding-top: 1.3em;
}

#exhibit .container {}


/* size and style of titles and captions (not mobile though) */

.captioning {
    margin-top: 2px;
}

.title {
    font-size: .9em;
    font-weith: 600;
    line-height: 1.4em;
}

.caption {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.4em;
}