 body{
     
      background-image: url("bibliothek4.jpg");
        
    } 

#Einloggen{
     font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1.5rem;
   position: absolute;
    top:1vw;;
    left: 24vh;
       border-radius: 4px;
    
}


#Anlegen{
     font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    background-color: white;
   position: absolute;
    bottom:1vw;;
    right: 1vw;

       border-radius: 4px;
    padding: 1vh;
    
}


#load{
    text-align: center;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1.5rem;
    position: absolute;
    padding: 1vw;
    top:7vw;
    left: 24vh;
    width: 30vw;
    background-color: white;
       border-radius: 4px;
        
}



#Dateiausgabe{
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    background-color: white;
    position: absolute;
    padding: 2vw;
    border-radius: 4px;
    top: 40vh;
    left: 24vh;
       border-radius: 4px;
    
    list-style-type: none;
   
    
}


.info2{
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    background-color: white;
    position: absolute;
    padding: 1vw;
    border-radius: 4px;
    top:7vw;
    right: 4vh;
    width: 50vw;
 
   
    
}



.info3{
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    background-color: white;
    position: absolute;
    padding: 0.5vw;
    border-radius: 4px;
   bottom: 1vw;
    left: 24vh;
    width: 35vw;
 
   
    
}

#Dateiausgabe li{
     display:block;
float:left;
    padding: 0.5vw;
}


.dialog3{
    width: 30%;
    left: 13%;
    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;
}


#DelteKurs{
   position: absolute;
    right:0px;
}




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;
        
    }
    


.pass1{
        font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        font-size: 2vh;
        width: 10vw;
        padding: 1vw;
        box-sizing: border-box;
        border-radius: 4px;
       
        
    }
    

    .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;
       
}








.button2 {
        font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        font-size: 2vh;
        width: 8vw;
        padding: 1vw;
        box-sizing: border-box;
        border-radius: 4px;    
        background-color: white;
        color: black;
       
}
    
.button:hover {
    background-color: #555555;
    color: white;
}

.button2:hover {
    background-color: #555555;
    color: white;
}
    
    