/* start sass */
/* end sass */
/* start headline */
.headline {
  position: relative; }
  .headline img {
    width: 100% !important;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); }
  .headline div {
    position: absolute;
    top: 200px;
    left: 20px; }
    .headline div h2 {
      font-size: 6vw;
      color: #fff;
      text-transform: uppercase; }
    .headline div .breadcrumb {
      background-color: transparent; }
      .headline div .breadcrumb a {
        text-transform: uppercase;
        color: #fff; }
    @media (max-width: 767px) {
      .headline div h2 {
        font-size: 10vw; }
      .headline div .breadcrumb {
        padding: 0; } }

/* end headline*/

/*# sourceMappingURL=headline.css.map */
