/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 05:23:54 */
/* altes Kontakte-Plugin */

.fau-person ul.contactlist {
    margin: 0 15px 10px 0;
    padding: 5px 0 !important;
}

.fau-person ul.contactlist li {
    list-style-type: none;
    margin-bottom: 0;
}

.fau-person h3 {
    padding: 0;
    margin: 5px 0;
}

/* api */
#api dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0.4rem 1rem;
  margin: 0 0 1rem 0;
  align-items: start;
}

#api dt {
  grid-column: 1;
  font-weight: bold;
  margin: 0;
}

#api dd {
  grid-column: 2;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

#api dd a {
  word-break: break-word;
}

@media (max-width: 600px) {

  #api dl {
    grid-template-columns: 1fr;
  }

  #api dt,
  #api dd {
    grid-column: 1;
  }

  #api dt {
    margin-top: 0.6rem;
  }

}

/* Neuerwerbungslisten */

.neuerwerbungen-eintrag {
	border-bottom: 2px dotted #04316a; 
	margin-bottom: 10px;
	padding-bottom: 18px;
}

/* Nutzungsbedingungen */
.rrze-elements.alert[style*="background-color:#971B2F"] li:before {
    background-color: #fff;
}

.fau-access:before {
  content: "";
    display: block;
    background: url("https://ub.fau.de/ijcgrcbr/wp-content/uploads/2023/04/fau-readme-1.png") no-repeat;
    width: 52px;
    height: 20px;
    float: left;
    margin: 6px 6px 0 0;
}

a.ub-shib:before {
  content: "";
    display: block;
    background: url("https://ub.fau.de/ijcgrcbr/wp-content/uploads/2026/03/Shibboleth-Logo-80.png") no-repeat;
    width: 80px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}

a.ej-dbis:before {
  content: "";
    display: block;
    background: url("https://ub.fau.de/ijcgrcbr/wp-content/uploads/2026/02/Logo_DBIS_Initialen-50.png") no-repeat;
    width: 50px;
    height: 11px;
    float: left;
    margin: 8px 6px 0 0;
}

/*UB Coach*/

/* Login-Meldung */
div.su-members {
    background-color: #04316a!important;
    border-color: #04316a!important;
    color: #ffffff!important;
}