/*  ==============================
 *  ALL ELEMENTS 
 *  ==============================
 */
* {
  margin:0;padding:0;
  font-family: Arial,Verdana,Helvetica,sans-serif;
}

/* replace old elements  */
header, section, footer, aside, nav, main, article, figure {
    display: block;
}

html, body {
  height: 100%;
  font-size: 14px;
}

body {
  background-color: #f3f5f9;
  color: #686868;
  min-width: 1000px;
  position: relative;
}

a {
  text-decoration: none;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip  .tooltiptext {
  visibility: hidden;
  width: 240px; 
/*  background-color: #e3e3e3;
  color: #00000; */
  background-color: #686868;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*  ==============================
 *  POPUPS
 *  ==============================
 */

#aboutPopup {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
}

#linkPopup {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:100;
}

#linkpopupclose, #aboutclose, #errorpopupclose, #parseerrorpopupclose {
  cursor: pointer;
}

.overlay {
  background:rgba(0,0,0,0.6);
}

#errorPopup {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:100;
}

#parseErrorPopup {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:100;
}

/*  ==============================
 *  MAIN STRUCTURAL ELEMENTS
 *    - CONTAINER FOR EVERYTHING
 *      - HEADER
 *      - CONTENT
 *      - FOOTER
 *  ==============================
 */

/*  ------------------------------
 *  container for everything
 *  ------------------------------
 */
#container {
  min-height: 100%;
  min-width: 1000px;
}

/*  ------------------------------
 *  logo header
 *  ------------------------------
 */
#header {
/*   background-color: #435f9c; */
  background-color: #ffffff;
  height: 110px;
  min-width: 1000px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 1.2em;
  text-align: center;
  background-image: url("images/vorwaerts_kopf.jpg");
}

#headerimg {
  float: left;
  max-width: 100%;
/*   height: auto; */
  width: 122px;
  height: 100px;
/*   border: 5px solid white; */
  padding: 5px;
}

#headertext {
  float: center;
  padding-top: 35px;
  padding-bottom: 5px;
  color: #113a8c;
  font-size: 1.8em;
}

#headersubtext {
  float: center;
/*  padding-top: 15px; */
  padding-bottom: 5px;
  color: #113a8c;
  font-size: 1em;
}



/*  ------------------------------
 *  info header
 *  ------------------------------
 */
#infoheader {
  background-color: #25458c; /*#dce6f0;*/
  min-width: 990px;
  color: #ffffff;
  height: 20px;
  vertical-align: middle;
  padding: 5px;
  font-size: 1em;
}

#infocollection, #infoproject {
  display: inline-block;
  color: #ffffff;
  float: left;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

#infoterms, #infohelp {
  display: inline;
  color: #ffffff;
  float: right;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

/*  ------------------------------
 *  main content
 *  ------------------------------
 */
#content {
  min-width: 1000px;
  padding-bottom: 40px;
  overflow: auto;
  height: 100%;
  background-color: #f3f5f9;
}

/*  ------------------------------
 *  footer
 *  ------------------------------
 */
#footer {
  position: relative;
  min-width: 1000px;
  margin-top: -40px;
  height: 60px;
  clear: both;
  background-color: #25458c;
  color: #ffffff;
  text-align: right;
  vertical-align: middle;
/*   padding-top: 10px; */
/*   padding-right: 10px; */
}

#footerimg {
  float: left;
  max-width: 100%;
  height: auto;
  border: 0px;
}
#footertextleft {
  margin-top: 20px;
  float: left;
  padding-top: 10px; 
  padding-bottom: 5px;
  padding-left: 15px;
  color: #ffffff;
  font-size: 1em;
}

#footertext {
  margin-top: 10px;
  float: right;
  padding-top: 10px; 
  padding-bottom: 5px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 1em;
}

/*  ==============================
 *  CONTENT - NO JAVASCRIPT VIEW
 *  ==============================
 */
#noscriptview {
  display: block;
  margin: auto;
  padding: 20px;
  vertical-align: middle;
/*   text-align: center; */
  margin-top: 50px;
  width: 400px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 5px;
  /*height: 200px;*/
}

/*  ==============================
 *  CONTENT - SEARCH VIEW
 *  ==============================
 */

#searchview {
  display: none;
/*   margin: auto; */
  vertical-align: top;
/*   text-align: center; */
  width: 100%;
  height: 100%;
  min-width: 1000px;
/*   float: left; */
}

/*  ------------------------------
 *  search sidebar simple
 *  ------------------------------
 */

#searchsidebar {
/*   float: left;  */
display: inline-block;
  
  vertical-align: top;
  
/*  overflow: auto;*/
/*   position: relative; */     /*?*/
  width: 20%;
  min-width: 200px;
/*   max-width: 100%; */
/*   max-height: 3000px; */
  height: 100vh;
  background-color: #f3f5f9;
}

#searchhead {
  margin: auto;
  width: 100%;
  vertical-align: middle;
  text-align: left;
/*   padding: 10px; */
  color: #012778;
/*   background-color: #dce6f0; */

/*   color: #5a5a5a; */
/*   font-size: 1.2em; */
}

#searchmenue {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    background-color: #f3f5f9;
}

.searchmenuitem {
    float: left;
    padding: 10px;
   cursor: pointer;
}

.active {
    background-color: #ffffff;
}
.inactive {
    background-color: #b0c0d0;
}

#linktoextendedsearch {
/*  width: 100%;
  overflow: auto;
  margin: auto;
  vertical-align: middle;
  text-align: left;
  color: #686868;*/
  cursor: pointer;
  
/*   padding-left: 10px; */
/*   font-size: 1.2em; */
}

#searchmainarea {
  margin: auto;
  vertical-align: middle;
  text-align: center;
/*   width: 100%; */
  padding: 10px;
/*   height: 32px; */
  display: block;
}

#searchform {
  margin: auto;
  vertical-align: left;
  text-align: right;
  width: 100%;
  height: 80px;
  display: block;
}

#searchfield {
  height: 30px;
  width: 100%;
  margin: 0px;
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 5px; 
  padding-bottom: 5px; 
  border: 1px solid #868686;
  color: #686868;
  vertical-align: top;
  outline: 0;
  box-sizing: border-box;
  background-color: #ffffff;
}

#searchbutton {
   padding-left: 0px; 
   padding-right: 0px; 
   padding-top: 5px; 
   padding-bottom: 0px; 
  width: 46px;
  height: 37px;
  vertical-align: top;
  margin-top: 10px;
  outline: 0;
  box-sizing: border-box;
}

#searchfacets {
  width: 100%;
  overflow: auto;
/*  margin-top: 50px;
  margin-left: 10px;*/
  margin: auto;
  padding-top: 20px;
  padding-left: 10px;
  text-align: left;
  display: none;
}

#searchfacetshead {
  margin: auto;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  color: #012778;
/*   color: #5a5a5a; */
  background-color: #dce6f0;
/*   font-size: 1.2em; */
}


/*  ------------------------------
 *  search sidebar extended
 *  ------------------------------
 */
#searchextendedsidebar {
/*   float: left; */
display: inline-block;
  vertical-align: top;
  
/*  overflow: auto; */
/*   position: relative; */     /*?*/
  width: 20%;
  min-width: 200px;
/*   max-height: 3000px; */
  height: 100vh;
  background-color: #f3f5f9;
}

#searchextendedhead {
  margin: auto;
  width: 100%;
  vertical-align: middle;
  text-align: left;
/*   padding: 10px; */
  color: #012778;
/*   background-color: #dce6f0; */

/*   color: #5a5a5a; */
/*   font-size: 1.2em; */
}

#searchextendedmenue {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    background-color: #f3f5f9;
}

#linktosimplesearch {
/*  overflow: auto;
  width: 100%;
  margin: auto;
  vertical-align: middle;
  text-align: left;
  color: #0686868;*/
  cursor: pointer;
  
/*   padding-left: 10px; */
/*   font-size: 1.2em; */
}

#searchextendedmainarea {
  margin: auto;
  vertical-align: middle;
  text-align: center;
/*   width: 100%; */
  padding: 10px;
/*   height: 32px; */
  display: block;
}

#searchformextended {
  margin: auto;
  vertical-align: left;
  text-align: left;
  width: 100%;
/*   height: 80px; */
  display: block;
  
}

#extendedSearchTextLabel, #extendedSearchMedianumberLabel, #extendedSearchTitleLabel, #extendedSearchDateLabel, #extendedSearchDateUntilLabel, #extendedSearchEditionLabel {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}

#queryEditionContainer {
  width: 100%;
  vertical-align: middle;
/*   height: 30px; */
  margin: 0px;
  padding: 0px; 
/*   border: 1px solid #868686; */
/*   background-color: #ffffff; */
  display: block;
  float: left;
/*   box-sizing: border-box; */
}

#queryText {
  width: 100%;
  vertical-align: middle;
  height: 30px;
  margin: 0px;
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 5px; 
  padding-bottom: 5px; 
  border: 1px solid #868686;
  background-color: #ffffff;
  color: #686868;
  display: block;
  float: left;
  box-sizing: border-box;
}

#queryMedianumber, #queryTitle, #queryEdition {
  width: 100%;
  vertical-align: middle;
  height: 30px;
  margin: 0px;
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 5px; 
  padding-bottom: 5px; 
  border: 1px solid #868686;
  background-color: #ffffff;
  display: block;
  float: right;
  box-sizing: border-box;
}

#queryDate, #queryDateUntil {
  width: 70%;
  vertical-align: middle;
  height: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #868686;
  display: inline;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  color: #686868;
}

#queryDateContainer, #queryDateUntilContainer {
  width: 100%;
  vertical-align: middle;
  height: 28px;
/* 	border-style: solid; */
/* 	border-width: 1px; */
/* 	border-color: #868686; */
  display: block;
  float: left;
}

#queryDateIcon, #queryDateUntilIcon {
  width: 30px;
  vertical-align: middle;
  height: 28px;
/*  border-style: solid; */
/*  border-width: 1px; */
/*  border-color: #868686; */
  display: inline;
  float: right;
}

.ui-datepicker {
  /*background: transparent;*/
  background: blue;
}

#searchbuttonextended {
  padding-left: 0px; 
  padding-right: 0px; 
  padding-top: 5px; 
  padding-bottom: 0px; 
  width: 46px;
  height: 37px;
  vertical-align: top;
  margin-top: 10px;
  outline: 0;
  box-sizing: border-box;
}




/*  ------------------------------
 *  search result area
 *  ------------------------------
 */
#searchresultarea {
/*    float: right;  */
display: inline-block;

/*   margin: 10px; */
  width: 79%;
/*  overflow: auto; */
/*   position: relative; */
/*   height: 400px; */
  min-width: 700px;
   height: 100%;
   min-height: 100vh;
/*   max-height: 3000px; */
/*  */
  background-color: #ffffff;
}

/*  ------------------------------
 *  default search view (volumes)
 *  ------------------------------
 */
#searchresultsdefault {
  margin: 40px;
  overflow: auto;
  width: 90%;
  text-align: left;
  padding-right: 50px;
/*   min-width: 580px; */
}

#issues_editions_area {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

#issues_editions_head {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  padding-left: 30px;
}

#issues_editions {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

.select_edition {
  display: inline;
  width: 180px;
  height: 320px;
  margin: 20px;
  padding: 10px;
  float: left;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0); */
}

.select_edition:hover {
  display: inline;
  width: 180px;
  height: 320px;
  margin: 20px;
  padding: 10px;
  float: left;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.select_edition_headline {
  width: 180px;
  height: 60px;
  text-align: center;
}

.select_edition_headline_table {
  border:0px;
  margin:0px;
  padding:0px;
  width:180px;
  height:60px;
}
.select_edition_headline_table_center {
  border:0px;
  margin:0px;
  padding:0px;
  width:180px;
  height:60px;
  vertical-align:middle;
}

.select_edition_thumbnail {
  width: 180px;
  height: 260px;
 }

.select_edition_img {
  width: 180px;
  height: 260px;
}

#issues_volumes_area {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

#issues_volumes_head {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  padding-left: 30px;
}

#issues_volumes {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  padding-left: 30px;
}

#issues_daily_teaser_area {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

#issues_daily_teaser_head {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  padding-left: 30px;
}

#issues_daily_teaser {
  cursor: pointer;
  clear: both;
  float: none;
  display: block;
  padding-left: 30px;
}

#frontissueimg {
  float: left;
  padding-top: 5px;
}

#frontissuetext {
  float: left;
  padding-top: 5px;
  padding-left: 15px;
}

.selectVolume {
  cursor: pointer;
  width: 40px;
  float: left;
  text-align: center;
}
.selectVolumeSpacer {
  display: inline-block;
  width: 40px;
  float: left;
}
.selectVolumeSpacerSmall {
  display: inline-block;
  width: 20px;
  float: left;
}
.selectVolumeSeparator {
  display: inline-block;
  width: 20px;
  float: left;
  text-align: center;
}


/*  ------------------------------
 *  load view
 *  ------------------------------
 */
#loadview {
  display: none;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
/*   min-width: 580px; */
}

/*  ------------------------------
 *  search result list
 *  ------------------------------
 */
#resultview {
  display: none;
  overflow: hidden;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
/*   min-width: 580px; */
}

#resulthead {
/*   margin: auto; */
/*  vertical-align: middle;
  text-align: center;*/
  font-weight: bold;
  text-align: left;
  padding: 25px;
}

#sort, #perPage {
  border: 1px solid #868686;
  background-color: #ffffff;
  box-sizing: border-box;
  vertical-align: middle;
  height: 30px;
  margin: 0px;
  padding-left: 3px; 
  padding-right: 3px; 
  padding-top: 3px; 
  padding-bottom: 3px; 
}

#resnewsearch {
  right: 20px;
  vertical-align: middle;
  position: absolute;
}

#startpagelink, #startpagelink2 {
  float: right;
  cursor: pointer;
  padding-top: 2px;
  padding-right: 2px;
  font-weight: bold;
  font-size: 1.2em;
}

.paginationThumb {
  vertical-align: middle; 
}

#resultlist {
  background-color: #ffffff;
}

.resultTable {
  width: 100%;
  border-collapse: collapse;
}
td.medianumber {
	display: none;
}
td {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}

#pagetoolbar {
  display: inline-block;
  float: left;
  width: 10%;
}
#resultstoolbar {
  display: inline-block;
  float: right;
  width: 10%;
}

/*  ==============================
 *  CONTENT - DOCUMENT VIEW
 *  ==============================
 */
#docview {
  display: none;
  width: 100%;
}

#docmetacontainer {
  display: block;
  width: 100%;
  min-width: 140px;
  min-height: 10px;
}

#docmetacontainer {
  width: 99%;
/*   background-color: #ffffff; */
  margin: 5px;
}


#docmetafiller {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 15%;
  min-width: 140px;
  min-height: 10px;
}

#docmetacontents {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 85%;
  min-width: 140px;
  min-height: 10px;
}

#docnavcontainer {
  float: left;
  overflow: auto;
/*   position: relative; */     /*?*/
  width: 15%;
  min-width: 140px;
  max-width: 100%;
  max-height: 3000px;
  background-color: #f3f5f9;
}

#docnav {
  padding-top: 24px;
/*   float: left; */
/*   overflow: auto; */
           /*   position: relative; */     /*?*/
/*   width: 15%; */
/*   min-width: 140px; */
/*   max-width: 100%; */
/*   max-height: 3000px; */
}

#docnavtitle {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}

ul.dynatree-container {
    border: none !important;
    background-color: #f3f5f9 !important;
/*     width: 230px !important; */
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
}
.previewmodethumb {
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#modethumb, #modetree, #modehits {
  cursor: pointer;
}

.thumbnail {
  padding: 10px;
/*   vertical-align: middle; */
/*  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}

#docdetail {
  margin: 5px;
  width: 85%;
  overflow: auto;
/*   float: left; */
/*   position: relative; */
/*   height: 400px; */
  min-width: 160px;
  max-height: 3000px;
/*  */
}

.metarow {
  display: inline-block;
  float: left;
  width: 89%;
  margin: 5px;
}
.metainfo {
  font-weight: bold;
/*   width: 40%; */
/*   display: inline-block; */
}

#metaurl_hidden {
  display: none;
}

#doctoolbars {
  width: 85%;
/*  position: relative; */
  height: 40px;
/*  float:left; */
/*  display: inline-block; */
}

#docpagetoolbar {
  width: 20%;
  text-align: left;
  min-width: 300px;
  display: inline-block;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  height: 40px;
}


#slidertoolbar {
  width: 15%;
  text-align: left;
  min-width: 200px;
  display: inline-block;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  height: 40px;
}

#slidertool {
  position: relative;
    padding-top: 10px;
}

#slider {
  position: absolute;
/*  top: 5px;
  left: 0px;*/
  height: 8px;
  width: 150px;
  z-index: 2;
}

#slider .ui-slider-handle {
  position: absolute; 
  cursor: default;
  width: 0.2em;
  z-index: 2; 
  height: 1.2em;
  margin-left: -0.1em;
  color: transparent;
}

#docimagetoolbar {
  width: 28%;
  text-align: left;
  min-width: 300px;
  display: inline-block;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  height: 40px;
}

#docdownloadtoolbar {
  width: 10%;
  text-align: left;
  min-width: 50px;
  display: inline-block;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  height: 40px;
}

.pagetoolthumb {
  vertical-align: middle; 
}

#pageslist {
  background-color: #ffffff;
  /*background: transparent;*/
  color: #686868;
  height: 24px;
  border: 1px solid #686868;
/*   overflow: hidden; */
}

#docresultstoolbar {
/*   width: 20%; */
/*   display: inline-block; */
/*   float: right; */
  text-align: right;
  overflow: hidden;
}

#docresultstoolbarnosearch {
/*   width: 20%; */
/*   display: inline-block; */
/*   float: right; */
  display: none;
  text-align: right;
  overflow: hidden;
}


/*
 * PAGE IMAGE STUFF =====================
 */
#docpageimagearea {
  position: relative;
}
#docpageimageareaoverlay {
  position: absolute;
}





/* WIRD MOMENTAN NICHT VERWENDET, ABER WIR HABEN EIN DOCPAGEIMAGEAREA, IST DAS GEMEINT?  */
#pageimagearea {
  width: 99%;
}

#pageimage {
/*   max-width: 99%; */
  max-height: 100%;
  padding: 5px;
}




/* ============================================================================================================== */

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/*  ------------------------------
 *  MEDIA QUERIES FOR RESPONSIVE DESIGN
 *  ------------------------------
 */
/*
@media screen and (max-width: 1000px) {
  #header {
    height: 70px;
  }
  #headerimg {
    display: block;
    margin: auto;
  }
  #headertext {
    display: none;
    text-align: center;
    width: 100%;
  }
  #container {
    width: 100%;
  }
  #docnavcontainer {
    width: 99%;
    height: 180px;
    white-space:nowrap;
    min-width: 300px;
  }
  #docdetail {
    width: 99%;
    min-width: 300px;
  }
  #docmetafiller {
    width: 99%;
    height: 0px;
    white-space:nowrap;
    min-width: 300px;
  }
  #docmetacontents {
    width: 99%;
    min-width: 300px;
  }
  #docpagetoolbar {
    width: 99%;
    min-width: 300px;
  }
  .metarow {
    width: 99%;
    min-width: 300px;
  }
}

*/
