/* Sensation Ocean, Styles für die Elementor-Seite.
   Farben aus dem Originallogo: Blau #18468b, Orange #f36a25.
   Layout (Raster, Abstände, Hintergründe) steckt in den Elementor-Einstellungen,
   hier stehen Typografie, Details und die Sonderbausteine (Route, Formular, Header, Footer). */

@font-face { font-family: "Source Sans 3"; src: url(fonts/sourcesans-400-latin.woff2) format("woff2"); font-weight: 400; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+FEFF; }
@font-face { font-family: "Source Sans 3"; src: url(fonts/sourcesans-400-latin-ext.woff2) format("woff2"); font-weight: 400; font-display: swap; unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Source Sans 3"; src: url(fonts/sourcesans-600-latin.woff2) format("woff2"); font-weight: 600; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2190-2193; }
@font-face { font-family: "Source Sans 3"; src: url(fonts/sourcesans-600-latin-ext.woff2) format("woff2"); font-weight: 600; font-display: swap; unicode-range: U+0100-02AF, U+1E00-1EFF; }
@font-face { font-family: "Source Sans 3"; src: url(fonts/sourcesans-700-latin.woff2) format("woff2"); font-weight: 700; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2190-2193; }
@font-face { font-family: "Source Sans 3"; src: url(fonts/sourcesans-700-latin-ext.woff2) format("woff2"); font-weight: 700; font-display: swap; unicode-range: U+0100-02AF, U+1E00-1EFF; }
@font-face { font-family: "Caveat Brush"; src: url(fonts/caveatbrush-400-latin.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Caveat Brush"; src: url(fonts/caveatbrush-400-latin-ext.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-02AF, U+1E00-1EFF; }
@font-face { font-family: "Cormorant"; src: url(fonts/cormorant-500i-latin.woff2) format("woff2"); font-style: italic; font-weight: 500; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Cormorant"; src: url(fonts/cormorant-500i-latin-ext.woff2) format("woff2"); font-style: italic; font-weight: 500; font-display: swap; unicode-range: U+0100-02AF, U+1E00-1EFF; }

:root {
    --navy: #0e2a4f;
    --blue: #18468b;
    --orange: #f36a25;
    --orange-dark: #c9501a;
    --sea: #0b7a96;
    --sand: #f7f2e8;
    --mist: #f1f6fa;
    --line: #d9e3ec;
    --text: #1d3350;
    --muted: #51647c;
    --radius: 14px;
    --gutter: 40px;
    --hand: "Caveat Brush", "Segoe Script", cursive;
    --serif: "Cormorant", Georgia, serif;
    --sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Basis ---------- */

html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body.so { margin: 0; font-family: var(--sans); font-size: 18px; line-height: 1.6; color: var(--text); background: #fff; -webkit-font-smoothing: antialiased; --kit-widget-spacing: 0px; --widgets-spacing: 0px; --widgets-spacing-row: 0px; --widgets-spacing-column: 0px; }
body.so a { color: var(--blue); }
body.so img { max-width: 100%; height: auto; }
body.so .elementor-widget-text-editor { font-family: var(--sans); font-size: 18px; line-height: 1.6; color: var(--text); }
body.so .elementor-widget-text-editor p { margin: 0; }
body.so .elementor-widget-text-editor p + p { margin-top: 1em; }
body.so .so-muted, body.so .so-muted.elementor-widget-text-editor { color: var(--muted); }
body.so .so-lead.so-lead { font-size: 20px; color: var(--muted); max-width: 640px; }

body.so .elementor-heading-title { font-family: var(--sans); color: var(--navy); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; }
body.so h1.elementor-heading-title { font-size: clamp(38px, 5vw, 56px); }
body.so h2.elementor-heading-title { font-size: clamp(34px, 4.6vw, 54px); }
body.so h3.elementor-heading-title { font-size: 22px; letter-spacing: 0; }
body.so .so-head { margin-bottom: clamp(40px, 5vw, 64px) !important; }

body.so .so-hand .elementor-heading-title, body.so .so-hand { font-family: var(--hand); font-weight: 400; letter-spacing: 0; line-height: 1.05; }
body.so .so-underline { position: relative; display: inline-block; }
body.so .so-underline::after { content: ""; position: absolute; left: 4%; right: 8%; bottom: -0.02em; height: 0.09em; border-radius: 99px; background: var(--orange); transform: rotate(-1.5deg); }

.so-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.so-skip { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: var(--navy); color: #fff !important; padding: 10px 16px; border-radius: 8px; }
.so-skip:focus { left: 16px; }
body.so :focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

/* ---------- Buttons ---------- */

.so-btn, body.so .so-btnw .elementor-button { display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; border-radius: 999px; font-family: var(--sans); font-weight: 600; font-size: 17px; line-height: 1.2; text-decoration: none; border: 2px solid transparent; cursor: pointer; background: var(--navy); color: #fff; fill: #fff; transition: background-color .2s, color .2s, border-color .2s; }
body.so .so-btnw .elementor-button-text::after { content: "→"; display: inline-block; margin-left: 10px; transition: transform .2s; }
body.so .so-btnw .elementor-button:hover .elementor-button-text::after { transform: translateX(4px); }
.so-btn--primary, body.so .so-btnw--primary .elementor-button { background: var(--navy); color: #fff !important; }
.so-btn--primary:hover, body.so .so-btnw--primary .elementor-button:hover { background: var(--blue); }
body.so .so-btnw--orange .elementor-button { background: var(--orange-dark); color: #fff; }
body.so .so-btnw--orange .elementor-button:hover { background: var(--orange); }
body.so .so-btnw--light .elementor-button { background: #fff; color: var(--navy); }
body.so .so-btnw--light .elementor-button:hover { background: var(--sand); }

/* ---------- Header ---------- */

.so-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
body.admin-bar .so-header { top: 32px; }
.so-header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(14, 42, 79, .06); }
.so-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 100px; max-width: 1280px; margin: 0 auto; padding: 0 var(--gutter); box-sizing: border-box; }
.so-logo { display: flex; align-items: center; flex: none; line-height: 0; }
body.so .so-logo img { height: 70px; width: auto; max-width: none; display: block; }
.so-nav { display: flex; align-items: center; gap: 34px; }
.so-nav a:not(.so-btn) { color: var(--navy) !important; text-decoration: none; font-weight: 600; font-size: 17px; position: relative; padding: 6px 0; }
.so-nav a:not(.so-btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .25s; transform-origin: left; }
.so-nav a:not(.so-btn):hover::after, .so-nav a.is-active::after { transform: scaleX(1); }
.so-nav__cta { margin-left: 8px; padding: 12px 22px; }
.so-burger { display: none; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; padding: 12px; position: relative; }
.so-burger span:not(.so-sr) { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .25s, opacity .25s; }
.so-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.so-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.so-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */

body.so .so-hero { position: relative; overflow: hidden; }
body.so .so-hero > .e-con-inner { position: static; }
body.so .so-hero > .e-con-inner > .elementor-element:not(.so-hero__tag):not(.so-hero__scrollw) { max-width: 600px; }
body.so .so-hero__title .elementor-heading-title { color: #fff; font-family: var(--hand); font-weight: 400; font-size: clamp(64px, 9vw, 124px); line-height: .95; letter-spacing: 0; transform: rotate(-3deg); transform-origin: left bottom; margin-bottom: 36px !important; }
body.so .so-hero__claim.so-hero__claim { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(28px, 3vw, 38px); line-height: 1.2; color: #fff; margin-bottom: 28px !important; }
body.so .so-hero__claim span { color: #ff9a66; }
body.so .so-hero__text.so-hero__text { color: rgba(255, 255, 255, .92); font-size: 19px; max-width: 470px; margin-bottom: 40px !important; }
body.so .so-hero__text strong { color: #fff; font-size: 20px; }
body.so .so-hero__price.so-hero__price { color: #fff; font-size: 17px; }
body.so .so-hero__price strong { font-size: 22px; }
body.so .so-hero__tag { position: absolute !important; right: var(--gutter); bottom: 64px; width: auto !important; }
body.so .so-hero__tag .elementor-heading-title { color: #fff; font-size: clamp(36px, 4vw, 56px); transform: rotate(-6deg); text-align: right; text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }
body.so .so-hero__scrollw { position: absolute !important; left: 50%; bottom: 22px; transform: translateX(-50%); width: auto !important; }
.so-hero__scroll { color: #fff !important; text-decoration: none; font-size: 14px; font-weight: 600; display: flex; flex-direction: column; align-items: center; gap: 4px; opacity: .9; }
.so-hero__scroll svg { animation: so-bob 2.2s ease-in-out infinite; }
@keyframes so-bob { 50% { transform: translateY(5px); } }

/* ---------- Vorteile ---------- */

body.so .so-perks { border-bottom: 1px solid var(--line); }
body.so .so-perk { text-align: center; padding: 8px 24px; }
body.so .so-perk + .so-perk { border-left: 1px solid var(--line); }
body.so .so-perk .elementor-icon-box-icon { margin-bottom: 14px !important; }
body.so .so-perk .elementor-icon, body.so .so-fact .elementor-icon, body.so .so-why .elementor-icon { color: var(--blue); fill: var(--blue); font-size: 40px; }
body.so .so-perk .elementor-icon svg { width: 40px; height: 40px; }
body.so .so-perk .elementor-icon-box-title, body.so .so-perk .elementor-icon-box-description { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.45; color: var(--navy); }
body.so .so-perk .elementor-icon-box-title { font-weight: 700; }

/* ---------- Lieblingsplätze ---------- */

body.so .so-places__title .elementor-heading-title { font-size: clamp(38px, 3.4vw, 50px); line-height: 1.02; transform: rotate(-3deg); transform-origin: left center; }
body.so .so-tile { overflow: hidden; border-radius: var(--radius); }
body.so .so-tile__label .elementor-heading-title { color: #fff; font-family: var(--hand); font-weight: 400; font-size: 36px; line-height: 1; transform: rotate(-4deg); transform-origin: left bottom; }
body.so .so-tile__label .elementor-heading-title::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 12px !important; border-radius: 9px; background: var(--orange); }

/* ---------- Yacht ---------- */

body.so .so-yacht__media { position: relative; }
body.so .so-yacht__img img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius); display: block; }
body.so .so-yacht__hand { position: absolute !important; left: 28px; bottom: 26px; width: auto !important; }
body.so .so-yacht__hand .elementor-heading-title { color: #fff; font-size: clamp(34px, 3.4vw, 48px); transform: rotate(-6deg); text-shadow: 0 2px 16px rgba(0, 0, 0, .45); }
body.so .so-yacht__text h2.elementor-heading-title { margin-bottom: 4px !important; }
body.so .so-yacht__sub.so-yacht__sub { font-family: var(--serif); font-style: italic; font-size: 32px; color: var(--blue); margin-bottom: 24px !important; }
body.so .so-facts { width: 100%; margin: 40px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.so .so-fact { text-align: center; padding: 0 8px; }
body.so .so-fact + .so-fact { border-left: 1px solid var(--line); }
body.so .so-fact .elementor-icon-box-icon { margin-bottom: 10px !important; }
body.so .so-fact .elementor-icon svg { width: 32px; height: 32px; }
body.so .so-fact .elementor-icon-box-title { margin: 0; font-family: var(--sans); font-size: 21px; font-weight: 700; color: var(--navy); line-height: 1.2; }
body.so .so-fact .elementor-icon-box-description { margin: 0; font-size: 15px; color: var(--muted); }

.so-details { margin-top: clamp(56px, 7vw, 96px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.so-details summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 26px 0; font-size: 22px; font-weight: 700; color: var(--navy); }
.so-details summary::-webkit-details-marker { display: none; }
.so-details summary i { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--navy); position: relative; flex: none; }
.so-details summary i::before, .so-details summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: var(--navy); transform: translate(-50%, -50%); }
.so-details summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s; }
.so-details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.so-details__body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 56px; padding: 8px 0 40px; }
.so-details__body h3 { font-size: 17px; color: var(--blue); margin: 0 0 12px; }
.so-details__body ul { margin: 0; padding: 0; list-style: none; }
.so-details__body li { padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 17px; display: flex; justify-content: space-between; gap: 16px; }
.so-details__body li b { color: var(--navy); font-weight: 600; text-align: right; }
.so-details__more { grid-column: 1 / -1; font-size: 15px; color: var(--muted); margin: 8px 0 0; }

/* Galerien (Elementor Basisgalerie) */
body.so .so-gallery, body.so .so-moments { width: 100%; }
body.so .so-gallery .gallery, body.so .so-moments .gallery { display: grid !important; gap: 16px; margin: 0 !important; }
body.so .so-gallery .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; margin-top: 56px !important; }
body.so .so-moments .gallery { grid-template-columns: repeat(5, 1fr); }
body.so .so-gallery .gallery-item, body.so .so-moments .gallery-item { max-width: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
body.so .so-gallery .gallery-icon, body.so .so-gallery .gallery-icon a, body.so .so-moments .gallery-icon, body.so .so-moments .gallery-icon a { display: block; height: 100%; }
body.so .so-gallery .gallery-item img, body.so .so-moments .gallery-item img { width: 100%; height: 100%; object-fit: cover; border: 0 !important; border-radius: var(--radius); display: block; transition: transform .6s, filter .3s; }
body.so .so-moments .gallery-item { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); }
body.so .so-gallery .gallery-item { overflow: hidden; border-radius: var(--radius); }
body.so .so-gallery .gallery-item:hover img, body.so .so-moments .gallery-item:hover img { transform: scale(1.05); }
body.so .so-gallery .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
body.so .so-gallery .gallery-item:nth-child(2) { grid-row: span 2; }
body.so .so-gallery .gallery-item:nth-child(5), body.so .so-gallery .gallery-item:nth-child(6) { grid-column: span 2; }
body.so .gallery-caption { display: none; }
body.so .so-moments__title .elementor-heading-title { font-size: clamp(40px, 4vw, 54px); transform: rotate(-3deg); transform-origin: left center; }

/* ---------- Warum ---------- */

body.so .so-why .elementor-icon-box-wrapper { text-align: left; }
body.so .so-why .elementor-icon-box-icon { margin-bottom: 20px !important; }
body.so .so-why .elementor-icon svg { width: 40px; height: 40px; }
body.so .so-why .elementor-icon-box-title { margin: 0 0 10px; font-family: var(--sans); font-size: 22px; color: var(--navy); font-weight: 700; line-height: 1.2; }
body.so .so-why .elementor-icon-box-description { margin: 0; font-size: 17px; color: var(--muted); }

/* ---------- Route ---------- */

body.so .so-route__map { position: sticky; top: 124px; }
.so-map { width: 100%; height: auto; display: block; background: #d7edf5; border-radius: var(--radius); }
.so-map__land { fill: #f7f2e8; stroke: #c9bfa9; stroke-width: 1; stroke-linejoin: round; }
.so-map__leg { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.so-map__leg--base { stroke: var(--blue); stroke-opacity: .3; stroke-width: 3; stroke-dasharray: 2 9; }
.so-map__leg--done { stroke: var(--blue); stroke-width: 4; }
.so-map__leg--now { stroke: var(--orange); stroke-width: 5; }
.so-map__stop { cursor: pointer; }
.so-map__stop text { font-family: var(--sans); font-weight: 700; font-size: 24px; fill: var(--navy); paint-order: stroke; stroke: #f7f2e8; stroke-width: 6px; stroke-linejoin: round; transition: fill .3s; }
.so-map__dot { fill: #fff; stroke: var(--blue); stroke-width: 4; transition: fill .3s, stroke .3s; }
.so-map__halo { fill: var(--orange); opacity: 0; transform-box: fill-box; transform-origin: center; }
.so-map__stop.is-visited .so-map__dot { fill: var(--blue); }
.so-map__stop.is-current .so-map__dot { fill: var(--orange); stroke: #fff; }
.so-map__stop.is-current text { fill: var(--orange-dark); }
.so-map__stop.is-current .so-map__halo { animation: so-pulse 1.8s ease-out infinite; }
@keyframes so-pulse { 0% { opacity: .5; transform: scale(.4); } 100% { opacity: 0; transform: scale(1.6); } }
.so-map__compass path { fill: var(--navy); }
.so-map__compass text { font: 700 18px var(--sans); fill: var(--navy); }
.so-map__credit { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.so-map__credit a { color: inherit !important; }

.so-days { display: flex; gap: 8px; margin-bottom: 36px; width: 100%; }
.so-days button { flex: 1; min-width: 0; padding: 12px 4px 10px; border: 2px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); font: 600 14px/1.1 var(--sans); cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.so-days button b { display: block; font-size: 24px; line-height: 1.1; margin-bottom: 2px; }
.so-days button:hover { border-color: var(--blue); background: #fff; color: var(--navy); }
.so-days button[aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
body.so .so-route.is-ready .so-day[hidden] { display: none !important; }
body.so .so-day { animation: so-fade .45s ease both; width: 100%; }
body.so:not(.elementor-editor-active) .so-route:not(.is-ready) .so-day ~ .so-day { display: none; }
body.elementor-editor-active .so-day { margin-bottom: 56px; padding-bottom: 32px; border-bottom: 2px dashed var(--line); }
@keyframes so-fade { from { opacity: 0; transform: translateY(10px); } }
body.so .so-day__meta.so-day__meta { font-weight: 600; color: var(--orange-dark); font-size: 17px; margin-bottom: 8px !important; }
body.so .so-day__title .elementor-heading-title { font-size: clamp(30px, 3vw, 40px); margin-bottom: 20px !important; }
body.so .so-day__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); display: block; margin-bottom: 26px !important; }
body.so .so-day__text { color: var(--muted); }
body.so .so-day__text ul { margin: 20px 0 0; padding: 0; list-style: none; }
body.so .so-day__text li { position: relative; padding: 8px 0 8px 30px; border-bottom: 1px solid var(--line); color: var(--text); }
body.so .so-day__text li::before { content: ""; position: absolute; left: 4px; top: 17px; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.so-day__nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 32px; width: 100%; }
.so-day__nav button { background: none !important; border: 0; padding: 8px 0; color: var(--navy) !important; font: 600 17px var(--sans); cursor: pointer; }
.so-day__nav button:disabled { opacity: .3; cursor: default; }
body.so .so-route__mix { margin-top: 48px !important; }
body.so .so-route__mix .elementor-heading-title { font-size: clamp(30px, 3vw, 38px); color: var(--blue); transform: rotate(-2deg); transform-origin: left center; line-height: 1.15; }

/* ---------- Anreise ---------- */

body.so .so-steps { counter-reset: so-step; }
body.so .so-step { position: relative; padding-top: 76px; counter-increment: so-step; }
body.so .so-step::before { content: counter(so-step); position: absolute; left: 0; top: 0; font-family: var(--hand); font-size: 64px; line-height: 1; color: var(--orange); }

/* ---------- Preis ---------- */

body.so .so-price__main .so-lead { margin-top: 20px !important; }
body.so .so-price__row { margin: 36px 0 8px; }
body.so .so-price__big .elementor-heading-title { font-size: clamp(72px, 9vw, 112px); line-height: .85; letter-spacing: -0.03em; }
body.so .so-price__per.so-price__per { font-size: 20px; line-height: 1.3; color: var(--navy); padding-bottom: 4px; }
body.so .so-price__alt.so-price__alt { font-size: 20px; color: var(--navy); margin-bottom: 8px !important; }
body.so .so-price__season { margin-bottom: 36px !important; }
body.so .so-price__badge { margin-top: 22px !important; }
body.so .so-price__badge .elementor-heading-title { font-size: 34px; color: var(--orange-dark); transform: rotate(-3deg); }
body.so .so-incl { width: 100%; }
body.so .so-incl .elementor-icon-list-items { margin: 0; padding: 0; }
body.so .so-incl .elementor-icon-list-item { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0 !important; margin: 0 !important; border-bottom: 1px solid var(--line); }
body.so .so-incl .elementor-icon-list-icon { flex: none; padding-top: 2px; }
body.so .so-incl .elementor-icon-list-icon svg { width: 20px !important; height: 20px; }
body.so .so-incl--yes .elementor-icon-list-icon svg { fill: var(--sea); }
body.so .so-incl--no .elementor-icon-list-icon svg { fill: var(--muted); }
body.so .so-incl .elementor-icon-list-text { font-size: 18px; color: var(--text); line-height: 1.4; padding: 0 !important; }
body.so .so-incl__note.so-incl__note { font-size: 16px; }

/* ---------- CTA-Band ---------- */

body.so .so-band__hand .elementor-heading-title { color: #fff; font-size: clamp(40px, 4.4vw, 60px); transform: rotate(-5deg); text-shadow: 0 2px 16px rgba(0, 0, 0, .35); }
body.so .so-band__kicker.so-band__kicker { color: #fff; font-size: 20px; }
body.so .so-band__title .elementor-heading-title { color: #fff; margin-bottom: 20px !important; }

/* ---------- Anfrage ---------- */

body.so .so-contact__hand { margin-top: 16px !important; }
body.so .so-contact__hand .elementor-heading-title { color: var(--orange-dark); font-size: 36px; transform: rotate(-3deg); }
body.so .so-formw { width: 100%; }
.so-form { display: grid; gap: 34px; }
.so-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 40px; }
.so-field { display: block; margin: 0; }
.so-field span { display: block; font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
body.so .so-field input, body.so .so-field select, body.so .so-field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 2px solid var(--line); border-radius: 0; background: transparent; color: var(--text); font: 18px/1.4 var(--sans); outline: none; box-shadow: none; transition: border-color .2s; -webkit-appearance: none; appearance: none; }
body.so .so-field select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' stroke='%230e2a4f' stroke-width='2'%3E%3Cpath d='M1 1l6 6 6-6'/%3E%3C/svg%3E") right 4px center no-repeat; padding-right: 28px; cursor: pointer; }
body.so .so-field textarea { resize: vertical; min-height: 110px; }
body.so .so-field input:focus, body.so .so-field select:focus, body.so .so-field textarea:focus { border-color: var(--blue); }
body.so .so-field.is-invalid input, body.so .so-field.is-invalid select { border-color: #c0392b; }
.so-check { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: var(--muted); line-height: 1.5; cursor: pointer; }
.so-check input { width: 22px; height: 22px; margin: 1px 0 0; flex: none; accent-color: var(--navy); }
.so-check.is-invalid span { color: #c0392b; }
.so-form .so-btn { justify-self: start; }
.so-form__note { font-size: 14px; color: var(--muted); margin: -14px 0 0; }
.so-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.so-form__error { padding: 16px 0; margin: 0 0 24px; color: #a93226; font-weight: 600; border-bottom: 2px solid #a93226; }
.so-form__done { padding: 24px 0; }
.so-form__done .so-hand { font-size: 64px; color: var(--orange-dark); transform: rotate(-4deg); margin: 0 0 16px; }
.so-form__done p:last-child { font-size: 21px; color: var(--navy); margin: 0; }

/* ---------- Rechtstexte ---------- */

body.so .so-legal-section > .e-con-inner { max-width: 860px; }
body.so .so-legal h2 { font-size: 26px; margin: 40px 0 12px; color: var(--navy); }
body.so .so-legal h3 { font-size: 20px; margin: 28px 0 8px; color: var(--navy); }
body.so .so-legal p, body.so .so-legal li { color: var(--muted); }

/* ---------- Footer ---------- */

.so-footer { background: var(--sand); padding: 80px var(--gutter) 32px; box-sizing: border-box; }
.so-footer p { margin: 0; }
.so-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "logo nav hand" "slogan nav hand"; gap: 12px 56px; align-items: center; }
.so-footer__logo { grid-area: logo; width: 200px; }
.so-footer__slogan { grid-area: slogan; font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--blue); }
.so-footer__slogan span { color: var(--orange); }
.so-footer__nav { grid-area: nav; display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.so-footer__nav a { color: var(--navy) !important; text-decoration: none; font-weight: 600; }
.so-footer__nav a:hover { color: var(--orange-dark) !important; }
.so-footer__hand { grid-area: hand; font-family: var(--hand); font-size: 40px; line-height: 1.05; color: var(--navy); transform: rotate(-6deg); text-align: right; }
.so-footer__legal { max-width: 1200px; margin: 56px auto 0; display: flex; justify-content: center; gap: 24px; padding-top: 24px; border-top: 1px solid #e3dac8; font-size: 15px; color: var(--muted); flex-wrap: wrap; }
.so-footer__legal a { color: var(--muted) !important; }

/* ---------- Einblenden ---------- */

body.so:not(.elementor-editor-active) .so-reveal.so-pre { opacity: 0; transform: translateY(24px); }
body.so .so-reveal { transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }

/* ---------- Tablet (Elementor: bis 1024 px) ---------- */

@media (max-width: 1024px) {
    :root { --gutter: 32px; }
    .so-nav { gap: 22px; }
    body.so .so-route__map { position: static; }
    .so-details__body { grid-template-columns: 1fr 1fr; }
    body.so .so-moments .gallery { grid-template-columns: repeat(5, 1fr); gap: 10px; }
    .so-footer__inner { grid-template-columns: 1fr; grid-template-areas: "logo" "slogan" "nav" "hand"; justify-items: center; text-align: center; gap: 20px; }
    .so-footer__hand { text-align: center; }
}

@media (max-width: 900px) {
    .so-burger { display: block; }
    .so-nav { position: fixed; top: 100px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 32px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(14, 42, 79, .12); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; }
    body.admin-bar .so-nav { top: 146px; }
    .so-nav.is-open { opacity: 1; transform: none; visibility: visible; }
    .so-nav a:not(.so-btn) { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 20px; }
    .so-nav a:not(.so-btn)::after { display: none; }
    .so-nav__cta { margin: 24px 0 0; justify-content: center; }
}

/* ---------- Handy (Elementor: bis 767 px) ---------- */

@media (max-width: 767px) {
    :root { --gutter: 20px; }
    body.so, body.so .elementor-widget-text-editor { font-size: 17px; }
    body.admin-bar .so-header { top: 0; }
    .so-header__inner { height: 76px; }
    .so-nav, body.admin-bar .so-nav { top: 76px; }
    body.so .so-logo img { height: 52px; }
    body.so .so-hero::before { background-image: linear-gradient(0deg, rgba(8, 30, 58, .92) 0%, rgba(8, 30, 58, .6) 55%, rgba(8, 30, 58, .15) 100%) !important; }
    body.so .so-hero__tag, body.so .so-hero__scrollw { display: none; }
    body.so .so-hero__title .elementor-heading-title { margin-bottom: 28px; }
    body.so .so-hero__text.so-hero__text { margin-bottom: 32px; }
    body.so .so-perk { padding: 0 10px; }
    body.so .so-perk:nth-child(3) { border-left: 0; }
    body.so .so-fact:nth-child(3) { border-left: 0; }
    .so-details__body { grid-template-columns: 1fr; }
    body.so .so-gallery .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 10px; }
    body.so .so-gallery .gallery-item:nth-child(2) { grid-row: span 1; }
    body.so .so-moments .gallery { grid-template-columns: 1fr 1fr; }
    body.so .so-moments .gallery-item:last-child { grid-column: span 2; aspect-ratio: 16 / 10; }
    .so-days { gap: 5px; }
    .so-days button { padding: 10px 0 8px; font-size: 11px; border-radius: 10px; }
    .so-days button b { font-size: 20px; }
    .so-map__stop text { font-size: 42px; stroke-width: 10px; }
    .so-map__dot { r: 10; }
    .so-days { margin-top: 32px; }
    .so-form__row { grid-template-columns: 1fr; }
    .so-form .so-btn { justify-self: stretch; justify-content: center; }
    body.so .so-btnw, body.so .so-btnw .elementor-button { width: 100%; justify-content: center; }
    .so-footer { padding-top: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    body.so .so-reveal.so-pre { opacity: 1; transform: none; }
}
