/* Heading Pfeile */
.zhi-arrow-heading .fusion-title-heading,
h1.zhi-arrow-heading {
    display: inline-block;
}

/* Animation */
.zhi-arrow-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: width 0.2s ease-out;
}
