#deos-sharing-buttons-check{
  display:none;
}

[aria-label][role~="tooltip"]::after {
      padding: 0.1em 0.7em;
}
.deos-sharing-buttons {
  display:inline-block;
    text-align:left;
}

.deos-sharing-buttons-titel {
margin-bottom:13px;
  font-weight:500;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-right:15px;
}

.resp-sharing-button__link:last-child {
    margin-right:0px;
}

.resp-sharing-button {
  position:relative;
  border-radius: 2px;
  height:26px;
  width:26px;
    fill: #fff;
  stroke: none;
  background-color:#DD2038;
transition: transform 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,box-shadow 300ms ease 0ms;
}

.resp-sharing-button:hover {
background-color:#B11A2D;
  transform: scaleX(1.1) scaleY(1.1)!important;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
    bottom: 5px;
    right: 5px;
    position: absolute;
}

