.tourwizard-block {
    margin: 1.5rem 0;
}

.tourwizard-block-hero .tourwizard-block-hero-media {
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.tourwizard-block-hero .tourwizard-block-hero-media img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.tourwizard-block-hero .tourwizard-block-hero-title {
    margin: 0.9rem 0 0 0;
}

.tourwizard-block-facts .tourwizard-block-facts-title,
.tourwizard-block-downloads .tourwizard-block-downloads-title {
    margin: 0 0 0.8rem 0;
}

.tourwizard-block-facts .tourwizard-block-facts-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.tourwizard-block-facts .tourwizard-block-fact-item {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 10px 12px;
}

.tourwizard-block-facts .tourwizard-block-fact-label {
    font-size: 0.82rem;
    color: #50575e;
    margin-bottom: 4px;
}

.tourwizard-block-facts .tourwizard-block-fact-value {
    font-weight: 600;
    color: #1d2327;
}

.tourwizard-block-downloads .tourwizard-block-downloads-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.tourwizard-block-downloads .tourwizard-block-downloads-item a {
    display: inline-block;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 7px;
    padding: 8px 10px;
    text-decoration: none;
}

.tourwizard-block-downloads .tourwizard-block-downloads-item a:hover {
    background: #f0f6ff;
    border-color: #72aee6;
}

@media (max-width: 640px) {
    .tourwizard-block-facts .tourwizard-block-facts-grid {
        grid-template-columns: 1fr;
    }
}

.tourwizard-stage-one {
    --tw-stage-max: 1200px;
    --tw-stage-min-h: 520px;
    --tw-stage-bg: #c7c7c7;
    --tw-stage-bg-image: none;
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    margin: 0;
    background-color: var(--tw-stage-bg);
    background-image: var(--tw-stage-bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tourwizard-stage-one__inner {
    max-width: var(--tw-stage-max);
    min-height: var(--tw-stage-min-h);
    margin: 0 auto;
    padding: 64px 28px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
}

.tourwizard-stage-one__title {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(1.7rem, 1.4rem + 1.2vw, 2.6rem);
    line-height: 1.15;
    font-weight: 600;
}

.tourwizard-stage-one__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
}

.tourwizard-stage-one__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: .82rem;
}

.tourwizard-stage-one__btn.is-booking {
    background: #f55d73;
}

.tourwizard-stage-one__btn.is-pdf {
    background: #1bb5d8;
}

.tourwizard-stage-one__btn.is-disabled {
    opacity: .6;
    cursor: default;
    pointer-events: none;
}

.tourwizard-stage-one__facts {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
}

.tourwizard-stage-one__fact {
    background: rgba(255, 255, 255, .94);
    min-height: 150px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tourwizard-stage-one__fact-icon {
    margin-bottom: 10px;
    line-height: 0;
}

.tourwizard-stage-one__fact-icon svg {
    width: 30px;
    height: 30px;
}

.tourwizard-stage-one__fact-value {
    color: #3f4c61;
    font-size: clamp(1.5rem, 1.2rem + .8vw, 2.05rem);
    font-weight: 500;
    line-height: 1.2;
}

.tourwizard-stage-one__fact-label {
    color: #8a93a2;
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: .72rem;
    margin-top: 7px;
}

.tourwizard-stage-two {
    --tw-stage2-max: 1200px;
    --tw-stage2-left: 56%;
    --tw-stage2-right: 44%;
    --tw-stage2-bg: #ececec;
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    margin: 0;
    background: var(--tw-stage2-bg);
}

.tourwizard-stage-two__inner {
    max-width: var(--tw-stage2-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, var(--tw-stage2-left)) minmax(0, var(--tw-stage2-right));
    align-items: stretch;
}

.tourwizard-stage-two__left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 52px 30px;
}

.tourwizard-stage-two__teaser h3 {
    margin: 0 0 10px;
    color: #4a5362;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: clamp(1.1rem, 1rem + .4vw, 1.7rem);
}

.tourwizard-stage-two__teaser p {
    margin: 0 0 18px;
    color: #6f7785;
    line-height: 1.62;
}

.tourwizard-stage-two__icon {
    line-height: 0;
    margin-bottom: 12px;
}

.tourwizard-stage-two__icon svg {
    width: 34px;
    height: 34px;
}

.tourwizard-stage-two__btn {
    display: inline-block;
    text-decoration: none;
    background: #1bb5d8;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .78rem;
    font-weight: 700;
    padding: 10px 16px;
}

.tourwizard-stage-two__right {
    min-height: 100%;
}

.tourwizard-stage-two__image-wrap {
    width: 100%;
    height: 100%;
    min-height: 360px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #d8d8d8;
}

.tourwizard-stage-two__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tourwizard-stage-two__image-wrap.is-placeholder {
    background: #d1d1d1;
}

@media (max-width: 980px) {
    .tourwizard-stage-one__inner {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
    }

    .tourwizard-stage-two__inner {
        grid-template-columns: 1fr;
    }

    .tourwizard-stage-two__left {
        grid-template-columns: 1fr;
    }

    .tourwizard-stage-two__image-wrap {
        max-height: 640px;
    }
}

@media (max-width: 640px) {
    .tourwizard-stage-one__inner {
        padding: 44px 18px;
    }

    .tourwizard-stage-one__facts {
        grid-template-columns: 1fr;
    }
}

.tourwizard-seo-content {
    margin: 28px 0;
}

.tourwizard-seo-content.is-fullwidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: #f7f7f7;
}

.tourwizard-seo-content__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 26px;
}

.tourwizard-seo-content__title {
    margin: 0 0 12px;
    color: #7a8391;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: clamp(.84rem, .8rem + .14vw, .95rem);
    font-weight: 600;
}

.tourwizard-seo-content__body {
    color: #6f7886;
    font-size: clamp(.88rem, .86rem + .08vw, .96rem);
    line-height: 1.72;
}

.tourwizard-seo-content__body p,
.tourwizard-seo-content__body li {
    margin: 0 0 .7em;
}

.tourwizard-seo-content__body a {
    color: #6a7484;
    text-decoration-color: rgba(106, 116, 132, .35);
    text-underline-offset: .12em;
}

.tourwizard-seo-content__body img {
    max-width: 100%;
    height: auto;
}

.tourwizard-seo-content__report {
    margin-top: 18px;
    font-size: .92rem;
    color: #5c6574;
    background: #eef6ff;
    border: 1px solid #c8def9;
    border-radius: 6px;
    padding: 10px 12px;
}

@media (max-width: 640px) {
    .tourwizard-seo-content__inner {
        padding: 24px 18px;
    }
}

.tourwizard-itinerary {
    margin: 28px 0 40px;
}

.tourwizard-itinerary__head {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: 0;
}

.tourwizard-itinerary__title {
    margin: 0;
    color: #4d5665;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: clamp(1.14rem, 1.02rem + .34vw, 1.4rem);
    line-height: 1.15;
}

.tourwizard-itinerary__marker {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 8px;
    border-radius: 0;
    background: #2bb6a3;
    color: #fff;
    font-size: .82em;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: baseline;
}

.tourwizard-itinerary__intro {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.tourwizard-itinerary__intro-title {
    margin: 0 0 6px;
    color: #333d4c;
    font-size: 1.03rem;
    line-height: 1.3;
}

.tourwizard-itinerary__intro-text {
    margin: 0;
    color: #5f6c7e;
    font-size: .95rem;
    line-height: 1.6;
}

.tourwizard-itinerary__controls {
    display: grid;
    grid-template-columns: auto minmax(150px, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 0 0 12px;
}

.tourwizard-itinerary__btn {
    border: 1px solid #ccd4df;
    background: #fff;
    color: #394454;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: .84rem;
    line-height: 1;
    cursor: pointer;
}

.tourwizard-itinerary__btn:hover:not(:disabled) {
    border-color: #95a4b7;
}

.tourwizard-itinerary__btn:disabled {
    opacity: .45;
    cursor: default;
}

.tourwizard-itinerary__slider {
    width: 100%;
    accent-color: #2f8f78;
}

.tourwizard-itinerary__counter {
    margin: 0;
    grid-column: 1 / 3;
    font-size: .84rem;
    color: #6a7585;
}

.tourwizard-itinerary__btn--auto {
    justify-self: end;
    background: #f2f7f5;
    border-color: #b8d7cf;
    color: #246b5a;
}

.tourwizard-itinerary__btn--auto[data-itinerary-autoplay-state="on"] {
    background: #2f8f78;
    border-color: #2f8f78;
    color: #fff;
}

.tourwizard-itinerary__progress {
    height: 6px;
    border-radius: 999px;
    background: #e7edf4;
    overflow: hidden;
    margin: 0 0 10px;
}

.tourwizard-itinerary__progress-bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2f8f78 0%, #3cae93 100%);
    transition: width .22s ease;
}

.tourwizard-itinerary__steps {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin: 0 0 14px;
    scrollbar-width: thin;
}

.tourwizard-itinerary__step {
    border: 1px solid #d6dde7;
    background: #fff;
    color: #516072;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: .8rem;
    line-height: 1.1;
    white-space: nowrap;
    cursor: pointer;
}

.tourwizard-itinerary__step.is-active {
    border-color: #2f8f78;
    background: #e7f3f0;
    color: #206455;
    font-weight: 700;
}

.tourwizard-itinerary__step.is-past {
    border-color: #c7e0d9;
    background: #f2f9f7;
    color: #507469;
}

.tourwizard-itinerary__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
    gap: 20px;
    align-items: start;
}

.tourwizard-itinerary__days {
    border: 1px solid #dde3ea;
    border-radius: 12px;
    background: #fff;
    padding: 14px;
    min-height: 260px;
}

.tourwizard-itinerary__day {
    display: none;
    padding: 0;
    animation: twItineraryFade .18s ease;
}

.tourwizard-itinerary__day.is-active {
    display: block;
}

@keyframes twItineraryFade {
    from {
        opacity: .15;
        transform: translateY(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tourwizard-itinerary__day-top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 6px;
}

.tourwizard-itinerary__day-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: .78rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #eaf3f1;
    color: #266a5c;
    font-weight: 700;
}

.tourwizard-itinerary__day-title {
    margin: 0;
    color: #2c3440;
    font-size: clamp(1.04rem, .99rem + .2vw, 1.2rem);
    line-height: 1.3;
}

.tourwizard-itinerary__day-location {
    margin: 0 0 8px;
    color: #657082;
    font-size: .95rem;
}

.tourwizard-itinerary__day-text {
    color: #4e5968;
    font-size: .98rem;
    line-height: 1.62;
}

.tourwizard-itinerary__day-text p {
    margin: 0 0 .65em;
}

.tourwizard-itinerary__fold {
    border-top: 1px solid #e7ecf2;
    margin-top: 10px;
    padding-top: 10px;
}

.tourwizard-itinerary__fold summary {
    cursor: pointer;
    list-style: none;
    font-size: .84rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #5f6c7f;
    font-weight: 700;
}

.tourwizard-itinerary__fold summary::-webkit-details-marker {
    display: none;
}

.tourwizard-itinerary__fold summary::after {
    content: "aufklappen";
    margin-left: 8px;
    font-size: .72rem;
    color: #92a0b0;
    font-weight: 500;
}

.tourwizard-itinerary__fold[open] summary::after {
    content: "einklappen";
}

.tourwizard-itinerary__gallery {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
    gap: 8px;
}

.tourwizard-itinerary__gallery-item {
    text-decoration: none;
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: block;
}

.tourwizard-itinerary__gallery-item img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    display: block;
}

.tourwizard-itinerary__gallery-caption {
    display: block;
    padding: 6px 7px 7px;
    color: #5f6a7a;
    font-size: .8rem;
    line-height: 1.4;
}

.tourwizard-itinerary__map-wrap {
    position: sticky;
    top: 22px;
    border: 1px solid #dde3ea;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.tourwizard-itinerary__map {
    width: 100%;
    height: var(--tw-itinerary-map-h, 420px);
}

.tourwizard-itinerary__map-note {
    margin: 0;
    padding: 10px 12px;
    font-size: .82rem;
    color: #7a8393;
    border-top: 1px solid #e8ecf1;
}

.tourwizard-itinerary__empty {
    margin: 0;
    color: #737d8d;
}

.tw-map-marker {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #a8b3c3;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 3px 8px rgba(32, 43, 56, .26);
}

.tw-map-marker span {
    line-height: 1;
}

.tw-map-marker.is-active {
    background: #2f8f78;
    transform: scale(1.08);
}

@media (max-width: 980px) {
    .tourwizard-itinerary__layout {
        grid-template-columns: 1fr;
    }

    .tourwizard-itinerary__map-wrap {
        position: static;
    }
}

@media (max-width: 640px) {
    .tourwizard-itinerary__controls {
        grid-template-columns: 1fr;
    }

    .tourwizard-itinerary__counter {
        grid-column: auto;
    }

    .tourwizard-itinerary__btn--auto {
        justify-self: stretch;
    }

    .tourwizard-itinerary__btn {
        width: 100%;
    }
}
