/* the base.css file is for things that are less commonly changed */
/* however, it is not unlikely you will want to change #index nav rules */

/* example rules for styling via section */
body.section-1 { /* background-color: yellow; */ }
body.section-2 {  }
/* style via particular exhibit */
body.exhibit-12 {  }
/* styling via exhibit format */
body.visual_index { /* background: green; */ }

/* general styles - not recommended for change */
strong, b { font-weight: bold; }
em, i { font-style: italic; }
object { display: block; }
.once { clear: left; }
.clL { clear: left; }

/* this is to prevent some background colors on links in exhibits */
/* do not change these */
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

/* not recommended for change */

#wrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    position: relative;
}

#index {
    display: block;
    height: 175px;
    position: relative;
    width: 1000px;
    z-index: 1;
    background-color: #f4b375;
}
#exhibit {     
    position: relative;
    display: block;
    float: left;
    width: 100%;
    z-index: 1;
}

/* INDEX NAVIGATION/LINKS RULES */
/* the following rules for index are not required */
/* they are mostly for complex customization */




#index ul.section span.section_title a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #342a24;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-right:2px;
    padding: 45px 15px 7px 10px;
    text-align: center;
    text-decoration: none;
}

#index ul.section.active_section span.section_title a,
#index ul.section span.section_title a:hover {
    background-color: #f6cea5;
    background: -webkit-linear-gradient(top, #f6cea5, #9b7755); 
    background: -o-linear-gradient(top, #f6cea5, #9b7755); 
    background: -moz-linear-gradient(top, #f6cea5, #9b7755); 
    background: linear-gradient(top, #f6cea5, #9b7755); 
    color: #FFFFFF;
    text-decoration: none;
}


/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ cursor: pointer; }

/* styles for hovering section titles */
#index ul.section span.section_title:hover, 
#index ul.section span.section_title a:hover 
{  }

/* active section titles */
#index ul.active_section span.active,
#index ul.active_section span.active a 
{  }

/* sub-section titles */
#index ul.section span.subsection_title, 
#index ul.section span.subsection_title a 
{ cursor: pointer; /* font-weight: bold; */ }

/* sub-section titles hover */
#index ul.section span.subsection_title:hover, 
#index ul.section span.subsection_title a:hover 
{  }

/* exhibit titles */
#index ul.section li.exhibit_title {  }
#index ul.section li.exhibit_title a:link {  }
#index ul.section li.exhibit_title a:hover {  }
#index ul.section li.exhibit_title a:active {  }
#index ul.section li.exhibit_title a:visited {  }

/* index links */
#index ul.section li.exhibit_link {  }
#index ul.section li.exhibit_link a:link {  }
#index ul.section li.exhibit_link a:hover {  }
#index ul.section li.exhibit_link a:active {  }
#index ul.section li.exhibit_link a:visited {  }

/* active subsection title */
#index span.active_subsection_title,
#index span.active_subsection_title a {  }

/* targeted examples */
/* specific section */
#index ul#section_1 {  }
/* links within the specific section */
#index ul#section_1 li.exhibit_title a {  }
/* specific exhibit title */
#index li#exhibit_150 a {  }
/* affect subsections container */
#index ul.subsection { /* padding-left: 18px; */  }

/* top/bot divs - not really used but do exist */
#index .top { /* height: 36px; */ }
#exhibit .top { display: none; }
#index .bot {  }

/* generic #img-container - but remember that exhibit formats can override these */
#img-container {  }
#img-container p {  }
#img-container .captioning { 
    display: block;
    float: left;
    position: relative;
    height: auto !important;
    width: 100% !important;
 }

 #img-container .picture_holder{
    position: relative;
    float: left;
    height: auto !important;
} 
#img-container .captioning .title {
    background-color: #FFFFFF;
    margin-top: 0px !important;
    text-align: left;
    width: 100%;
    }
#img-container .captioning .caption {


 }

#img-container {
    display: block;
    float: left;
    margin-bottom: 60px;
    margin-top: 10px;
    position: relative;
}

#img-container .picture{
    height:180px !important;
    margin-bottom: 10px;
}


#exhibit .container > img{
    border: 10px solid #FFFFFF;
    display: block;
    position: relative;
    float: left;
    border-radius: 10px;
}

#s_footWrap{
    display: block;
    float: left;
    margin-top: -30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.foot{
    display: block;
    position: relative;

}

.s_imprint{
    display: block;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-image: url("/sozial_img/overlay_bg.png");
    display: none;
}

.s_imprintContent{
    background-color: #f4b375;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 25px;
    position: relative;
    width: 700px;
    max-height: 80vh;
    overflow: auto;
}

.s_imprintContent h2 {
    margin-top: 1.2em;
}

.s_imprintContent .close, .s_imprintContent .close_legal{
    font-size: 16px;
    font-weight: bold;
    float: right;
    cursor: pointer;
    display: block;
    position: relative;
}

.s_legal{
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}


#overlay_legal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-image: url("/sozial_img/overlay_bg.png");
    display: none;
}

#exhibit a{
    text-decoration: underline;
    color: #382d25;
}


#exhibit a:hover{
    text-decoration: underline;
    color: #836752;
}