[data-component-id="boell_components:logo_boell_de"] {

  & a,
  & img {
    display: block;
  }

  & picture {
    display: flex;
    align-items: center;
  }

  & img {
    @media (max-width: 520px ) {
      max-height: 60px;
    }

    @media (min-width: 520px ) {
      height: 40px;
    }
  }

  @media (max-width: 768px ) {
    & picture {
      margin-right: 10px;
    }
  }

}
