/* TURKEY_SLIDER_CSS_RESTORED_V1
   Golfreisen1a – Angebots-Slider der Türkei-Seite
   Zielpfad: /css/turkey-slider.css
*/

.turkey-offers {
  width: 100%;
  margin: 0;
  padding: 20px 0 48px;
  box-sizing: border-box;
}

.turkey-offers .start-offers__top {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto 10px;
}

.turkey-offers .start-offers__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #876d2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.turkey-offers .start-offers__title {
  margin: 0;
  color: #1d252d;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

/* Der entscheidende horizontale Slider-Track. */
.turkey-offers .start-offers__viewport {
  width: 100%;
  overflow: hidden;
}

.turkey-offers .start-offers__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  align-items: stretch;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.turkey-offers .start-offers__track::-webkit-scrollbar {
  display: none;
}

/* Eine Karte pro Slider-Seite. */
.turkey-offers .start-offer-card {
  position: relative;
  width: min(80vw, 1400px);
  min-width: 0;
  min-height: 620px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  background: #222;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.turkey-offers .start-offer-card__image-link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.turkey-offers .start-offer-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.turkey-offers .start-offer-card:hover .start-offer-card__image {
  transform: scale(1.025);
}

.turkey-offers .start-offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.20) 52%,
      rgba(0, 0, 0, 0.04) 100%
    );
}

.turkey-offers .start-offer-card__content {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100% - 64px));
  margin: 52px 0 52px 52px;
  padding: 30px 34px;
  box-sizing: border-box;
  background: rgba(235, 235, 235, 0.90);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(4px);
}

.turkey-offers .start-offer-card__location {
  margin: 0 0 10px;
  color: #5f646a;
  font-size: 14px;
}

.turkey-offers .start-offer-card__location span {
  margin-right: 5px;
  color: #876d2e;
}

.turkey-offers .start-offer-card__name {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
}

.turkey-offers .start-offer-card__name a {
  color: #1d252d;
  text-decoration: none;
}

.turkey-offers .start-offer-card__name a:hover {
  color: #876d2e;
}

.turkey-offers .start-offer-card__teaser {
  margin: 18px 0 0;
  color: #555d63;
  font-size: 15px;
  line-height: 1.6;
}

.turkey-offers .start-offer-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.turkey-offers .start-offer-card__price {
  display: flex;
  flex-direction: column;
}

.turkey-offers .start-offer-card__price-label,
.turkey-offers .start-offer-card__price-person {
  color: #6e7277;
  font-size: 12px;
}

.turkey-offers .start-offer-card__price strong {
  color: #1d252d;
  font-size: 36px;
  line-height: 1.05;
}

.turkey-offers .start-offer-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  background: #876d2e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.turkey-offers .start-offer-card__cta:hover {
  background: #654f1f;
  color: #fff;
}

.turkey-offers .start-offer-card__region {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 20px;
  padding: 8px 14px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.88);
  color: #202020;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

/* Bereich unterhalb des Sliders. */
.turkey-offers .start-offers__below {
  width: min(1400px, calc(100% - 48px));
  margin: 24px auto 0;
}

.turkey-offers .start-offers__intro {
  max-width: 760px;
  margin: 0;
  color: #5d6269;
  font-size: 16px;
  line-height: 1.6;
}

.turkey-offers .start-offers__navigation {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}

.turkey-offers .start-offers__controls {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.turkey-offers .start-offers__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.turkey-offers .start-offers__button:hover,
.turkey-offers .start-offers__button:focus-visible {
  border-color: #876d2e;
  background: #876d2e;
  color: #fff;
}

.turkey-offers .start-offers__button:disabled,
.turkey-offers .start-offers__button--disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.turkey-offers .start-offers__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  min-width: 0;
}

.turkey-offers .start-offers__dot {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 99px;
  background: #c9c9c9;
  cursor: pointer;
  transition:
    width 0.3s ease,
    background-color 0.3s ease,
    transform 0.2s ease;
}

.turkey-offers .start-offers__dot:hover {
  background: #9e8651;
  transform: scale(1.15);
}

.turkey-offers .start-offers__dot.is-active {
  width: 32px;
  background: #876d2e;
}

.turkey-offers .start-offers__dot.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  border-radius: inherit;
  background: #5f491b;
}

.turkey-offers .start-offers__dot.is-active.is-running::after {
  animation: turkeyOfferDotProgress 7s linear forwards;
}

@keyframes turkeyOfferDotProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.turkey-offers .start-offers__dot:focus-visible {
  outline: 3px solid rgba(135, 109, 46, 0.28);
  outline-offset: 4px;
}

.turkey-offers .start-offers__counter {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #5f6469;
  font-size: 14px;
  white-space: nowrap;
}

.turkey-offers #turkeyOffersCurrent {
  color: #876d2e;
  font-size: 18px;
  font-weight: 700;
}

.turkey-offers .start-offers__counter-label {
  margin-left: 3px;
  color: #777c81;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .turkey-offers .start-offer-card {
    width: calc(100% - 40px);
    min-height: 560px;
  }

  .turkey-offers .start-offer-card__content {
    margin: 38px 0 38px 38px;
  }
}

@media (max-width: 700px) {
  .turkey-offers {
    padding: 38px 0 34px;
  }

  .turkey-offers .start-offers__top,
  .turkey-offers .start-offers__below {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .turkey-offers .start-offers__top {
    margin-bottom: 18px;
  }

  .turkey-offers .start-offer-card {
    width: 100%;
    min-height: 560px;
  }

  .turkey-offers .start-offer-card::after {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.12) 70%
      );
  }

  .turkey-offers .start-offer-card__content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    margin: 0;
    padding: 22px;
    background: rgba(238, 238, 238, 0.93);
  }

  .turkey-offers .start-offer-card__name {
    font-size: 30px;
  }

  .turkey-offers .start-offer-card__teaser {
    display: none;
  }

  .turkey-offers .start-offer-card__bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .turkey-offers .start-offer-card__cta {
    width: 100%;
    box-sizing: border-box;
  }

  .turkey-offers .start-offer-card__region {
    top: 14px;
    right: 14px;
    bottom: auto;
  }

  .turkey-offers .start-offers__below {
    margin-top: 20px;
  }

  .turkey-offers .start-offers__intro {
    font-size: 14px;
  }

  .turkey-offers .start-offers__navigation {
    grid-template-columns: auto 1fr;
    gap: 16px;
    margin-top: 15px;
  }

  .turkey-offers .start-offers__counter {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .turkey-offers .start-offers__track {
    scroll-behavior: auto;
  }

  .turkey-offers .start-offer-card__image,
  .turkey-offers .start-offers__dot {
    transition: none;
  }

  .turkey-offers .start-offers__dot.is-active.is-running::after {
    animation: none;
  }
}

/* TURKEY_SLIDER_LAYOUT_SYNC_INDEX_V3
   Nur für den Angebotsslider auf golfreisentuerkei.asp.

   Ursache der bisherigen Überlappung:
   Der Türkei-Slider liegt innerhalb eines schmaleren .container,
   während die Karte mit 80vw/1400px breiter als ihre 100%-Gridspalte
   werden konnte. Dadurch überlappten sich benachbarte Slides.

   Diese Regeln:
   1. lösen den Slider wie auf index.asp auf volle Browserbreite,
   2. halten jede Karte innerhalb ihrer eigenen Gridspalte,
   3. übernehmen die Desktop-/Tablet-/Mobil-Proportionen von index.asp,
   4. überschreiben die späteren Inline-Regeln der Türkei-Seite gezielt.
*/

/* Vollbreite wie auf index.asp, obwohl der Block in .container steht. */
.turkey-offers {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 20px 0 48px !important;
  box-sizing: border-box !important;
  transform: translateX(-50%) !important;
}

/* Überschrift und Navigation behalten die Index-Breite. */
.turkey-offers .start-offers__top,
.turkey-offers .start-offers__below {
  width: min(1400px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.turkey-offers .start-offers__top {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.turkey-offers .start-offers__below {
  margin-top: 24px !important;
}

/* Eine exakt 100% breite Gridspalte je Slide. */
.turkey-offers .start-offers__viewport {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
}

.turkey-offers .start-offers__track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: 100% !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scroll-padding: 0 !important;
  scrollbar-width: none !important;
  overscroll-behavior-inline: contain !important;
  -webkit-overflow-scrolling: touch;
}

.turkey-offers .start-offers__track::-webkit-scrollbar {
  display: none !important;
}

/*
 * Exakt dieselbe Kartenbreite wie auf index.asp.
 * max-width:100% verhindert zusätzlich, dass eine Karte jemals breiter
 * als ihre eigene Gridspalte wird.
 */
.turkey-offers .start-offer-card {
  position: relative !important;
  width: min(80vw, 1400px) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 620px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #222 !important;
  scroll-snap-align: center !important;
  scroll-snap-stop: always !important;
}

.turkey-offers .start-offer-card__image-link {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.turkey-offers .start-offer-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

/* Textbox-Proportionen wie auf index.asp. */
.turkey-offers .start-offer-card__content {
  position: relative !important;
  z-index: 2 !important;
  width: min(520px, calc(100% - 64px)) !important;
  margin: 52px 0 52px 52px !important;
  padding: 30px 34px !important;
  box-sizing: border-box !important;
}

/* Desktop-Navigation wie auf index.asp. */
.turkey-offers .start-offers__navigation {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  grid-template-columns: none !important;
  gap: 24px !important;
  margin-top: 18px !important;
}

.turkey-offers .start-offers__controls {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex-shrink: 0 !important;
}

/* Tablet-Proportionen wie auf index.asp. */
@media (max-width: 1000px) {
  .turkey-offers .start-offer-card {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    min-height: 560px !important;
  }

  .turkey-offers .start-offer-card__content {
    margin: 38px 0 38px 38px !important;
  }
}

/* Smartphone-Proportionen und Navigation wie auf index.asp. */
@media (max-width: 700px) {
  .turkey-offers {
    padding: 38px 0 34px !important;
  }

  .turkey-offers .start-offers__top,
  .turkey-offers .start-offers__below {
    width: auto !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .turkey-offers .start-offers__top {
    margin-bottom: 18px !important;
  }

  .turkey-offers .start-offer-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 560px !important;
  }

  .turkey-offers .start-offer-card__content {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 22px !important;
  }

  .turkey-offers .start-offers__below {
    margin-top: 20px !important;
  }

  .turkey-offers .start-offers__navigation {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 15px !important;
  }

  .turkey-offers .start-offers__controls {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .turkey-offers .start-offers__counter {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  .turkey-offers .start-offers__dots {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .turkey-offers .start-offers__counter-label {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .turkey-offers .start-offers__track {
    scroll-behavior: auto !important;
  }
}

