.header{
    text-align: center;
    font-family: arimo;
    font-size: clamp(30px, 3.2vw, 8vh);
    background: white;
}
.header .first{
    text-align: right;
}

.header .last{
    text-align: left;
}

.wappen img{
    height: 12vh;
    display: block;
    margin: 0.5vh auto;
}

.logos img{
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-height: 12vh;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
body{
    background-image:linear-gradient(to top,black 5%,#213272 90%);
    background-attachment: fixed;
    font-family: saira;
}

.timetable{
    margin: 5px auto;
}

.timetable-time{
    text-align: center;
    font-weight: bolder;
    width: 15%;
}

.timetable-spacer{
    width: 1.5em;
    text-align: center;
}

.input{
    margin-right: 20px;
}

.timetable-content{
    margin: 15px;
    width: 75%;
    text-align: left;
}

.reg_input{
    margin-bottom: 5px;
    width: 20ch;
}
.reg_label{
    width: 9ch;
}

.hinweis{
    padding-top: 10px;
    font-size: x-small;
}