/* Headlines */
.headline {
    font-family: var(--font-family-headline);
    line-height: 100px;
}
.headline-tag small {
    font-size:26px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    rotate: -90deg;
    width: 100px;
    height: 112px;
}
.headline-topig {
    font-weight:300;
    letter-spacing: 1px;
}
h2.headline-topig {
    word-break: break-word;
    font-size: 3rem !important;
    line-height: 1.125;
}
.headline-topig u {
    font-weight:500;
    letter-spacing: 0px;
}

/* ----------- Responsive */
/* ------ iPhone Hochkant ------ */
@media (max-width: 768px) {

    .headline-tag {
        margin-top:0px !important;
    }

    .headline-tag small {
        font-size: 20px;
    }

    /* Headliner Team */
    .headline-topig {
        font-size: 1.6em !important;
    }


}