@CHARSET "utf-8";

body {
  background-color: white;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease 0s, color 0.15s ease 0s;
}

/* head */
.header {
  min-width: 0;
  position: relative;
  width: 100%;
}


.main-menu {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  height: 39px;
  margin-top: -1px;
  overflow: hidden;
  transition: height 0.3s linear 0s;
}

.main-menu-box {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  max-width: 1060px;
  padding: 9px 50px 8px;
  text-align: left;
  width: 100%;
}

.main-menu-home-icon {
  height: 18px;
  vertical-align: top;
  width: 18px;
}

.main-menu-home-icon polyline {
  stroke: #e4154b !important;
}

.main-menu-entry {
  display: table-cell;
  text-align: center;
}

.main-menu-entry a {
  box-decoration-break: clone;
  padding: 5px 8px;
}

.main-menu-entry a:focus,
.main-menu-entry a:hover {
  background-color: #000;
  color: #fff;
}

.short-menu {
  display: table;
  height: 49px;
  width: 100%;
}

.short-menu-left {
  border-right: 1px solid black;
  display: table-cell;
  text-align: right;
  width: 50%;
}

.short-menu-left-search {
  display: inline-block;
  margin: 12px 9px 6px 0;
}

.short-menu-left-search a {
  display: inline-block;
  padding: 5px;
}

.short-menu-right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.short-menu-right-h {
  cursor: pointer;
  display: inline-block;
  margin: 12px 0 6px 9px;
  padding: 5px;
}

.short-menu-right-main-menu {
  display: inline-block;
  margin-right: 3px;
  vertical-align: top;
  width: 21px;
}

.affiliation {
  background-color: white;
  display: table;
  margin: 0 auto 80px;
  max-width: 1060px;
  width: 100%;
}

.affiliation-text {
  display: table-cell;
  font-size: 17px;
  padding: 0 0 0 50px;
  vertical-align: middle;
  white-space: nowrap;
}

.affiliation-spacer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.affiliation-logo {
  display: table-cell;
  padding: 0 50px 0 0;
  vertical-align: middle;
  white-space: nowrap;
}

.affiliation-logo-claim {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0 17px 0 0;
  text-align: right;
  vertical-align: top;
}

.affiliation-logo-img {
  display: inline-block;
  vertical-align: top;
  width: 125px;
}

/* content */
.content {
  background-color: white;
  display: table;
  margin: 0 auto 80px;
  max-width: 1060px;
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 725px;
  width: 100%;
}

/* start page */
.start-page {
  margin: 0 auto;
  max-width: 725px;
  width: 100%;
}

.start-page h2 {
  margin-top: 0px;
  text-align: center;
}

.start-page p {
  text-align: justify;
}

.start-page .useTerms {
  border: 0.8px solid #c2afaf;
  margin-left: 20px;
  padding: 10px;
}

.start-page .useTerms h3 {
  text-align: center;
}

.start-page .useTerms ol {
  margin: 14px 0;
  padding-left: 40px;
}

.start-page .useTerms ol li {
  list-style-type: decimal;
}

.start-page .li-ex {
  background: rgba(0, 0, 0, 0) url("../img/link-ex.gif") no-repeat scroll -3px 3px;
  padding-left: 14px;
}

/* footer */
.footer {
  background-color: #f3f2fb;
  height: auto;
  margin: -3px 0 0;
  min-width: 0;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  text-align: center;
  transition: height 0.15s linear 0s;
  width: 100%;
}

.footer-content {
  display: inline-block;
  text-align: left;
}

.footer-content-column {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.footer-content-column h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 300;
}

.footer-content-column h4 {
  margin: 0px;
}

.footer-content-column p {
  line-height: 26px;
  margin: 0 0 26px;
}

/* intellectualCapital BEGIN */
.mem {
  border-bottom: 1px solid black;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.desc {
  float: left;
}

.option {
  float: right;
  margin-left: 15px;
  width: 300px;
}

input.option {
  width: 294px;
}

.form {
  height: 132px;
  margin: 0 auto;
  width: 600px;
}

.form div {
  height: 20px;
  padding: 2px 0;
  width: 500px;
}

.intellectualBranch h2 {
  font-size: 30pt;
  margin-bottom: 20px;
}

.button {
  float: right;
}

.publicationCode h3 {
  font-size: 14pt;
  margin-bottom: 12px;
}

/* intellectualCapital END */


.breadcrumb {
  text-align: center;
}

.breadcrumb a:last-child {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
}

.breadcrumb-spacer {
  margin: 0 2px 0 5px;
}

/* user BEGIN */

.user-section {
  border: 1px dashed #D6CDE8;
  border-radius: 10px;
  display: table;
  margin-bottom: 25px;
  width: 100%;
}
.user-section h3 {
  padding: 6px 10px;
}

.user-section .binning-part:last-of-type {
  border-bottom: 0px;
}

/* user END */

/* card BEGIN */

.card {
  border: 1px solid #D2C6C6;
  border-radius: 10px;
  margin: 20px;
  padding: 30px;
}

.card ul {
  margin: 0 auto;
  width: 650px;
}

.card li {
  overflow: hidden;
  padding-bottom: 3px;
}

.card .label, .metadata-unit .label, .metadata-file .label {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  text-align: right;
  width: 180px;
}

.card p, .card ul ul {
  float: left;
  margin: 0;
  width: 460px;
}

/* card END */

/* LiveSystem BEGIN */

.list {
  display: table;
  width: 1060px;
}

.sub-card {
  -webkit-column-break-inside: avoid; /* chrome safari */
  break-inside: avoid-column; /* ie 11 */
  margin: 5px;
  padding: 1px 12px 0px;
  page-break-inside: avoid; /* ff20+ */
}

.sub-card:not(:last-child) {
  border-bottom: 1px solid #BEBBBB;
}

.sub-card > ul {
  padding: 0;
  margin: 0 !important;
}

.sub-card li {
  overflow: hidden;
}

.sub-card .extraLargeLabel {
  margin-left: -52px;
  width: 100px;
}


.label:after {
  content: ':';
}

.value, .card ul ul {
  float: left;
  margin: 0;
  width: 450px;
}

a.value {
  display: table;
}

.value-volume:after {
  content: '.';
}

.value-volume {
  width: 23px;
}

.value-volume, .value-title {
  display: table-cell
}

.sub-card-chapter-number {
  background-color: white;
  float: left;
  /* margin-right: -3px; */
  padding-right: 4px;
  
}

.sub-card-title {
  background-color: white;
  display: inline-block;
  max-width: 568px;
  padding-right: 6px;
}

ul ul .sub-card-title {
  max-width: 570px;
}

ul ul ul .sub-card-title {
  max-width: 497px;
}

.sub-card-author:before {
  content: '/ ';
}

.sub-card-author {
  background-color: white;
  font-style: italic;
  margin-left: -3px;
  padding-right: 6px;
}

.sub-card-amendment:before {
  content: ': ';
}

.sub-card-amendment {
  display: none;
  background-color: white;
  margin-left: -4px;
  padding-right: 6px;
}

.sub-card-page {
  background-color: white;
  float: right;
  padding-left: 6px;
}

.sub-card-pdf {
  background-color: white;
  display: block;
  float: right;
  height: 20px;
  padding-left: 12px;
  width: 34px;
}

.sub-card-line {
  height: auto;
  overflow: hidden;
}

.sub-card-line:before {
  content: '................................................................................................................................................................................................................';
  float: left;
  white-space: nowrap;
  width: 0;
}

.sub-card-block {
  border: 1px solid #f5c8c8;
  border-radius: 5px;
  margin: 15px;
  padding: 15px;
}

.sub-card-block span {
  display: inline-block;
  width: 85%;
}

.sub-card-block .sub-card-pdf {
  width: 5%;
}

.live-volume {
  background-color: #EFEFEF;
  border: 1px solid #989090;
  display: block;
  margin-bottom: 7px;
  padding: 5px 5px 5px 30px;
  width: 300px;
}

.live-volume.sub-card {
  width: 500px;
}



.live-issue {
  background-color: #FBFBFB;
  border: 1px solid #A7A7A7;
  display: block;
  margin-bottom: 7px;
  padding: 5px 5px 5px 30px;
  width: 300px;
}

.last {
  /* -moz-columns: 3 auto; */
  /* -webkit-columns: 3 auto; */
  /* columns: 3 auto; */
  background-color: #FEFEFE;
  border: 1px solid #EAE6E6;
  /* left: -182px; */
  margin-left: 0px !important;
  position: relative;
  /* width: 1002px; */
}

.last > li {
  page-break-inside: avoid;
  width: 330px;
}

.sub-card-last {
  border-bottom: 1px solid #bebbbb !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.sub-card-last .value {
  width: 300px;
}

.sub-card-last ul .value {
  margin-left: 0px;
}

.live-issue.sub-card ul {
  margin-left: 0;
}

.live-issue.sub-card .value {
  width: 196px;
}


.work {
  border: 1px solid #D2C6C6;
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
}

.work > ul {
  list-style-type: none;
  margin: 0 auto;
  width: 700px;
}

.work > ul ul {
  list-style-type: none;
  margin-left: 30px;
}

.work h2 {
  padding: 20px 130px 20px;
  text-align: center;
}

.work h3 {
  padding: 20px 0px 10px;
  text-align: center;
}

.menu {
  display: table-header-group;
  width: 100%;
}

.menu h3 {
  border-bottom: 1.5px solid black;
  margin-right: 25px;
  margin-bottom: 25px;
}

.menu h3:last-of-type {
  margin-top: 30px;
}

.menu li {
  float: right;
  list-style-type: none;
  padding: 0px 0px 8px 25px;
}

.menu input {
  width: 111px;
}

.menu .sort-about, .menu .group, .menu .jump-to {
  float: left;
}

.sort-about {
  width: 25%;
}

.sort-about-only {
  text-align: right;
  width: 50%;
}

.sort-about-only ul {
  padding-right: 25px;
}

.group {
  width: 25%;
}

.jump-to {
  width: 50%;
}

.jump-to li {
  float: left;
  padding: 0 10px 0 0;
}

.section {
  -moz-columns: auto 22em;
  -webkit-columns: auto 22em;
  columns: auto 22em;
  margin-top: 40px;
}

.binning-part {
  page-break-inside: avoid;
  width: 480px;
}

.binning-part li {
  line-height: 18px;
  margin-bottom: 2px;
  margin-top: -4px;
  padding-left: 40px;
}

.binning-part li:first-child {
  padding-left: 24px;
}

.binning-part .sub-card-range {
  float: right;
}

.access-img {
  float: left;
}

.dissertation:after, .diplomaThesis:after {
  clear: both;
  content: "";
  display: block
}

.dissertation h2 {
  width: 100%;
}

.diplomaThesis h2 {
  width: 100%;
}

.content h1 {
  text-align: center;
}

.dissertation h2, .diplomaThesis h2 {
  margin-top: 50px;
  text-align: center;
}

.journal-pdf, .who-is-allowed-to-use {
  margin: 0px 3px -3px 0px;
}

/* LiveSystem END */


@media (max-width:767.9px) {
  .main-menu {
    height: auto;
  }

  .main-menu-entry {
    display: table-row;
    font-size: 24px;
    line-height: 1.9em;
  }

  .affiliation {
    display: none;
  }

  .list {
    width: 100%;
  }

  .binning-part {
    margin-left: 20px;
    width: 90%;
  }

  .footer {
    padding-left: 20px;
    width: 90%;
  }

  .card {
    margin: 0px;
    padding: 0px;
  }

  .card ul {
    margin: 0px !important;
    width: 340px !important;
  }

  li .label {
    margin-right: 0px !important;
    width: 110px !important;
  }

  li .value {
    float: right !important;
    width: 225px !important;
  }

  .last li .value {
    float: none !important;
  }

  .work {
    margin: 0px;
    padding: 5px;
  }

  .work > ul {
    width: 100% !important;
  }

  .sub-card-line:before {
    content: '';
  }

  .sub-card-title {
    display: inline-block;
    max-width: 210px;
  }

  .sub-card-chapter-number {
    vertical-align: top;
  }

  .last {
    /* -moz-columns: 1 auto; */
    /* -webkit-columns: 1 auto; */
    /* columns: 1 auto; */
    left: -30px;
    width: 108%
  }
}

/* search */
.search {
  margin: 0 auto;
  width: 100%;
}


.search-base {
  margin: 0 auto;
  padding: 40px;
  width: 400px;
}

.search-base input {
  display: table-cell;
  width: 300px;
}

.search-base button {
  display: table-cell;
}

.result-list {
  float: right;
}

.result-item {
  border: 1px solid #e3e0e0;
  border-radius: 15px;
  margin: 0px 10px 10px;
  padding: 10px;
  width: 790px;
}

.result-item > span {
  display: block;
}

.result-item .childType {
  font-size: 0.9em;
  font-style: italic;
  margin-left: 5px;
}

.result-item .abstract {
  cursor: pointer;
  margin-left: 4px;
}

.result-item .abstract-close:before {
  content: url('../img/triangle-arrow-right.svg');
  left: -3px;
  position: relative;
  top: -1px;
}

.result-item .abstract-open:before {
  content: url('../img/triangle-arrow-down.svg');
  left: -3px;
  position: relative;
  top: -1px;
}

.abstract-container {
  border: 1px solid black;
  margin-top: 13px;
  padding: 10px;
  text-align: justify;
}

.filter-container {
  float: left;
  width: 220px;
}

.sort-list, .facet-list, .choice-list {
  border: 1px solid #e1dada;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 15px;
}

.sort-list span, .facet-list span, .choice {
  cursor: pointer;
  display: block;
}

.set:after {
  color: green;
  content: '✔';
  position: relative;
  left: 5px;
}

.filter-container h4 {
  margin: 5px 0;
}

.titles > a {
  color: #316c9d;
  font-size: 1.2em;
  font-weight: normal;
}

.publication, .root-titles {
  color: #5c5c5c;
  font-style: italic;
}

.result-item-ground > span {
    margin-right: 20px;
}

.pdf > a:before {
  content: url("../img/pdf.png");
  left: -2px;
  position: relative;
  top: 4px;
}

.navigation {
  display: none;
  float: right;
  width: calc(100% - 240px);
}

.navigation .page-entries {
  float: left;
}

.next, .prev {
  cursor: pointer;
  font-style: italic;
}

.navigation .pagination-bar {
  float: right;
}



/* impressum */
.impressum {
  margin: 0 auto;
  text-align: justify;
  width: 600px;
}

/* oer begin */
.metadata-unit {
  float: left;
  width: 500px;
}

.metadata-unit + ul {
  float: right;
}

.metadata-unit .label {
  margin-top: 5px;
  width: 80px;
}

.metadata-unit .value {
  width: 400px;
}

.metadata-unit ul {
  margin-left: 0px !important;
}

.metadata-unit ul ul.value {
  margin: 0px;
}

.metadata-file {
  border: 1px solid #e09f9f;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px 0px;
  width: 400px;
}

.metadata-file ul ul.value {
  margin: 0px;
}

.metadata-file .label {
  margin-top: 5px;
  width: 65px;
}

.metadata-file .value {
  width: 280px;
  overflow-wrap: break-word;
}

.work .first {
  overflow: hidden;
  width: 100%;
}

.work .first > li {
  overflow: auto;
}

.work .first > li + li {
  border-top: 1px dotted #f2dfdf;
  margin-top: 25px;
  padding-top: 25px;
}
/* oer end */
