.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: 0.25rem;
}

body{
    background-color: #cc3125;/* thistle; */
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


a {
  color: #2196f3;
  /* text-decoration: underline; */
  background-color: transparent;
}
a:hover{
  color: rgb(65, 57, 57);
}

a:visited {
	/* color: black; */
}


.myBtn {
    color: #fff;
    background-color: tomato;
    border-color: thistle; /*set the color you want here*/
    width: 180px;
}
.myBtn:hover, .myBtn:focus, .myBtn:active, .myBtn.active, .open>.dropdown-toggle.myBtn {
    color: #fff;
    background-color: thistle;
    border-color: #285e8e; /*set the color you want here*/
}

.thumbimg{
    width: 100%;
    height: 225px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: blue;
    border: solid;
    border: 4px;
}

.windSVG{
    margin-right : 20px;
}

.hftlogo{
  margin-right : 20px;
  /* width: 100px; */
}


.extension{
  padding: 20px 10px;
  /* min-height: 445px; */
  /* max-height: 445px; */
  /* margin: 20px; */
  height: 500px;
}

.py-5{
  padding: 1rem!important; 
}

.card-body{
  min-height: 90px;
  padding: 0.5rem 0.5rem 0.2rem;

}

.card-text{
  max-height: 85px;
  overflow: auto;
  /* overflow-y: auto; */  
  /* padding-bottom: 10px; */

}

.btnGroupDiv{
  /* padding: 20px 00px 00px 20px; */
  padding: 0.5rem;
}

.blue-text {
  color: #2196f3 !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.z-depth-1, .chip:active {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.hftBackground {
  background-image: url(../imgs/avatar/Bibliothek_HFT_f.jpg);
  background-size: cover;
}
/* .hftBackground::after {
  content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
} */

main[role=main]{
  background-color: #f8f9fa!important;
  padding-bottom: 1rem!important;
}

a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #cccccc;
  color: #0f0f0f;

  margin-left:40%;
  cursor: pointer;
  border-radius: .2rem;
  border: none;
  border: 0px;
  width: 6em;
  height: 2em;
  
}
.previous:disabled,
.previous[disabled]{
  cursor: not-allowed;
  background-color: #f1f1f1;
  color: #666666;
}
.next:disabled,
.next[disabled]{
  background-color: #0069d970;
  color: #666666;
  cursor: not-allowed;
}
#papercount{
  text-align: center;
}
.next {
  /* background-color: #2196f3 !important; */
  color: white;
  cursor: pointer;
  border-radius: .2rem;
  color: #fff;
  border: none;
  border: 0px;
  background-color: #0069d9;
  width: 6em;
  height: 2em;

}
.next:hover{
  background-color: #005bbd !important;
  border: none;
  border: 0px;
}

.round {
  border-radius: 50%;
}