.trustpilot-google-bar {
  background-color: #d4d4d4;
  color: #000 !important;
  padding-top: 10px;
}

.trustpilot-google-bar a {
  color: #000 !important;
}

.trustbar {
  background-color: #ededed;
  color: #000;
  padding: 8px 15px 7px;
}

.trustbar span {
  display: flex;
  align-items: flex-start;
  color: #777777;
}

.trustbar_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1140px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
}

.trustbar_container i {
  margin-right: 10px;
}

.trustbar_phone {
  font-weight: bold;
}

.trustbar_phone i {
  margin-right: 0;
}

.trustbar_icon {
  width: 16px;
  height: 16px;
  margin: 0 3px;
}

.trustbar_icon.stars {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 3px;
}

.trustbar_icon.wide {
  width: 65px;
}

/* Aus dem Block selbst */

.stars {
  position: relative;
  min-width: 85px;
  margin-right: 10px; 
  float: left; 
  display: flex;
  align-items: center;
}
    
.stars img {
  position: absolute;
}

.star-etsy {
  clip-path: inset(0px 0px 0 85px);
}

.star-google {
  clip-path: inset(0px 0px 0 85px);
}

.star-trustpilot {
  clip-path: inset(0px 0px 0 76px);
}

.star-filled-trustpilot {
  clip-path: inset(0 6px 0 0);
}

#trusts {
  display: none;
  position: absolute;
  left: -80px;
  top: 25px;
  z-index: 10;
  min-width: 320px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
}

#trusts.trusts-visible {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

#trusts.trusts-visible:before {
  content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 10;
    transform: translateX(-50%) rotate(45deg);
}

.trustbar_own {
  position: relative;
  cursor: pointer;
}

.trustpilot a, .google a, .etsy a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-wrap: nowrap;
  color: #333333;
}

#trusts a:hover {
  text-decoration: none;
}

@media screen and (max-width: 840px) {
  .trustbar {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }

  .mobile-sticky header.page-header {
    top: 33px !important;
  }

  .trustbar_generation, .trustbar_phone {
    display: none;
  }

  .trustbar_container {
    justify-content: center;
  }
}