@charset "UTF-8";

.document-page-frame-content {
  border-radius: 2px;
  padding: 40px 56px;
  margin-bottom: 80px;
  max-width: 1050px;
  width: 1050px;
  margin: auto;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #424242 !important;
}

.is-small-screen .document-page-frame-content{
  padding: 16px;
  width: 100%;
  margin: 0px;
}

.document-page-frame-content h1 {
  margin-top: 4px;
  /* Test Titel Layout https://gitlab.ub.uni-bielefeld.de/luhmann/luhmann-react/-/issues/484 */
  font-size: 2rem;
  font-weight: 500;
}

.document-page-frame {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
  margin-top: 16px;
  padding: 0px;
}

.is-small-screen .document-page-frame {
  max-width: 1600px;
  width: 100%;
  margin: 0;
  padding: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html{
  color: rgba(0,0,0,.87);
  width: 100%;
  height: 100%;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

body{
  color: #616161 !important;
  background-color: #f5f5f5 !important;
  width: 100%;
  min-height: 100%;
}

main {
  display: block;
}

ul,ol {
  font-weight: 400;
  letter-spacing: 0
  font-size: 14px;
  line-height: 24px
}

a {
  color: rgb(83,109,254);
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.is-active{
  font-weight: bold !important;
  opacity: 1 !important;
}


footer{
  padding: 16px 40px;
  color: #9e9e9e;
  background-color: #424242;
}

.footer-content{
  text-align: center;
  padding-top: 16px;
  margin-bottom: 16px;
}

.footer_logo{
  display: inline-block;
  margin: 15px 20px;
  height: 80px !important;
}

footer a {
  color: #c7c7c7;
  font-weight: normal;
}

.layout:not(.is-small-screen) .tiles-content-frame{
  padding: 16px;
  padding-top: 48px;
  padding-bottom: 24px;
}

.is-small-screen #legal_notice{
  padding-top: 20px;
}

#link_home{
  color: white;
  text-decoration: none;
  padding: 0px 24px;
}

#search{
  background: white;
  color: black;
}

/*  Video */

.video_container{
  text-align: center;
}

video{
  /* it looks like you must have a max-width in % and not in px, because it's not responsive otherwise, see:
  https://www.html5andbeyond.com/html5-video-tag-simple-responsive-fix/ */
  max-width: 100%;
  height: auto;

}

.no-padding{
  padding: 0px !important;
}

.no-margin{
  margin: 0px !important;
}

.crumbs{
  font-size: smaller;
  color: #9e9e9e !important;
}

.crumbs a {
  color: #9e9e9e !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

audio,canvas,iframe,img,svg,video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

h1,h2,h3,h4,h5,h6,p {
  padding: 0;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
  opacity: .54;
  font-size: .6em
}

h1 {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -.02em;
  margin: 24px 0;
}

h2 {
  font-size: 2rem;
  margin: 24px 0;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  font-size: 1.5rem;
  margin: 24px 0;
  line-height: 40px;
  font-weight: 400;
}

h4{
  font-size: 1.2rem;
  margin: 24px 0 16px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  margin: 24px 0 16px;
}

h6 {
  margin: 24px 0 16px
  font-size: 16px;
  letter-spacing: .04em;
  font-weight: 400;
  line-height: 24px
}


blockquote {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: .08em
}

blockquote:before {
  position: absolute;
  left: -.5em;
  content: '“'
}

blockquote:after {
  content: '”';
  margin-left: -.05em
}

mark {
  background-color: #f4ff81
}

dt {
  font-weight: 700
}

iframe {
  display: block;
  width: 100%;
  border: none
}

iframe.heightSet {
  overflow: hidden
}

.with-subtitle{
  margin-bottom: 0px;
}

.subtitle{
  margin: 0px;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.letterSelectLetter{
  margin: 10px;
}

.editorialContent a {
  text-decoration: none;
}
.editorialContent a:hover{
  text-decoration: underline;
}

p{
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 16px;
}

address {
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.search-year-picker{
  width: 100px;
  margin-right: 10px !important;
}

.pagination-manual-input{
  width: 40px;
  margin-top: 6px !important;
  margin-bottom: 8px !important;
  margin-left: 5px !important;
}

.buttonLink{
  text-decoration: none !important;
}

.buttonLink:hover{
  text-decoration: none !important;
}

.portal-card-media{
  height: 220px;
  object-fit: cover;
}

.card-actions{
  display: block !important;
}


p.date{
  font-style: italic;
}

*[hidden] {
  display: none!important;
}

.hidden {
  display: none!important;
}

.invisible {
  visibility: hidden;
}

@media print {
  *,*:before,*:after,*:first-letter {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href)")";
  }

  abbr[title]:after {
    content: " (" attr(title)")";
  }

  a[href^="#"]:after,a[href^="javascript:"]:after {
    content: "";
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}
