@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 */
}

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;
}

/* =========================================================
   GLOBAL
========================================================= */

:root {
    --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);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    color: var(--boesner-text);
    font-family: var(--font-base);
    font-size: var(--fs-body);
    line-height: 1.62;
}

.mainContent.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* COUNTDOWN */
.meisterhaft-countdown {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: clamp(6px, 2vw, 25px);
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: clamp(15px, 4vw, 40px) 10px;
    font-family: "OlliFont", Arial, sans-serif;
}

.cd-item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding: clamp(10px, 2vw, 20px) clamp(6px, 1.5vw, 15px);
    text-align: center;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
}

.cd-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(78, 96, 106, 0.48);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border: 1px solid rgba(188, 149, 47, 0.45);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.22),
        inset 0 0 20px rgba(188, 149, 47, 0.12);
}

.cd-item span,
.cd-item small {
    position: relative;
    z-index: 2;
}

.cd-item span {
    display: block;
    font-size: clamp(22px, 4.5vw, 38px);
    line-height: 1.1;
    font-weight: 700;
    color: var(--boesner-gold);
    -webkit-text-fill-color: var(--boesner-gold);
}

.cd-item small {
    display: block;
    margin-top: 4px;
    font-size: clamp(8px, 1.8vw, 11px);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.86);
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .meisterhaft-countdown {
        gap: 6px;
        padding: 18px 8px;
    }

    .cd-item {
        padding: 10px 5px;
    }

    .cd-item span {
        font-size: clamp(24px, 8vw, 34px);
    }

    .cd-item small {
        font-size: 9px;
        letter-spacing: 0.4px;
    }
}

/* =========================================================
   HERO
========================================================= */

.hero-video {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 90vh;
    min-height: 500px;
    overflow: hidden;
    background: #000;
}

.hero-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
    filter: brightness(0.8);
    z-index: 0;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(-35px);
}

.font-item {
    display: inline-block;
    text-align: center;
    margin-top: 70px;
}

.font-item p {
    line-height: 1.1;
}

.shine {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 0.38em 0.60em;
    max-width: 100%;
    overflow: visible;
    font-family: "Handschrift", cursive;
    font-size: clamp(7rem, 7vw, 16rem);
    font-weight: 400;
    line-height: 1.15;
    white-space: nowrap;
    color: transparent;
    background: linear-gradient(90deg, #fff, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter:
        drop-shadow(0 0 3px rgba(0, 0, 0, 0.4)) drop-shadow(0 5px 8px rgba(0, 0, 0, 0.35));
}

.shine::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block;
    padding: inherit;
    font: inherit;
    line-height: inherit;
    line-height: inherit;
    white-space: inherit;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, transparent 18%, rgba(242, 242, 242, 0.15) 38%, var(--boesner-mist) 50%, rgba(242, 242, 242, 0.25) 62%, transparent 82%);
    background-size: 220% 100%;
    background-position: 180% 0;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    pointer-events: none;
    animation: shine 16s linear infinite;
}

@keyframes shine {
    0% {
        background-position: 180% 0;
    }

    100% {
        background-position: -180% 0;
    }
}

.divider {
    width: 110%;
    height: 1px;
    margin: 10px auto 14px;
    background: linear-gradient(to right, transparent, var(--boesner-gold), transparent);
    opacity: 0.85;
}

.underline {
    margin: 0;
    font-family: "OlliFont", sans-serif;
    font-size: clamp(3.1rem, 2.2vw, 1.8rem);
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* =========================================================
   INTRO
========================================================= */

.intro-section {
    max-width: 900px;
    margin: 100px auto 80px;
    text-align: center;
    padding: 0 20px;
}

.intro-section h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: var(--fs-h2);
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--boesner-gold);
}

.intro-section h2::after {
    content: "";
    display: block;
    width: min(480px, 90%);
    height: 2px;
    margin: 12px auto 0;
    background: linear-gradient(to right, transparent, var(--boesner-gold), transparent);
    opacity: 0.8;
}

.intro-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.intro-highlight {
    font-size: 20px;
    color: var(--boesner-gold);
    margin-top: 25px;
    font-weight: 500;
}

/* =========================================================
   FEATURE GRID
========================================================= */

.feature-section {
    max-width: 1200px;
    margin: 100px auto 140px;
    padding: 0 20px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-top: 60px;
}

.feature-item {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

.feature-item h3 {
    font-family: "OlliFont", cursive;
    font-weight: 700;
    font-size: clamp(3.5rem, 4vw, 4.5rem);
    margin-bottom: 14px;
    color: var(--gray-200);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
}

.feature-item h3::after {
    content: "";
    display: block;
    width: 140%;
    height: 2px;
    margin: 10px 0 0 -20%;
    background: linear-gradient(to right, transparent, var(--boesner-gold), transparent);
    opacity: 0.9;
}

.feature-item p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--boesner-main-soft);
}

/* =========================================================
   FEATURE HEADLINE FIX
========================================================= */

.feature-text .shine {
    background: none !important;
    color: var(--boesner-gold) !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-text-fill-color: var(--boesner-gold) !important;
}

.feature-text .shine::after {
    display: none !important;
}

.feature-text .font-item {
    text-align: center;
    margin-bottom: 20px;
    text-shadow: none !important;
}

.feature-text .divider {
    margin: 10px auto;
    background: var(--boesner-gold);
}

.feature-text .underline {
    color: var(--boesner-text) !important;
    text-align: center;
}

/* =========================================================
   REISEN SECTION
========================================================= */

.reisen-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 10px 40px;
    overflow-x: hidden;
}

.reisen-grid,
.reisen-grid-new {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 30px 0;
}

.reisen-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
}

.reisen-grid>p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.reisen-grid>* {
    min-width: 0 !important;
}

/* =========================================================
   VERTIKALE REISEKARTEN
========================================================= */

.reise-card {
    position: relative;
    width: 100%;
    border-radius: 20px !important;
    padding: 12px 12px 0;
    background: #fff;
    border: 2px solid var(--boesner-gold);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.reise-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.15);
}

.reise-image-wrap {
    position: relative;
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden !important;
}

.reise-image {
    aspect-ratio: 4 / 5 !important;
    position: relative;
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden;
}

.reise-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block;
    transition: transform 0.6s ease;
}

.reise-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.6),
            #fff);
    pointer-events: none;
    z-index: 2;
}

.reise-card:hover .reise-image img {
    transform: scale(1.06);
}

.dozent-badge {
    position: absolute !important;
    top: 30%;
    right: -20px;
    transform: translateY(-50%) rotate(6deg);
    width: 120px;
    height: 120px;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 6px solid #fff !important;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 2px var(--boesner-gold) !important;
    z-index: 10 !important;
}

.dozent-badge img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.reise-content {
    padding: 26px 18px;
    text-align: center;
    margin-top: -20px;
}

.reise-title {
    font-size: 3.6rem;
    color: var(--boesner-gold) !important;
    text-shadow: none !important;
    background: none !important;
    -webkit-text-fill-color: var(--boesner-gold) !important;
    margin-bottom: 8px;
}

.reise-highlights {
    list-style-type: none;
    padding: 0;
    margin: 8px 0 0;
}

.reise-leiter {
    color: var(--boesner-main-soft);
}

.reise-description {
    margin: 8px 0;
}

.reise-hotel {
    margin-top: 8px;
}

/* =========================================================
   HORIZONTALE REISEKARTEN
========================================================= */

.reise-card-horizontal {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.2fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    background: var(--boesner-main);
    border: 2px solid var(--boesner-gold);
    border-radius: 0 !important;
    overflow: visible;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    padding: 14px;
    color: #fff;
    margin: 30px 0;
}

.reise-card-horizontal:hover {
    transform: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.reise-card-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    text-indent: -9999px;
}

.reise-h-image {
    position: relative;
    width: auto;
    height: 470px;
    max-height: 470px;
    aspect-ratio: 550 / 800;
    justify-self: center;
    align-self: center;
    padding: 8px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 0 2px var(--boesner-gold);
    margin: 0;
}

.reise-h-image-inner {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: none;
}

.reise-h-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
}

.reise-card-horizontal:hover .reise-h-image-inner,
.reise-card-horizontal:hover .reise-h-image-inner img {
    transform: none;
}

.reise-h-dozent-circle {
    position: absolute;
    bottom: 38px;
    right: -65px;
    width: 130px;
    height: 130px;
    border-radius: 50% !important;
    overflow: hidden;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px var(--boesner-gold);
    z-index: 50;
}

.reise-h-dozent-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% !important;
}

.reise-h-content {
    min-width: 0;
    padding: 12px 28px;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
    font-size: var(--fs-body);
    line-height: 1.62;
}

.reise-h-topline {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 18px;
    width: 100%;
    margin-bottom: 8px;
    font-size: var(--fs-meta);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.reise-h-title {
    font-family: var(--font-heading);
    font-size: var(--fs-h2);
    font-weight: 400;
    line-height: 1;
    color: var(--boesner-gold);
    margin: 0 0 14px;
}

.reise-h-sub {
    margin-top: 3px;
    font-size: var(--fs-body);
    line-height: 1.55;
}

.reise-h-sub>span {
    display: inline-block;
    width: 120px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.reise-h-description {
    font-size: var(--fs-body);
    line-height: 1.62;
    margin: 10px 0;
    text-align: justify;
    overflow: visible;
}

.reise-h-hotel,
.reise-h-leiter,
.reise-h-highlights li {
    font-size: var(--fs-body);
}

.reise-h-highlights {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.reise-h-highlights li {
    margin-bottom: 4px;
}

/* =========================================================
   BUTTON
========================================================= */

.reise-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    min-height: 42px;
    padding: 10px 14px;
    margin-top: 20px;
    margin-left: auto;
    border: 1px solid var(--boesner-gold);
    border-radius: 0 !important;
    background: var(--boesner-gold);
    color: #fff !important;
    font-family: var(--font-base);
    font-size: var(--fs-small);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    position: relative !important;
    z-index: 10;
}

.reise-btn:hover,
.reise-btn:focus {
    background: var(--boesner-main-dark);
    border-color: var(--boesner-main-dark);
    color: #fff !important;
    text-decoration: none !important;
}

/* =========================================================
   SLIDER
========================================================= */

.reise-h-slider {
    width: 100%;
    height: 470px;
    max-height: 470px;
    padding: 8px;
    overflow: hidden;
    position: relative;
    align-self: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 0 2px var(--boesner-gold);
    user-select: none;
}

.slider-track {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.slider-track img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    z-index: 1;
    transition: opacity 900ms ease;
}

.slider-track img.active,
.slider-track img.is-active {
    opacity: 1;
    z-index: 2;
}

.reise-h-slider-bullets {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 7px;
}

.reise-h-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;
    cursor: pointer;
}

.reise-h-slider-bullets button.active {
    opacity: 1;
    background: var(--boesner-gold);
}

.reise-h-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0.85;
}

.reise-h-slider-arrow:hover,
.reise-h-slider-arrow:focus {
  opacity: 1;
}

.reise-h-slider-arrow-prev {
  left: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=");
}

.reise-h-slider-arrow-next {
  right: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==");
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
    .reise-card-horizontal {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 1.2fr) minmax(0, 1fr);
        gap: 18px;
    }

    .reise-h-image,
    .reise-h-slider {
        height: 470px;
        max-height: 470px;
    }
}

@media (max-width: 1024px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .reisen-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }

    .reise-card-horizontal {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .reise-h-dozent-circle {
        right: 50%;
        bottom: -45px;
        transform: translateX(50%);
    }

    .reise-h-content {
        width: 100%;
        padding: 20px 10px 10px;
    }

    .reise-h-image {
        width: auto;
        height: 470px;
        max-height: 470px;
        aspect-ratio: 550 / 800;
        margin: 0 auto 55px;
        flex: none;
    }

    .reise-h-slider {
        flex: none;
        width: 100%;
        height: 470px;
        max-height: 470px;
    }
}

@media (max-width: 768px) {
    .hero-video {
        height: 60vh;
        min-height: 420px;
    }

    .hero-content {
        transform: translateY(-20px);
    }

    .shine {
        font-size: clamp(4.8rem, 17vw, 7.6rem);
        line-height: 1.18;
        padding: 0.35em 0.2em 0.38em;
    }

    .shine::after {
        display: none !important;
    }

    .underline {
        font-size: clamp(1.15rem, 4vw, 1.7rem);
        letter-spacing: 0.12em;
    }

    .intro-section {
        margin: 60px auto;
    }

    .reisen-section {
        padding: 32px 10px 56px;
    }

    .reisen-grid,
    .reisen-grid-new {
        width: 100%;
        padding: 18px 0;
    }

    .reisen-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .reise-card-horizontal {
        width: 100%;
        margin: 22px 0;
        padding: 14px;
    }

    .reise-h-title {
        font-size: var(--fs-h3);
    }

    .reise-btn {
        width: 100%;
        max-width: none;
        margin-top: 18px;
    }

    .dozent-badge {
        width: 90px;
        height: 90px;
        right: -10px;
    }

    .reise-h-slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 26px;
        line-height: 24px;
    }

    .reise-h-slider-arrow-prev {
        left: 14px;
    }

    .reise-h-slider-arrow-next {
        right: 14px;
    }
}

@media (max-width: 480px) {
    .hero-video {
        min-height: 360px;
    }

    .shine {
        font-size: clamp(3.9rem, 18vw, 5.8rem);
        line-height: 1.2;
        padding: 0.32em 0.14em 0.36em;
    }

    .underline {
        font-size: clamp(0.95rem, 4.2vw, 1.25rem);
        letter-spacing: 0.09em;
    }

    .reise-title {
        font-size: 2.8rem;
    }

    .reise-card-horizontal {
        padding: 12px;
    }

    .reise-h-image {
        width: auto;
        height: 340px;
        max-height: 340px;
    }

    .reise-h-content {
        padding-left: 4px;
        padding-right: 4px;
    }

    .reise-h-topline {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .reise-h-dozent-circle {
        width: 105px;
        height: 105px;
    }
}

/* =========================================================
   MEISTERHAFT VERANSTALTER-BLOCK UNTEN
========================================================= */

.rop-organizer-section {
  width: 100%;
  background: #fff;
  border-top: 8px solid #f7f8f9;
  border-bottom: 8px solid #f7f8f9;
  padding: clamp(42px, 5vw, 64px) 0;
}

.rop-organizer-section .rop-container,
.rop-organizer-section .rop-wide-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
}

.rop-organizer-section h2 {
  margin: 0 0 24px;
  color: #4e606a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.25;
}

.rop-organizer-section h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 12px;
  background: #bc952f;
}

.rop-organizer-card-final {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 30px;
  background: #f7f6f2;
}

.rop-organizer-seal {
  display: grid;
  gap: 18px;
  align-items: start;
}

.rop-organizer-seal img {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
}

.rop-organizer-column h3 {
  margin: 0 0 10px;
  color: #4e606a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.rop-organizer-column p {
  margin: 0 0 18px;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

.rop-organizer-column p:last-child {
  margin-bottom: 0;
}

.rop-organizer-subline {
  color: #4e606a !important;
  font-weight: 700;
}

.rop-organizer-column a,
.rop-organizer-link {
  color: #4e606a;
  font-weight: 700;
  text-decoration: none;
}

.rop-organizer-column a:hover,
.rop-organizer-link:hover {
  color: #bc952f;
  text-decoration: none;
}

/* =========================================================
   RESPONSIVE VERANSTALTER-BLOCK
========================================================= */

@media (max-width: 900px) {
  .rop-organizer-card-final {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 24px;
  }

  .rop-organizer-seal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
  }

  .rop-organizer-seal img {
    max-width: 160px;
  }
}

@media (max-width: 520px) {
  .rop-organizer-section {
    padding: 34px 0 42px;
  }

  .rop-organizer-card-final {
    padding: 22px 20px;
  }

  .rop-organizer-seal {
    display: grid;
    gap: 16px;
  }

  .rop-organizer-seal img {
    max-width: 150px;
  }

  .rop-organizer-column h3 {
    font-size: 19px;
  }

  .rop-organizer-column p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.intro-section-centered {
  text-align: center;
}
.intro-section-centered p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.hero-video {
  position: relative;
}
.music-toggle {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 60;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(188, 149, 47, 0.45);
  border-radius: 18px !important;
  background: rgba(78, 96, 106, 0.48);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
.music-toggle:hover {
  background: rgba(78, 96, 106, 0.28);
  transform: translateY(-2px);
}
.music-toggle:focus {
  outline: none;
}
.music-toggle i {
  display: block;
  line-height: 1;
}
.music-toggle.music-needs-click {
  animation: musicPulse 1.8s infinite;
}
@keyframes musicPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.35);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255,255,255,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@media (max-width: 768px) {
  .music-toggle {
    top: 18px;
    right: 18px;
    min-width: 54px;
    min-height: 54px;
    padding: 12px 14px;
    border-radius: 15px !important;
    font-size: 20px;
  }
}