@charset "UTF-8";
.Kopf {
    line-height: 100%;
}
.Kopf .Titel {
    line-height: 115%;
    font-size: calc(1.25em + 1.25vw);
}
.Kopf .Untertitel {
    font-weight: lighter;
}
.Kopf .Menue {
    text-align: right;
    float: right;
    font-weight: lighter;
}
.Text {
    font-weight: normal;
    hyphens: auto;
}
.Text .Titel {
    line-height: 100%;
    font-size: calc(0.9em + 0.9vw);
}
.Fuss {
    text-align: right;
    font-weight: lighter;
    float: none;
    font-size: smaller;
}
