/* =========================================================
   Reise-Onepager für WordPress/Kuferweb
   Alle Regeln sind auf .reise-onepager begrenzt.
========================================================= */

@font-face {
  font-family: 'OlliFont';
  src: url('https://www.kurse-bei-boesner.de/wp-includes/fonts/NettoOT-Bold.woff2') format('woff2'), /* Modernste Browser */
       url('https://www.kurse-bei-boesner.de/wp-includes/fonts/NettoOT-Bold.woff') format('woff');   /* Ältere Browser */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Empfohlen für Performance */
}

@font-face {
  font-family: 'Handschrift';
  src: url('https://www.kurse-bei-boesner.de/wp-includes/fonts/above-the-beyond-script.woff2') format('woff2'), /* Modernste Browser */
       url('https://www.kurse-bei-boesner.de/wp-includes/fonts/above-the-beyond-script.woff') format('woff');   /* Ältere Browser */
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Empfohlen für Performance */
}

.reise-onepager {
  --boesner-main: #4e606a;
  --boesner-main-dark: #3f5059;
  --boesner-main-soft: #6c7b83;
  --boesner-gold: #bc952f;
  --boesner-mist: #dbdfe4;
  --boesner-warm-white: #f7f6f2;
  --boesner-text: #2e2e2e;

  --gray-50: #f7f8f9;
  --gray-100: #eef1f3;
  --gray-200: #dbdfe4;
  --gray-300: #c6cdd3;

  --font-base: Arial, Helvetica, sans-serif;
  --font-heading: Arial, Helvetica, sans-serif;

  --fs-body: 16px;
  --fs-small: 13px;
  --fs-meta: 14px;
  --fs-nav: 15px;
  --fs-h1: clamp(30px, 3vw, 46px);
  --fs-h2: clamp(24px, 2vw, 34px);
  --fs-h3: clamp(19px, 1.35vw, 24px);

  --boesner-header-offset: 94px;
  --anchor-height: 52px;

  width: 100%;
  background: #fff;
  color: var(--boesner-text);
  font-family: var(--font-base);
  font-size: var(--fs-body);
  line-height: 1.62;
  font-weight: 400;
}

.reise-onepager,
.reise-onepager *,
.reise-onepager *::before,
.reise-onepager *::after {
  box-sizing: border-box;
  box-shadow: none !important;
}

.reise-onepager a {
  color: inherit;
}

.reise-onepager button,
.reise-onepager input,
.reise-onepager select,
.reise-onepager textarea {
  font: inherit;
}

.reise-onepager button {
  cursor: pointer;
}

.reise-onepager img {
  max-width: 100%;
  height: auto;
  display: block;
}

.reise-onepager .rop-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
}

/* =========================================================
   HERO SLIDER
========================================================= */

.reise-onepager .rop-hero {
  background: #fff;
}

.reise-onepager .rop-hero-slider {
  position: relative;
  height: clamp(340px, 43vw, 550px);
  overflow: hidden;
  background: var(--gray-50);
}

.reise-onepager .rop-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}

.reise-onepager .rop-hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.reise-onepager .rop-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.reise-onepager .rop-slider-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18%;
  z-index: 4;
  border: 0;
  background: transparent;
}

.reise-onepager .rop-slider-prev {
  left: 0;
}

.reise-onepager .rop-slider-next {
  right: 0;
}

.reise-onepager .rop-slider-bullets {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 7px;
}

.reise-onepager .rop-slider-bullets button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(0,0,0,.50);
  border-radius: 50% !important;
  background: rgba(0,0,0,.75);
  opacity: .45;
}

.reise-onepager .rop-slider-bullets button.active {
  opacity: 1;
  background: var(--boesner-gold);
}

.reise-onepager .rop-hero-caption {
  position: absolute;
  left: clamp(20px, 5vw, 86px);
  right: clamp(20px, 5vw, 86px);
  bottom: clamp(42px, 6vw, 82px);
  z-index: 6;
  color: #fff;
  pointer-events: none;
}

.reise-onepager .rop-hero-caption-title {
  display: block;
  width: 100%;
  max-width: 1180px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(20px, 3.1vw, 46px);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: .018em;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, .72),
    0 1px 2px rgba(0, 0, 0, .55);
}

.reise-onepager .rop-hero-caption-copy {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 7;
  display: block;
  max-width: 55vw;
  color: rgba(255, 255, 255, .48);
  font-size: clamp(7px, .55vw, 9px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: .01em;
  text-align: right;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .9);
}
.reise-onepager .rop-hero-slide {
  position: absolute;
  inset: 0;
}

@media (max-width: 760px) {
  .reise-onepager .rop-hero-caption {
    left: 18px;
    right: 18px;
    bottom: 52px;
  }

  .reise-onepager .rop-hero-caption-title {
    font-size: clamp(18px, 6vw, 30px);
    line-height: 1.18;
  }

  .reise-onepager .rop-hero-caption-copy {
    bottom: -24px;
    max-width: 78vw;
    font-size: 8px;
  }
}
/* =========================================================
   TITLE / META
========================================================= */

.reise-onepager .rop-title {
  position: relative;
  background: var(--boesner-main);
  color: #fff;
  padding-top: clamp(36px, 4vw, 62px);
  padding-bottom: clamp(36px, 4vw, 62px);
}

.reise-onepager .rop-breadcrumb {
  font-size: 12px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.72);
}

.reise-onepager .rop-breadcrumb a {
  color: rgba(255,255,255,0.84);
  text-decoration: none;
}

.reise-onepager .rop-breadcrumb span {
  color: rgba(255,255,255,0.42);
  margin: 0 4px;
}

.reise-onepager .rop-title-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
}

.reise-onepager .rop-title h1 {
  max-width: 980px;
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: var(--fs-h1);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--boesner-gold);
}

.reise-onepager .rop-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: var(--fs-meta);
  color: rgba(255,255,255,0.88);
  line-height: 1.45;
}

.reise-onepager .rop-primary-title-btn {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--boesner-gold);
  border: 1px solid var(--boesner-gold);
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.reise-onepager .rop-primary-title-btn:hover {
  background: var(--boesner-main-dark);
  border-color: var(--boesner-main-dark);
  color: #fff;
}

/* =========================================================
   ANCHOR NAVIGATION
========================================================= */

.reise-onepager .rop-anchor-nav {
  position: sticky;
  top: var(--boesner-header-offset);
  z-index: 800;
  width: 100%;
  background: var(--boesner-warm-white);
  border-top: 1px solid var(--boesner-mist);
  border-bottom: 1px solid var(--boesner-mist);
}

.reise-onepager .rop-anchor-nav .rop-anchor-inner {
  width: 100%;
  max-width: none;
  height: var(--anchor-height);
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.reise-onepager .rop-anchor-inner a {
  position: relative;
  width: 100%;
  height: var(--anchor-height);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--boesner-warm-white);
  color: var(--boesner-main);
  text-decoration: none;
  font-family: var(--font-base);
  font-size: var(--fs-nav);
  font-weight: 700;
  border: 0;
}

.reise-onepager .rop-anchor-inner a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: rgba(78, 96, 106, 0.28);
}

.reise-onepager .rop-anchor-inner a:hover,
.reise-onepager .rop-anchor-inner a.active {
  color: var(--boesner-main-dark);
}

/* =========================================================
   REISEZIEL
========================================================= */

.reise-onepager .rop-destination-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.reise-onepager .rop-destination-content h3 {
  margin-top: 0;
}

.reise-onepager .rop-destination-box {
  padding: 26px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager .rop-destination-box p {
  margin: 0 0 6px;
  text-align: left;
}

.reise-onepager .rop-destination-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .reise-onepager .rop-destination-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .reise-onepager .rop-destination-box {
    width: 100%;
  }
}

/* =========================================================
   REISEZIEL / UNTERKUNFT SLIDER
========================================================= */

.reise-onepager .rop-destination-slider-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 46px;
}
.reise-onepager #rop-reiseziel h2 {
  margin-top: 0;
}

.reise-onepager .rop-destination-side {
  padding-top: 0;
}

.reise-onepager .rop-map-box {
  margin-top: 0;
}

.reise-onepager .rop-map-box h3 {
  margin: 0 0 16px;
}

.reise-onepager .rop-premium-map {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #eef1f3;
  border: 1px solid var(--boesner-mist);
}

.reise-onepager .rop-map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--boesner-main);
  font-size: 14px;
  background: linear-gradient(135deg, #f7f6f2, #eef1f3);
}

.reise-onepager .leaflet-control-attribution {
  font-size: 10px;
}

@media (max-width: 760px) {
  .reise-onepager .rop-premium-map {
    height: 260px;
  }
}

.reise-onepager .rop-destination-slider {
  position: relative;
  width: 100%;
  height: clamp(340px, 43vw, 550px);
  overflow: hidden;
  background: var(--gray-50);
}

.reise-onepager .rop-destination-slide,
.reise-onepager .rop-hotel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}

.reise-onepager .rop-hotel-slide {
  inset: 10px;
}

.reise-onepager .rop-destination-slide.active,
.reise-onepager .rop-hotel-slide.active {
  opacity: 1;
  z-index: 2;
}

.reise-onepager .rop-destination-slide img,
.reise-onepager .rop-hotel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.reise-onepager .rop-destination-bullets,
.reise-onepager .rop-hotel-bullets {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  gap: 7px;
}

.reise-onepager .rop-destination-bullets button,
.reise-onepager .rop-hotel-bullets button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(0,0,0,.50);
  border-radius: 50% !important;
  background: rgba(0,0,0,.75);
  opacity: .45;
}

.reise-onepager .rop-destination-bullets button.active,
.reise-onepager .rop-hotel-bullets button.active {
  opacity: 1;
  background: var(--boesner-gold);
}

.reise-onepager .rop-slide-copy {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 7;
  display: block;
  max-width: 55vw;
  color: rgba(255, 255, 255, .48);
  font-size: clamp(7px, .55vw, 9px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: .01em;
  text-align: right;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .9);
}

.reise-onepager .rop-hotel-layout {
  display: grid;
  grid-template-columns: minmax(280px, 600px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.reise-onepager .rop-hotel-slider {
  position: relative;
  width: min(100%, 600px);
  aspect-ratio: 800 / 550;
  height: auto;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--boesner-gold);
}

.reise-onepager .rop-hotel-content {
  min-width: 0;
  width: 100%;
}

.reise-onepager .rop-hotel-accordion {
  border-top: 1px solid var(--boesner-mist);
}

.reise-onepager .rop-destination-side {
  display: grid;
  gap: 22px;
  align-self: start;
}

.reise-onepager .rop-map-box {
  padding: 26px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager .rop-map-box h3 {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--boesner-main);
}

.reise-onepager .rop-osm-map {
  width: 100%;
  height: 300px;
  background: var(--gray-50);
  border: 1px solid var(--boesner-mist);
  overflow: hidden;
}

@media (max-width: 900px) {
  .reise-onepager .rop-hotel-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reise-onepager .rop-hotel-slider {
    width: min(100%, 600px);
    margin: 0 auto;
  }

  .reise-onepager .rop-hotel-content {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .reise-onepager .rop-destination-slider {
    height: 260px;
  }

  .reise-onepager .rop-destination-box,
  .reise-onepager .rop-map-box {
    padding: 22px 20px;
  }

  .reise-onepager .rop-osm-map {
    height: 260px;
  }

  .reise-onepager .rop-hotel-slider {
    aspect-ratio: 800 / 550;
  }
}

@media (max-width: 480px) {
  .reise-onepager .rop-destination-grid,
  .reise-onepager .rop-hotel-layout {
    gap: 22px;
  }
}

/* =========================================================
   REISEZIEL: VIDEOBOX WIE KARTENBOX
========================================================= */

.reise-onepager #rop-reiseziel .rop-video-box {
  margin-top: 24px;
  padding: 30px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager #rop-reiseziel .rop-video-box h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--boesner-main);
  line-height: 1.25;
}

.reise-onepager #rop-reiseziel .rop-video-player {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--boesner-mist);
}

.reise-onepager #rop-reiseziel .rop-video-player video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #111;
}

@media (max-width: 760px) {
  .reise-onepager #rop-reiseziel .rop-video-box {
    padding: 22px 20px;
  }
}

/* =========================================================
   OVERVIEW / KURSBESCHREIBUNG / REISEVERLAUF
========================================================= */

.reise-onepager .rop-overview-wrapper {
  background: #fff;
  border-bottom: 8px solid var(--gray-50);
  padding: 52px 0 58px;
  scroll-margin-top: calc(var(--boesner-header-offset) + var(--anchor-height) + 40px);
}

.reise-onepager .rop-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(40px, 6vw, 110px);
  align-items: stretch;
}

.reise-onepager .rop-overview-main,
.reise-onepager .rop-overview-sidebar {
  min-width: 0;
}

.reise-onepager .rop-overview-sidebar {
  align-self: stretch;
}

.reise-onepager .rop-overview-sidebar-top {
  position: relative;
  z-index: 1;
}

.reise-onepager .rop-content-section {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.reise-onepager .rop-content-section::after {
  content: "";
  display: block;
  clear: both;
}

.reise-onepager .rop-content-section h2,
.reise-onepager .rop-wide-section h2 {
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  font-weight: 400;
  line-height: 1.25;
  color: var(--boesner-main);
  margin: 0 0 22px;
}

.reise-onepager .rop-content-section h2::after,
.reise-onepager .rop-wide-section h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: var(--boesner-gold);
  margin-top: 12px;
}

.reise-onepager .rop-content-section h3,
.reise-onepager .rop-wide-section h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  font-weight: 400;
  line-height: 1.28;
  color: var(--boesner-main-soft);
  margin: 30px 0 12px;
}

.reise-onepager .rop-content-section p,
.reise-onepager .rop-wide-section p,
.reise-onepager .rop-acc-inner p,
.reise-onepager .rop-guide-content p,
.reise-onepager .rop-organizer-card p {
  margin: 0 0 0px;
  font-size: var(--fs-body);
  line-height: 1.72;
  text-align: justify;
  hyphens: auto;
}

.reise-onepager .rop-content-section ul,
.reise-onepager .rop-wide-section ul {
  margin: 0 0 22px 19px;
  padding: 0;
}

.reise-onepager #rop-kursbeschreibung-bereich li {
  text-align: justify;
  hyphens: auto;
}

.reise-onepager #rop-kursbeschreibung,
.reise-onepager #rop-reiseverlauf,
.reise-onepager #rop-leistungen,
.reise-onepager #rop-unterkunft {
  scroll-margin-top: calc(var(--boesner-header-offset) + var(--anchor-height) + 28px);
}

/* =========================================================
   KURSBILD
========================================================= */

.reise-onepager .rop-course-description-image {
  position: relative;
  float: left;
  width: min(38%, 300px);
  aspect-ratio: 550 / 800;
  margin: 6px 38px 28px 0;
  padding: 10px;
  background: #fff;
  border: 3px solid var(--boesner-gold);
  overflow: hidden;
  cursor: zoom-in;
}

.reise-onepager .rop-course-description-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .85s ease;
  transform-origin: center center;
  will-change: transform;
}

.reise-onepager .rop-course-description-image:hover img {
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .reise-onepager .rop-course-description-image img {
    transition: none;
  }

  .reise-onepager .rop-course-description-image:hover img {
    transform: none;
  }
}

/* =========================================================
   KURSLEITUNG / REISELEITUNG
========================================================= */

.reise-onepager .rop-guide-block {
  margin: 42px 0;
}

.reise-onepager .rop-guide-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding: 30px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
  color: var(--boesner-text);
  text-align: justify;
}

.reise-onepager .rop-guide-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.reise-onepager .rop-guide-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 6px solid #fff;
  outline: 3px solid var(--boesner-gold);
  background: #fff;
}

.reise-onepager .rop-guide-content h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  font-weight: 400;
  line-height: 1.28;
  color: var(--boesner-main);
  margin: 0 0 14px;
}

.reise-onepager .rop-guide-content p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   KURSLEITUNG / REISELEITUNG: WEITERLESEN
========================================================= */

.reise-onepager .rop-guide-readmore-text {
  position: relative;
}

.reise-onepager .rop-guide-readmore-text p:first-child {
  margin-bottom: 20px;
}

.reise-onepager .rop-guide-readmore-text p[hidden] {
  display: none !important;
}

.reise-onepager .rop-guide-readmore-btn {
  width: 100%;
  margin-top: 0;
  padding: 17px 0 0;
  border: 0;
  border-top: 1px solid var(--boesner-mist);
  background: transparent;
  color: var(--boesner-main);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-family: var(--font-base);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
}

.reise-onepager .rop-guide-content.is-guide-open .rop-guide-readmore-btn {
  margin-top: 20px;
}

.reise-onepager .rop-guide-readmore-btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--boesner-gold);
  border-bottom: 2px solid var(--boesner-gold);
  transform: rotate(45deg);
  transition: transform .25s ease;
  margin-right: 4px;
}

.reise-onepager .rop-guide-content.is-guide-open .rop-guide-readmore-btn::after {
  transform: rotate(-135deg);
}

.reise-onepager .rop-guide-readmore-btn:hover {
  color: var(--boesner-main-dark);
}

/* =========================================================
   ACCORDION
========================================================= */

.reise-onepager .rop-accordion {
  border-top: 1px solid var(--boesner-mist);
}

.reise-onepager .rop-acc {
  border-bottom: 1px solid var(--boesner-mist);
}

.reise-onepager .rop-acc-head {
  width: 100%;
  border: 0;
  background: #fff;
  color: var(--boesner-main);
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-family: var(--font-base);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.reise-onepager .rop-acc-head:hover {
  color: var(--boesner-main-dark);
}

.reise-onepager .rop-acc-head i {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--boesner-gold);
  border-bottom: 2px solid var(--boesner-gold);
  transform: rotate(45deg);
  transition: transform .25s ease;
  margin-right: 4px;
}

.reise-onepager .rop-acc.active .rop-acc-head i {
  transform: rotate(-135deg);
}

.reise-onepager .rop-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .34s ease;
}

.reise-onepager .rop-acc-inner {
  padding: 0 0 20px;
}

/* =========================================================
   REISEPROGRAMM: AUTOMATISCH ERZEUGTE ACCORDIONS
========================================================= */

.reise-onepager .rop-travel-program-generated {
  margin-top: 22px;
}

.reise-onepager .rop-acc-head {
  gap: 16px;
}

.reise-onepager .rop-acc-title {
  flex: 1;
  min-width: 0;
}

.reise-onepager .rop-acc-day {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--boesner-main-soft);
  white-space: nowrap;
}

.reise-onepager .rop-acc-head i {
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .reise-onepager .rop-acc-head {
    align-items: flex-start;
    gap: 10px;
  }

  .reise-onepager .rop-acc-day {
    font-size: 13px;
  }

  .reise-onepager .rop-acc-head i {
    margin-top: 5px;
  }
}

/* =========================================================
   SIDEBAR / KONTAKT / HIGHLIGHTS
========================================================= */

.reise-onepager .rop-side-box {
  background: #fff;
  margin-bottom: 24px;
}

.reise-onepager .rop-side-box h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: 1.25;
  color: var(--boesner-main);
  margin: 0 0 14px;
}

.reise-onepager .rop-highlights {
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
  padding: 30px;
  color: var(--boesner-text);
}

.reise-onepager .rop-highlights ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.reise-onepager .rop-side-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 26px;
}

.reise-onepager .rop-side-actions .rop-btn {
  width: 100%;
}

.reise-onepager .rop-contact-box {
  background: var(--boesner-mist);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
  padding: 24px;
  position: sticky;
  top: calc(var(--boesner-header-offset) + var(--anchor-height) + 24px);
  z-index: 10;
  margin-bottom: 0;
}

.reise-onepager .rop-contact-flex {
  display: grid;
  grid-template-columns: 1fr 86px;
  gap: 20px;
  align-items: center;
}

.reise-onepager .rop-contact-flex img {
  width: 86px;
  height: 86px;
  border-radius: 50% !important;
  object-fit: cover;
  border: 0;
  outline: 0;
}

.reise-onepager .rop-booking-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.reise-onepager .rop-booking-buttons .rop-btn {
  width: 100%;
  min-height: 42px;
}

.reise-onepager .rop-share {
  text-align: center;
  margin-top: 18px;
}

.reise-onepager .rop-share p {
  margin: 0 0 8px;
  font-weight: bold;
  text-align: center;
}

.reise-onepager .rop-share button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 0;
  background: var(--boesner-main);
  color: #fff;
  margin: 0 3px;
}

.reise-onepager .rop-share button:hover {
  background: var(--boesner-gold);
}

/* =========================================================
   BUTTONS
========================================================= */

.reise-onepager .rop-btn {
  border: 1px solid var(--boesner-gold);
  background: var(--boesner-gold);
  color: #fff;
  padding: 10px 14px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-small);
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.reise-onepager .rop-btn:hover,
.reise-onepager .rop-btn-dark:hover,
.reise-onepager .rop-btn-light:hover {
  background: var(--boesner-main);
  border-color: var(--boesner-main);
  color: #fff;
}

.reise-onepager .rop-btn-dark,
.reise-onepager .rop-btn-light {
  background: var(--boesner-gold);
  border-color: var(--boesner-gold);
  color: #fff;
}

/* =========================================================
   REISEOPTIONEN / PREISE
========================================================= */

.reise-onepager .rop-price-options {
  display: grid;
  gap: 16px;
  margin: 30px 0 42px;
}

.reise-onepager .rop-price-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager .rop-price-option-featured {
  background: var(--boesner-warm-white);
  border-color: var(--boesner-gold);
}

.reise-onepager .rop-price-option-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--boesner-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reise-onepager .rop-price-option h3 {
  margin: 0 0 10px;
  color: var(--boesner-main);
}

.reise-onepager .rop-price-option p {
  max-width: 820px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.reise-onepager .rop-price-option-side {
  display: grid;
  gap: 9px;
  justify-items: stretch;
}

.reise-onepager .rop-price-option-price {
  display: block;
  margin-bottom: 6px;
  color: var(--boesner-main);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.reise-onepager .rop-price-option-side .rop-btn {
  width: 100%;
}

@media (max-width: 900px) {
  .reise-onepager .rop-price-option {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .reise-onepager .rop-price-option-price {
    text-align: left;
  }

  .reise-onepager .rop-price-option-side {
    max-width: 360px;
  }
}

@media (max-width: 760px) {
  .reise-onepager .rop-price-options {
    margin: 24px 0 34px;
  }

  .reise-onepager .rop-price-option {
    padding: 22px 20px;
  }

  .reise-onepager .rop-price-option-side {
    max-width: none;
  }
}

/* =========================================================
   UNVERBINDLICHE BUCHUNGSANFRAGE UNTEN
========================================================= */

.rop-request-section[hidden] {
  display: none;
}

.rop-request-section {
  padding: clamp(52px, 6vw, 90px) 20px;
  background: #f3f3f3;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
}

.rop-request-section.is-open {
  animation: ropRequestOpen 0.35s ease both;
}

@keyframes ropRequestOpen {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rop-request-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rop-request-card {
  position: relative;
  background: #fff;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
}

.rop-request-title {
  background: #f1f1f1;
  margin: calc(clamp(28px, 4vw, 44px) * -1) calc(clamp(28px, 4vw, 44px) * -1) clamp(28px, 4vw, 38px);
  padding: clamp(20px, 3vw, 28px) 58px clamp(20px, 3vw, 28px);
  text-align: center;
}

.rop-request-title h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 600;
  color: #111;
}

.rop-request-close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.rop-request-close:hover {
  opacity: 0.65;
}

.rop-request-form {
  margin: 0;
}

.rop-request-summary-block {
  margin: 0 0 clamp(28px, 4vw, 38px);
  padding: 22px 24px;
  background: #f7f5f0;
  border-left: 4px solid var(--gold, #c6a96b);
}

.rop-request-summary-block h3 {
  margin: 0 0 16px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.rop-request-summary-list {
  margin: 0;
}

.rop-request-summary-list div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rop-request-summary-list div:last-child {
  border-bottom: 0;
}

.rop-request-summary-list dt {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.rop-request-summary-list dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
}

.rop-request-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 clamp(26px, 4vw, 36px);
}

.rop-request-fieldset legend {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.rop-request-help {
  margin: -4px 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
}

.rop-form-label {
  display: block;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #222;
}

.rop-form-label span {
  color: #9b6f00;
  font-weight: 700;
}

.rop-form-label-hidden {
  font-size: 0;
}

.rop-form-label-hidden textarea {
  font-size: 16px;
}

.rop-request-form input[type="text"],
.rop-request-form input[type="email"],
.rop-request-form input[type="tel"],
.rop-request-form input[type="number"],
.rop-request-form select,
.rop-request-form textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 12px 14px;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  outline: none;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.rop-request-form select {
  cursor: pointer;
}

.rop-request-form textarea {
  min-height: 150px;
  resize: vertical;
}

.rop-request-form input:focus,
.rop-request-form select:focus,
.rop-request-form textarea:focus {
  border-color: #111;
  background: #fff;
}

.rop-request-form input.is-invalid,
.rop-request-form select.is-invalid,
.rop-request-form textarea.is-invalid {
  border-color: #b00020;
  background: #fff8f8;
}

.rop-request-form input:valid,
.rop-request-form select:valid,
.rop-request-form textarea:valid {
  border-color: #b8b8b8;
}

.rop-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rop-form-row-street {
  grid-template-columns: minmax(0, 1fr) 150px;
}

.rop-request-privacy {
  margin: 8px 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}

.rop-request-privacy label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.rop-request-privacy input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.rop-required-note {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}

.rop-request-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.rop-request-submit:hover {
  opacity: 0.86;
}

.rop-request-submit:active {
  transform: translateY(1px);
}

@media (max-width: 760px) {
  .rop-request-section {
    padding: 44px 14px;
  }

  .rop-request-card {
    padding: 24px 18px;
  }

  .rop-request-title {
    margin: -24px -18px 28px;
    padding: 19px 48px 19px 18px;
  }

  .rop-request-title h2 {
    font-size: 25px;
  }

  .rop-request-close {
    top: 15px;
    right: 14px;
    width: 32px;
    height: 32px;
    font-size: 26px;
  }

  .rop-request-summary-block {
    padding: 18px;
  }

  .rop-request-summary-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .rop-form-row,
  .rop-form-row-street {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rop-request-submit {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .rop-request-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rop-request-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rop-request-title {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.rop-request-section.has-no-selected-option [data-request-option-text],
.rop-request-section.has-no-selected-option [data-request-price-text] {
  color: #777;
  font-style: italic;
}

.rop-request-section.has-selected-option [data-request-option-text],
.rop-request-section.has-selected-option [data-request-price-text] {
  color: #111;
  font-style: normal;
}

/* =========================================================
   SEPARATE CONTENT-SECTIONS
========================================================= */

.reise-onepager .rop-wide-section {
  background: #fff;
  border-bottom: 8px solid var(--gray-50);
  padding: 52px 0 58px;
}

.reise-onepager #rop-reiseziel {
  padding-top: 0;
}

.reise-onepager .rop-wide-inner {
  max-width: none;
}

.reise-onepager .rop-service-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.reise-onepager .rop-organizer-section {
  padding-bottom: 48px;
}

.reise-onepager .rop-organizer-card {
  padding-top: 10px;
}

.reise-onepager .rop-organizer-logo {
  font-family: var(--font-heading);
  font-size: 28px;
  margin-bottom: 12px;
}

/* =========================================================
   TABLE
========================================================= */

.reise-onepager .rop-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 22px;
}

.reise-onepager .rop-price-table th,
.reise-onepager .rop-price-table td {
  border-bottom: 1px solid var(--boesner-mist);
  padding: 15px 10px;
  vertical-align: top;
  text-align: left;
}

.reise-onepager .rop-price-table th {
  font-family: var(--font-base);
  font-weight: 600;
  color: var(--boesner-main);
}

.reise-onepager .rop-price-table td:last-child {
  width: 210px;
}

.reise-onepager .rop-price-table .rop-btn {
  width: 100%;
  margin-bottom: 4px;
  font-size: 12px;
}

.reise-onepager .rop-status {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.reise-onepager .rop-status.available {
  color: var(--boesner-main);
}

.reise-onepager .rop-status.request {
  color: var(--boesner-main-soft);
}

/* =========================================================
   MODALS
========================================================= */

.reise-onepager .rop-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}

.reise-onepager .rop-modal.is-open {
  display: block;
}

.reise-onepager .rop-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

.reise-onepager .rop-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(92vw, 560px);
  max-height: 86vh;
  overflow: auto;
  margin: 7vh auto;
  background: #fff;
  padding: 34px;
}

.reise-onepager .rop-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
}

.reise-onepager .rop-demo-form {
  display: grid;
  gap: 14px;
}

.reise-onepager .rop-demo-form label {
  display: grid;
  gap: 6px;
}

.reise-onepager .rop-demo-form input,
.reise-onepager .rop-demo-form select,
.reise-onepager .rop-demo-form textarea {
  width: 100%;
  border: 1px solid var(--gray-300);
  padding: 10px;
}

/* =========================================================
   SCROLL REVEAL
========================================================= */

.reise-onepager .rop-scroll-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.reise-onepager .rop-scroll-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
  .reise-onepager {
    --boesner-header-offset: 115px !important;
  }
}
@media (max-width: 939px) {
  .reise-onepager {
    --boesner-header-offset: 140px !important;
  }
}
@media (max-width: 767px) {
  .reise-onepager {
    --boesner-header-offset: 128px !important;
  }
}

@media (max-width: 1024px) {
  .reise-onepager {
    --boesner-header-offset: 90px;
  }

  .reise-onepager .rop-overview-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reise-onepager .rop-contact-box {
    position: static;
  }
}

@media (max-width: 760px) {
  .reise-onepager {
    --boesner-header-offset: 0px;
    --anchor-height: 48px;
  }

  .reise-onepager .rop-hero-slider {
    height: 260px;
  }

  .reise-onepager .rop-title-row {
    grid-template-columns: 1fr;
  }

  .reise-onepager .rop-primary-title-btn {
    width: 100%;
    justify-content: center;
    justify-self: start;
  }

  .reise-onepager .rop-anchor-nav .rop-anchor-inner {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
  }

  .reise-onepager .rop-anchor-inner a {
    min-width: 150px;
    font-size: 13px;
  }

  .reise-onepager .rop-anchor-inner a + a::before {
    top: 12px;
    bottom: 12px;
  }

  .reise-onepager .rop-overview-wrapper,
  .reise-onepager .rop-wide-section {
    padding: 34px 0 42px;
  }

  .reise-onepager .rop-course-description-image {
    float: none;
    width: min(100%, 320px);
    margin: 0 auto 28px;
  }

  .reise-onepager .rop-guide-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .reise-onepager .rop-guide-image {
    justify-content: flex-start;
  }

  .reise-onepager .rop-guide-image img {
    width: 130px;
    height: 130px;
  }

  .reise-onepager .rop-side-actions,
  .reise-onepager .rop-booking-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .reise-onepager .rop-price-table,
  .reise-onepager .rop-price-table thead,
  .reise-onepager .rop-price-table tbody,
  .reise-onepager .rop-price-table tr,
  .reise-onepager .rop-price-table th,
  .reise-onepager .rop-price-table td {
    display: block;
    width: 100%;
  }

  .reise-onepager .rop-price-table thead {
    display: none;
  }

  .reise-onepager .rop-price-table tr {
    border-bottom: 2px solid var(--boesner-text);
    padding: 12px 0;
  }

  .reise-onepager .rop-price-table td {
    border-bottom: 1px solid var(--gray-200);
  }
}

.breadcrumb {
    display: none !important;
}

.reise-onepager {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
}

.entry-content,
.kw-kurs,
#content,
.site-content {
  overflow: visible;
}

.debug-btn {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 999;
}
.modal-lg {
    width: 1800px;
}
.rop-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* =========================================================
   ERFOLGSMODAL BUCHUNGSANFRAGE
========================================================= */

.rop-success-modal .rop-modal-dialog {
  max-width: 560px;
}

.rop-success-content {
  text-align: center;
  padding: 12px 4px 4px;
}

.rop-success-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border: 2px solid #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.rop-success-content h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.rop-success-content p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
}

.rop-success-note {
  margin-top: 18px;
  color: #555;
}

.rop-success-content .rop-btn {
  margin-top: 18px;
}

/* =========================================================
   OPENSTREETMAP PREMIUM PIN
========================================================= */

.reise-onepager .rop-premium-pin {
  position: relative;
  width: 30px;
  height: 30px;
  background: var(--boesner-gold);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0 !important;
  transform: rotate(-45deg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28) !important;
}

.reise-onepager .rop-premium-pin::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 7px;
  top: 7px;
  background: #fff;
  border-radius: 50% !important;
}
/* =========================================================
   OPENSTREETMAP: DEUTSCH, FARBIG, SCHLICHT
========================================================= */

.reise-onepager .rop-osm-map {
  position: relative;
  background: #eef1f3;
}

.reise-onepager .rop-osm-map .leaflet-tile-pane {
  filter: saturate(0.78) contrast(0.93) brightness(1.04);
}

.reise-onepager .rop-osm-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 400;
  pointer-events: none;
  background: rgba(247, 246, 242, 0.10);
}

.reise-onepager .leaflet-control-attribution,
.reise-onepager .leaflet-control-zoom {
  opacity: 0.72;
}

/* =========================================================
   REISEZIEL: Kartenbox wie Sidebar-Box ausrichten
========================================================= */

.reise-onepager #rop-reiseziel .rop-destination-grid {
  align-items: start;
}

.reise-onepager #rop-reiseziel .rop-destination-content h2 {
  margin-top: 0;
}

.reise-onepager #rop-reiseziel .rop-destination-side {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.reise-onepager #rop-reiseziel .rop-map-box {
  margin-top: 0 !important;
  padding: 30px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager #rop-reiseziel .rop-map-box h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  line-height: 1.25;
}

.reise-onepager #rop-reiseziel .rop-map-box .rop-osm-map {
  margin-top: 0 !important;
  margin-bottom: 18px;
}

.reise-onepager #rop-reiseziel .rop-map-box .rop-destination-box {
  padding: 0;
  border: 0;
  background: transparent;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 400;
  pointer-events: none;
}
/* =========================================================
   REISEOPTIONEN: AUTOMATISCHE PREIS-TYPEN
========================================================= */

.reise-onepager .rop-price-option-type {
  margin: -4px 0 12px;
  color: var(--boesner-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.reise-onepager .rop-price-option-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 9px;
  background: var(--boesner-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reise-onepager .rop-price-option-featured {
  background: var(--boesner-warm-white);
  border-color: var(--boesner-gold);
}

.reise-onepager .rop-price-option-single-room {
  border-left-color: var(--boesner-gold);
}

.reise-onepager .rop-price-option-double-room {
  background: var(--boesner-warm-white);
}

.reise-onepager .rop-price-option-without-hotel {
  border-left-color: var(--boesner-main-soft);
}

.reise-onepager .rop-price-option-companion {
  border-left-color: var(--boesner-mist);
}

.reise-onepager .rop-price-option[data-plan-type="single-room"] .rop-price-option-type::before {
  content: "Alleinreise";
  display: inline-block;
  margin-right: 8px;
  color: var(--boesner-gold);
}

.reise-onepager .rop-price-option[data-plan-type="double-room"] .rop-price-option-type::before {
  content: "Standard";
  display: inline-block;
  margin-right: 8px;
  color: var(--boesner-gold);
}

.reise-onepager .rop-price-option[data-plan-type="without-hotel"] .rop-price-option-type::before {
  content: "Ohne Hotel";
  display: inline-block;
  margin-right: 8px;
  color: var(--boesner-main-soft);
}

.reise-onepager .rop-price-option[data-plan-type="companion"] .rop-price-option-type::before {
  content: "Begleitperson";
  display: inline-block;
  margin-right: 8px;
  color: var(--boesner-main-soft);
}
.reise-onepager .rop-person-price-block {
  margin: 0 0 28px;
}

.reise-onepager .rop-person-price-block h4 {
  margin: 0 0 14px;
  color: var(--boesner-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.reise-onepager .rop-person-price-block .rop-price-option {
  margin-bottom: 0;
}
.reise-onepager .rop-travel-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

.reise-onepager .rop-travel-type {
  width: 100%;
  border: 1px solid var(--boesner-mist);
  background: #fff;
  padding: 20px;
  text-align: left;
  cursor: pointer;
}

.reise-onepager .rop-travel-type strong {
  display: block;
  color: var(--boesner-main);
  font-size: 18px;
  margin-bottom: 6px;
}

.reise-onepager .rop-travel-type span {
  display: block;
  color: #555;
  line-height: 1.45;
}

.reise-onepager .rop-travel-type.active {
  border-color: var(--boesner-gold);
  background: var(--boesner-warm-white);
}

.reise-onepager .rop-price-group[hidden] {
  display: none !important;
}

.reise-onepager .rop-price-option-companion-with-course {
  border-left-color: var(--boesner-gold);
}

.reise-onepager .rop-price-option-companion-without-course {
  border-left-color: var(--boesner-main-soft);
}

.reise-onepager .rop-price-option[data-plan-type="companion-with-course"] .rop-price-option-type::before {
  content: "Mit Kurs";
  display: inline-block;
  margin-right: 8px;
  color: var(--boesner-gold);
}

.reise-onepager .rop-price-option[data-plan-type="companion-without-course"] .rop-price-option-type::before {
  content: "Ohne Kurs";
  display: inline-block;
  margin-right: 8px;
  color: var(--boesner-main-soft);
}

@media (max-width: 760px) {
  .reise-onepager .rop-travel-type-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   VERANSTALTER FINAL
========================================================= */

.reise-onepager .rop-organizer-card-final {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 30px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager .rop-organizer-seal img {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.reise-onepager .rop-organizer-column h3 {
  margin: 0 0 10px;
  color: var(--boesner-main);
  font-size: 20px;
  line-height: 1.3;
}

.reise-onepager .rop-organizer-column p {
  margin: 0 0 18px;
  text-align: left;
  line-height: 1.65;
}

.reise-onepager .rop-organizer-subline {
  color: var(--boesner-main);
  font-weight: 700;
}

.reise-onepager .rop-organizer-column a,
.reise-onepager .rop-organizer-link {
  color: var(--boesner-main);
  font-weight: 700;
}

@media (max-width: 900px) {
  .reise-onepager .rop-organizer-card-final {
    grid-template-columns: 1fr;
  }

  .reise-onepager .rop-organizer-seal img {
    max-width: 170px;
  }
}
/* =========================================================
   KONTAKT-BLOCK: BUCHUNGSBUTTONS NEBENEINANDER
========================================================= */

.reise-onepager .rop-contact-box .rop-booking-buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reise-onepager .rop-contact-box .rop-booking-buttons .rop-btn {
  min-height: 46px;
}

.reise-onepager .rop-contact-box .rop-booking-buttons .rop-btn-light {
  background: #fff;
  border-color: var(--boesner-gold);
  color: var(--boesner-main);
}

.reise-onepager .rop-contact-box .rop-booking-buttons .rop-btn-light:hover {
  background: var(--boesner-gold);
  border-color: var(--boesner-gold);
  color: #fff;
}

.reise-onepager .rop-contact-box .rop-booking-buttons .rop-btn-dark {
  background: var(--boesner-gold);
  border-color: var(--boesner-gold);
  color: #fff;
}

.reise-onepager .rop-contact-box .rop-booking-buttons .rop-btn-dark:hover {
  background: var(--boesner-main);
  border-color: var(--boesner-main);
  color: #fff;
}

.reise-onepager .rop-contact-box .rop-booking-buttons #ropPrintProgram2 {
  grid-column: 1 / -1;
}

.reise-onepager .rop-contact-box a[href^="mailto:"] {
  color: var(--boesner-main);
  font-weight: 700;
  text-decoration: none;
}

.reise-onepager .rop-contact-box a[href^="mailto:"]:hover {
  color: var(--boesner-gold);
}

@media (max-width: 520px) {
  .reise-onepager .rop-contact-box .rop-booking-buttons {
    grid-template-columns: 1fr;
  }

  .reise-onepager .rop-contact-box .rop-booking-buttons #ropPrintProgram2 {
    grid-column: auto;
  }
}
/* =========================================================
   KONTAKT-BLOCK: PERSONENBILD WIE REISELEITUNG
========================================================= */

.reise-onepager .rop-contact-flex {
  grid-template-columns: 1fr 130px;
  gap: 24px;
  align-items: start;
}

.reise-onepager .rop-contact-flex img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 6px solid #fff;
  outline: 3px solid var(--boesner-gold);
  background: #fff;
}

/* =========================================================
   ANFRAGE-BUTTONS EINHEITLICH
========================================================= */

.reise-onepager .rop-btn-light,
.reise-onepager button[data-open-request] {
  background: #fff;
  border-color: var(--boesner-gold);
  color: var(--boesner-main);
}

.reise-onepager .rop-btn-light:hover,
.reise-onepager button[data-open-request]:hover {
  background: var(--boesner-gold);
  border-color: var(--boesner-gold);
  color: #fff;
}

/* Direkt buchen bleibt Gold */
.reise-onepager .rop-btn-dark {
  background: var(--boesner-gold);
  border-color: var(--boesner-gold);
  color: #fff;
}

.reise-onepager .rop-btn-dark:hover {
  background: var(--boesner-main);
  border-color: var(--boesner-main);
  color: #fff;
}

/* Kontaktblock: erste zwei Buttons nebeneinander, Druckbutton darunter */
.reise-onepager .rop-contact-box .rop-booking-buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reise-onepager .rop-contact-box .rop-booking-buttons #ropPrintProgram2 {
  grid-column: 1 / -1;
}

@media (max-width: 520px) {
  .reise-onepager .rop-contact-flex {
    grid-template-columns: 1fr;
  }

  .reise-onepager .rop-contact-flex img {
    width: 120px;
    height: 120px;
  }

  .reise-onepager .rop-contact-box .rop-booking-buttons {
    grid-template-columns: 1fr;
  }

  .reise-onepager .rop-contact-box .rop-booking-buttons #ropPrintProgram2 {
    grid-column: auto;
  }
}

.reisebuchung-success-notice {
    max-width: 1180px;
    margin: 24px auto;
    padding: 18px 22px;
    background: #e8f3ed;
    border-left: 5px solid #4e606a;
    color: #243238;
    font-size: 16px;
    line-height: 1.55;
}

body.reisebuchung-modal-open {
    overflow: hidden;
}

.reisebuchung-success-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.reisebuchung-success-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 28, 32, 0.58);
}

.reisebuchung-success-modal__box {
    position: relative;
    width: min(100%, 520px);
    background: #fff;
    border-radius: 18px;
    padding: 34px 32px 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    text-align: center;
    z-index: 1;
}

.reisebuchung-success-modal__box h2 {
    margin: 0 0 14px;
    color: #4e606a;
    font-size: 25px;
    line-height: 1.25;
}

.reisebuchung-success-modal__box p {
    margin: 0 0 16px;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
}

.reisebuchung-success-modal__vorgang {
    background: #f3f5f6;
    border-radius: 10px;
    padding: 12px 14px;
}

.reisebuchung-success-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    color: #4e606a;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.reisebuchung-success-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: #bc952f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.reisebuchung-success-modal__button:hover,
.reisebuchung-success-modal__button:focus {
    background: #a78228;
    color: #fff;
}

.kw-kursdetails {
    margin-top: 0px !important;
}

/* =========================================================
   PREISE UND BUCHUNG IM MEISTERHAFT-STIL
========================================================= */

.reise-onepager .rop-zeitreisen-price-table {
  width: 100%;
  margin: 30px 0 18px;
  background: #fff;
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
}

.reise-onepager .rop-zeitreisen-price-head,
.reise-onepager .rop-zeitreisen-price-row {
  display: grid;
  grid-template-columns: 1.55fr .75fr .75fr .85fr .9fr 300px;
  align-items: center;
  column-gap: 24px;
}

.reise-onepager .rop-zeitreisen-price-head {
  padding: 18px 24px;
  background: var(--boesner-warm-white);
  border-bottom: 1px solid var(--boesner-mist);
  color: var(--boesner-main);
  font-size: 14px;
  font-weight: 700;
}

.reise-onepager .rop-zeitreisen-price-row {
  padding: 22px 24px;
  min-height: 104px;
  border-bottom: 1px solid var(--boesner-mist);
}

.reise-onepager .rop-zeitreisen-price-row:last-child {
  border-bottom: 0;
}

.reise-onepager .rop-zeitreisen-price-row > div {
  color: var(--boesner-text);
  font-size: 15px;
  line-height: 1.45;
}

.reise-onepager .rop-zeitreisen-price-row strong {
  display: block;
  color: var(--boesner-main);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
}

.reise-onepager .rop-zeitreisen-price-row span {
  display: block;
  margin-top: 5px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.reise-onepager .rop-zeitreisen-price-actions {
  display: grid;
  gap: 8px;
}

.reise-onepager .rop-zeitreisen-price-actions .rop-btn {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  font-size: 13px;
}

.reise-onepager .rop-price-final-note {
  margin: 0 0 38px !important;
  padding: 14px 18px;
  background: var(--boesner-warm-white);
  border: 1px solid var(--boesner-mist);
  border-left: 5px solid var(--boesner-gold);
  color: #555;
  font-size: 14px !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

@media (max-width: 1100px) {
  .reise-onepager .rop-zeitreisen-price-head,
  .reise-onepager .rop-zeitreisen-price-row {
    grid-template-columns: 1.35fr .7fr .7fr .8fr .85fr 260px;
    column-gap: 18px;
  }
}

@media (max-width: 900px) {
  .reise-onepager .rop-zeitreisen-price-head {
    display: none;
  }

  .reise-onepager .rop-zeitreisen-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 20px;
  }

  .reise-onepager .rop-zeitreisen-price-row > div:not(.rop-zeitreisen-price-actions)::before {
    content: attr(data-label) ": ";
    font-weight: 700;
    color: var(--boesner-main);
  }

  .reise-onepager .rop-zeitreisen-price-row > div[data-label="Reiseleistung"]::before {
    display: block;
    margin-bottom: 4px;
  }

  .reise-onepager .rop-zeitreisen-price-actions {
    margin-top: 10px;
  }
}

.rop-share {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(78, 96, 106, 0.2);
}

.rop-share p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--boesner-main, #4e606a);
}

.rop-share .shareon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.rop-share .shareon > * {
  border-radius: 999px !important;
}
/* =========================================================
   UNTERKUNFT-SLIDER: KLICKBEREICHE LINKS / RECHTS
========================================================= */

.reise-onepager .rop-hotel-slider {
  position: relative;
}

.reise-onepager .rop-hotel-prev,
.reise-onepager .rop-hotel-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 50%;
  z-index: 5;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.reise-onepager .rop-hotel-prev {
  left: 10px;
}

.reise-onepager .rop-hotel-next {
  right: 10px;
}

.reise-onepager .rop-hotel-bullets {
  z-index: 8;
}

/* =========================================================
   ONEPAGER: KLEINE WEISSE SLIDER-PFEILE
   Fix gegen mehrfach gekachelte Dreiecke
========================================================= */

.reise-onepager .rop-slider-prev,
.reise-onepager .rop-slider-next,
.reise-onepager .rop-hotel-prev,
.reise-onepager .rop-hotel-next,
.reise-onepager .rop-destination-prev,
.reise-onepager .rop-destination-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 32px 32px !important;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0.85;
}

.reise-onepager .rop-slider-prev,
.reise-onepager .rop-hotel-prev,
.reise-onepager .rop-destination-prev {
  left: 14px;
  right: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=");
}

.reise-onepager .rop-slider-next,
.reise-onepager .rop-hotel-next,
.reise-onepager .rop-destination-next {
  right: 14px;
  left: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==");
}

.reise-onepager .rop-slider-prev:hover,
.reise-onepager .rop-slider-next:hover,
.reise-onepager .rop-hotel-prev:hover,
.reise-onepager .rop-hotel-next:hover,
.reise-onepager .rop-destination-prev:hover,
.reise-onepager .rop-destination-next:hover,
.reise-onepager .rop-slider-prev:focus,
.reise-onepager .rop-slider-next:focus,
.reise-onepager .rop-hotel-prev:focus,
.reise-onepager .rop-hotel-next:focus,
.reise-onepager .rop-destination-prev:focus,
.reise-onepager .rop-destination-next:focus {
  opacity: 1;
}