.indicet-link { position: relative; z-index: 1; transition: all 0.2s ease-in-out; } .indicet-link:before { content: ""; height: 1px; width: 100%; position: absolute; background-color: #fe685e; bottom: -2px; z-index: -1; transition: all 0.2s ease-in-out; } .indicet-link:hover { color: #ffffff; } .indicet-link:hover:before { height: calc(100% + 4px); } @media only screen and (max-width: 767px) { .navigation-open #brxe-puvgay img { filter: brightness(0) invert(1); } } h1, h2, h3, h4, h5, h6, p { -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 10 4 4; }