/* Cookie-Hinweis Style */
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 10%;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    padding: 10px;
    z-index: 2000;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    #overlay {
      position: fixed;
      display: none;
      width: 100%;
      height: 100%;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.8);
      color: #ffffff;
      padding: 20px;
      z-index: 2000;
      cursor: pointer;
    }
  } 

/* Page Style */

.user_img {
  height: 30px;
  border-radius: 15px;
}

nav.fixed-bottom {
  padding: 0px;
}

a.nav {
  color: white;
  display: block;
}

a.nav:hover {
  text-decoration: none;
  color: gray;
}

i.nav {
  min-width: 20px;
  padding-right: 5px;
  padding-top: 3px;  
}

button.nav {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.btn-east {
  padding-left: 6px;
  padding-right: 6px;
}

.header {
  text-align: center;
  margin-bottom: 20px;
}

.card-header {
  padding: 5px 10px;
}

.card-header .btn {
  padding: 0px 0px;
}    