#lnav {
  margin-bottom: 15px;
  margin-left: -15px;
  width: 100%; }

#lnav.fixed {
  position: fixed;
  z-index: 5;
  top: 80px; }

#lnav.fixed ul {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.letters ul {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  text-align: center; }
  .letters ul li {
    font-size: 1.4em;
    display: inline-block;
    margin: 0 3px;
    padding: 0; }
    .letters ul li:before {
      content: none;
      display: none; }
    .letters ul li a {
      padding: 3px 5px;
      color: #343a40;
      border-bottom: solid 2px transparent; }
    .letters ul li.active a,
    .letters ul li a:hover {
      color: #000;
      text-decoration: none;
      border-bottom: solid 2px #000; }

.authors {
  background: transparent url("../images/preload.svg") 50% 50% no-repeat;
  width: 100%;
  margin: 0 auto;
  max-width: 240px;
  min-height: 320px;
  background-size: cover;
  z-index: 10;
  box-shadow: 1px 1px 2px 0 #00000022;
  transition: all 0.3s ease-in-out;
  transform: scale(0.95); }

.authors:hover {
  box-shadow: 0 5px 15px 0 #00000044;
  transform: scale(1); }

.author {
  color: #343a40;
  padding-bottom: 3px;
  border-bottom: solid 2px transparent; }

a.author, a.author:hover {
  text-decoration: none;
  border-bottom: solid 2px #000; }

.subhead {
  color: #65A6A4; }

@media (max-width: 991.98px) {
  .authors {
    min-height: 340px; }

  .letters ul li {
    font-size: 1.1em;
    padding: 0 3px; } }
@media (max-width: 767.98px) {
  .aname {
    font-size: 1.1em; }

  .authors {
    min-height: 340px; }

  .letters ul li {
    font-size: 1.1em;
    padding: 0 2px; } }
@media (max-width: 575.98px) {
  .authors {
    min-height: 240px; } }

/*# sourceMappingURL=autoren.css.map */
