.toolbar {
  margin-top: 4em;
  margin-bottom: 4em;
}
.toolbar .hide {
  display: none;
}

.btn_desktop_share {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.btn_desktop_share.hide {
  display: none;
}
.btn_desktop_share .share-btn {
  display: flex;
  align-items: center;
  gap: 0.8em;
  cursor: pointer;
}
.btn_desktop_share .share-btn span {
  font-size: 1.25em;
}
.btn_desktop_share .btn_share {
  width: 0;
}
.btn_desktop_share.active .btn_share {
  width: 2.5em;
  margin-left: 0.75em;
}

.btn_share {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 2.5em;
  height: 2.5em;
  color: var(--weiss);
  line-height: 1;
  transition: all 0.2s;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s;
  opacity: 1;
  overflow: hidden;
  background-color: var(--dark-blue);
}
.btn_share::before {
  font-size: 1em;
}
.btn_share:hover, .btn_share:focus {
  color: var(--weiss);
  background-color: var(--dark-grey);
}
.btn_share span {
  display: none;
}
.btn_share.icon-mail:before {
  padding-right: 0;
  transform: none;
}/*# sourceMappingURL=webshare.css.map */