/* =========================================================
   GCGF – GOLFNOW LOGO IN ENFOLD BUTTON-ZEILE
   Button-Zeile: gcgf-intro-linkrow
   ========================================================= */

#top .gcgf-intro-linkrow a.avia-button[href*="golfnow"] {
  position: relative;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-width: 158px;
  min-height: 48px;
  padding: 8px 20px !important;

  background-color: transparent !important;
  border-color: #6b706d !important;

  box-sizing: border-box;
}


/* Sichtbaren Buttontext ausblenden,
   für Screenreader aber im Quelltext belassen */

#top .gcgf-intro-linkrow
a.avia-button[href*="golfnow"]
.avia_iconbox_title {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;

  white-space: nowrap !important;
  border: 0 !important;
}


/* GolfNow-Logo */

#top .gcgf-intro-linkrow
a.avia-button[href*="golfnow"]::before {
  content: "";

  display: block;

  width: 118px;
  height: 24px;

  background-image:
    url("https://golfclub-gifhorn.de/wp-content/uploads/2026/07/GOLFNOW-LOGO-GCGF.png");

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* Hover */

#top .gcgf-intro-linkrow
a.avia-button[href*="golfnow"]:hover {
  background-color: rgba(103, 153, 56, 0.09) !important;
  border-color: #679938 !important;
}


/* Tastaturfokus */

#top .gcgf-intro-linkrow
a.avia-button[href*="golfnow"]:focus-visible {
  outline: 3px solid rgba(103, 153, 56, 0.30);
  outline-offset: 3px;
}

