.p__header .p__header__logo img {
  display: block;
  height: 2.858em;
  width: auto;
}

.footer__social .footer__social__icon img {
  width: 30px;
  height: 30px;
  padding: 1px;
}
.teaser.teaser__assortment .teaser__content .teaser__content__box .teaser__content__arrow img {
  transition-property: transform;
  transition-duration: .3s;
}

.heading__link__element:hover img, 
.image__text__slider .m__slider.m__slider--contentelement .slider__arrow:hover img, 
.teaser.home__teaser.teaser--product .teaser__content .teaser__content__box .teaser__content__arrow:hover img, 
.teaser.teaser--product.teaser--reference .teaser--reference--wrapper .neos-nodetypes-text .teaser__content__link:hover img, 
.teaser.teaser__assortment:hover .teaser__content__arrow img, 
.teaser.teaser__reference .teaser--reference__text .text-node.neos-nodetypes-text .teaser__content__link:hover img, 
.teasers .m__slider.m__slider--contentelement .slider__arrow:hover img, 
.teasers.teasers__references .m__slider.m__slider--contentelement .slider__arrow:hover img {
  transition-property: transform;
  transition-duration: .3s;
  transform: translateY(0) translateX(25%);
}

.heading__link__element img, 
.teaser.home__teaser.teaser--product .teaser__content .teaser__content__box .teaser__content__arrow img, 
.teaser.teaser--product.teaser--reference .teaser--reference--wrapper .neos-nodetypes-text .teaser__content__link img, 
.teaser.teaser__reference .teaser--reference__text .text-node.neos-nodetypes-text .teaser__content__link img {
    margin-left: 1.43em;
    transition-property: transform;
    transition-duration: .3s;
}

.teaser__content__link img {
  width: 22px;
  height: 11px;
  display: inline-block;
}

.references--share .references--share--wishlist .favourites__action__wrapper img {
  margin-right: 25px;
}

.references--share--social .orientation-horizontal {
  display: flex;
  align-items: center;
  width: 100%;
}

.references--share--social .orientation-horizontal li {
  text-align: center;
  flex: 1 1;
}

