body > aside .icon-bar {
  display: flex;
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12rem;
  height: auto;
  flex-direction: column;
  gap: 0.5rem;
}
body > aside .icon-bar div {
  width: 2rem;
  height: 2rem;
  background-color: #023e84;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  background-size: 1.5rem auto;
}
body > aside .icon-bar div.facebook {
  background-image: url("/wp-content/themes/sta-bi-hb/resources/Icon-Facebook-weiss-transparent-8.png");
  background-size: 1rem auto;
}
body > aside .icon-bar div.instagram {
  background-image: url("/wp-content/themes/sta-bi-hb/resources/Instagram-weiss.png");
}
body > aside .icon-bar div.whatsapp {
  background-image: url("/wp-content/themes/sta-bi-hb/resources/Whatsapp-weiss.png");
}
body > aside .icon-bar div.youtube {
  background-image: url("/wp-content/themes/sta-bi-hb/resources/Youtube-weiss.png");
}
body > aside .icon-bar div img {
  width: unset;
  height: unset;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fstabi-hb.de%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fsta-bi-hb%2Fscss%2Fsidebar.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */