html {
  font-size: 1.2em;
}
.buch-description {
  height: 250px; }
  .buch-description #buch_detail {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.voting_row .imglinks.imgabs {
  border-radius: 50%;
  font-size: 26px; }

#emaildanke {
  font-size: 14px;
  text-align: center !important; }

.buch_detaile {
  margin-top: 12px; }
  .buch_detaile .buchtitel {
    font-weight: 600;
    font-size: 22px; }
  .buch_detaile .publisher {
    font-size: 16px; }
  .buch_detaile .autor {
    font-size: 20px; }

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


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.maus{
  /* cursor: pointer; */
}
.mauszi{
  /* cursor: zoom-in; */
}
.bildobenlinks {
  position: absolute;
  top: 8px;
  left: 16px;
}
.bildoverlay {
  position: relative;
  text-align: center;
  color: white;
}
.lupe {
  position: fixed;
  z-index: 15;
}
#lupe1 {
  font-size: 1em;
}
.maintopic
{
  font-size: 0.8em;
}
.publisher, .maintopic {
  font-style: italic;
}

#absenden {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); }

.empfehlungborder {
  /* border-right: 1px solid #868686;  */
}



#buttonabsenden {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 120px;
  background: #f6f6f6;
  width: 100%; }

#emaildanke {
  padding-bottom: 120px; }

  .empfehlungborder {
    /* border-right: 1px solid #868686;
    border-bottom: 1px solid transparent; */
    margin-top: 20px;
  }

  @media (max-width: 992px) {
    .empfehlungborder {
      border-right: 1px solid transparent;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 24px;
    }
    #absenden {
      width: 90%;
    }
  }