.buttonstyle {
  padding: 0.25em 0.75em;
  display: inline-block;
  color: #3b3b3b;
  border: 1px solid #7c7c7c;
  border-radius: 4px;
  background-color: #E2E2E2;
  text-decoration: none;
  cursor: pointer;
}
.buttonstyle_focus {
  border-radius: 4px;
  color: #8a0024 !important;
  border: 1px solid #8a0024 !important;
  background-color: #efefef !important;
}
.buttonstyle_focus_bte {
  color: #cc8c00 !important;
  border: 1px solid #cc8c00 !important;
  background-color: #efefef !important;
}
.wrapperSizePosition {
  margin: 1em auto;
  display: table;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .wrapperSizePosition {
    max-width: 100%;
    width: 100%;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
img,
blockquote,
form,
fieldset,
label,
p,
ul,
ol,
li,
dl,
dd,
dt {
  border: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
body {
  background: url(pics/worldmap.jpg) no-repeat center fixed #DFECF5;
  background-size: 100% 100%;
  font-size: 14px;
  line-height: 140%;
  padding: 0 0 1em;
}
body,
textarea {
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.colored-text {
  color: #BD0031;
}
.highlighted-text {
  color: #F16800 !important;
}
.hidden {
  display: none;
}
h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.1em;
  margin-bottom: 0.25em;
}
h4,
h5,
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
p,
ul,
ol {
  margin-bottom: 0.5em;
}
img,
a img {
  border: none;
}
a:link,
a:visited {
  color: #4D87C7;
}
a:focus,
a:hover,
a:active,
#footer .current-item {
  color: #BD0031;
}
section {
  margin: 1em 0;
}
button,
a.button,
span.button {
  padding: 0.25em 0.75em;
  display: inline-block;
  color: #3b3b3b;
  border: 1px solid #7c7c7c;
  border-radius: 4px;
  background-color: #E2E2E2;
  text-decoration: none;
  cursor: pointer;
}
.default button:focus,
.default a.button:focus,
.default button:hover,
.default a.button:hover,
.default button:active,
.default a.button:active {
  border-radius: 4px;
  color: #8a0024 !important;
  border: 1px solid #8a0024 !important;
  background-color: #efefef !important;
}
.bte button:focus,
.bte a.button:focus,
.bte button:hover,
.bte a.button:hover,
.bte button:active,
.bte a.button:active {
  color: #cc8c00 !important;
  border: 1px solid #cc8c00 !important;
  background-color: #efefef !important;
}
.colored-textbox {
  padding: 1em;
  border: 1px solid #FCA600;
  background-color: #F0F0F0;
}
.rounded-corners {
  border-radius: 12px;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.bold {
  font-weight: bold;
}
.with-border {
  border: 1px solid #62357D;
}
.float-left {
  display: block;
  float: left;
  margin: 0.2em 1em 1.5em 0;
}
.float-right {
  display: block;
  float: right;
  margin: 0.2em 0 1.5em 1em;
}
.indent {
  display: block;
  float: left;
  width: 1.5em;
}
.show-overflow {
  white-space: nowrap;
  overflow: visible;
}
.clear-float {
  clear: both;
}
.no-wrap {
  white-space: nowrap;
}
.user-notification {
  color: #D78200;
}
.backlinker {
  font-weight: bold;
  margin-top: 2em;
}
.backlinker a {
  text-decoration: none;
}
.backlinker a:before {
  content: "\00ab\00a0";
}
.empty-list-hint {
  margin-top: 2em;
  font-style: italic;
}
#base-wrapper {
  margin: 1em auto;
  display: table;
  max-width: 1200px;
  width: 90%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #base-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #base-wrapper {
    margin: 0;
    border-radius: 0;
  }
}
#footer-links {
  display: table;
  text-align: center;
  margin: -0.5em auto 0;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #ECECEC;
  padding: 0.2em 0.5em 0.4em;
}
@media screen and (max-width: 600px) {
  #footer-links {
    margin-top: 0.25em;
  }
}
#footer-links a {
  color: #BD0031;
}
/* *** header *** */
header {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 90%;
  z-index: 2;
  padding-top: 25px;
}
@media screen and (max-width: 600px) {
  header {
    position: static;
    margin: 1.5em 0 0 -10px;
  }
}
header img {
  margin-right: 1em;
  display: block;
  float: left;
}
header #header-home-link {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  color: #4D87C7;
  padding: 25px 0 0 0;
}
header h1 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 10%;
}
@media screen and (max-width: 600px) {
  header h1 {
    margin-right: 0;
  }
}
#selection-list.wrapper {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  text-align: center;
}
#selection-list .content {
  display: inline-block;
  border: 1px solid #B7C2C8;
  padding: 0.5em 0.75em 0;
  border-radius: 3px;
  background-color: #ECECEC;
  text-align: left;
  min-width: 33em;
}
@media screen and (max-width: 600px) {
  #selection-list .content {
    min-width: 100%;
  }
}
#selection-list .content h2 {
  font-size: 1em;
  transition: text-shadow 0.5s;
  text-shadow: none;
}
#selection-list .content h2.highlighted {
  text-shadow: 0 0 4px;
}
#selection-list .content h2 span {
  color: #BD0031;
}
#selection-list .content h2 .counter {
  font-weight: normal;
}
#selection-list .content a {
  text-decoration: none;
  color: #6E6E6E;
  margin: 0;
}
#selection-list .content .items {
  display: none;
  margin-bottom: 1em;
  border-top: 1px solid #b0b0b0;
}
#selection-list .content .items ul {
  color: #575757;
  text-align: left;
  margin: 0.5em 0 0.5em 1em;
  list-style-type: circle;
}
#selection-list .content .items ul li {
  margin-bottom: 0.5em;
}
#selection-list .content .items ul li .delete-link img {
  margin-left: 1em;
  width: 16px;
  height: auto;
  position: relative;
  top: 3px;
}
#selection-list .content .items .order {
  float: left;
}
@media screen and (max-width: 600px) {
  #selection-list .content .items .order {
    float: none;
  }
}
#selection-list .content .items .clear-list {
  border-top: 1px solid #b0b0b0;
  text-align: right;
}
@media screen and (max-width: 600px) {
  #selection-list .content .items .clear-list {
    margin-top: 1em;
    padding-top: 0.5em;
    text-align: left;
  }
}
#selection-list .content .items .order,
#selection-list .content .items .clear-list {
  padding-top: 1em;
}
#selection-list .content .items .order a,
#selection-list .content .items .clear-list a {
  text-decoration: underline;
}
#selection-list .content .items .order a:focus,
#selection-list .content .items .clear-list a:focus,
#selection-list .content .items .order a:hover,
#selection-list .content .items .clear-list a:hover,
#selection-list .content .items .order a:active,
#selection-list .content .items .clear-list a:active {
  color: #BD0031;
}
#selection-list .content .icons {
  display: inline-block;
  margin-left: 1em;
}
#selection-list .content .icons img {
  width: 0.8em;
  height: auto;
}
#selection-list .content .icons img.reduce {
  display: none;
}
.nav-wrapper {
  position: fixed;
  top: 3em;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: visible;
  text-align: right;
}
@media screen and (max-height: 680px) and (min-width: 600px) {
  .nav-wrapper {
    position: absolute;
  }
}
@media screen and (max-width: 600px) {
  .nav-wrapper {
    display: none;
  }
}
.nav-wrapper nav {
  margin: 1em auto;
  display: table;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .nav-wrapper nav {
    max-width: 100%;
    width: 100%;
  }
}
.nav-wrapper nav ul {
  display: inline-block;
  width: 12%;
  min-width: 110px;
  max-width: 140px;
  list-style-type: none;
  height: 1px;
  overflow: visible;
  position: relative;
  left: 6%;
}
@media screen and (max-width: 1400px) {
  .nav-wrapper nav ul {
    left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .nav-wrapper nav ul {
    left: 4%;
  }
}
.nav-wrapper nav ul img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
nav.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  nav.mobile {
    display: block;
    text-align: center;
    margin-top: -0.75em;
  }
}
nav.mobile ul {
  list-style-type: none;
}
nav.mobile ul li {
  display: inline;
}
nav.mobile ul img {
  display: inline-block;
  width: 22%;
  margin: 0.75em 1% 0;
}
.main {
  float: left;
  width: 90%;
  overflow: visible;
  margin-top: 120px;
}
.main header,
.main .main-content {
  margin-left: 5%;
  margin-right: 7%;
}
@media screen and (max-width: 600px) {
  .main {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
.main h2 {
  margin-top: 1.5em;
}
.main p {
  line-height: 140%;
}
.main ul,
.main ol {
  margin-left: 1em;
  line-height: 140%;
}
.main ul li,
.main ol li {
  margin-bottom: 0.25em;
}
.bte .main {
  width: 100%;
}
.main-content {
  clear: both;
  margin-top: 2em;
  min-height: 39em;
  /*	border-left: 1px solid #999;*/
  /*	padding-left: 2em;*/
  padding-bottom: 2em;
  /*	margin-left: 20em;*/
}
/* some common form-related stuff */
form ul {
  list-style-type: none;
}
form ul li {
  margin-left: 0;
  margin-bottom: 0.4em;
}
form table {
  margin-bottom: 1em;
}
form .with-space,
form ul li.with-space {
  margin-top: 1.25em;
}
form h3 {
  color: #666666;
  font-size: 1em;
  margin: 0.75em 0 0.5em;
}
form strong {
  color: #666666;
}
form fieldset {
  margin-top: 1em;
  padding: 1.5em 2.25em 1em 1.5em;
  background-color: #E8E8E8;
}
form legend {
  padding: 0 0.25em;
  color: #666666;
  /*border: 1px solid #838383;*/
  font-weight: bold;
  font-size: 1.1em;
}
form div.input-block {
  margin-left: 16em;
  line-height: 140%;
}
form input:focus,
form textarea:focus,
form select:focus {
  background-color: #ECF3F9;
}
form input[type="text"],
form input[type="password"],
form select,
form textarea {
  padding: 1px 3px;
  border: 1px solid #A2A2A2;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
}
form select {
  padding: 0 3px;
}
form input[type="text"].validation-error,
form textarea.validation-error {
  border: 1px solid #F00;
}
form input[type="text"],
form div.input-block {
  width: 34em;
}
form input[type="text"].default-minus-option {
  width: 32.5em;
}
form input[type="text"].default-minus-plz {
  width: 28.7em;
}
form input[type="text"].medium {
  width: 18em;
}
form input[type="text"].narrow {
  width: 6em;
}
form input[type="text"].letters-8 {
  width: 8ex;
}
form input[type="text"].x-narrow {
  width: 3em;
}
form input[type="text"].xx-narrow {
  width: 1.5em;
}
form input[type="text"].x-medium,
form textarea.x-medium {
  width: 24em;
}
form select {
  padding-left: 0;
  padding-right: 0;
}
form textarea {
  height: 4em;
  font-size: 1em;
}
form textarea.large {
  height: 8em;
}
form button::-moz-focus-inner {
  /* reset firefox-button-style */
  border: 0;
  padding: 0;
  margin: -2px -2px;
}
form button[disabled="disabled"] {
  cursor: default;
}
form label.validation-error,
form .validation-message {
  color: #F00;
}
/* page-specific stuff */
/* startseite */
@media screen and (max-width: 800px) {
  .home .desktop {
    display: none;
  }
}
.home div.left-align {
  text-align: left;
}
.home div.right-align {
  text-align: right;
}
.home div.archiv3 {
  text-align: center;
}
.home div.archiv3 img {
  width: 40%;
}
.home div.section-links div {
  width: 49%;
  float: left;
}
.home div.section-links img {
  width: 39%;
}
.home div.middle-row {
  margin-top: -70px;
}
.home div.middle-row img {
  margin: 0 15%;
}
.home div.bottom-row {
  margin-top: -40px;
}
.home div.bottom-row img {
  margin: 0 7%;
}
@media screen and (min-width: 1100px) {
  .home div.archiv3 img {
    width: 35%;
  }
  .home div.section-links img {
    width: 30%;
  }
  .home div.middle-row {
    margin-top: -90px;
  }
  .home div.bottom-row img {
    margin: 0 12%;
  }
}
.home .mobile {
  display: none;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .home .mobile {
    display: block;
    text-align: center;
  }
  .home .mobile img {
    display: inline;
    margin: 1em 2%;
    width: 30%;
  }
  .home .mobile img.archiv3 {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .home .mobile img {
    width: 60%;
    margin: 0.25em 0;
  }
  .home .mobile img.archiv3 {
    width: 100%;
  }
}
/* bestellung */
.order-items {
  float: left;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .order-items {
    float: none;
    width: 100%;
  }
}
.order-items h2 {
  margin-top: 0;
}
.order-items ul {
  list-style-type: disc !important;
  margin: 1em 0 2em 1em !important;
}
.order-items ul li {
  margin-bottom: 0.25em;
  border-bottom: none !important;
}
.order-items ul li span.titel {
  display: block;
}
.order-items ul li .action-links {
  margin-top: 0.25em;
}
.order-items ul li .standort {
  margin-top: 0.25em;
}
.order-items ul li .standort .select-hint {
  font-weight: normal !important;
}
.contact-data {
  display: inline-block;
  width: 45%;
  padding-left: 2em;
}
@media screen and (max-width: 1200px) {
  .contact-data {
    width: 100%;
    padding-left: 0;
  }
}
.contact-data h2 {
  margin-top: 0;
}
.contact-data .input-box {
  margin-bottom: 0.25em;
  max-width: 35em;
}
.contact-data .input-box .wrapper {
  display: inline-block;
}
.contact-data .input-box label {
  display: block;
}
.contact-data .input-box input[type="text"],
.contact-data .input-box textarea {
  width: 100%;
}
.contact-data .input-box input[type="email"] {
  width: 100%;
}
.contact-data .input-box input[name="plz"] {
  width: 4em;
}
.contact-data .button-box {
  margin-top: 0.75em;
}
.contact-data .hint {
  font-style: italic;
}
.contact-data .validation-message {
  margin-bottom: 0.5em;
}
.contact-data .user-hint {
  margin-top: 1.5em;
  font-size: 0.9em;
  line-height: 120%;
}
/* wir-ueber-uns */
.main-content #members-map {
  margin-top: 1.5em;
}
.main-content #members-map h2 {
  font-size: 1.1em;
}
.main-content #members-map img {
  display: block;
  float: left;
  margin: 0.5em 8% 0.5em 0;
}
@media screen and (max-width: 600px) {
  .main-content #members-map img {
    float: none;
    margin-right: 0;
  }
}
.main-content #members-map .standort-links {
  margin-top: 2em;
  list-style-type: none;
}
.main-content #members-map .standort-links li {
  margin-bottom: 0.4em;
}
/* standortseite */
.standort-info .label {
  display: block;
  float: left;
  color: #656F79;
}
.standort-info .data {
  display: block;
  margin-left: 6em;
}
/* Mediensuche */
.search-content h1 {
  margin-bottom: 1.5em;
}
.search-content.bte h1 {
  color: #FFAF00;
}
.search-content.bte h2,
.search-content.bte h3 {
  color: #838383;
}
.search-content .logo {
  display: block;
  float: right;
  width: 190px;
}
.search-startcontent {
  text-align: center;
  margin-left: 29%;
  margin-top: 5em;
  padding-left: 3%;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .search-startcontent {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    border-left: none;
  }
}
.search-startcontent h1 {
  margin-bottom: 0.5em !important;
}
.search-startcontent img {
  display: block;
  margin: 2em auto;
  width: 75%;
}
.search-startcontent.bte {
  margin-top: 4em;
}
.search-startcontent.bte p {
  color: #838383;
}
@media screen and (max-width: 600px) {
  .search-startcontent {
    margin-top: 0 !important;
  }
}
#search-definition {
  float: left;
  width: 25%;
  padding-bottom: 2em;
  /*	border: 1px solid #90A0AC;*/
}
@media screen and (max-width: 600px) {
  #search-definition {
    float: none;
    display: table;
    width: auto;
  }
}
#search-definition form {
  margin-top: 1em;
}
#search-definition form * {
  max-width: 19em;
}
#search-definition form label {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.1em;
}
#search-definition form input {
  padding: 1px 1px;
}
#search-definition form select,
#search-definition form input {
  width: 100% !important;
}
#search-definition form button {
  display: block;
  margin: 1em auto;
}
#search-definition .standort-info {
  margin-top: 2em;
}
#search-definition .sponsor-hint {
  margin-top: 2em;
}
#search-definition .sponsor-hint.bmz {
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  #search-definition .sponsor-hint {
    margin-top: 2em;
  }
  #search-definition .sponsor-hint img {
    max-width: 260px !important;
  }
}
#search-definition .sponsor-hint img {
  width: 80%;
  max-width: 330px;
  display: block;
  margin: 1em 0 0.5em;
}
#search-definition .old-app-link {
  display: block;
  margin-top: 4em;
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
}
#search-result {
  margin-left: 29%;
  padding-left: 3%;
  min-height: 30em;
  border-left: 1px solid #90A0AC;
  /*	border: 1px solid #90A0AC;*/
}
@media screen and (max-width: 600px) {
  #search-result {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
#search-result .summary {
  margin-bottom: 0.5em;
}
#search-result .pagination {
  margin-bottom: 0.75em;
}
#search-result .pagination .caption {
  margin-right: 0.5em;
  color: #BD0031;
}
#search-result .pagination .current-page {
  color: #BD0031;
  font-weight: bold;
}
#search-result .previous-next {
  padding: 0.25em 0 0.5em;
}
#search-result .previous-next > span,
#search-result .previous-next > a {
  margin-right: 0.5em;
  padding: 0.25em 0.4em !important;
  line-height: 100%;
  font-size: 0.9em;
}
#search-result .previous-next > span span.nav-symbol,
#search-result .previous-next > a span.nav-symbol {
  padding: 0 0.3em;
  position: relative;
  top: 0.1em;
}
#search-result .previous-next > span {
  color: #a1a1a1;
  border-color: #a1a1a1;
  cursor: default;
}
#search-result .result-footer .previous-next {
  padding: 1em 0 0.5em;
}
#search-result ul,
.order-items ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 0.9em;
  line-height: 120%;
}
#search-result ul li,
.order-items ul li {
  border-bottom: 1px solid #aaa;
  padding: 0.5em 0 0.5em;
}
#search-result ul li .itemhead,
.order-items ul li .itemhead {
  margin-bottom: 0.25em;
}
#search-result ul li .itemhead .doc-number,
.order-items ul li .itemhead .doc-number,
#search-result ul li .itemhead .doc-type,
.order-items ul li .itemhead .doc-type {
  font-style: italic;
}
#search-result ul li .count,
.order-items ul li .count {
  font-size: 1.1em;
  margin-right: 0.25em;
}
#search-result ul li .titel,
.order-items ul li .titel {
  font-weight: bold;
  font-size: 1.1em;
}
#search-result ul li .label,
.order-items ul li .label {
  font-weight: bold;
}
#search-result ul li .hint,
.order-items ul li .hint {
  font-style: italic;
}
#search-result ul li .media-item-selector,
.order-items ul li .media-item-selector {
  margin-top: 0.3em;
}
#search-result ul li .admin-links,
.order-items ul li .admin-links {
  white-space: no-wrap;
  display: inline-block;
}
#search-result ul li .admin-links a,
.order-items ul li .admin-links a {
  margin-left: 0.5em;
  position: relative;
  top: 0.1em;
}
#search-result ul li .admin-links a img,
.order-items ul li .admin-links a img {
  width: auto;
  height: 1.2em;
}
#search-result ul li .admin-links a.delete,
.order-items ul li .admin-links a.delete {
  top: 0.2em;
}
#search-result ul li .admin-links a.delete img,
.order-items ul li .admin-links a.delete img {
  width: auto;
  height: 1.5em;
}
.bte #search-result .pagination .caption {
  color: #838383;
}
.bte #search-result .pagination .current-page {
  color: #FFAF00;
}
.bte .colored-text {
  color: #838383 !important;
}
.bte a {
  color: #838383;
}
.bte a:focus,
.bte a:hover,
.bte a:active {
  color: #FFAF00;
}
.bte #search-result .previous-next a:focus,
.bte #search-result .previous-next a:hover,
.bte #search-result .previous-next a:active {
  color: #FFAF00;
}
#no-result-message {
  margin-top: 2em;
}
/* zeitschriften */
.journals-listing h1 {
  margin-bottom: 0.25em;
}
.journals-listing .section-jumper {
  margin-top: 1em;
  margin-bottom: -0.5em;
}
.journals-listing .section-jumper .label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.25em;
}
.journals-listing .section-jumper ul {
  display: inline-block;
}
.journals-listing .section-jumper ul li {
  display: inline;
  margin: 0 0.25em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .journals-listing .section-jumper ul li {
    margin: 0 0.1em;
  }
}
.journals-listing .section-jumper ul li a:focus,
.journals-listing .section-jumper ul li a:hover,
.journals-listing .section-jumper ul li a:active {
  text-decoration: underline;
}
.journals-listing section {
  margin: 0.5em 0;
}
.journals-listing section .section-heading {
  background-color: #BD0031;
  color: #fff;
  padding: 0.2em 0.5em;
}
.journals-listing a {
  text-decoration: none;
}
.journals-listing a.info-link {
  display: block;
  float: left;
  line-height: 90%;
  border: 1px solid #BD0031;
  padding: 0 3px 1px;
  color: #BD0031;
}
.journals-listing a.info-link:focus,
.journals-listing a.info-link:hover,
.journals-listing a.info-link:active {
  background-color: #ffd7e1;
}
.journals-listing .item-text {
  display: block;
  margin-left: 1.4em;
  color: #000;
}
.journals-listing a.item-text:focus,
.journals-listing a.item-text:hover,
.journals-listing a.item-text:active {
  text-decoration: underline;
  color: #BD0031;
}
.journals-listing ul {
  list-style-type: none;
}
.journals-listing ul.left {
  float: left;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .journals-listing ul.left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.journals-listing ul.right {
  margin-left: 48%;
}
@media screen and (max-width: 800px) {
  .journals-listing ul.right {
    margin-left: 0;
  }
}
.journals-listing ul li {
  margin-bottom: 0.2em;
}
.journals-listing ul li.tagged a.item-text {
  font-weight: bold;
}
/* zeitschrift-info */
.zeitschrift-info td {
  padding-bottom: 0.5em;
  vertical-align: top;
}
.zeitschrift-info td.label {
  padding-right: 1em;
}
.zeitschrift-info .data {
  font-weight: bold;
}
.zeitschrift-info .locations .data ul {
  list-style-type: none;
}
.zeitschrift-info .locations .data ul .jahrgaenge {
  font-weight: normal;
}
.zeitschrift-info .locations .data ul li {
  margin-bottom: 0.5em;
}
/* schnellsuche */
ul.tag-cloud {
  list-style-type: none;
  text-align: center;
  line-height: 2.4em;
}
ul.tag-cloud li {
  display: inline;
  margin-right: 1em;
}
ul.tag-cloud .weight-0 {
  font-size: 0.8em;
}
ul.tag-cloud .weight-1 {
  font-size: 1em;
}
ul.tag-cloud .weight-2 {
  font-size: 1.2em;
}
ul.tag-cloud .weight-3 {
  font-size: 1.4em;
}
ul.tag-cloud .weight-4 {
  font-size: 1.6em;
}
ul.tag-cloud .weight-5 {
  font-size: 1.8em;
}
ul.tag-cloud .weight-6 {
  font-size: 2em;
}
/* print-related stuff */
.print-only {
  display: none;
}
@media print {
  #header,
  #footer {
    display: none;
  }
  .print-content,
  div.print-only {
    display: block;
  }
  html,
  body,
  #wrapper,
  #content {
    background-color: #FFF;
    background-image: none;
  }
  #wrapper,
  #content {
    width: 100%;
    border: none;
  }
  h1 {
    margin-bottom: 2em;
  }
  .with-border,
  .with-strong-border,
  .with-xstrong-border {
    border-width: 1px;
  }
}
