.text{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
    border: 8px solid white;
    margin: 0px;
}

#logo{
    float: left;
    width: 75px;
    height: 75px;
    /*border-style: solid;
    border-color:  rgb(75, 75, 75);
    border-width: 5px;*/
    margin: 2px;
}
#head{
    /*position sticky top*/
    z-index: 1;
    position: sticky;
    top: 0px;
    /*left: 8px;
    right: 8px;*/
    overflow: hidden;
    height: 80px;
    /*margin-bottom: 5px;
    float: left;*/
    background-color:rgb(75, 75, 75);
    border: 5px solid rgb(75, 75, 75);
    /*border-image: url(border.png) 100 stretch;*/
}
#nav{
    float: left;
    /*height: fit-content;*/
    line-height: 1;
    margin-top: 48px;
    word-spacing: 10px;
    margin-left: 10px;
}

#nav a:link{
    color: white;
    text-decoration: none;
    font-size: 30px;
}
#nav a:visited{
    color: white;
    text-decoration: none;
}
#nav a:hover{
    color: white;
    text-decoration: underline;
}
#nav a:active{
    color: lightgray;
    text-decoration: underline;
}

#barrel{
    /*float: left;*/
    background: url("media/beer_1.png") bottom no-repeat;
    background-size: 300px 0px;
    height: 210px;
    width: 300px; 
}

#impr{
    margin-left: 10px;
    margin-top: 20px;
    /*text-align: center;*/
}

#ausschluss{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.tab {
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
    z-index: 1;
    position: sticky;
    top: 89px;
    overflow: hidden;
    background-color: #f1f1f1;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    float: left;
    text-align: center;
    width: 100%;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;    
}

#time button {
    float: left;
}

#months button {
    width: fit-content;
}

#sessions button {
    float: left;
}

.tab button:hover {
    background-color:rgb(230, 230, 230);
}

.tab button.active {
    background-color: #ccc;
}

.order:hover{
    text-decoration: underline;
    cursor: pointer;
}

.order.active {
    text-decoration: underline;
}

td {
    text-align: center;
}

th, td {
    border-bottom: 1px solid #ddd;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

th {
    overflow: hidden;
    position: sticky;
    height: 35px;
    background-color: white;
}

#stats{
    margin-bottom: 50px;
}

#headRow:hover {
    background-color: white;
    cursor: default;
}

tr:hover {
    background-color: #f5f5f5;
}

#footer{
    text-align: left;
    word-spacing: 5px;
    position: fixed;
    bottom: 0px;
    border: 5px solid white;
    background-color: white;
    width: 100%;
}

#footer a:link{
    color: rgb(75, 75, 75);
    text-decoration: none;
    font-size: 15px;
}
#footer a:visited{
    color: rgb(75, 75, 75);
    text-decoration: none;
}
#footer a:hover{
    color: rgb(75, 75, 75);
    text-decoration: underline;
}
#footer a:active{
    color: lightgray;
    text-decoration: underline;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 70px; /* 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.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border: 1px solid rgb(142, 142, 142);
    width: 700px;
    height: 550px;
    text-align: center;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  #changeBttn{
    display: none; 
    margin-top: 450px; 
    float: right;
    background-color: rgb(218, 216, 216);
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px 14px;
  }

  #changeBttn:hover,
  #changeBttn:active{
    background-color: rgb(172, 171, 171);
  }



