.text_small{
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
}
.text_big{
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.title_sml{
    text-transform: uppercase;
    font-size: var(--fs-tiny);
    line-height: var(--lh-tiny);
    font-family: "DINPro-CondBold";
}
.saalbtn{
    font-family: "DINPro-CondBold";
    text-transform: uppercase;
    font-size: var(--fs-sml);
    line-height: var(--lh-sml);
    border: 1px solid #000;
    width: 150px;
    display: block;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.saalbtn a{
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}
