.anchorblock_container_full {
  text-align: center;
  margin: 80px auto;
  z-index: 30;
}

.anchorblock_is-fixed {
    position: fixed;
    top: 70px;         /* gewünschter Abstand */
    z-index: 30;
  }

.anchorblock_container{
  display: inline-flex;
  background: #F2F4F4;
  border:1px solid #BACACA;
  border-radius: 9999px;
  overflow: hidden;
  align-items:center;
}

.anchorblock_link{
  display:inline-flex;
  align-items:center;
  padding:12px 24px;
  font-weight:400;
  font-size:14px;
  line-height:1;
  color:#002E2D;
  text-decoration:none;
  border-right:1px solid #E3E8E8;
  transition:background .15s ease, color .15s ease, box-shadow .15s ease;
}
.anchorblock_link:last-child{ border-right:0; }

.anchorblock_link:hover {
  color:#003838;
  font-weight: 600;
}

.anchorblock_link.is-active{
  color:#002E2D;
  font-weight: 600;
}

@media (max-width: 800px){
  .anchorblock_container_full {
    display: none;
  }

  .anchor_spacer {
    display: none !important;
  }
}
