<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
section.cms-news {
  padding-top: 2em;
  padding-bottom: .5em;
  background-color: #EEF;
}

section.cms-news ul {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: .5em;
}

section.cms-news li {
  margin-bottom: .5em;
}

section.cms-news li a.newsboxmore {
  text-indent: 0px;
}

.auto-link div.bib2web a {
  margin-left: inherit;
}

.auto-link div.bib2web a::after {
  content: inherit;
}

section#article-byline {
  margin-top: 2em;
}

body.embedded div.hide-if-embedded {
  display: none;
}

a:hover div.img-thumbnail {
	color: #dd2727;
}

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

div.dimmed {
    opacity: .5;
}

/* hide language choice when already translated via Google Translate */
html.translated-ltr #nav-meta a.language {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .25;
}

.nowrap {
  white-space: nowrap;
}

del {
  text-decoration: line-through;
  text-decoration-thickness: 20%;
  text-decoration-color: rgb(0,0,0,0.5);
}

/* backported from Bootstrap 5 */
.auto-link .twbs a.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  z-index: 1;
  content: "";
}

/* clean up print stylesheet */
/* - ++theme++tud.theme.webcms2/css/print.min.css - */
@media print {

  .formatted a:link:not([href="#"])::after,
  .formatted a:visited:not([href="#"])::after {
    content: "" !important;
  }

  img {
    max-width: 5cm !important;
  }

  body {
    padding: 0;
    margin: 0;
  }

  #nav-breadcrumbs ul li a {
    padding: .4rem .9rem 0;
    font-size: 1.3rem;
  }

  #nav-breadcrumbs ul li.start a {
    padding-top: 0;
    padding-left: 0;
  }

}</pre></body></html>