/* Start custom CSS for html, class: .elementor-element-a53a1c6 *//* Schriftfarbe & Font-Gewicht */
.tf-v1-sidetab-button .tf-v1-sidetab-button-text {
  color: white !important;
  font-weight: 500 !important;
}

/* Icon-Farbe */
.tf-v1-sidetab-button svg path {
  fill: white !important;
}

/* Eckenradius oben links und unten links */
.tf-v1-sidetab-button {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 0px !important;
}

/* Button auf Smartphones ausblenden */
@media screen and (max-width: 767px) {
  .tf-v1-sidetab-button {
    display: none !important;
  }
}

/* ✅ Fix für abgeschnittene Schrift in der Tablet-Ansicht */
@media (min-width: 768px) and (max-width: 1024px) {
  .tf-v1-sidetab-button {
    height: auto !important;
    padding: 12px 14px !important;
    overflow: visible !important;
  }

  .tf-v1-sidetab-button .tf-v1-sidetab-button-text {
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}/* End custom CSS */