 body{
     
      background-image: url("bibliothek4.jpg");
        
    } 


nav ul {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    list-style-type: none;
    margin: 0;
    padding: 5vw 0 0 0;
    width: 20vh;
    background-color:white;
    height: 87vh; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
     border-radius: 4px;
    border: 1px;
    
}

nav li a {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 2.5vh;
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    padding: 1vh;
     
}
   

/* Change the link color on hover */
nav li a:hover {
    background-color: #555;
    color: white;
} 
    
    
    .active {
    background-color: #4CAF50;
    color: white;
} 


.pass{
        font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        font-size: 2.5vh;
        width: 20vw;
        padding: 1vw 1.5vw;
        margin: 8px 0;
        box-sizing: border-box;
        border-radius: 4px;
        outline: 0 none;
        
    }
    
    .button {
        font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        font-size: 2.5vh;
        width: 8vw;
        padding: 1vw 0 1vw 0;
        background-color: white;
        color: black;
        box-sizing: border-box;
        border-radius: 4px;
       
}
    
.button:hover {
    background-color: #555555;
    color: white;
}
    

.info{
    text-align: center;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    background-color: white;
    width: 80%;
    margin-left: 24vh;
    padding: 1vw;
    list-style-type: none;
    float:left;
            border-radius: 4px;
    margin-top: 1vw;
   
    
}






.info2 h3{
        text-align: center;
}

.info2{
    
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    background-color: white;
    width: 80%;
    margin-left: 24vh;
    padding: 1vw;
    list-style-type: none;
    float:left;
            border-radius: 4px;
   
    
}

.dialog3{
    width: 30vw;
    left: 13vw;
    padding: 1vw;
    text-align: center;
    position: absolute;
    bottom: 0px;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 4px;
    border-style: solid;
}


