* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    background-color: #464646;
    
}

header {
    padding: 30px;
    background-color: black;
    color: white;
    height: 3em;
    text-align: center;
    font-size: 2em;
}

input[type="submit"] {
   font-size: 1.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: teal;
   border: 1px solid silver;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 20px;
}

ul, li {
    list-style: none;   
}

form {
    padding: 1.5em;
}

label {
}

main {
    
    display: flex;
    flex-direction: column;
    text-align: center;    
    
}

div {
   
    text-align: center;
}

#page {
    width: 100%;
}

footer {
    position: absolute;
    background-color: black;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    
    text-align: center;
    
}

a {
    color: white;
}

.eingabe {
    height: 30%;
    width: 100%;
    background-color: #7F7E7E;
    
    color: white;
    font-weight: 700;
    font-family: "lucida console", sans-serif;
}

.weg {
    display: none;
}

.anzeige {
    padding: 2em;
    background-color: #464646;
    
   /* align-items: center;
    justify-content: center; */
    width: 100%;
    
    color: white;
    font-size: 1.5em;
    font-family: "lucida console", sans-serif;
}

.tage {
    
}

.time {
   display: none;
   background-color: green; 
}

.ausgabe {
    
}

.woche {
    
}