.is-visuallyHidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    margin: -1px;
    white-space: nowrap;
    overflow: hidden;
}

header {
    margin-bottom: 50px;
}

.masthead {
    background-color: #ffffff;
    height: 60px;
    padding: 0 24px 25px; 
    display: flex;
    justify-content: space-between; 
    align-items: flex-end; 
    max-width: 1280px;
    margin: 0 auto; 
}

.login-btn {
    background-color: #7a1d17;
    padding: 0em 18px;
    height: 31px;
    color: #fff;
    font: 300 1em Frutiger,Arial,Helvetica,sans-serif;
    border-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.wma-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 25px; 
    min-height: calc(100vh - 400px);
}

.pageheadline {
    margin-bottom: 50px;
}

.pageheadline__hl {
    font: 300 3.125em Frutiger,Arial,Helvetica,sans-serif;
    margin-bottom: 18px;
}

.pageheadline__info {
    font: 300 1.5em/1.5 Frutiger,Arial,Helvetica,sans-serif;
}

.image {
    max-width: 100%;
    margin-bottom: 40px;
}

.sectionheader__hl {
    font: 300 2em/1.25 Frutiger,Arial,Helvetica,sans-serif;
}

.sectionheader__underline {
    height: 6px;
    width: 40px;
    margin-top: 30px;
    background-color: #e60000;
    display: block;
}

.footer {
    background-color: #f5f5f5;
    margin-top: 50px;
}

.footer__disclaimer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 35px 24px 25px; 
}

.footer__disclaimer p {
    font: 300 1em Frutiger,Arial,Helvetica,sans-serif;
    color: #646464;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    header {
        margin-bottom: 80px;
    }
    .login-btn {
        padding: 0em 34px;
        height: 35px;
        font-size: 1.2em;
    }
    .pageheadline__hl {
        font-size: 3.75em
    }
    .pageheadline__info {
        font-size: 2em
    }
    .footer {
        margin-top: 80px;
    }
    .sectionheader__hl {
        font-size: 2.8em;
    }
}