@charset "UTF-8";
/**
 * Stylesheet for LOD2 content
 *
 * @author Michael Haschke, http://eye48.com/
 */

@media screen, projection
{

  /* -- Content ----------------------------------------------------------------
  
  1. Typography global
    1.1. Headlines
    1.2. Paragraphs, Lists
    1.y. Maincontent
    1.x. Sidecontent
  2. Subcolumns
  X. Widgets
    X.1 Deeplinks
  
  --------------------------------------------------------------------------- */
  
  
  /* -- 1. Typography global ------------------------------------------------ */
  
  /* -- 1.1. Headlines -- */
  
  h1, h2, h3, h4, h5, h6, h7
  {
    font-weight:bold;
    color:#000;
    font-size: 1em;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a
  {
    color:#000 !important;
  }

  #col1_content h2.main
  {
      margin: 0; padding:0.4375em 0.3125em 0.125em 0.3125em;
      font-size: 2.4em;
      font-weight: normal;
      text-align: right;
      color:#000;
      background-color:#e1f0f7;
      border-bottom:dotted 2px #b5b6b7;
      line-height: 1;
      text-transform: uppercase;
      color: #0099cc;
      z-index: 0;

            position: absolute;
            top:0; left:0;
            color:#eee;
            font-weight:bold;
            font-size:3.5em;
            height:1em;
            padding:0.08em 0 0 0;
            border-style:none;
            background-color:transparent;
            text-align:left;
            overflow:hidden;

  }
  
  h3
  {
    font-size:1.2em;
    line-height: 1;
    text-transform:uppercase;
    padding-bottom:0.35em;
    padding-top:1.775em;
  }
  
  .maincontent .section h3
  {
    
  }
  
  /* -- 1.2. Paragraphs & Lists -- */
  
  p
  {
    margin-bottom:0.75em;
  }
  
  .maincontent li
  {
    margin:0.75em 1.5em;
    line-height:inherit;
  }
  
  /* -- 1.3. Text links -- */
  
  .section a:link,
  .section a:visited,
  #footer a:link,
  #footer a:visited
  {
    font-weight:bold;
    text-decoration:none;
    color:#0066cc;
  }
  
  #footer a:link,
  #footer a:visited,
  .sidecontent a:link,
  .sidecontent a:visited
  {
    color:#000;
  }

  .section a:link:after,
  .section a:visited:after,
  #footer a:after
  {
      content:' ' url(./../img/icon-linkarrow.png);
      white-space: nowrap;
  }
  
  .section a:focus,
  .section a:hover,
  #footer a:focus,
  #footer a:hover
  {
    text-decoration:underline;
    color:#000;
  }
  
  .sidecontent .section a,
  #footer a
  {
    font-weight:inherit;
  }

  /* -- 1.4. Images -- */

  .maincontent img
  {
      /* standard for images in articles */

      float:left;
      max-width: 50%;
      margin: 0 0.75em 0.5em 0;
  }

  .maincontent img.depiction
  {
      display:block;
      float: right;
      margin:-0.5em -0.75em 0 0;
      padding:0.75em;
      background-color:transparent;
      max-width:40%;
      width:250px;
      border-right:dotted 2px #b5b6b7;
  }

  /* -- 1.y. Maincontent -- */

  .maincontent
  {
      z-index:1;
      position:relative;
  }

  .maincontent h3
  {
    border-bottom:dotted 2px #b5b6b7;
  }
  
  .maincontent .section
  {
    margin-bottom:1.5em;
  }
  
  .maincontent .section-content
  {
    background-color:#e1f0f7;
    border-bottom:solid 2px #fff;
    padding:0.5em 0.75em 0 0.75em;
    overflow: hidden;
  }
  
  /* -- 1.x. Sidecontent -- */

  .sidecontent
  {
    color:#555;
  }

  .sidecontent h3
  {
    background-color:#e1f0f7;
    padding-left:0.625em;
    padding-right: 0.625em;
    border-bottom:dotted 2px #b5b6b7;
  }

  .sidecontent .section
  {
    margin-bottom:1.5em;
  }
  
  .sidecontent .section-content
  {
    margin:0.5em 3em 1em 0.75em;
  }

  /* -- 2. Subcolumns ------------------------------------------------------- */

  .subcolumns
  {
      margin-top:2.13em;
  }

  .subcl
  {
    padding-right:0.75em;
  }
  
  .subc
  {
    border-left:dotted 2px #b5b6b7;
    padding:0 0.75em;
  }
  
  .subcr
  {
    border-left:dotted 2px #b5b6b7;
    padding-left:0.75em;
  }

  /* -- 3. Last Changes ----------------------------------------------------- */

  #lastchanges ol
  {
    list-style: none;
    margin:0; padding:0;
  }

  #lastchanges ol li
  {
    margin:0;
    padding:0.75em 0;
    border-bottom:solid 2px #e1f0f7; /* solid 1px #0099cc; */
  }

  /* -- 4. Newsfeed --------------------------------------------------------- */

  #newsfeed .hentry
  {
      margin:0;
      padding:0.75em 0;
      border-bottom:solid 2px #e1f0f7;
  }

  /* -- 5. Similar Instances ------------------------------------------------ */

  #similarinstances
  {
      margin:0; padding:0; list-style: none;
  }

  #similarinstances .si_class
  {
      margin:0;
      padding:0.75em 0;
      border-bottom:solid 2px #e1f0f7;
  }

  #similarinstances .si_instances
  {
      margin:0; padding:0; list-style: none;
  }

  #similarinstances .si_instances li
  {
      display: inline;
      padding: 0; margin: 0;
  }

  #similarinstances .si_instances li:after
  {
      content:', ';
  }

  #similarinstances .si_instances li:last-child:after
  {
      content:'';
  }

  /* -- 6. Pager ------------------------------------------------------------ */

  /* -- 6.1. Previous-Next -- */

  div.pager_prevnext
  {
      position: absolute;
      right:2em; top: 0.565em;
      line-height: 1;
      z-index: 200;
  }

  div.pager_prevnext a
  {
      font-weight:bold;
      color:#000;
      text-decoration:none;
      display: inline-block;
      height:1em; width:1em;
      text-align: center;
  }

  div.pager_prevnext a:focus,
  div.pager_prevnext a:hover
  {
      background-color: #e1f0f7;
  }

  /* -- 7. Simile Exhibit Publications -------------------------------------- */

  div.exhibit-collectionView-header-sortControls
  {
      display:block; margin:0.75em 0; padding: 0;
      text-align:left !important;
  }

  span.exhibit-collectionView-header-groupControl
  {
      display:block; margin:0; padding: 0;
  }

  a.exhibit-optionWidget
  {
      display:inline-block;
      margin-left: -1em;
  }
  a.exhibit-optionWidget img
  {
      float:none;
      vertical-align: middle !important;
      padding:0; margin:0;
      background-color: #e1f0f7;
  }

  div.exhibit-cloudFacet-header,
  div.exhibit-facet-header
  {
      padding:0 !important;
      margin-top:0.75em;
  }
  div.exhibit-cloudFacet-body
  {
      padding:0 !important;
      border: none !important;
  }
  div.exhibit-cloudFacet-body span
  {
      font-size:1em !important;
  }
  span.exhibit-cloudFacet-value-selected
  {
      color:#000 !important;
      background-color: #e1f0f7 !important;
}

  span.exhibit-facet
  {
      display:block;
      padding:0; margin:0;
  }
  div.exhibit-facet-body-frame
  {
      clear: inherit !important;
  }
  div.exhibit-facet-body
  {
      /* height: auto !important; */
  }
  div.exhibit-resizableDivWidget-resizer
  {
      clear: inherit !important;
  }

  div.exhibit-menu-popup
  {
      color:#fff !important;
      background-color:#006aa8 !important; /* #0066cc; */
      background-color:rgba(0,106,168,0.9) !important;
      border:none !important;
      -webkit-box-shadow:0em 0.25em 0.25em #666;
      -moz-box-shadow:0em 0.25em 0.25em #666;
  }
  div.exhibit-menu-popup hr
  {
    display: none !important;
  }
  div.exhibit-menu-popup a.exhibit-menu-item div
  {
      color:#fff !important;
      border-top:dotted 1px #fff !important;
      padding:0.6em 20px !important;
  }
  div.exhibit-menu-popup a.exhibit-menu-item:first-child div
  {
      border-top:none !important;
  }
  div.exhibit-menu-popup a.exhibit-menu-item:focus div,
  div.exhibit-menu-popup a.exhibit-menu-item:hover div
  {
      color:#fff !important;
      background-color:#004471 !important; /* #02628f; */
      /* text-decoration: underline !important; */
  }

  /* -- X. Widgets ---------------------------------------------------------- */

  /* -- X.1. Deeplinks -- */

  .widget-deeplink
  {
  }

  .widget-deeplink h3
  {
    text-transform:none;
    font-weight:normal;
    padding-top:0;
    color:#0099cc;
  }
  
  .widget-deeplink ul
  {
    border-top:dotted 2px #b5b6b7;
    list-style:none;
    margin:0;
    padding:0;
    background-color:#e1f0f7;
    font-size:0.9em;
  }
  
  .widget-deeplink li
  {
    margin:0; padding:0;
    border-bottom:solid 1px #fff;
  }
  
  .widget-deeplink a
  {
    display:block;
    color:#000;
    padding:0.25em 0.5em;
    text-decoration:none;
  }
  
  .widget-deeplink a:focus,
  .widget-deeplink a:hover
  {
    text-decoration:underline;
    color:#fff;
    background:#0066cc;
  }
  
}
