[data-popup-group=sidebar] {
  padding-top: 10vh;
}
[data-popup-group=sidebar] .popup-sidebar-content-area {
  max-width: 890px;
}
[data-popup-group=sidebar] .popup-sidebar-content-area .h2 {
  margin-top: 15px;
}
[data-popup-group=sidebar]#popup-sidebar-usage .usage-box {
  border-radius: 5px;
  background-color: #3C3C39;
  color: #ffffff;
}
[data-popup-group=sidebar]#popup-sidebar-usage .usage-box .usage-box-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: #ffffff;
  border: 1px solid #3C3C39;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-popup-group=sidebar]#popup-sidebar-usage .usage-box .usage-box-icons img {
  display: inline-block;
  margin: 0 10px;
  height: 50px;
}
[data-popup-group=sidebar]#popup-sidebar-usage .usage-box .usage-box-content {
  height: 170px;
  padding: 30px 15px;
  font-weight: 700;
}
[data-popup-group=sidebar]#popup-sidebar-download a {
  position: relative;
  display: block;
  height: 100%;
  padding: 90px 30px 15px;
  background-color: #3C3C39;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
[data-popup-group=sidebar]#popup-sidebar-download a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='29.035' viewBox='0 0 31 29.035'%3E%3Cg id='Gruppe_57' data-name='Gruppe 57' transform='translate(0.5 0.5)'%3E%3Cpath id='Pfad_37' data-name='Pfad 37' d='M1.25,3.626,12.072,15.211m0,0L22.894,3.626m4.178,10.652v4.985h-30V14.278m15-.319V-8.771' transform='translate(2.928 8.771)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  animation: jump 1s ease alternate 2;
}
@keyframes jump {
  to {
    transform: translateY(20px);
    opacity: 0.4;
  }
}

/*# sourceMappingURL=popup-sidebar.css.map */
