html, body {
    overflow: visible;
  }
  
  ul {
    list-style: none;
  }
  
  li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: 0.45em;
    border-radius: 50%;
    background: #777;
    flex: 0 0 8px;
  }
  
  li.golf-place-text::before {
    background: #fff;
  }
  
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .col {
    display: grid;
    margin-top: 50px;
    margin-bottom: 0;
    row-gap: 0;
  }
  
  .col-l {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    column-gap: 20px;
    row-gap: 35px;
  
  }
  
  .logo-gr {
    display: flex;
    align-items: center;
    column-gap: 0;
  }
  
  .logo-gr-img {
    width: 65px;
    height: auto;
  }
  
  .logo-gr-text {
    font-family: 'FiraSans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #767676;
    text-align: center;
    max-width: 110px;
    text-decoration: none;
  }
  
  @media (hover: hover) {
    a.logo-gr-text[data-hover="cleebronn"]:hover { color: #007C66; }
    a.logo-gr-text[data-hover="steisslingen"]:hover { color: #8A7643; }
    a.logo-gr-text[data-hover="iffeldorf"]:hover { color: #004B7D; }
    a.logo-gr-text[data-hover="thailing"]:hover { color: #95254C; }
  }
  
  
  .col-r {
    position: relative;
    overflow: visible;
    width: 100%;
  }
  
  /* Map: intrinsic size from <img> keeps markers aligned at any width */
  .map-scene {
    position: relative;
    width: 100%;
    max-width: 100%;
    container-type: inline-size;
    container-name: map;
  }
  
  .map-scene__img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  .map-scene__markers {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  
  .map-scene__markers > * {
    pointer-events: auto;
  }
  
  .modal {
    position: absolute;
    display: none;
    z-index: 999;
  }
  
  .modal.is-open {
    display: block;
  }
  
  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: #767676;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (hover: hover) {
    .modal__close:hover {
      background: transparent;
    }
  }
  
  .modal__content {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    padding: 16px 18px;
    min-width: min(240px, calc(100vw - 32px));
    max-width: min(calc(100vw - 32px), 280px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
  }
  
  .modal-title {
    font-family: 'FiraSans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #767676;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  
  .modal-text {
    font-family: 'FiraSans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    line-height: 1.4;
    text-decoration: none;
  }
  
  @media (hover: hover) {
    .modal-text:hover {
      text-decoration: underline;
    }
  }

  @media (hover: hover) {
    .modal-adress:hover {
      text-decoration: none;
    }
  }
  
  .modal-text-pt {
    display: inline-block;
    color: #007C66;
    margin-top: 10px;
  }
  
  .modal__row-logo {
    text-align: center;
  }
  
  .modal-logo {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }
  
  .map-bg-img {
    width: 70%;
    height: auto;
  }
  
  .circle-btn-icon {
    width: 35px;
    height: 35px;
  }
  
  .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  
  @media (hover: hover) {
    .icon-btn:hover {
      background-color: transparent;
    }
  }
  
  .icon-plus {
    width: 40px;
    height: 40px;
    display: block;
  }
  
  .pulse-ring {
    transform-origin: center;
    animation: pulse 2.2s ease-in-out infinite;
  }
  
  @media (hover: hover) {
    .icon-btn:hover .pulse-ring {
      animation-play-state: paused;
    }
  }
  
  @keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.08); opacity: .75; }
    100% { transform: scale(1); opacity: 1; }
  }
  
  /* Marker icons scale with map width; vw fallback if cqw unsupported */
  .golf-place-img {
    width: clamp(40px, 8vw, 100px);
    height: auto;
  }
  
  .golf-place-img2 {
    width: clamp(36px, 7vw, 80px);
    height: auto;
  }
  
  .golf-place-img4 {
    width: clamp(44px, 9vw, 120px);
    height: auto;
  }
  
  @supports (width: 1cqw) {
    .golf-place-img {
      width: clamp(40px, 16cqw, 100px);
    }
  
    .golf-place-img2 {
      width: clamp(36px, 14cqw, 80px);
    }
  
    .golf-place-img4 {
      width: clamp(44px, 18cqw, 120px);
    }
  }
  
  .golf-place-text-grey {
    font-family: 'FiraSans', sans-serif;
    font-weight: 400;
    font-size: clamp(9px, 2.5vw, 18px);
    color: #767676;
    margin-top: 6px;
    max-width: min(7.5em, 32vw);
    line-height: 1.2;
  }
  
  .golf-place-text {
    font-family: 'FiraSans', sans-serif;
    font-weight: 400;
    font-size: clamp(9px, 2.5vw, 18px);
    color: #fff;
    margin-top: 6px;
    line-height: 1.2;
  }
  
  .golf-place-flex-cont {
    display: flex;
    align-items: center;
    column-gap: clamp(6px, 0.8vw, 10px);
  }
  
  .golf-place-flex {
    display: grid;
  }
  
  /* Percentages are relative to .map-scene__markers (= rendered map bitmap) */
  .golf-place-cont,
  .golf-place-gr,
  .golf-place-gr2,
  .golf-place-gr3,
  .golf-place-gr4,
  .golf-place-name,
  .golf-place-name2,
  .golf-place-name3 {
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  
  .golf-place-cont {
    top: 20%;
    left: 30%;
    max-width: min(130px, 36vw);
    transform: translate(-40%, -55%);
  }
  
  .golf-place-gr {
    top: 54%;
    left: 37%;
  }
  
  .golf-place-name {
    top: 62%;
    left: 31%;
    transform: translate(-35%, -40%);
  }
  
  .golf-place-gr2 {
    top: 62%;
    left: 76%;
  }
  
  .golf-place-name2 {
    top: 73%;
    left: 71%;
    transform: translate(-40%, -35%);
  }
  
  .golf-place-gr3 {
    top: 84%;
    left: 60%;
  }
  
  .golf-place-name3 {
    top: 75%;
    left: 22%;
    transform: translate(-45%, -45%);
  }
  
  .golf-place-gr4 {
    top: 82%;
    left: 36%;
  }
  
  .golf-place-cont2 { margin-left: 40px; margin-top: 20px; }
  .golf-place-cont3 { margin-left: 7px; margin-top: -10px; }
  
  /* Keep popovers inside viewport on narrow screens */
  @media (max-width: 470px) {
    .golf-place-name2 {
    top: 72%;
    left: 67%;
}

.golf-place-name3 {
    top: 75%;
    left: 24%;
}

.golf-place-gr {
    top: 46%;
    left: 31%;
}

    .golf-place-gr2 {
    top: 47%;
    left: 76%;
}

  .golf-place-gr3 {
    top: 81%;
    left: 67%;
}

.golf-place-gr4 {
    top: 82%;
    left: 30%;
}
}

  @media (max-width: 540px) {
    .golf-place-gr2 .modal.is-open,
    .golf-place-gr3 .modal.is-open {
      left: auto !important;
      right: 0 !important;
    }
  }
  
  /* =============================================================================
     Media Queries (layout + typography only; map coords stay unified above)
     ========================================================================== */
  
  @media (min-width: 431px) {
    .col-l { column-gap: 50px; }
  }
  
  @media (min-width: 541px) {
    .container {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .col { margin-bottom: 50px; }
  
    .logo-gr-text {
      font-size: 14px;
    }
  
    .col-l {
      row-gap: 30px;
    }
  }
  
  @media (min-width: 821px) {
    .logo-gr { column-gap: 0; }
    .logo-gr-img { width: 75px; }
  }
  
  @media (min-width: 861px) {
    .col { row-gap: 30px; }
  
    .logo-gr { column-gap: 20px; }
    .logo-gr-img { width: 60px; }
  
    .col-l {
      grid-template-columns: repeat(4, 1fr);
      width: 100%;
      column-gap: 50px;
    }
  }
  
  @media (min-width: 1061px) {
    .col { display: flex; }
  
    .col-l {
      width: 25%;
      column-gap: 60px;
      grid-template-columns: none;
      place-items: initial;
    }
  
    .col-r {
      width: 75%;
    }
  
    .logo-gr-img { width: 90px; }
  }
  
  @media (min-width: 1280px) {
    .col { margin-bottom: 50px; }
  }