/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--font:"Inter",Arial,sans-serif;--font-display:"Quicksand","Inter",Arial,sans-serif;--brand:#00505f;--brand-hover:#006b7d;--brand-soft:rgba(0,80,95,0.08);--text:#111827;--text-soft:#374151;--muted:#6b7280;--bg:#ffffff;--bg-soft:#f7fbfc;--bg-subtle:#f3f7f8;--border:#d7e0e3;--border-strong:rgba(0,80,95,0.14);--radius-sm:10px;--radius:16px;--radius-lg:22px;--radius-xl:24px;--radius-pill:999px;--field-height:54px;--cm-search-control-height:54px;--button-min-height:54px;--button-padding-inline:18px;--button-radius:14px;--button-font-size:16px;--button-font-weight:600;--shadow-soft:0 18px 45px rgba(0,0,0,0.08);--shadow-card:0 12px 30px rgba(15,23,42,0.08);--shadow-card-hover:0 18px 36px rgba(15,23,42,0.12);--shadow-button:0 12px 26px rgba(0,80,95,0.2);--transition:0.22s ease;--z-content:1;--z-sticky-header:100;--z-header-dropdown:110;--sticky-header-offset:150px;}.k-messages{padding:clamp(1.25rem,3vw,2.5rem) 0;}.k-messages__container{max-width:1180px;}.k-messages h1{margin:0 0 1.25rem;text-align:center;}.k-messages__layout{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);min-height:min(720px,calc(100dvh - 230px));overflow:hidden;border:1px solid #d9e4e7;border-radius:18px;background:#fff;box-shadow:0 16px 40px rgb(17 54 63 / 8%);}.k-conversations{min-width:0;border-right:1px solid #e2eaec;background:#f8fbfb;}.k-conversations__list,.k-chat-messages{margin:0;padding:0;list-style:none;}.k-conversation{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:.75rem;align-items:center;min-height:76px;padding:.75rem 1rem;border-bottom:1px solid #e4ecee;color:#1f343a;text-decoration:none;}.k-conversation:hover,.k-conversation:focus-visible{background:#eef7f7;}.k-conversation.is-selected{background:#e3f2f3;box-shadow:inset 4px 0 0 #006270;}.k-conversation__avatar,.k-chat__avatar{display:grid;overflow:hidden;place-items:center;flex:0 0 auto;border-radius:50%;background:#dcecef;color:#005765;font-weight:700;}.k-conversation__avatar{width:48px;height:48px;}.k-conversation__avatar img,.k-chat__avatar img{width:100%;height:100%;object-fit:cover;}.k-conversation__body,.k-conversation__topline,.k-conversation__preview{min-width:0;}.k-conversation__topline{display:flex;gap:.5rem;justify-content:space-between;}.k-conversation__topline strong,.k-conversation__preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.k-conversation__topline time{flex:0 0 auto;color:#65777c;font-size:.75rem;}.k-conversation__preview{display:block;margin-top:.2rem;color:#65777c;font-size:.875rem;}.k-conversation.is-unread .k-conversation__topline strong,.k-conversation.is-unread .k-conversation__preview{color:#123940;font-weight:700;}.k-conversation__unread{display:grid;min-width:24px;height:24px;padding:0 .35rem;place-items:center;border-radius:999px;background:#006270;color:#fff;font-size:.75rem;font-weight:700;}.k-chat{display:grid;min-width:0;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;}.k-chat__header{display:flex;align-items:center;min-height:70px;padding:.75rem 1.25rem;border-bottom:1px solid #e2eaec;}.k-chat__back{display:none;}.k-chat__identity{display:flex;align-items:center;gap:.75rem;min-width:0;}.k-chat__avatar{width:44px;height:44px;}.k-chat__peer{overflow-wrap:anywhere;color:#123940;font-weight:700;}.k-chat__history{overflow:auto;min-height:280px;padding:1.25rem;overscroll-behavior:contain;scroll-behavior:smooth;}.k-chat-messages__date{display:flex;justify-content:center;margin:1rem 0;color:#65777c;font-size:.78rem;}.k-chat-messages__date span{padding:.25rem .65rem;border-radius:999px;background:#f0f5f6;}.k-chat-message{display:flex;flex-direction:column;align-items:flex-start;min-width:0;margin:.85rem 0 .2rem;}.k-chat-message.is-own{align-items:flex-end;}.k-chat-message.is-block-continuation{margin-top:.2rem;}.k-chat-message__sender{margin:0 0 .3rem .3rem;color:#314d54;font-size:.8rem;font-weight:600;line-height:1.3;overflow-wrap:anywhere;}.k-chat-message__bubble{max-width:min(76%,620px);padding:.7rem .85rem .45rem;border-radius:14px 14px 14px 4px;background:#087786;color:#fff;}.k-chat-message.is-own .k-chat-message__bubble{border-radius:14px 14px 4px 14px;background:#f0f3f4;color:#20343a;}.k-chat-message__bubble p{margin:0;color:inherit;overflow-wrap:anywhere;white-space:pre-wrap;}.k-chat-message__bubble time{display:block;margin-top:.25rem;text-align:right;color:inherit;font-size:.7rem;opacity:.9;}.k-chat-message.is-own .k-chat-message__bubble time{color:#53676c;opacity:1;}.k-chat-context{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.25rem 1rem;max-width:620px;margin:1rem auto;padding:.75rem 1rem;border:1px solid #cfe1e4;border-radius:12px;background:#f7fbfb;}.k-chat-context__type{grid-column:1 / -1;color:#65777c;font-size:.75rem;font-weight:700;text-transform:uppercase;}.k-chat-context__action{white-space:nowrap;}.k-chat__composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;padding:1rem 1.25rem max(1rem,env(safe-area-inset-bottom));border-top:1px solid #e2eaec;background:#fff;}.k-chat__composer textarea{min-height:48px;max-height:150px;resize:vertical;border:1px solid #b9c9cd;border-radius:12px;padding:.7rem .8rem;}.k-chat__composer button{min-width:96px;min-height:48px;}.k-chat__status{grid-column:1 / -1;min-height:1.25rem;margin:0;color:#52696f;font-size:.8rem;}.k-messages__empty{max-width:560px;margin:0 auto;padding:2.5rem 1.25rem;border:1px solid #d9e4e7;border-radius:18px;text-align:center;}@media (max-width:47.99rem){.k-messages{padding-top:1rem;}.k-messages__layout{display:block;min-height:0;overflow:visible;border-radius:14px;}.k-conversations{border-right:0;}.k-chat{display:none;min-height:calc(100dvh - 170px);}.k-messages__layout.has-selection .k-conversations{display:none;}.k-messages__layout.has-selection .k-chat{display:grid;}.k-chat__back{display:inline-flex;align-items:center;min-height:44px;margin-right:.75rem;}.k-chat__history{min-height:45dvh;max-height:calc(100dvh - 310px);padding:1rem .75rem;}.k-chat-message__bubble{max-width:85%;}.k-chat__composer{position:relative;grid-template-columns:minmax(0,1fr);padding:.75rem;}.k-chat__composer button{width:100%;}.k-chat-context{grid-template-columns:minmax(0,1fr);}}@media (prefers-reduced-motion:reduce){.k-chat__history{scroll-behavior:auto;}}html{font-family:var(--font);-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--sticky-header-offset);}:where([id],a,button,input,select,textarea,[tabindex]):focus{scroll-margin-top:var(--sticky-header-offset);}[id]{scroll-margin-top:var(--sticky-header-offset);}body{margin:0;color:var(--text);background:var(--bg);font-family:var(--font);}*,*::before,*::after{box-sizing:border-box;}img{display:block;max-width:100%;}h1,h2,h3{margin:0 0 16px;line-height:1.2;color:var(--text);}p{margin:0 0 16px;color:var(--text-soft);}a{color:inherit;text-decoration:none;}::selection{background:rgba(0,80,95,0.14);}.container{max-width:1200px;margin:0 auto;padding:0 16px;}.site-main{min-height:calc(100vh - 180px);}.grid{display:grid;gap:16px;}input,textarea,select{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);font:inherit;transition:border-color var(--transition),box-shadow var(--transition),background-color var(--transition);}input[type="checkbox"],input[type="radio"]{width:18px;height:18px;flex:0 0 auto;padding:0;}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.12);}input::placeholder,textarea::placeholder{color:#8a94a3;}.button,.btn,button,input[type="submit"],.k-btn,.cm-btn,.cm-btn-icon,.home-search-button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--button-min-height);padding:0 var(--button-padding-inline);border:1px solid var(--brand);border-radius:var(--button-radius);background:var(--brand);color:#fff;font:inherit;font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:1.25;gap:8px;text-align:center;text-decoration:none;cursor:pointer;transition:background-color var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition),opacity var(--transition);}.button:not(:disabled):not([aria-disabled="true"]):hover,.btn:not(:disabled):not([aria-disabled="true"]):hover,button:not(:disabled):hover,input[type="submit"]:not(:disabled):hover,.k-btn:not(:disabled):not([aria-disabled="true"]):hover,.cm-btn:not(:disabled):hover,.cm-btn-icon:not(:disabled):hover,.home-search-button:not(:disabled):hover{background:var(--brand-hover);border-color:var(--brand-hover);transform:translateY(-1px);}.button:active,.btn:active,button:active,input[type="submit"]:active,.k-btn:active,.cm-btn:active,.cm-btn-icon:active,.home-search-button:active{transform:translateY(0);}.button:focus-visible,.btn:focus-visible,button:focus-visible,input[type="submit"]:focus-visible,.k-btn:focus-visible,.cm-btn:focus-visible,.cm-btn-icon:focus-visible,.home-search-button:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(0,80,95,0.14);}.button:disabled,.btn:disabled,button:disabled,input[type="submit"]:disabled,.k-btn:disabled,.cm-btn:disabled,.cm-btn-icon:disabled,.home-search-button:disabled,.button[aria-disabled="true"],.btn[aria-disabled="true"],.k-btn[aria-disabled="true"]{opacity:0.48;cursor:not-allowed;transform:none;box-shadow:none;}.button.empty,.button.hollow,.k-btn--ghost,.kalendra-calendar-cancel{background:#fff;color:var(--brand);border-color:var(--border);}.button.empty:not(:disabled):not([aria-disabled="true"]):hover,.button.hollow:not(:disabled):not([aria-disabled="true"]):hover,.k-btn--ghost:not(:disabled):not([aria-disabled="true"]):hover,.kalendra-calendar-cancel:not(:disabled):hover{background:var(--brand-soft);color:var(--brand);border-color:var(--brand);}.k-btn--text{min-height:44px;background:transparent;color:var(--brand);border-color:transparent;}.k-btn--text:not(:disabled):not([aria-disabled="true"]):hover{background:var(--brand-soft);color:var(--brand);border-color:transparent;}.button.danger,.button--danger,.k-btn--danger,.kalendra-calendar-delete{background:#fff;color:#b91c1c;border-color:#fecaca;}.button.danger:not(:disabled):not([aria-disabled="true"]):hover,.button--danger:not(:disabled):not([aria-disabled="true"]):hover,.k-btn--danger:not(:disabled):not([aria-disabled="true"]):hover,.kalendra-calendar-delete:not(:disabled):hover{background:#fff5f5;color:#991b1b;border-color:#fca5a5;}.site-header{position:sticky;top:0;z-index:var(--z-sticky-header);background:rgba(255,255,255,0.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,80,95,0.08);}.site-header .header-inner{width:100%;}.header-top{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px;}.header-logo{flex:0 0 auto;}.header-logo-link{display:inline-flex;align-items:center;}.header-logo img,.site-logo{width:auto;max-width:220px;height:auto;}.header-actions{display:flex;align-items:center;gap:10px;}.header-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid rgba(0,80,95,0.14);border-radius:var(--radius-pill);background:#fff;color:var(--brand);font-size:15px;font-weight:600;box-shadow:0 4px 12px rgba(15,23,42,0.04);transition:background-color var(--transition),color var(--transition),transform var(--transition),border-color var(--transition);}.header-link:hover{background:var(--brand-soft);border-color:rgba(0,80,95,0.2);transform:translateY(-1px);}.header-user-menu{position:relative;flex:0 0 auto;}.header-user-menu--mobile{display:none;}.header-user-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(0,80,95,0.14);border-radius:var(--radius-pill);background:#fff;color:var(--brand);font-size:15px;font-weight:700;box-shadow:0 4px 12px rgba(15,23,42,0.04);cursor:pointer;transition:background-color var(--transition),transform var(--transition),border-color var(--transition);}.header-user-toggle:hover{background:var(--brand-soft);border-color:rgba(0,80,95,0.2);transform:translateY(-1px);}.header-user-toggle:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(0,80,95,0.14);}.header-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:var(--z-header-dropdown);display:none;min-width:230px;margin:0;padding:8px 0;list-style:none;background:#fff;border:1px solid rgba(0,80,95,0.1);border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,0.12);}.header-user-menu:hover .header-user-dropdown,.header-user-menu.is-open .header-user-dropdown{display:block;}.header-user-menu.is-closed .header-user-dropdown{display:none;}.header-user-dropdown-item{padding:0;}.header-user-dropdown-item a,.header-user-dropdown-item > *{display:block;width:100%;padding:12px 16px;background:transparent;color:var(--text);text-align:left;}.header-user-dropdown-item a:hover,.header-user-dropdown-item:hover > *{background:rgba(0,80,95,0.06);color:var(--brand);}.header-nav{background:linear-gradient(180deg,#005763 0%,#00505f 100%);border-top:1px solid rgba(255,255,255,0.08);border-bottom:1px solid rgba(0,0,0,0.06);box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);}.header-nav-list{display:flex;align-items:center;justify-content:center;gap:30px;min-height:56px;margin:0;padding:0;list-style:none;}.header-nav-item{margin:0;padding:0;}.header-nav-link{position:relative;display:inline-flex;align-items:center;min-height:56px;color:rgba(255,255,255,0.96);font-size:15px;font-weight:600;transition:opacity var(--transition);}.header-nav-link::after{content:"";position:absolute;right:0;bottom:11px;left:0;height:2px;background:#fff;border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform var(--transition);}.header-nav-link:hover,.header-nav-link.is-active{opacity:1;}.header-nav-link:hover::after,.header-nav-link.is-active::after{transform:scaleX(1);}.site-footer{margin-top:60px;padding:28px 16px 34px;background:linear-gradient(180deg,#005763 0%,#00505f 100%);border-top:1px solid rgba(255,255,255,0.08);}.footer-inner{max-width:1200px;margin:0 auto;}.footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;color:rgba(255,255,255,0.88);font-size:14px;line-height:1.5;}.footer-nav a{color:#fff;transition:opacity var(--transition);}.footer-nav a:hover{opacity:0.82;}.footer-divider{color:rgba(255,255,255,0.7);opacity:0.45;}.k-service{max-width:1170px;margin:0 auto;padding:22px;color:#111;font-family:var(--font-display);font-size:22px;line-height:1.6;font-weight:400;}.k-hero{display:flex;justify-content:center;margin-bottom:12px;}.k-hero__img{width:auto;max-width:100%;max-height:380px;object-fit:contain;border-radius:22px;box-shadow:0 22px 22px rgba(0,0,0,0.22);cursor:zoom-in;background:#fff;}.k-card{margin-top:22px;padding:44px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:box-shadow var(--transition),transform var(--transition);}.k-card:hover{box-shadow:var(--shadow-card-hover);}.k-title__h1{margin:0 0 16px;font-family:"Playfair Display",serif;font-size:44px;font-weight:600;text-align:center;letter-spacing:1.4px;}.k-prose,.k-description .k-prose{color:#111;font-size:22px;line-height:1.85;overflow-wrap:anywhere;}.k-details .k-detail{padding:16px 14px;text-align:center;border-bottom:2px dashed rgba(0,0,0,0.16);}.k-detail:last-child{border-bottom:none;}.k-detail__label{margin-bottom:6px;color:#020617;font-size:18px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;}.k-detail__value{font-size:22px;color:var(--text);}.k-detail__value a:hover,.k-info-link:hover{text-decoration:underline;}.k-map{margin-top:22px;}.k-map__leaflet{position:relative;z-index:var(--z-content);isolation:isolate;width:100%;height:330px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-card);}.leaflet-container{position:relative;z-index:var(--z-content);isolation:isolate;}.k-btn--full{display:block;max-width:222px;margin:22px auto 0;padding:14px 18px;background:#fff;color:#111;border:1px solid rgba(15,23,42,0.08);border-radius:22px;box-shadow:var(--shadow-card);font-size:22px;font-weight:800;letter-spacing:0.05em;text-align:center;transition:all 0.28s ease;}.k-btn--full:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 26px 70px rgba(15,23,42,0.18);}.k-gallery__title{margin:0 0 12px;font-size:22px;font-weight:700;text-align:center;}.k-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;}.k-gallery__item{display:block;background:#fff;border:1px solid rgba(148,163,184,0.35);border-radius:22px;overflow:hidden;cursor:zoom-in;box-shadow:0 10px 28px rgba(15,23,42,0.12);transition:transform 0.15s ease,box-shadow 0.15s ease;}.k-gallery__item img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;}.k-service--course .k-gallery__item img{height:auto;}.k-gallery__item:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);}.k-lb{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,0.9);}.k-lb:target{display:flex;animation:fadeIn 0.2s ease;}.k-lb__img{max-width:94vw;max-height:88vh;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,0.9);}.k-lb__bg{position:fixed;inset:0;display:block;}.k-lb__close,.k-lb__nav{position:fixed;z-index:1002;display:grid;place-items:center;width:44px;height:44px;background:rgba(255,255,255,0.92);color:#111;border:1px solid rgba(0,0,0,0.08);border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,0.25);line-height:1;font-size:26px;font-weight:700;text-decoration:none;}.k-lb__close{top:14px;right:14px;font-size:30px;}.k-lb__prev{top:50%;left:14px;transform:translateY(-50%);}.k-lb__next{top:50%;right:14px;transform:translateY(-50%);}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.k-chat__hint{text-align:center;font-size:18px;opacity:0.85;}.k-chat__form{max-width:720px;margin-top:14px;margin-right:auto;margin-left:auto;}.k-chat__textarea{width:100%;padding:14px 16px;border:1px solid rgba(148,163,184,0.5);border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,0.08);font-size:20px;line-height:1.6;outline:none;}.k-chat__textarea:focus{border-color:var(--brand);}.k-chat__status{margin-top:10px;text-align:center;font-size:18px;opacity:0.9;}.k-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px;}.k-badges{margin:8px 0 0;}.k-badge{display:inline-flex;align-items:center;gap:0.4rem;padding:4px 10px;border-radius:999px;font-size:0.85rem;font-weight:600;}.k-badge--private{background:#e6f4ea;color:#1e7f4d;}.k-badge--business{background:#e8f0fe;color:#1a4fd8;}.k-slider{position:relative;}.k-slider__track{display:flex;gap:12px;padding:8px 44px;overflow:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;}.k-slider__slide{flex:0 0 auto;width:min(420px,80vw);display:block;border-radius:18px;overflow:hidden;scroll-snap-align:center;}.k-slider__slide img{display:block;width:100%;height:auto;}.k-slider__btn{position:absolute;top:50%;z-index:2;width:38px;height:38px;background:rgba(255,255,255,0.85);border:1px solid rgba(0,0,0,0.12);border-radius:999px;backdrop-filter:blur(6px);cursor:pointer;transform:translateY(-50%);}.k-slider__btn--prev{left:8px;}.k-slider__btn--next{right:8px;}.k-detail--price .k-price-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 12px;}.k-price-main{font-size:28px;font-weight:800;letter-spacing:0.2px;}.k-currency{margin-left:0.12em;font-size:0.75em;font-weight:800;opacity:0.85;}.k-badge--offer{background:rgba(12,120,140,0.14);color:#0c788c;}.k-badge--price-type,.k-badge--condition{background:rgba(0,0,0,0.07);color:#222;}.k-badge--condition.is-new{background:rgba(0,160,90,0.14);color:#00905a;}.k-details--unified{padding:22px 20px;}.k-info-row{padding:18px 6px;border-top:1px dashed rgba(0,0,0,0.2);text-align:center;}.k-info-row:first-child{border-top:0;}.k-info-label{margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:0.22em;text-transform:uppercase;opacity:0.85;}.k-info-main{display:flex;flex-direction:column;align-items:center;gap:10px;}.k-info-value{font-size:28px;font-weight:800;line-height:1.15;}.k-info-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}.k-pill{display:inline-flex;align-items:center;padding:7px 12px;background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:999px;box-shadow:0 8px 18px rgba(0,0,0,0.06);font-size:12px;font-weight:700;line-height:1;}.k-pill--muted{background:rgba(0,0,0,0.05);}.k-pill--offer{background:rgba(0,150,136,0.1);}.k-pill--condition{background:rgba(64,121,255,0.1);}.k-photon-dd{position:absolute;z-index:9999;background:#fff;border:1px solid rgba(148,163,184,0.35);border-radius:16px;overflow:hidden;box-shadow:0 18px 46px rgba(15,23,42,0.18);}.k-photon-dd__list{max-height:320px;overflow:auto;}.k-photon-dd__item{width:100%;padding:12px 14px;background:#fff !important;color:#00505f !important;border:0;text-align:left;font-size:16px;cursor:pointer;}.k-photon-dd__item:hover,.k-photon-dd__item:focus,.k-photon-dd__item.is-active{background:#f2f7f8 !important;color:#00505f !important;outline:2px solid #00505f;outline-offset:-2px;}.k-photon-dd__empty{padding:12px 14px;background:#fff;color:#6b7280;font-size:15px;}.k-photon-status{min-height:20px;margin-top:6px;color:var(--muted,#64748b);font-size:13px;line-height:1.45;}.k-route-wrap{display:grid;justify-items:center;gap:12px;margin-top:22px;}.k-route-btn{width:min(420px,100%);max-width:420px;}.cm-listing{max-width:1280px;margin:0 auto;padding:40px 16px 60px;}.cm-title{margin:0 0 28px;color:var(--text);text-align:center;font-size:36px;line-height:1.2;}.cm-search{margin-bottom:32px;}.cm-search form{max-width:980px;margin:0 auto;}.cm-search-row{display:grid;grid-template-columns:1fr 1.2fr 64px;align-items:center;gap:12px;}.cm-search-row--with-type{grid-template-columns:minmax(150px,0.7fr) 1fr 1.2fr 64px;}.cm-search-field,.cm-geo-wrap,.cm-search-row > .cm-btn{min-width:0;min-height:var(--cm-search-control-height);}.cm-search-field{display:grid;}.cm-geo-wrap{display:grid;position:relative;grid-template-columns:minmax(0,1fr);align-items:center;gap:0;}.cm-geo-wrap .k-photon-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.cm-search input[type="search"],.cm-search input[type="text"],.cm-search select{width:100%;height:var(--cm-search-control-height);min-height:var(--cm-search-control-height);padding:0 18px;background:#fff;border:1px solid #d8dee3;border-radius:14px;color:var(--text);font-size:16px;line-height:1.5;box-sizing:border-box;}.cm-search-row > .cm-btn{height:var(--cm-search-control-height);padding-top:0;padding-bottom:0;border-width:1px;border-radius:14px;line-height:1;box-sizing:border-box;}.cm-search input[type="search"]::placeholder,.cm-search input[type="text"]::placeholder{color:#7b8794;}.cm-search input[type="search"]:focus,.cm-search input[type="text"]:focus,.cm-search select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.12);}.cm-btn{width:100%;font-size:18px;font-weight:600;}.cm-btn-icon{width:52px;padding:0;font-size:18px;}.cm-msg{margin-top:10px;color:#b93600;text-align:center;font-size:14px;}.cm-listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}.cm-empty-state{grid-column:1 / -1;width:min(34rem,100%);margin:1rem auto 0;padding:2rem;border:1px solid #dce7e9;border-radius:var(--radius-xl);background:#fff;color:var(--text);text-align:center;box-shadow:0 0.45rem 1.5rem rgba(0,74,84,0.07);}.cm-empty-state h2{margin:0 0 0.65rem;font-size:clamp(1.25rem,4vw,1.55rem);line-height:1.25;}.cm-empty-state p{margin:0;color:#53666a;line-height:1.55;}.cm-empty-state__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;margin-top:1.25rem;}.cm-empty-state__actions .k-btn{width:auto;min-height:2.75rem;}.cm-card{display:flex;flex-direction:column;min-height:100%;background:#fff;color:inherit;border:1px solid #e5e7eb;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card);transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;}.cm-card:hover{transform:translateY(-4px);border-color:rgba(0,80,95,0.22);box-shadow:var(--shadow-card-hover);}.cm-card:focus-visible{outline:3px solid var(--brand);outline-offset:4px;transform:translateY(-2px);box-shadow:var(--shadow-card-hover);}.cm-card__image{width:100%;height:220px;margin:0;background:#f3f4f6;overflow:hidden;}.cm-card__image img{display:block;width:100%;height:100%;margin:0;object-fit:cover;}.cm-card__content{display:flex;flex:1;flex-direction:column;gap:10px;padding:18px 18px 20px;}.cm-card__title{margin:0;min-height:2.7em;color:var(--text);font-size:20px;line-height:1.35;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cm-card__meta-list{display:grid;align-items:start;gap:10px;margin-top:auto;padding-top:6px;}.cm-card__meta{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;margin:0;color:#5f6b76;font-size:15px;line-height:1.45;overflow-wrap:anywhere;}.cm-card__meta-icon{display:inline-grid;place-items:center;width:18px;min-height:1.45em;color:var(--brand);font-size:14px;font-weight:700;line-height:1;}.cm-card__meta--price{display:inline-flex;align-items:center;justify-content:center;justify-self:start;width:fit-content;min-height:32px;padding:5px 11px;color:var(--brand);border:1px solid rgba(0,96,112,0.14);border-radius:999px;background:rgba(0,112,128,0.07);font-size:16px;font-weight:750;line-height:1.25;white-space:normal;}.cm-card__meta--location{display:block;color:#66727d;line-height:1.4;}.cm-card__sub{margin:0;color:#5f6b76;font-size:15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-search{display:flex;align-items:center;justify-content:center;padding:90px 20px 110px;background:radial-gradient(circle at top,rgba(0,80,95,0.08),transparent 45%),linear-gradient(180deg,#f7fbfc 0%,#ffffff 100%);}.home-search .container{width:100%;max-width:760px;}.home-search-form{display:flex;flex-direction:column;gap:16px;max-width:620px;margin:0 auto;padding:32px 28px;background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:24px;box-shadow:var(--shadow-soft);}.home-search-title{margin-bottom:6px;color:var(--brand);text-align:center;font-size:30px;font-weight:700;line-height:1.2;}.home-search-input{width:100%;height:var(--cm-search-control-height);min-height:var(--cm-search-control-height);padding:0 18px;background:#fff;border:1px solid rgba(0,0,0,0.12);border-radius:14px;color:var(--text);font-size:16px;outline:none;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition);}.home-search-input::placeholder{color:#7b8794;}.home-search-input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.14);}.home-search-button{width:100%;height:var(--cm-search-control-height);min-height:var(--cm-search-control-height);box-shadow:var(--shadow-button);font-size:17px;font-weight:700;}#user-login-form,#user-register-form,#user-pass,#user-pass-reset,.kalendra-login-form,.user-register-form.user-form,.user-pass{display:block;width:100%;max-width:460px;margin:40px auto 56px;padding:28px 24px 24px;background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);}#user-login-form::before,.kalendra-login-form::before{content:"Einloggen";}#user-register-form::before,.user-register-form.user-form::before{content:none;}#user-pass::before,#user-pass-reset::before,.user-pass::before{content:"Passwort zurücksetzen";}#user-register-form::before,.user-register-form.user-form::before{display:none;}.kalendra-register-heading{margin:0 0 24px;color:var(--brand);text-align:center;font-size:30px;font-weight:700;line-height:1.2;}#user-login-form::before,#user-register-form::before,#user-pass::before,#user-pass-reset::before,.kalendra-login-form::before,.user-register-form.user-form::before,.user-pass::before{display:block;margin-bottom:8px;color:var(--brand);text-align:center;font-size:30px;font-weight:700;line-height:1.2;}#user-login-form p,#user-register-form p,#user-pass p,#user-pass-reset p,.kalendra-login-form p,.user-register-form.user-form p,.user-pass p{margin:0 0 24px;color:var(--muted);text-align:center;font-size:15px;line-height:1.55;}#user-login-form .form-item,#user-register-form .form-item,#user-pass .form-item,#user-pass-reset .form-item,.kalendra-login-form .form-item,.user-register-form.user-form .form-item,.user-pass .form-item{width:100%;margin:0 0 14px;padding:0;}#user-login-form label,#user-register-form label:not(.option),#user-pass label,#user-pass-reset label,.kalendra-login-form label,.user-register-form.user-form label:not(.option),.user-pass label{display:none !important;}#user-login-form input[type="text"],#user-login-form input[type="email"],#user-login-form input[type="password"],#user-register-form input[type="text"],#user-register-form input[type="email"],#user-register-form input[type="password"],#user-pass input[type="text"],#user-pass input[type="email"],#user-pass input[type="password"],#user-pass-reset input[type="text"],#user-pass-reset input[type="email"],#user-pass-reset input[type="password"],.kalendra-login-form input[type="text"],.kalendra-login-form input[type="email"],.kalendra-login-form input[type="password"],.user-register-form.user-form input[type="text"],.user-register-form.user-form input[type="email"],.user-register-form.user-form input[type="password"],.user-pass input[type="text"],.user-pass input[type="email"],.user-pass input[type="password"]{display:block;width:100%;max-width:100%;height:var(--field-height);padding:0 16px;background:#fff;border:1px solid rgba(0,0,0,0.12);border-radius:14px;color:var(--text);font-size:16px;outline:none;transition:border-color var(--transition),box-shadow var(--transition);}#user-login-form input::placeholder,#user-register-form input::placeholder,#user-pass input::placeholder,#user-pass-reset input::placeholder,.kalendra-login-form input::placeholder,.user-register-form.user-form input::placeholder,.user-pass input::placeholder{color:#7b8794;}#user-login-form input:focus,#user-register-form input:focus,#user-pass input:focus,#user-pass-reset input:focus,.kalendra-login-form input:focus,.user-register-form.user-form input:focus,.user-pass input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.14);}#user-register-form #edit-field-uset-terms-and-condition-wrapper,.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper{margin:18px 0 20px;}#user-register-form #edit-field-uset-terms-and-condition-wrapper .form-item,.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper .form-item{display:flex;align-items:flex-start;gap:10px;margin:0;}#user-register-form #edit-field-uset-terms-and-condition-wrapper input[type="checkbox"],.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper input[type="checkbox"]{flex:0 0 auto;width:18px;height:18px;margin:3px 0 0;accent-color:var(--brand);}#user-register-form #edit-field-uset-terms-and-condition-wrapper label.option,.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper label.option{display:block !important;margin:0;color:#4b5563;font-size:14px;line-height:1.5;}#user-register-form #edit-field-uset-terms-and-condition-wrapper label.option a,.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper label.option a,.kalendra-help-link{color:var(--brand);font-weight:600;}#user-register-form #edit-field-uset-terms-and-condition-wrapper label.option a:hover,.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper label.option a:hover,.kalendra-help-link:hover{text-decoration:underline;}#user-login-form .form-actions,#user-register-form .form-actions,#user-pass .form-actions,#user-pass-reset .form-actions,.kalendra-login-form .form-actions,.user-register-form.user-form .form-actions,.user-pass .form-actions{display:block;width:100%;margin-top:8px;}#user-login-form .form-submit,#user-login-form #edit-submit,#user-register-form .form-submit,#user-register-form #edit-submit,#user-pass .form-submit,#user-pass #edit-submit,#user-pass-reset .form-submit,#user-pass-reset #edit-submit,.kalendra-login-form .form-submit,.kalendra-login-form #edit-submit,.user-register-form.user-form .form-submit,.user-register-form.user-form #edit-submit,.user-pass .form-submit,.user-pass #edit-submit{display:block;width:100%;max-width:100%;height:var(--field-height);box-shadow:var(--shadow-button);font-size:16px;font-weight:700;}.kalendra-login-help{display:grid;gap:10px;margin-top:18px;text-align:center;}.kalendra-help-line{color:var(--muted);font-size:14px;line-height:1.5;}.form-item-bot-trap,#edit-bot-trap,#edit-bot-trap--description,.url-textfield,input[name="url"]{display:none !important;}#chat_page{padding:32px 0 48px;}#chat_page .container-small{max-width:1280px;margin:0 auto;padding:0 16px;}#chat_page .profile-box.chat-page{background:transparent;border:0;box-shadow:none;}#chat_page .profile-box.chat-page h2{margin:0 0 24px;color:var(--brand);text-align:center;font-size:32px;line-height:1.2;}#chat_page .chat-content{display:grid;grid-template-columns:340px minmax(0,1fr);align-items:stretch;gap:24px;}#chat_page .contact-list,#chat_page .message-container{background:#fff;border:1px solid rgba(0,80,95,0.12);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden;}#chat_page .contact-list{order:1;min-width:0;}#chat_page .message-container{order:2;min-width:0;display:none;}#chat_page .message-container.active{display:flex;flex-direction:column;}#chat_page .custom-select{padding:16px;border-bottom:1px solid #eceff1;}#chat_page .custom-select select{width:100%;height:46px;padding:0 14px;background:#fff;border:1px solid #d8dfe3;border-radius:12px;font-size:15px;outline:none;}#chat_page .message-history{max-height:720px;overflow-y:auto;}#chat_page .message-box-system{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid #f1f3f5;cursor:pointer;transition:background-color var(--transition);}#chat_page .message-box-system:hover{background:#f8fbfc;}#chat_page .message-box-system.selected{background:#edf6f7;}#chat_page .message-box-system.unread .name{font-weight:700;}#chat_page .message-box-system .image{flex:0 0 52px;margin:0;padding:0;}#chat_page .message-box-system .image-container{position:relative;width:52px;height:52px;background:#fff;border:2px solid var(--brand);border-radius:50%;overflow:hidden;}#chat_page .message-box-system .image-overflow,#chat_page .message-box-system .image-overflow img{width:100%;height:100%;}#chat_page .message-box-system .image-overflow img{display:block;object-fit:cover;}#chat_page .message-box-system .unread-bubble{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;background:#b93600;color:#fff;border:2px solid #fff;border-radius:999px;font-size:11px;font-weight:700;line-height:20px;text-align:center;}#chat_page .message-box-system .body{flex:1;min-width:0;padding:0;}#chat_page .message-box-system .name{margin:0 0 4px;color:var(--text);font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}#chat_page .message-box-system .message{color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}#chat_page .message-box{flex:1;min-height:620px;max-height:620px;padding:20px;background:#fcfcfd;overflow-y:auto;}#chat_page .date{margin:18px 0 14px;color:var(--muted);text-align:center;font-size:12px;font-weight:600;}#chat_page .sent-message,#chat_page .received-message{display:flex;gap:10px;margin-bottom:14px;}#chat_page .sent-message{flex-direction:row-reverse;}#chat_page .received-message{flex-direction:row;}#chat_page .user-icon{flex:0 0 38px;width:38px;}#chat_page .user-icon .circle{width:38px;height:38px;background:#fff;border:2px solid var(--brand);border-radius:50%;overflow:hidden;}#chat_page .user-icon .circle-content,#chat_page .user-icon img{width:100%;height:100%;}#chat_page .user-icon img{display:block;object-fit:cover;}#chat_page .message-body-container{display:flex;flex-direction:column;max-width:min(78%,680px);}#chat_page .received-message .message-body-container{align-items:flex-start;}#chat_page .sent-message .message-body-container{align-items:flex-end;}#chat_page .message-body{padding:12px 16px;border-radius:16px;font-size:15px;line-height:1.45;word-break:break-word;white-space:pre-wrap;}#chat_page .received-message .message-body{background:#edf3f4;color:var(--text);border-top-left-radius:6px;}#chat_page .sent-message .message-body{background:var(--brand);color:#fff;border-top-right-radius:6px;}#chat_page .message-action{display:flex;align-items:flex-end;gap:12px;padding:16px;background:#fff;border-top:1px solid #eceff1;}#chat_page .message-action textarea{flex:1;min-height:54px;max-height:180px;resize:vertical;padding:14px 16px;background:#fff;border:1px solid #d8dfe3;border-radius:14px;font-size:15px;line-height:1.4;outline:none;}#chat_page .message-action textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.12);}#chat_page .message-action button{flex:0 0 54px;width:54px;height:54px;padding:0;border-radius:14px;}#chat_page .message-action button svg{width:20px;height:20px;fill:#fff;}@media (max-width:980px){.cm-search-row{grid-template-columns:1fr;}.cm-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));}#chat_page .chat-content{grid-template-columns:1fr;}#chat_page .message-history{max-height:320px;}#chat_page .message-box{min-height:420px;max-height:420px;}}@media (min-width:860px){.k-route-wrap.is-two{grid-template-columns:1fr 1fr;justify-items:center;}.k-route-wrap.is-two .k-route-btn{width:100%;max-width:none;}}@media (max-width:768px){.container{padding:0 12px;}.header-top{min-height:68px;flex-wrap:wrap;justify-content:center;padding:10px 0;}.header-logo{display:flex;justify-content:center;width:100%;}.header-logo img,.site-logo{max-width:180px;}.header-actions,.header-user-menu:not(.header-user-menu--mobile){display:flex;justify-content:center;width:100%;}.header-nav-list{gap:18px;min-height:48px;padding:0 4px;overflow-x:auto;scrollbar-width:none;}.header-nav-list::-webkit-scrollbar{display:none;}.header-nav-link{min-height:48px;white-space:nowrap;font-size:14px;}.header-user-dropdown{left:50%;right:auto;min-width:220px;transform:translateX(-50%);}.site-footer{margin-top:40px;padding:20px 14px 26px;}.footer-nav{gap:8px;font-size:13px;}.home-search{padding:50px 16px 70px;}.home-search-form{padding:22px 18px;border-radius:18px;}.home-search-title{font-size:24px;}.home-search-input,.home-search-button{height:var(--cm-search-control-height);min-height:var(--cm-search-control-height);font-size:15px;}}.account-dashboard{width:min(100% - 32px,760px);margin:48px auto 72px;color:var(--text);}.account-dashboard__header{margin-bottom:24px;text-align:center;}.account-dashboard__header h1{margin:0;color:var(--brand);font-size:clamp(30px,5vw,40px);}.account-dashboard__create{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}.account-dashboard__primary{display:flex;align-items:center;justify-content:center;min-height:66px;padding:14px;border:2px solid transparent;border-radius:14px;background:var(--brand);color:#fff;text-align:center;font-size:17px;font-weight:750;text-decoration:none;}.account-dashboard__primary:hover{background:#004b59;color:#fff;}.account-dashboard__primary:focus-visible,.account-dashboard__summary-link:focus-visible{outline:3px solid #f2b705;outline-offset:3px;}.account-dashboard__summary{display:grid;margin-top:28px;border-top:1px solid rgba(0,80,95,.16);}.account-dashboard__summary-link{display:flex;align-items:baseline;gap:9px;min-height:64px;padding:14px 4px;border-bottom:1px solid rgba(0,80,95,.16);color:var(--text);text-decoration:none;}.account-dashboard__summary-link:hover{color:var(--brand);}.account-dashboard__summary-link strong{color:var(--brand);font-size:26px;}.account-dashboard__summary-link span{font-size:18px;font-weight:700;}@media (max-width:700px){.account-dashboard{width:min(100% - 24px,760px);margin-top:30px;}.account-dashboard__create{grid-template-columns:1fr;}.account-dashboard__primary{min-height:56px;}}@media (max-width:19.99rem){.cm-title{max-width:100%;overflow-wrap:anywhere;hyphens:auto;}.header-logo-link{max-width:100%;}.header-logo img,.site-logo{width:auto;max-width:min(100%,8.5rem);}.skip-link:focus,.skip-link:focus-visible{right:.25rem;left:.25rem;width:auto;max-width:calc(100vw - .5rem);white-space:normal;overflow-wrap:anywhere;}}@media (max-width:640px){.cm-listing{padding:28px 12px 40px;}.cm-title{margin-bottom:20px;font-size:28px;}.cm-geo-wrap{grid-template-columns:minmax(0,1fr);}.cm-listing-grid{grid-template-columns:1fr;gap:18px;}.cm-empty-state{padding:1.5rem 1rem;}.cm-empty-state__actions,.cm-empty-state__actions .k-btn{width:100%;}.cm-card__image{height:210px;}.cm-card__content{padding:16px;}.cm-card__title{font-size:18px;}.cm-card__meta{font-size:14px;}.cm-card__meta--price{min-height:30px;padding:4px 10px;font-size:15px;}.cm-card__sub{font-size:14px;}.k-title__h1{font-size:38px;}.k-info-value{font-size:24px;}#chat_page{padding:20px 0 32px;}#chat_page .profile-box.chat-page h2{margin-bottom:18px;font-size:26px;}#chat_page .message-box{padding:14px;}#chat_page .message-action{gap:10px;padding:12px;}#chat_page .message-action button{flex-basis:48px;width:48px;height:48px;}#chat_page .message-body-container{max-width:86%;}#chat_page .message-body{padding:10px 13px;font-size:14px;}}.kalendra-profile-form{width:min(780px,calc(100% - 32px));margin:36px auto 64px;padding:0;}.kalendra-profile-header{margin-bottom:28px;}.kalendra-profile-title{margin:0 0 24px;color:var(--text);font-size:clamp(2rem,4vw,2.5rem);font-weight:800;line-height:1.15;text-align:center;}.kalendra-profile-summary{display:flex;align-items:center;gap:16px;min-width:0;}.kalendra-profile-summary__image,.kalendra-profile-summary__fallback{flex:0 0 64px;width:64px;height:64px;border:1px solid var(--border);border-radius:50%;}.kalendra-profile-summary__image{object-fit:cover;}.kalendra-profile-summary__fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--brand);background:rgba(0,80,95,.08);font-size:20px;font-weight:800;}.kalendra-profile-summary__text{min-width:0;}.kalendra-profile-summary__text strong,.kalendra-profile-summary__text span{display:block;overflow-wrap:anywhere;}.kalendra-profile-summary__text strong{color:var(--text);font-size:18px;}.kalendra-profile-summary__text span{margin-top:4px;color:var(--muted);font-size:14px;}.kalendra-profile-form > fieldset{min-width:0;margin:0;padding:28px 0 10px;border:0;border-top:1px solid var(--border);}.kalendra-profile-form legend{margin:0;padding:0 0 18px;color:var(--text);font-size:1.2rem;font-weight:750;}.kalendra-profile-form .fieldset-wrapper{display:block;}.kalendra-profile-form .form-item{margin:0 0 20px;}.kalendra-profile-form .form-item:last-child{margin-bottom:0;}.kalendra-profile-form label:not(.option){display:block;margin-bottom:7px;color:var(--text);font-weight:700;}.kalendra-profile-form input[type="text"],.kalendra-profile-form input[type="email"],.kalendra-profile-form input[type="password"],.kalendra-profile-form input[type="tel"],.kalendra-profile-form textarea,.kalendra-profile-form select{width:100%;min-height:48px;padding:11px 12px;color:var(--text);background:#fff;border:1px solid var(--border-strong);border-radius:10px;font:inherit;}.kalendra-profile-form input:focus-visible,.kalendra-profile-form textarea:focus-visible,.kalendra-profile-form select:focus-visible,.kalendra-profile-form .button:focus-visible{border-color:var(--brand);outline:3px solid rgba(0,80,95,0.16);outline-offset:2px;}.kalendra-profile-form input:disabled{color:var(--text-soft);background:#f5f7f7;opacity:1;}.kalendra-profile-form .description{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.5;}.kalendra-profile-form .field--name-user-picture img{width:88px;height:88px;object-fit:cover;border:1px solid var(--border);border-radius:50%;}.kalendra-profile-form .form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:26px;}.kalendra-profile-form .form-actions .button{min-height:48px;padding:10px 20px;border-radius:12px;font-weight:750;}.kalendra-profile-form .form-actions .form-submit{color:#fff;background:var(--brand);border:1px solid var(--brand);}.kalendra-profile-form .kalendra-profile-cancel{color:var(--brand);background:#fff;border:1px solid var(--border-strong);text-decoration:none;}@media (max-width:640px){.kalendra-profile-form{width:min(100% - 24px,780px);margin:28px auto 44px;}.kalendra-profile-header{margin-bottom:24px;}.kalendra-profile-title{margin-bottom:20px;}.kalendra-profile-form > fieldset{padding-top:24px;}}@media (max-width:480px){#user-login-form,#user-register-form,#user-pass,#user-pass-reset,.kalendra-login-form,.user-register-form.user-form,.user-pass{max-width:calc(100% - 28px);margin:24px auto 40px;padding:20px 16px 18px;border-radius:18px;}#user-login-form::before,#user-register-form::before,#user-pass::before,#user-pass-reset::before,.kalendra-login-form::before,.user-register-form.user-form::before,.user-pass::before{font-size:24px;}#user-login-form input[type="text"],#user-login-form input[type="email"],#user-login-form input[type="password"],#user-register-form input[type="text"],#user-register-form input[type="email"],#user-register-form input[type="password"],#user-pass input[type="text"],#user-pass input[type="email"],#user-pass input[type="password"],#user-pass-reset input[type="text"],#user-pass-reset input[type="email"],#user-pass-reset input[type="password"],#user-login-form .form-submit,#user-login-form #edit-submit,#user-register-form .form-submit,#user-register-form #edit-submit,#user-pass .form-submit,#user-pass #edit-submit,#user-pass-reset .form-submit,#user-pass-reset #edit-submit,.kalendra-login-form input[type="text"],.kalendra-login-form input[type="email"],.kalendra-login-form input[type="password"],.kalendra-login-form .form-submit,.kalendra-login-form #edit-submit,.user-register-form.user-form input[type="text"],.user-register-form.user-form input[type="email"],.user-register-form.user-form input[type="password"],.user-register-form.user-form .form-submit,.user-register-form.user-form #edit-submit,.user-pass input[type="text"],.user-pass input[type="email"],.user-pass input[type="password"],.user-pass .form-submit,.user-pass #edit-submit{height:52px;font-size:15px;}#user-register-form #edit-field-uset-terms-and-condition-wrapper label.option,.user-register-form.user-form #edit-field-uset-terms-and-condition-wrapper label.option{font-size:13px;}}@media (max-width:380px){.k-route-btn{font-size:20px;letter-spacing:0.03em;}}.k-hero{margin-bottom:24px;}.k-hero__media{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;box-shadow:0 18px 40px rgba(0,0,0,0.08);transition:transform .2s ease,box-shadow .2s ease;}.k-hero__media:hover{transform:translateY(-2px);box-shadow:0 24px 50px rgba(0,0,0,0.12);}.k-hero__media img{display:block;width:100%;height:auto;}.k-hero__gallery-badge{position:absolute;right:16px;bottom:16px;padding:10px 14px;border-radius:999px;background:rgba(0,0,0,0.68);color:#fff;font-size:14px;font-weight:600;letter-spacing:0.01em;backdrop-filter:blur(6px);}.k-map-block{margin:28px 0;}.k-map-block .k-map__leaflet{width:100%;min-height:360px;border-radius:24px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,0.08);}.k-detail{padding:26px 0;text-align:center;border-bottom:1px dashed rgba(0,0,0,.15);}.k-detail:last-child{border-bottom:0;}.k-detail__value{font-size:18px;font-weight:400;color:#111;}.k-detail__value--big{font-size:22px;font-weight:500;}.k-detail--price{padding-top:10px;}.k-currency{margin-left:4px;font-size:18px;}.k-badges-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;}.k-badge{padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500;}.k-badge--neutral{background:#e9e9e9;color:#555;}.k-badge--offer{background:#cfe7e5;color:#0d6b63;}.k-badge--condition{background:#dbe3f5;color:#2a4aa8;}.k-link{color:#0a58ff;text-decoration:none;}.k-link:hover{text-decoration:underline;}.k-hidden-gallery{display:none;}body.k-lb-open{overflow:hidden;}@media (max-width:640px){.k-map-block .k-map__leaflet{min-height:280px;border-radius:18px;}.k-hero__gallery-badge{right:12px;bottom:12px;font-size:13px;padding:8px 12px;}}.node-confirm-form.confirmation{max-width:760px;margin:48px auto 64px;padding:48px 40px;background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,0.05);text-align:center;}.node-confirm-form.confirmation > .messages,.node-confirm-form.confirmation > .description,.node-confirm-form.confirmation > p,.node-confirm-form.confirmation{font-size:0;}.node-confirm-form.confirmation::before{content:"Wollen Sie das Inserat wirklich löschen?";display:block;font-size:clamp(30px,4vw,56px);line-height:1.2;font-weight:700;color:#2f3747;text-align:center;margin-bottom:32px;}.node-confirm-form.confirmation > input[type="hidden"] + input[type="hidden"] + input[type="hidden"],.node-confirm-form.confirmation > .js-form-item:first-of-type{}.node-confirm-form.confirmation{color:transparent;}.node-confirm-form.confirmation .js-form-item,.node-confirm-form.confirmation .form-actions,.node-confirm-form.confirmation input,.node-confirm-form.confirmation label,.node-confirm-form.confirmation a,.node-confirm-form.confirmation div{color:initial;font-size:16px;}.node-confirm-form .form-item-simple-sitemap-index-now{display:none !important;}.node-confirm-form .form-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-top:12px;}.node-confirm-form .form-submit{min-width:180px;height:52px;padding:0 24px;border:0;border-radius:14px;background:#ff0000;color:#fff;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px rgba(228,87,46,0.2);}.node-confirm-form .dialog-cancel{display:inline-flex;justify-content:center;align-items:center;min-width:180px;height:52px;padding:0 24px;border-radius:14px;background:#f3f4f6;border:1px solid rgba(0,0,0,0.08);color:#2f3747;font-size:18px;font-weight:700;text-decoration:none;}.node-confirm-form .form-submit:hover{filter:brightness(0.98);}.node-confirm-form .dialog-cancel:hover{background:#eceef2;}@media (max-width:640px){.node-confirm-form.confirmation{margin:24px 16px 40px;padding:32px 20px;border-radius:18px;}.node-confirm-form .form-actions{flex-direction:column;}.node-confirm-form .form-submit,.node-confirm-form .dialog-cancel{width:100%;min-width:0;}}#sell_upload_page{padding:24px 0 56px;}#sell_upload_page .course-content-wrapper{max-width:860px;margin:0 auto;padding:0 16px;}#sell_upload_page .upload-box.kalendra-upload-card{background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,0.05);padding:32px 24px;}#sell_upload_page .article-title{margin:0 0 10px;text-align:center;font-size:clamp(30px,4vw,42px);line-height:1.15;font-weight:700;color:#2f3747;}#sell_upload_page .kalendra-upload-subtitle{margin:0 0 28px;text-align:center;font-size:16px;line-height:1.6;color:#000000;}#sell_upload_page .upload-form{display:flex;flex-direction:column;gap:22px;}#sell_upload_page .upload-input{display:none;}#sell_upload_page .kalendra-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;padding:28px 20px;border:2px dashed #00505f;border-radius:22px;text-align:center;cursor:pointer;transition:all 0.2s ease;}#sell_upload_page .kalendra-upload-area:hover{transform:translateY(-1px);border-color:#00505f;box-shadow:0 10px 24px rgba(2,114,114,0.08);}#sell_upload_page .kalendra-upload-area.is-filled{border-style:solid;background:#00505f;}#sell_upload_page .upload-icon{font-size:44px;line-height:1;margin-bottom:14px;}#sell_upload_page .upload-text{display:flex;flex-direction:column;gap:6px;}#sell_upload_page .upload-text strong{font-size:24px;line-height:1.25;font-weight:700;color:#000000;}#sell_upload_page .upload-text span{font-size:15px;line-height:1.5;color:#000000;}#sell_upload_page .upload-hint{margin-top:14px;font-size:13px;color:#98a2b3;}#sell_upload_page .upload-preview{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:20px;border:1px solid rgba(0,0,0,0.06);background:#00505f;}#sell_upload_page .upload-preview__inner{overflow:hidden;border-radius:18px;background:#00505f;}#sell_upload_page #upload-preview-image{display:block;width:100%;max-height:420px;object-fit:cover;}#sell_upload_page .upload-preview__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;}#sell_upload_page .upload-file-name{font-size:14px;font-weight:600;color:#000000;word-break:break-word;}#sell_upload_page .upload-change-btn{appearance:none;border:1px solid rgba(0,0,0,0.08);background:#f3f4f6;color:#00505f;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:background 0.2s ease;}#sell_upload_page .upload-change-btn:hover{background:#00505f;}#sell_upload_page .cta-button-container{display:flex;justify-content:center;margin-top:4px;}#sell_upload_page .kalendra-upload-submit{width:100%;margin-top:26px;}#sell_upload_page .kalendra-upload-preview-item{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--button-radius);background:#eee;}#sell_upload_page .kalendra-upload-preview-item img{width:100%;height:100%;object-fit:cover;}#sell_upload_page .kalendra-upload-remove{position:absolute;top:6px;right:6px;width:44px;min-height:44px;padding:0;border:0;border-radius:var(--radius-pill);background:rgba(0,0,0,0.72);color:#fff;font-size:22px;line-height:1;}#sell_upload_page .kalendra-button{min-width:220px;height:52px;padding:0 24px;border:0;border-radius:14px;background:#00505f;color:#fff;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 6px 18px rgba(228,87,46,0.18);transition:transform 0.15s ease,opacity 0.15s ease;}#sell_upload_page .kalendra-button:hover:not(:disabled){transform:translateY(-1px);}#sell_upload_page .kalendra-button:disabled{cursor:not-allowed;box-shadow:none;}@media (max-width:640px){#sell_upload_page{padding:16px 0 36px;}#sell_upload_page .course-content-wrapper{padding:0 12px;}#sell_upload_page .upload-box.kalendra-upload-card{padding:24px 16px;border-radius:18px;}#sell_upload_page .kalendra-upload-area{min-height:210px;padding:24px 16px;border-radius:18px;}#sell_upload_page .upload-text strong{font-size:21px;}#sell_upload_page .upload-change-btn,#sell_upload_page .kalendra-button{width:100%;}}#sell_upload_page .upload-preview.hidden{display:none;}#sell_upload_page .upload-preview{display:flex;flex-direction:column;gap:16px;margin-top:6px;padding:18px;border-radius:24px;border:1px solid rgba(0,0,0,0.06);background:#ffffff;box-shadow:0 8px 24px rgba(0,0,0,0.04);}#sell_upload_page .upload-preview__inner{overflow:hidden;border-radius:18px;background:#f6f7f8;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;}#sell_upload_page #upload-preview-image{display:block;width:100%;height:100%;object-fit:cover;}#sell_upload_page .upload-preview__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:2px;}#sell_upload_page .upload-file-name{font-size:14px;line-height:1.4;font-weight:600;color:#475467;max-width:100%;word-break:break-word;}#sell_upload_page .upload-change-btn{appearance:none;border:1px solid rgba(0,0,0,0.08);background:#f8f9fb;color:#2f3747;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background 0.2s ease,transform 0.15s ease;}#sell_upload_page .upload-change-btn:hover{background:#eef1f4;transform:translateY(-1px);}@media (max-width:640px){#sell_upload_page .upload-preview{padding:14px;border-radius:18px;}#sell_upload_page .upload-preview__inner{border-radius:14px;}#sell_upload_page .upload-preview__meta{flex-direction:column;align-items:stretch;}#sell_upload_page .upload-change-btn{width:100%;justify-content:center;}}#sell_upload_page .kalendra-upload-area{transition:opacity 0.2s ease,transform 0.2s ease,margin 0.2s ease;}#sell_upload_page .kalendra-upload-area.is-hidden{opacity:0;transform:scale(0.98);pointer-events:none;height:0;min-height:0;margin:0;padding-top:0;padding-bottom:0;overflow:hidden;border-width:0;}.node-verkaufsartikel-edit-form{max-width:980px;margin:32px auto 56px;padding:32px 24px;background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,0.05);}.node-verkaufsartikel-edit-form::before{content:"Produkt bearbeiten";display:block;margin-bottom:28px;color:var(--brand);text-align:center;font-size:clamp(30px,4vw,42px);line-height:1.15;font-weight:700;}.node-verkaufsartikel-edit-form > .form-wrapper,.node-verkaufsartikel-edit-form > .field--type-string,.node-verkaufsartikel-edit-form > .field--type-text-with-summary,.node-verkaufsartikel-edit-form > .field--type-decimal,.node-verkaufsartikel-edit-form > .field--type-list-string,.node-verkaufsartikel-edit-form > .field--type-entity-reference{margin-bottom:22px;}.node-verkaufsartikel-edit-form label,.node-verkaufsartikel-edit-form .fieldset-legend{display:block;margin-bottom:8px;color:var(--text);font-size:15px;font-weight:700;line-height:1.4;}.node-verkaufsartikel-edit-form input[type="text"],.node-verkaufsartikel-edit-form input[type="number"],.node-verkaufsartikel-edit-form input[type="email"],.node-verkaufsartikel-edit-form select,.node-verkaufsartikel-edit-form textarea{width:100%;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:none;}.node-verkaufsartikel-edit-form input[type="text"],.node-verkaufsartikel-edit-form input[type="number"],.node-verkaufsartikel-edit-form input[type="email"],.node-verkaufsartikel-edit-form select{min-height:54px;padding:0 16px;}.node-verkaufsartikel-edit-form textarea{min-height:140px;padding:14px 16px;line-height:1.6;}.node-verkaufsartikel-edit-form input:focus,.node-verkaufsartikel-edit-form select:focus,.node-verkaufsartikel-edit-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.12);outline:none;}.node-verkaufsartikel-edit-form .description{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.5;}.node-verkaufsartikel-edit-form .js-text-format-wrapper{padding:18px;background:#f9fbfb;border:1px solid rgba(0,80,95,0.08);border-radius:20px;}.node-verkaufsartikel-edit-form .text-summary-wrapper{margin-bottom:16px;}.node-verkaufsartikel-edit-form .js-filter-wrapper{margin-top:12px;padding-top:10px;border-top:1px dashed rgba(0,0,0,0.12);}.node-verkaufsartikel-edit-form fieldset{margin:0;padding:18px;border:1px solid rgba(0,80,95,0.1);border-radius:20px;background:#fbfcfc;}.node-verkaufsartikel-edit-form fieldset legend{padding:0 8px;}.node-verkaufsartikel-edit-form .fieldset-wrapper{display:flex;flex-direction:column;gap:14px;}.node-verkaufsartikel-edit-form .js-media-library-selection{display:grid;gap:14px;}.node-verkaufsartikel-edit-form .js-media-library-item{padding:14px;background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:18px;box-shadow:0 6px 16px rgba(15,23,42,0.05);}.node-verkaufsartikel-edit-form .js-media-library-item article{display:grid;gap:12px;}.node-verkaufsartikel-edit-form .js-media-library-item-preview img{width:100%;max-width:320px;border-radius:16px;object-fit:cover;}.node-verkaufsartikel-edit-form .js-media-library-item input[type="submit"],.node-verkaufsartikel-edit-form .js-media-library-open-button{min-height:46px;padding:0 16px;border-radius:14px;font-size:15px;font-weight:700;}.node-verkaufsartikel-edit-form .js-media-library-item input[type="submit"]{background:#fff;border:1px solid #fecaca;color:#b91c1c;}.node-verkaufsartikel-edit-form .js-media-library-item input[type="submit"]:hover{background:#fff5f5;border-color:#fca5a5;}.node-verkaufsartikel-edit-form .js-media-library-open-button{background:var(--brand-soft);color:var(--brand);border:1px solid rgba(0,80,95,0.12);}.node-verkaufsartikel-edit-form .js-media-library-open-button:hover{background:rgba(0,80,95,0.12);color:var(--brand);}#edit-field-price-amount-wrapper,#edit-field-price-type-wrapper,#edit-field-currency-wrapper,#edit-field-offer-type-wrapper,#edit-field-field-condition-wrapper{padding:18px;background:#f9fbfb;border:1px solid rgba(0,80,95,0.08);border-radius:18px;}#edit-field-kontakt-wrapper,#edit-field-kontakttelefon-wrapper,#edit-field-standort-wrapper,#edit-field-produktkategorie-wrapper{padding:18px;background:#f9fbfb;border:1px solid rgba(0,80,95,0.08);border-radius:18px;}#edit-field-descriptionlong-0-summary{min-height:100px;background:#fff;}.node-verkaufsartikel-edit-form .js-form-type-vertical-tabs{display:none;}.node-verkaufsartikel-edit-form #edit-preview:hover{background:var(--brand-soft);color:var(--brand);}.node-verkaufsartikel-edit-form #edit-delete:hover,.node-verkaufsartikel-edit-form a.button--danger:hover,.node-verkaufsartikel-edit-form a[href*="/delete"]:hover{background:#fff5f5;border-color:#fca5a5;color:#991b1b;}.node-verkaufsartikel-edit-form #edit-delete{font-size:0;}.node-verkaufsartikel-edit-form #edit-delete::after{content:"Löschen";font-size:16px;}#edit-field-imagearticle-wrapper .js-media-library-item-preview{display:flex;justify-content:center;}@media (max-width:640px){.node-verkaufsartikel-edit-form{margin:20px 12px 36px;padding:24px 16px;border-radius:18px;}.node-verkaufsartikel-edit-form::before{margin-bottom:22px;font-size:30px;}.node-verkaufsartikel-edit-form fieldset,#edit-field-price-amount-wrapper,#edit-field-price-type-wrapper,#edit-field-currency-wrapper,#edit-field-offer-type-wrapper,#edit-field-field-condition-wrapper,#edit-field-kontakt-wrapper,#edit-field-kontakttelefon-wrapper,#edit-field-standort-wrapper,#edit-field-produktkategorie-wrapper{padding:14px;border-radius:16px;}.node-verkaufsartikel-edit-form .form-actions{flex-direction:column;}.node-verkaufsartikel-edit-form .form-actions .button,.node-verkaufsartikel-edit-form .form-actions .form-submit,.node-verkaufsartikel-edit-form .form-actions a.button{width:100%;min-width:0;}}.kalendra-edit-form{max-width:1040px;margin:32px auto 56px;padding:32px 24px;background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,0.05);}.kalendra-edit-form::before{content:"Produkt bearbeiten";display:block;margin-bottom:28px;color:var(--brand);text-align:center;font-size:clamp(30px,4vw,42px);line-height:1.15;font-weight:700;}.kalendra-edit-section{margin-bottom:22px;padding:22px;background:#f9fbfb;border:1px solid rgba(0,80,95,0.08);border-radius:20px;}.kalendra-edit-section--media{background:#fcfefe;}.kalendra-edit-section__title{margin:0 0 18px;color:var(--brand);font-size:24px;line-height:1.2;font-weight:700;}.kalendra-edit-form .form-item{margin-bottom:16px;}.kalendra-edit-form label,.kalendra-edit-form .fieldset-legend{display:block;margin-bottom:8px;color:var(--text);font-size:15px;font-weight:700;}.kalendra-edit-form input[type="text"],.kalendra-edit-form input[type="number"],.kalendra-edit-form input[type="email"],.kalendra-edit-form select,.kalendra-edit-form textarea{width:100%;border-radius:16px;border:1px solid var(--border);background:#fff;}.kalendra-edit-form input[type="text"],.kalendra-edit-form input[type="number"],.kalendra-edit-form input[type="email"],.kalendra-edit-form select{min-height:54px;padding:0 16px;}.kalendra-edit-form textarea{min-height:140px;padding:14px 16px;line-height:1.6;}.kalendra-edit-form input:focus,.kalendra-edit-form select:focus,.kalendra-edit-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(0,80,95,0.12);outline:none;}.kalendra-edit-form #edit-title-0-value{font-size:20px;font-weight:700;}.kalendra-edit-form fieldset{margin:0;padding:18px;border:1px solid rgba(0,80,95,0.1);border-radius:20px;background:#fff;}.kalendra-edit-form .js-media-library-item{padding:14px;background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:18px;box-shadow:0 6px 16px rgba(15,23,42,0.05);}.kalendra-edit-form .js-media-library-item-preview img{width:100%;max-width:320px;border-radius:16px;object-fit:cover;}:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) .kalendra-edit-actions,:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) .form-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid rgba(0,80,95,0.08);}:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) .form-actions .button,:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) .form-actions .form-submit,:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) .form-actions a.button{min-width:180px;min-height:52px;border-radius:14px;font-size:16px;font-weight:700;}:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) #edit-submit{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--shadow-button);}:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) #edit-preview{background:#fff;border:1px solid rgba(0,80,95,0.14);color:var(--brand);}:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) #edit-delete,:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) a.button--danger,:is(.node-verkaufsartikel-edit-form,.kalendra-edit-form) a[href*="/delete"]{background:#fff;border:1px solid #fecaca;color:#b91c1c;}@media (max-width:640px){.kalendra-edit-form{margin:20px 12px 36px;padding:24px 16px;border-radius:18px;}.kalendra-edit-section{padding:16px;border-radius:16px;}.kalendra-edit-section__title{font-size:21px;}.kalendra-edit-form .form-actions{flex-direction:column;}.kalendra-edit-form .form-actions .button,.kalendra-edit-form .form-actions .form-submit,.kalendra-edit-form .form-actions a.button{width:100%;min-width:0;}}.kalendra-about{max-width:860px;margin:0 auto;padding:48px 20px;color:#1f2933;font-size:1rem;line-height:1.7;}.kalendra-about h1{margin:0 0 24px;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:#111827;}.kalendra-about h2{margin:40px 0 14px;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.25;color:#111827;}.kalendra-about p{margin:0 0 18px;}.kalendra-about strong{font-weight:700;}.kalendra-about__cta{margin-top:36px;padding:20px 24px;border-radius:16px;background:#f3f6fb;color:#111827;text-align:center;font-size:1.1rem;}@media (max-width:640px){.kalendra-about{padding:32px 16px;}.kalendra-about__cta{text-align:left;}}.legal-page,.contact-section,.kalendra-about{width:100%;padding:48px 16px 64px;}.legal-container,.contact-card,.kalendra-about{max-width:900px;margin:0 auto;}.legal-container,.contact-card{background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:40px 34px;}.legal-header{margin-bottom:32px;text-align:center;}.legal-header h1,.contact-card h1,.kalendra-about h1{margin-bottom:14px;color:var(--brand);font-size:clamp(32px,5vw,48px);line-height:1.15;}.legal-header p{max-width:640px;margin:0 auto;color:var(--muted);font-size:17px;}.legal-page section{margin-top:34px;}.legal-page h2,.kalendra-about h2{margin:0 0 14px;color:var(--text);font-size:clamp(22px,3vw,28px);}.legal-page p,.legal-page li,.contact-card p,.kalendra-about p{color:var(--text-soft);font-size:16px;line-height:1.75;}.legal-page ul{margin:0 0 20px;padding-left:22px;}.legal-page li{margin-bottom:8px;}.legal-page address{margin-bottom:18px;color:var(--text-soft);font-style:normal;line-height:1.75;}.legal-page a,.contact-card a:not(.button),.kalendra-about a{color:var(--brand);font-weight:600;text-decoration:none;}.legal-page a:hover,.contact-card a:not(.button):hover,.kalendra-about a:hover{text-decoration:underline;}.contact-section{display:flex;align-items:center;justify-content:center;}.contact-card{text-align:center;}.contact-card .contact-label{margin-top:24px;margin-bottom:12px;color:var(--muted);font-weight:600;}.contact-card .button{margin-bottom:26px;}@media (max-width:640px){.legal-page,.contact-section,.kalendra-about{padding:32px 12px 48px;}.legal-container,.contact-card{padding:28px 20px;border-radius:18px;}.legal-header{text-align:left;}.legal-header p{margin:0;}.contact-card{text-align:left;}}.k-service--profile .k-profile__name{margin:0;overflow-wrap:anywhere;}.k-service--profile{width:min(780px,calc(100% - 32px));margin:36px auto 64px;padding:0;}.k-service--profile .k-card{margin:0;padding:28px 0;border:0;border-top:1px solid var(--border);border-radius:0;box-shadow:none;}.k-service--profile .k-profile__head{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:16px;border-top:0;}.k-service--profile .k-profile__img,.k-service--profile .k-profile__fallback{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border:1px solid var(--border);border-radius:50%;}.k-service--profile .k-profile__img{object-fit:cover;}.k-service--profile .k-profile__fallback{color:var(--brand);background:rgba(0,80,95,.08);font-size:20px;font-weight:800;}.k-service--profile .k-profile__prose{margin:0;color:var(--text-soft);line-height:1.7;overflow-wrap:anywhere;white-space:pre-line;}.k-service--profile .k-profile__section-title{margin:0 0 12px;color:var(--text);font-size:1.125rem;line-height:1.35;}.k-service--profile .k-profile__message-form,.k-service--profile .k-profile__message-button{margin:22px 0 0;}.k-service--profile .k-profile__message-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;}@media (max-width:640px){.k-service--profile{width:min(100% - 24px,780px);margin:28px auto 44px;}}.kalendra-account-delete-page{width:min(760px,calc(100% - 32px));margin:32px auto 56px;}.kalendra-account-delete-card{padding:clamp(22px,4vw,36px);background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-card);}.kalendra-account-delete-form .form-item{margin:0 0 18px;}.kalendra-account-delete-form label:not(.option){display:block;margin-bottom:7px;color:var(--text);font-weight:700;}.kalendra-account-delete-form input[type="password"],.kalendra-account-delete-form input[type="text"]{width:100%;min-height:48px;padding:10px 12px;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:10px;font:inherit;}.kalendra-account-delete-form input:focus-visible,.kalendra-account-delete-form .button:focus-visible{outline:3px solid rgba(0,80,95,0.2);outline-offset:2px;}.kalendra-account-delete-form .form-actions{display:flex;align-items:center;gap:12px;margin-top:24px;}.kalendra-account-delete-form .form-actions .form-submit{flex:0 0 auto;width:auto;min-height:48px;padding:11px 18px;color:#fff;background:#a11b16;border:1px solid #a11b16;border-radius:12px;font-weight:750;}.kalendra-account-delete-form .form-actions .button:not(.form-submit){min-height:48px;padding:11px 18px;color:var(--brand);background:#fff;border:1px solid var(--border);border-radius:12px;font-weight:700;}@media (max-width:760px){.kalendra-profile-form .kalendra-profile-picture .fieldset-wrapper{grid-template-columns:minmax(0,1fr);}}@media (max-width:640px){.kalendra-profile-form{width:100%;}.kalendra-account-delete-page{width:min(100% - 20px,760px);margin:20px auto 40px;}.kalendra-account-delete-card{padding:20px 14px;border-radius:16px;}.kalendra-account-delete-form .form-actions{align-items:stretch;flex-direction:column;}.kalendra-account-delete-form .form-actions > *{width:100%;text-align:center;}}.booking-steps{width:100%;padding:48px 16px 64px;}.booking-steps .step4{max-width:900px;margin:0 auto;}.profile-box{background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:40px 34px;}.profile-box h1{margin-bottom:18px;color:var(--brand);font-size:clamp(32px,5vw,48px);line-height:1.15;text-align:center;}.profile-box .text,.profile-box .action{color:var(--text-soft);font-size:16px;line-height:1.75;text-align:center;}.profile-box .action{margin:18px 0;}@media (max-width:640px){.booking-steps{padding:32px 12px 48px;}.profile-box{padding:28px 20px;border-radius:18px;}.profile-box h1,.profile-box .text,.profile-box .action{text-align:left;}.profile-box .button{width:100%;}}.kalendra-about{max-width:900px;margin:48px auto 64px;padding:40px 34px;background:#fff;border:1px solid rgba(0,80,95,0.08);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);color:#1f2933;font-size:1rem;line-height:1.7;}.kalendra-photoswipe .pswp__img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;}.header-nav-link{display:inline-grid;align-items:center;}.header-nav-link::before,.header-nav-link__label{grid-area:1 / 1;}.header-nav-link::before{content:attr(data-label);visibility:hidden;font-weight:700;pointer-events:none;}.header-nav-link.is-active{color:#fff;font-weight:700;}.header-nav-link:focus-visible{border-radius:4px;outline:3px solid #fff;outline-offset:3px;}.header-nav-link:focus-visible::after{transform:scaleX(1);}@media (prefers-reduced-motion:reduce){.header-nav-link,.header-nav-link::after{transition:none;}}.k-service-create,.cm-event-create,.k-event.k-wrap{width:min(900px,calc(100% - 32px));margin:32px auto 56px;}.k-service-create > .k-title,.cm-event-create > h1,.k-event.k-wrap > .k-title h1{margin:0 0 20px;color:var(--text);font-size:clamp(2rem,4vw,2.5rem);line-height:1.15;text-align:left;}.k-service-create .k-form,.cm-event-create .cm-form,.k-event.k-wrap .cm-form{display:grid;gap:18px;padding:clamp(20px,4vw,32px);background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:none;}.k-service-create .k-field,.cm-event-create .cm-field,.k-event.k-wrap .cm-field{display:grid;gap:7px;margin:0;}.k-service-create label,.cm-event-create label,.k-event.k-wrap label{color:var(--text);font-weight:700;}.k-service-create input,.k-service-create textarea,.cm-event-create input,.cm-event-create select,.cm-event-create textarea,.k-event.k-wrap input,.k-event.k-wrap select,.k-event.k-wrap textarea{width:100%;min-height:46px;padding:10px 12px;color:var(--text);background:#fff;border:1px solid var(--border-strong);border-radius:10px;font:inherit;}.k-service-create textarea,.cm-event-create textarea,.k-event.k-wrap textarea{min-height:130px;resize:vertical;}.k-service-create input:focus-visible,.k-service-create textarea:focus-visible,.cm-event-create input:focus-visible,.cm-event-create select:focus-visible,.cm-event-create textarea:focus-visible,.k-event.k-wrap input:focus-visible,.k-event.k-wrap select:focus-visible,.k-event.k-wrap textarea:focus-visible{border-color:var(--brand);outline:3px solid rgba(0,80,95,0.16);outline-offset:1px;}.cm-event-create .cm-check,.k-event.k-wrap .cm-check{display:flex;align-items:center;gap:10px;}.cm-event-create .cm-check input[type="checkbox"],.k-event.k-wrap .cm-check input[type="checkbox"]{flex:0 0 24px;width:24px;min-height:24px;margin:0;}.cm-event-create .cm-grid,.k-event.k-wrap .cm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.k-service-create .k-help,.cm-event-create .cm-hint,.k-event.k-wrap .cm-hint{margin:0;color:var(--muted);font-size:13px;}.k-service-create .k-actions,.cm-event-create .cm-actions,.k-event.k-wrap .cm-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:6px;}.cm-event-create .cm-image img,.k-event.k-wrap .cm-image img{width:min(100%,420px);height:auto;border-radius:12px;}@media (max-width:640px){.k-service-create,.cm-event-create,.k-event.k-wrap{width:min(100% - 20px,900px);margin:20px auto 40px;}.k-service-create .k-form,.cm-event-create .cm-form,.k-event.k-wrap .cm-form{padding:18px 14px;border-radius:16px;}.cm-event-create .cm-grid,.k-event.k-wrap .cm-grid{grid-template-columns:minmax(0,1fr);}.k-service-create .k-actions > *,.cm-event-create .cm-actions > *,.k-event.k-wrap .cm-actions > *{width:100%;}}.kalendra-calendar-shell{max-width:1180px;margin:32px auto 56px;padding:clamp(20px,4vw,40px);background:#fff;border:1px solid rgba(0,80,95,.1);border-radius:24px;box-shadow:0 16px 42px rgba(15,23,42,.08)}.kalendra-calendar-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px}.kalendra-calendar-heading h1{margin:2px 0 8px;text-align:left;color:#111827}.kalendra-calendar-heading p{margin:0;color:#64748b}.kalendra-calendar-eyebrow{color:#00505f!important;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.kalendra-calendar-new{flex:0 0 auto;min-height:48px;padding:0 20px;border-radius:14px;background:#00505f;color:#fff;font-weight:750}.kalendra-calendar-status{min-height:24px;margin-bottom:8px;color:#00505f;font-weight:650}.kalendra-calendar-status.is-error,.kalendra-calendar-form-error{color:#b42318}.kalendra-calendar-shell .fc{--fc-border-color:#dde5e7;--fc-button-bg-color:#00505f;--fc-button-border-color:#00505f;--fc-button-hover-bg-color:#006b7d;--fc-button-hover-border-color:#006b7d;--fc-button-active-bg-color:#003f4b;--fc-today-bg-color:rgba(0,80,95,.07);color:#1f2937}.kalendra-calendar-shell .fc .fc-toolbar{gap:14px}.kalendra-calendar-shell .fc .fc-toolbar-title{font-size:clamp(20px,3vw,28px)}.kalendra-calendar-shell .fc .fc-button{min-height:42px;padding:.55em .8em;border-radius:10px;font-weight:650}.kalendra-calendar-shell .fc-event{border-color:#00505f;background:#00505f;border-radius:7px;cursor:pointer}.kalendra-calendar-shell .fc-event:focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.kalendra-calendar-dialog{width:min(620px,calc(100% - 24px));padding:0;border:0;border-radius:22px;box-shadow:0 28px 80px rgba(15,23,42,.28)}.kalendra-calendar-dialog::backdrop{background:rgba(15,23,42,.55);backdrop-filter:blur(3px)}.kalendra-calendar-dialog form{padding:28px}.kalendra-calendar-dialog__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.kalendra-calendar-dialog__heading h2{margin:0;color:#111827}.kalendra-calendar-dialog__close{width:42px;min-height:42px;padding:0;border:1px solid #d7e0e3;border-radius:50%;background:#fff;color:#374151;font-size:26px}.kalendra-calendar-dialog label{display:block;margin:0 0 7px;color:#1f2937;font-weight:700}.kalendra-calendar-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.kalendra-calendar-form-error{min-height:24px;margin:12px 0 0}.kalendra-calendar-dialog__actions{display:flex;align-items:center;gap:10px;margin-top:18px}.kalendra-calendar-dialog__spacer{flex:1}.kalendra-calendar-dialog__actions button{min-height:46px;border-radius:12px}.kalendra-calendar-cancel{background:#fff;color:#00505f}.kalendra-calendar-delete{background:#fff;color:#b42318;border-color:#f1b5b0}.kalendra-calendar-save{background:#00505f;color:#fff}@media(max-width:760px){.kalendra-calendar-shell{margin:16px 8px 36px;padding:18px 12px;border-radius:18px}.kalendra-calendar-heading{flex-direction:column}.kalendra-calendar-new{width:100%}.kalendra-calendar-shell .fc .fc-toolbar{align-items:stretch;flex-direction:column}.kalendra-calendar-shell .fc .fc-toolbar-chunk{display:flex;justify-content:center}.kalendra-calendar-shell .fc .fc-toolbar-title{text-align:center}.kalendra-calendar-fields{grid-template-columns:1fr}.kalendra-calendar-dialog form{padding:22px 16px}.kalendra-calendar-dialog__actions{flex-wrap:wrap}.kalendra-calendar-dialog__spacer{display:none}.kalendra-calendar-dialog__actions button{flex:1 1 calc(50% - 10px)}.kalendra-calendar-delete{order:3;flex-basis:100%!important}}.js-text-format-wrapper,.text-format-wrapper,.filter-wrapper,.ck-editor,.ck-editor__top,.ck-editor__main,.ck-toolbar,.ck-toolbar__items,.ck-editor__editable,.cm-field,.k-field,.cm-grid > *,.kalendra-profile-form > *,.node-verkaufsartikel-edit-form > *{min-width:0;max-width:100%;box-sizing:border-box;}.js-text-format-wrapper,.text-format-wrapper,.ck-editor,.ck-editor__main,.ck-editor__editable{width:100%;}.ck.ck-toolbar,.ck.ck-toolbar > .ck-toolbar__items{width:100%;max-width:100%;}.ck.ck-toolbar > .ck-toolbar__items{flex-wrap:wrap !important;row-gap:2px;}.ck.ck-editor__editable_inline{min-height:150px;padding-inline:clamp(12px,3vw,20px);overflow-wrap:anywhere;}.ck.ck-editor__editable_inline img,.k-prose img,.k-prose figure,.k-prose drupal-media,.k-prose .media{max-width:100%;height:auto;}.k-prose figure,.k-prose drupal-media,.k-prose .media{display:block;margin:1.25rem auto;}.k-prose figcaption{color:var(--muted);font-size:0.875rem;line-height:1.5;text-align:center;}.k-photon-dd{position:fixed;max-width:calc(100vw - 16px);overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}.k-photon-dd__list{max-height:none;overflow:visible;}.k-photon-dd__item{display:flex;min-height:52px;flex-direction:column;justify-content:center;gap:3px;padding:10px 14px;white-space:normal;overflow-wrap:anywhere;touch-action:manipulation;}.k-photon-dd__primary{color:var(--text);font-weight:750;line-height:1.3;}.k-photon-dd__secondary{color:var(--muted);font-size:0.8125rem;line-height:1.35;}.k-listing-contact{display:block !important;}.k-section-title{margin:0 0 8px;color:var(--text);font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.3;}.k-details__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:0;}.k-details__list dd{margin:0;}.k-details a{overflow-wrap:anywhere;word-break:break-word;}.k-chat__textarea,.k-chat .k-btn,.k-details a,.k-route-btn{min-height:44px;}.kalendra-profile-form .kalendra-profile-danger{border-color:#efc8c5;background:#fffafa;}.kalendra-edit-danger{margin-top:28px;padding:18px;border:1px solid #efc8c5;border-radius:14px;background:#fffafa;}.kalendra-edit-danger .button{min-height:46px;color:#a11b16;background:#fff;border:1px solid #d92d20;}.kalendra-profile-form .kalendra-delete-account-link{display:inline-flex;min-height:46px;align-items:center;justify-content:center;margin-top:10px;color:#a11b16;background:#fff;border:1px solid #d92d20;}.cm-actions,.k-actions,.kalendra-profile-form .form-actions,.node-verkaufsartikel-edit-form .form-actions,.kalendra-edit-form .form-actions{padding-bottom:max(20px,env(safe-area-inset-bottom));}@media (max-width:760px){.k-service,.k-event{width:100%;max-width:100%;padding-inline:14px;box-sizing:border-box;}.k-details__list{grid-template-columns:minmax(0,1fr);}.node-verkaufsartikel-edit-form .js-text-format-wrapper{padding:10px;border-radius:14px;}.ck.ck-editor__editable_inline{min-height:132px;}.cm-actions,.k-actions,.kalendra-profile-form .form-actions,.node-verkaufsartikel-edit-form .form-actions,.kalendra-edit-form .form-actions{align-items:stretch;flex-direction:column;gap:10px;}.cm-actions > *,.k-actions > *,.kalendra-profile-form .form-actions > *,.node-verkaufsartikel-edit-form .form-actions > *,.kalendra-edit-form .form-actions > *{width:100%;min-width:0;min-height:48px;justify-content:center;white-space:normal;}.kalendra-profile-form .kalendra-delete-account-link{width:100%;}.toolbar-oriented .toolbar-bar,.toolbar-oriented .toolbar-tray,.toolbar .toolbar-menu-administration,.toolbar .toolbar-menu{max-width:100vw;box-sizing:border-box;}html.toolbar-tray-open.toolbar-vertical.toolbar-fixed{margin-inline-start:0 !important;}html.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented{bottom:auto !important;width:100% !important;}html.toolbar-tray-open.toolbar-fixed.toolbar-vertical #toolbar-administration{margin-inline-start:0 !important;}html.toolbar-fixed.toolbar-vertical .toolbar .toolbar-tray-vertical.is-active{position:absolute !important;top:2.4375rem !important;bottom:auto !important;width:min(15rem,calc(100vw - 1rem)) !important;height:auto !important;max-height:min(70dvh,32rem) !important;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}@supports selector(body:has(form)){body:has(:is(form.node-form,form.kalendra-edit-form,form.k-form,form.cm-form:not([role="search"]),form.kalendra-profile-form,form.kalendra-upload-form,form.user-form,form#sendmessage_forchat)),body.k-lb-open:has(:is(form.node-form,form.kalendra-edit-form,form.k-form,form.cm-form:not([role="search"]),form.kalendra-profile-form,form.kalendra-upload-form,form.user-form,form#sendmessage_forchat)){min-height:100%;height:auto;overflow-y:auto;touch-action:pan-y pinch-zoom;}}}.legal-page,.contact-section,.kalendra-about{width:min(860px,calc(100% - 32px));margin:0 auto;padding:clamp(32px,6vw,64px) 0;background:#fff;}.legal-container,.contact-card,.kalendra-about{max-width:none;padding:0;background:#fff;border:0;border-radius:0;box-shadow:none;}.legal-header,.contact-card,.kalendra-about{text-align:left;}.legal-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border);}.legal-header h1,.contact-card h1,.kalendra-about h1{margin:0 0 14px;color:var(--text);font-size:clamp(2rem,5vw,2.75rem);line-height:1.15;text-align:left;}.legal-header p{max-width:68ch;margin:0;}.legal-page section{margin-top:0;padding:24px 0;border-top:1px solid var(--border);}.legal-page section:first-of-type{border-top:0;}.legal-page h2,.kalendra-about h2{margin:0 0 12px;color:var(--text);font-size:clamp(1.25rem,3vw,1.55rem);line-height:1.3;scroll-margin-top:var(--sticky-header-offset,150px);}.legal-page p,.legal-page li,.contact-card p,.kalendra-about p{max-width:72ch;color:var(--text-soft);font-size:16px;line-height:1.75;}.contact-card .button{min-height:46px;margin:8px 0 20px;}.kalendra-about__cta{margin-top:32px;padding:18px 20px;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:14px;text-align:left;}@media (max-width:640px){.legal-page,.contact-section,.kalendra-about{width:min(100% - 24px,860px);padding:32px 0 48px;}.legal-page section{padding:20px 0;}.contact-card .button{width:100%;}}.k-create-hub{width:min(100% - 2rem,68rem);margin:2rem auto;}.k-create-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.k-create-hub__card{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.25rem;border:1px solid #d7e8e6;border-radius:1rem;background:#fff;}.k-create-hub__actions{display:grid;gap:.75rem;}@media (max-width:48rem){.k-create-hub__grid{grid-template-columns:1fr;}}.k-language-switcher{display:inline-flex;flex:0 0 auto;margin-inline-start:.4rem;}.k-language-switcher ul{display:flex;gap:0;margin:0;padding:.15rem;border:1px solid #cfe1e3;border-radius:999px;background:#f7fbfb;list-style:none;}.k-language-switcher__choice{display:inline-flex;align-items:center;justify-content:center;min-width:2.45rem;min-height:2.45rem;padding:.3rem .55rem;border-radius:999px;color:#005b63;font-size:.78rem;font-weight:750;line-height:1;letter-spacing:.02em;text-decoration:none;}.k-language-switcher__choice[aria-current="page"]{color:#fff;background:#006775;}a.k-language-switcher__choice:hover{background:#edf8f7;}a.k-language-switcher__choice:focus-visible{outline:3px solid #0a8997;outline-offset:2px;}.k-language-switcher__short,.k-language-switcher__separator{display:none;}@media (max-width:30rem){.k-language-switcher{margin-inline-start:.2rem;}.k-language-switcher__choice{min-width:2.25rem;min-height:2.25rem;padding-inline:.4rem;}}@media (max-width:47.99rem),(max-height:30rem) and (orientation:landscape) and (pointer:coarse){.site-header .header-inner > .container{padding-right:calc(1rem + env(safe-area-inset-right));padding-left:calc(1rem + env(safe-area-inset-left));}.header-top{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.25rem;min-height:calc(3.75rem + env(safe-area-inset-top));padding:env(safe-area-inset-top) 0 0;flex-wrap:nowrap;}.header-logo{display:flex;justify-self:start;justify-content:flex-start;width:auto;min-width:0;}.header-logo-link{display:inline-flex;flex:0 0 2.75rem;align-items:center;width:2.75rem;height:2.75rem;overflow:hidden;}.header-logo img,.site-logo{flex:none;width:auto;max-width:none;height:2.5rem;}.header-actions{display:none;}.header-user-menu,.header-user-menu--mobile{display:flex;justify-self:center;justify-content:center;width:auto;min-width:0;}.header-user-toggle{min-width:2.75rem;min-height:2.75rem;padding:0 .75rem;box-shadow:none;}.header-user-dropdown{top:calc(100% + .5rem);}.k-language-switcher{justify-self:end;min-width:0;margin-inline-start:0;white-space:nowrap;}.k-language-switcher ul{align-items:center;padding:0;border:0;background:transparent;}.k-language-switcher li{display:inline-flex;align-items:center;}.k-language-switcher__choice{min-width:1.75rem;min-height:2.75rem;padding:0 .2rem;border-radius:.45rem;font-size:.75rem;letter-spacing:.015em;}a.k-language-switcher__choice{min-width:2.75rem;}.k-language-switcher__choice[aria-current="page"]{color:#005b63;background:transparent;border-bottom:2px solid #006775;border-radius:0;}.k-language-switcher__long{display:none;}.k-language-switcher__short,.k-language-switcher__separator{display:inline;}.k-language-switcher__separator{color:#789397;font-size:.75rem;line-height:1;}}@media (max-width:19.99rem){html{scrollbar-width:none;}html::-webkit-scrollbar{width:0;height:0;}.site-header .header-inner > .container{padding-right:env(safe-area-inset-right);padding-left:env(safe-area-inset-left);}.header-top{gap:0;}.header-user-toggle{width:2.75rem;padding-inline:0;font-size:.75rem;}.k-language-switcher{width:3.5rem;}.k-language-switcher ul{position:relative;width:100%;height:2.75rem;}.k-language-switcher li{position:absolute;inset:0;width:100%;height:2.75rem;}.k-language-switcher li:has(a){z-index:1;}.k-language-switcher li:has([aria-current="page"]){z-index:2;pointer-events:none;}.k-language-switcher ul::after{content:"|";position:absolute;top:50%;left:50%;z-index:3;color:#789397;font-size:.625rem;line-height:1;transform:translate(-50%,-50%);pointer-events:none;}.k-language-switcher__choice{position:absolute;top:0;min-width:0;min-height:2.75rem;padding:0;font-size:.6875rem;}a.k-language-switcher__choice{inset:0;width:100%;min-width:2.75rem;}a.k-language-switcher__choice[lang="de"]{justify-content:flex-start;padding-left:.2rem;}a.k-language-switcher__choice[lang="en"]{justify-content:flex-end;padding-right:.2rem;}.k-language-switcher__choice[aria-current="page"][lang="de"]{left:.2rem;}.k-language-switcher__choice[aria-current="page"][lang="en"]{right:.2rem;}.k-language-switcher__separator{display:none;}}
.pager{display:flex;justify-content:center;width:100%;margin:2rem auto 1rem;padding:0 0.75rem;}.pager__items,.pager .js-pager__items{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.5rem;margin:0;padding:0;list-style:none;}.pager__item{margin:0;padding:0;list-style:none;}.pager__item a,.pager__item--current{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:0.55rem 0.85rem;border:1px solid #d8e5e7;border-radius:999px;background:#fff;color:#005f6b;font-size:0.95rem;font-weight:650;line-height:1;text-decoration:none;box-shadow:0 0.2rem 0.7rem rgba(0,74,84,0.07);transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease;}.pager__item a:hover{border-color:#007684;background:#edf8f8;color:#004d57;transform:translateY(-1px);}.pager__item a:focus-visible{outline:3px solid rgba(0,118,132,0.28);outline-offset:2px;}.pager__item.is-active a,.pager__item--current{border-color:#006572;background:#006572;color:#fff;box-shadow:none;}.pager__item--previous a,.pager__item--next a,.pager__item--first a,.pager__item--last a{min-width:auto;padding-inline:1rem;}.pager__item--ellipsis{min-width:1.5rem;color:#607477;text-align:center;}@media (max-width:30rem){.pager{margin-top:1.5rem;padding-inline:0.25rem;}.pager__items,.pager .js-pager__items{gap:0.375rem;}.pager__item a,.pager__item--current{min-width:2.75rem;min-height:2.75rem;padding-inline:0.7rem;}}@media (prefers-reduced-motion:reduce){.pager__item a{transition:none;}}
.k-listing-detail{--k-editorial-card-bg:#fff;--k-editorial-card-border:var(--border,#d7e0e3);--k-editorial-card-radius:20px;--k-editorial-card-shadow:0 8px 24px rgba(15,23,42,0.045);--k-editorial-card-padding:clamp(24px,3.2vw,32px);--k-editorial-section-gap:24px;--k-editorial-content-width:1170px;--k-editorial-body-size:clamp(1rem,1.4vw,1.125rem);--k-editorial-body-line-height:1.72;--k-editorial-body-gap:0.9em;--k-editorial-meta-size:0.8125rem;width:min(var(--k-editorial-content-width),100%);max-width:var(--k-editorial-content-width);margin-inline:auto;padding:22px;color:var(--text,#111827);font-family:var(--font,"Inter",Arial,sans-serif);font-size:1rem;line-height:1.6;box-sizing:border-box;}.k-listing-detail > .k-card{width:100%;margin-top:var(--k-editorial-section-gap);padding:var(--k-editorial-card-padding);background:var(--k-editorial-card-bg);border:1px solid var(--k-editorial-card-border);border-radius:var(--k-editorial-card-radius);box-shadow:var(--k-editorial-card-shadow);box-sizing:border-box;}.k-listing-detail > .k-card:hover{transform:none;box-shadow:var(--k-editorial-card-shadow);}.k-listing-detail .k-title__h1{max-width:100%;margin:0 0 18px;color:var(--text,#111827);font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.15;letter-spacing:-0.018em;text-align:left;overflow-wrap:anywhere;hyphens:auto;text-wrap:balance;}.k-listing-detail .k-section-title,.k-listing-detail .k-gallery__title{margin:0 0 18px;color:var(--text,#111827);font-family:var(--font,"Inter",Arial,sans-serif);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;letter-spacing:-0.012em;text-align:left;}.k-listing-detail .k-prose,.k-listing-detail .k-description .k-prose{width:100%;max-width:none;margin-inline:0;box-sizing:border-box;color:var(--text-soft,#374151);font-size:var(--k-editorial-body-size);line-height:var(--k-editorial-body-line-height);text-align:left;overflow-wrap:anywhere;}.k-listing-detail .k-prose p,.k-listing-detail .k-prose ul,.k-listing-detail .k-prose ol{margin-block:0 var(--k-editorial-body-gap);}.k-listing-detail .k-prose a{font-size:inherit;}.k-listing-detail .k-prose > :last-child{margin-bottom:0;}.k-listing-detail .k-prose img,.k-listing-detail .k-prose figure{max-width:100%;height:auto;}.k-listing-info{display:grid;gap:22px;}.k-listing-info .k-section-title{margin-bottom:0;}.k-listing-info__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px clamp(24px,4vw,48px);margin:0;}.k-listing-info__item{min-width:0;}.k-listing-info__item--wide{grid-column:1 / -1;padding-top:18px;}.k-listing-info__label{display:block;margin-bottom:5px;color:#4b5563;font-size:var(--k-editorial-meta-size);font-weight:700;line-height:1.4;letter-spacing:0.065em;text-transform:uppercase;}.k-listing-info__item dd{margin:0;color:var(--text,#111827);font-size:1.0625rem;line-height:1.55;overflow-wrap:anywhere;word-break:break-word;}.k-event-date{grid-column:1 / -1;}.k-event-date__value{display:block;}.k-event-date__separator{display:inline;color:var(--muted,#6b7280);}.k-event-date__day,.k-event-date__time{display:inline;color:var(--text,#111827);font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:400;line-height:1.25;overflow-wrap:anywhere;}.k-event-date__time{display:inline;margin-top:0;}.k-event-date__time-label{margin-top:14px;}.k-event-date__until{display:block;margin-block:8px 2px;color:var(--muted,#6b7280);font-size:0.875rem;}.k-listing-info__item a{color:var(--brand,#00505f);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}.k-listing-info__item a:hover{text-decoration-thickness:2px;}.k-listing-info__item a:focus-visible{outline:3px solid rgba(0,80,95,0.24);outline-offset:4px;border-radius:3px;}.k-listing-profile-link{max-width:100%;overflow-wrap:anywhere;word-break:break-word;}.k-listing-info__map{min-width:0;}.k-listing-info__map .k-map__leaflet{width:100%;height:clamp(280px,38vw,420px);min-height:280px;overflow:hidden;background:#f7faf9;border:1px solid var(--border,#d7e0e3);border-radius:14px;box-shadow:none;}.k-listing-info__map .k-route-wrap{margin:18px 0 0;}.k-listing-info__map .k-route-btn{min-height:48px;}.k-listing-detail .k-chat{display:grid;height:auto;min-height:0;grid-template-rows:auto;gap:18px;align-content:start;align-self:start;justify-items:center;padding-block:clamp(20px,3vw,24px);text-align:center;}.k-listing-detail .k-chat--owner{height:auto;min-height:0;grid-template-rows:auto;align-content:start;align-self:start;gap:0;padding-block:clamp(16px,2.4vw,22px);}.k-listing-detail .k-chat .k-section-title{margin-bottom:0;}.k-listing-detail .k-chat__form{display:grid;justify-items:center;gap:18px;width:100%;max-width:720px;margin-top:0;margin-inline:auto;}.k-listing-detail .k-chat__textarea{width:100%;min-height:100px;font-size:1rem;text-align:left;box-sizing:border-box;}.k-listing-detail .k-chat__status:empty{display:none;}.k-listing-detail .k-chat__status,.k-listing-detail .k-chat__hint{width:100%;max-width:720px;}.k-listing-detail .k-request-cta{display:inline-flex;width:auto;max-width:600px;min-height:48px;align-items:center;justify-content:center;margin-inline:auto;padding:12px 18px;color:#fff;background:var(--brand,#00505f);border:1px solid var(--brand,#00505f);border-radius:12px;box-shadow:none;font-size:1rem;font-weight:700;line-height:1.4;letter-spacing:0;text-align:center;white-space:normal;}.k-listing-detail .k-request-cta:hover{color:#fff;background:var(--brand-hover,#006b7d);border-color:var(--brand-hover,#006b7d);transform:none;box-shadow:none;}.k-listing-detail .k-request-cta:focus-visible{outline:3px solid rgba(0,80,95,0.25);outline-offset:3px;}.k-listing-detail > .k-owner-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;}.k-listing-detail > .k-owner-actions .k-btn{width:auto;min-height:44px;padding:9px 14px;box-shadow:none;}@media (max-width:760px){.k-listing-detail{width:100%;max-width:100%;padding-inline:14px;}.k-listing-detail > .k-card{--k-editorial-card-padding:20px;--k-editorial-card-radius:18px;}.k-listing-detail .k-title__h1{font-size:clamp(1.875rem,8vw,2rem);letter-spacing:-0.012em;}.k-listing-info__grid{grid-template-columns:minmax(0,1fr);gap:18px;}.k-listing-info__item--wide{grid-column:auto;padding-top:18px;}.k-listing-info__map .k-map__leaflet{height:300px;min-height:300px;border-radius:12px;}.k-listing-info__map .k-route-btn,.k-listing-detail .k-request-cta{width:100%;}.k-listing-detail > .k-owner-actions{display:grid;grid-template-columns:1fr;}.k-listing-detail > .k-owner-actions .k-btn{width:100%;}}@media (prefers-reduced-motion:reduce){.k-listing-detail .k-request-cta{transition:none;}}
.k-product-service .k-product-info{display:grid;gap:24px;}.k-product-service .k-product-info .k-section-title,.k-product-service .k-chat .k-section-title{margin:0;}.k-product-service .k-product-info__price-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 8px;width:100%;min-width:0;max-width:100%;color:var(--text,#111827);font-size:1.0625rem;line-height:1.55;}.k-product-service .k-product-info__amount{font-size:inherit;font-weight:400;line-height:inherit;}.k-product-service .k-product-info__amount .k-currency{margin-left:0.12em;font-size:inherit;font-weight:inherit;opacity:1;}.k-product-service .k-price-note{color:var(--text,#111827);min-width:0;font-size:inherit;font-weight:400;line-height:inherit;overflow-wrap:anywhere;white-space:normal;}.k-product-service .k-free-shipping{display:inline-flex;min-height:32px;align-items:center;margin:12px 0 0;padding:5px 10px;color:#064e5b;background:#edf7f7;border-radius:9px;font-size:0.9375rem;font-weight:700;line-height:1.4;}.k-product-service .k-provider-note{margin:8px 0 0;color:var(--muted,#64748b);font-size:0.875rem;line-height:1.5;}.k-product-service .k-product-info__contacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px clamp(20px,4vw,44px);margin:0;}.k-product-service .k-product-info__contact{min-width:0;}.k-product-service .k-product-info__contact dd{margin:0;font-size:1.0625rem;line-height:1.55;overflow-wrap:anywhere;}.k-product-service .k-product-info__contact a{color:var(--brand,#005a66);text-decoration-thickness:1px;text-underline-offset:3px;}.k-product-service .k-product-info__contact a:hover{text-decoration-thickness:2px;}.k-product-service .k-product-info__contact a:focus-visible{outline:3px solid rgba(0,90,102,0.24);outline-offset:4px;border-radius:3px;}.k-product-service .k-product-info__map{min-width:0;padding-top:4px;}.k-product-service .k-product-info__map .k-map__leaflet{width:100%;min-height:clamp(260px,38vw,420px);overflow:hidden;border:1px solid var(--border,#dce5e7);border-radius:14px;}.k-product-service .k-details a{overflow-wrap:anywhere;}@media (max-width:760px){.k-product-service{padding-inline:16px;}.k-product-service .k-product-info{gap:20px;}.k-product-service .k-product-info__contacts{grid-template-columns:minmax(0,1fr);gap:17px;}.k-product-service .k-product-info__map .k-map__leaflet{min-height:270px;border-radius:12px;}}
.k-product-gallery-v4{width:100%;max-width:100%;margin-bottom:22px;}.k-gallery-grid{display:grid;width:100%;max-width:100%;height:clamp(430px,46vw,620px);gap:8px;overflow:hidden;border-radius:24px;background:#e8eaed;box-shadow:0 14px 38px rgba(15,23,42,.11);}.k-gallery-tile{position:relative;display:block;min-width:0;min-height:0;overflow:hidden;background:#f1f3f4;isolation:isolate;}.k-gallery-tile img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease;}.k-gallery-tile--main img,.k-gallery-grid--1 .k-gallery-tile img{object-fit:contain;}.k-gallery-tile:hover img{transform:scale(1.025);}.k-gallery-tile:focus-visible{outline:4px solid #005865;outline-offset:-4px;}.k-gallery-grid--1{width:min(100%,var(--gallery-max-width,1120px));height:auto;aspect-ratio:auto;background:transparent;box-shadow:none;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);margin-inline:auto;}.k-gallery-grid--1 .k-gallery-tile--1{grid-column:1;grid-row:1;}.k-gallery-grid--2{width:min(100%,var(--gallery-max-width,920px));height:auto;aspect-ratio:var(--gallery-aspect,1.5);grid-template-columns:minmax(0,var(--gallery-col-1,1fr))
    minmax(0,var(--gallery-col-2,1fr));grid-template-rows:minmax(0,1fr);margin-inline:auto;}.k-gallery-grid--2 .k-gallery-tile--1{grid-column:1;grid-row:1;}.k-gallery-grid--2 .k-gallery-tile--2{grid-column:2;grid-row:1;}.k-gallery-grid--3{width:min(100%,var(--gallery-max-width,1040px));height:auto;aspect-ratio:var(--gallery-aspect,1.65);grid-template-columns:minmax(0,var(--gallery-col-1,1.5fr))
    minmax(0,var(--gallery-col-2,1fr));grid-template-rows:repeat(2,minmax(0,1fr));margin-inline:auto;}.k-gallery-grid--3 .k-gallery-tile--1{grid-column:1;grid-row:1 / 3;}.k-gallery-grid--3 .k-gallery-tile--2{grid-column:2;grid-row:1;}.k-gallery-grid--3 .k-gallery-tile--3{grid-column:2;grid-row:2;}.k-gallery-grid--4{grid-template-columns:minmax(0,2fr)
    repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));}.k-gallery-grid--4 .k-gallery-tile--1{grid-column:1;grid-row:1 / 3;}.k-gallery-grid--4 .k-gallery-tile--2{grid-column:2 / 4;grid-row:1;}.k-gallery-grid--4 .k-gallery-tile--3{grid-column:2;grid-row:2;}.k-gallery-grid--4 .k-gallery-tile--4{grid-column:3;grid-row:2;}.k-gallery-grid--5plus{grid-template-columns:minmax(0,2fr)
    repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));}.k-gallery-grid--5plus .k-gallery-tile--1{grid-column:1;grid-row:1 / 3;}.k-gallery-grid--5plus .k-gallery-tile--2{grid-column:2;grid-row:1;}.k-gallery-grid--5plus .k-gallery-tile--3{grid-column:3;grid-row:1;}.k-gallery-grid--5plus .k-gallery-tile--4{grid-column:2;grid-row:2;}.k-gallery-grid--5plus .k-gallery-tile--5{grid-column:3;grid-row:2;}.k-gallery-tile--extra{display:none;}.k-gallery-more{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;background:rgba(15,23,42,.56);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}.k-gallery-more strong{font-size:clamp(1.15rem,2vw,1.7rem);line-height:1.1;}.k-gallery-more small{margin-top:7px;font-size:.84rem;font-weight:700;}@media (min-width:761px){.k-gallery-grid--2{width:100%;max-width:none;height:auto;aspect-ratio:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;align-items:start;gap:8px;margin-inline:0;background:transparent;}.k-gallery-grid--2 .k-gallery-tile{width:100%;height:auto;min-height:0;aspect-ratio:auto;}.k-gallery-grid--2 .k-gallery-tile img,.k-gallery-grid--2 .k-gallery-tile--main img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;}}@media (min-width:761px){.k-gallery-grid--1{display:block;width:min(100%,var(--gallery-max-width,900px));max-width:var(--gallery-max-width,900px);height:auto;aspect-ratio:var(--gallery-aspect,1.5);margin-inline:auto;background:transparent;}.k-gallery-grid--1 .k-gallery-tile--1{width:100%;height:100%;}.k-gallery-grid--1 .k-gallery-tile--1 img{width:100%;height:100%;object-fit:contain;object-position:center;}.k-gallery-grid--3{width:100%;max-width:none;height:auto;aspect-ratio:var(--gallery-aspect,1.65);grid-template-columns:minmax(0,var(--g3-main,1.5fr))
      minmax(0,var(--g3-side,1fr));grid-template-rows:minmax(0,var(--g3-row-top,1fr))
      minmax(0,var(--g3-row-bottom,1fr));gap:8px;margin-inline:0;background:transparent;}.k-gallery-grid--3 .k-gallery-tile img,.k-gallery-grid--3 .k-gallery-tile--main img{width:100%;height:100%;object-fit:cover;object-position:center;}.k-gallery-grid--4{width:100%;max-width:none;height:auto;aspect-ratio:var(--gallery-aspect,1.7);grid-template-columns:minmax(0,var(--g4-main,2fr))
      minmax(0,var(--g4-col-2,1fr))
      minmax(0,var(--g4-col-3,1fr));grid-template-rows:minmax(0,var(--g4-row-top,1fr))
      minmax(0,var(--g4-row-bottom,1fr));gap:8px;margin-inline:0;background:transparent;}.k-gallery-grid--4 .k-gallery-tile img,.k-gallery-grid--4 .k-gallery-tile--main img{width:100%;height:100%;object-fit:cover;object-position:center;}}@media (max-width:760px){.k-gallery-grid--1,.k-gallery-grid--2,.k-gallery-grid--3{width:100%;max-width:100%;aspect-ratio:auto;}.k-gallery-grid{display:flex;height:auto;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0;border-radius:18px;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;}.k-gallery-grid::-webkit-scrollbar{display:none;}.k-gallery-tile,.k-gallery-tile--extra{display:block;flex:0 0 100%;aspect-ratio:4 / 3;border-radius:16px;scroll-snap-align:start;scroll-snap-stop:always;}.k-gallery-tile img,.k-gallery-tile--main img{object-fit:contain;}.k-gallery-tile:hover img{transform:none;}}.k-gallery-grid--single{display:flex;width:fit-content;max-width:100%;height:auto;margin-inline:auto;background:transparent;}.k-gallery-grid--single .k-gallery-tile--main{display:inline-block;width:fit-content;height:auto;max-width:100%;border-radius:24px;background-image:none !important;background-color:transparent;}.k-gallery-grid--single .k-gallery-tile--main::before,.k-gallery-grid--single .k-gallery-tile--main::after{display:none;}.k-gallery-grid--single .k-gallery-tile--main img{width:auto;height:auto;max-width:100%;max-height:650px;object-fit:contain;}@media (max-width:760px){.k-gallery-grid--single{width:fit-content;max-width:100%;height:auto;grid-template-columns:none;grid-template-rows:none;}.k-gallery-grid--single .k-gallery-tile--main{width:fit-content;max-width:100%;height:auto;aspect-ratio:auto;border-radius:18px;}.k-gallery-grid--single .k-gallery-tile--main img{width:auto;height:auto;max-width:100%;max-height:min(650px,78vh);}}@media (prefers-reduced-motion:reduce){.k-gallery-tile img,.k-gallery-grid{transition:none;scroll-behavior:auto;}}html body .k-product-service
  .k-product-gallery-v3
  .k-gallery-grid.k-gallery-grid--single{display:flex !important;justify-content:center !important;align-items:flex-start !important;width:100% !important;max-width:100% !important;height:auto !important;min-height:0 !important;grid-template-columns:none !important;grid-template-rows:none !important;gap:0 !important;overflow:visible !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}html body .k-product-service
  .k-product-gallery-v3
  .k-gallery-grid--single
  .k-gallery-tile--main{flex:0 1 auto !important;width:auto !important;max-width:100% !important;height:auto !important;min-height:0 !important;aspect-ratio:auto !important;grid-column:auto !important;grid-row:auto !important;overflow:hidden !important;border-radius:24px !important;background:transparent !important;background-image:none !important;box-shadow:0 14px 38px rgba(15,23,42,.11) !important;isolation:isolate !important;}html body .k-product-service
  .k-product-gallery-v3
  .k-gallery-grid--single
  .k-gallery-tile--main::before,html body .k-product-service
  .k-product-gallery-v3
  .k-gallery-grid--single
  .k-gallery-tile--main::after{display:none !important;content:none !important;background:none !important;}html body .k-product-service
  .k-product-gallery-v3
  .k-gallery-grid--single
  .k-gallery-tile--main img{position:relative !important;display:block !important;width:auto !important;height:auto !important;max-width:100% !important;max-height:min(650px,78vh) !important;aspect-ratio:auto !important;object-fit:contain !important;}@media (max-width:760px){html body .k-product-service
    .k-product-gallery-v3
    .k-gallery-grid--single
    .k-gallery-tile--main{aspect-ratio:auto !important;border-radius:18px !important;}}html body .k-product-service
.k-product-gallery-v4
.k-gallery-grid--1{background:transparent !important;box-shadow:none !important;}html body .k-product-service
.k-product-gallery-v4
.k-gallery-grid--1
.k-gallery-tile,html body .k-product-service
.k-product-gallery-v4
.k-gallery-grid--1
.k-gallery-tile--1{background:transparent !important;}
.pswp .pswp__img{max-width:none !important;max-height:none !important;object-fit:contain !important;object-position:center center !important;}html body .k-product-service .k-product-gallery-v3
.k-gallery-grid.k-gallery-grid--single{display:block !important;width:var(--k-single-gallery-width,520px) !important;max-width:100% !important;height:auto !important;min-height:0 !important;margin-inline:auto !important;grid-template-columns:none !important;grid-template-rows:none !important;gap:0 !important;overflow:visible !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}html body .k-product-service .k-product-gallery-v3
.k-gallery-grid--single .k-gallery-tile--main{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;min-height:0 !important;aspect-ratio:auto !important;overflow:hidden !important;border-radius:24px !important;background:transparent !important;background-image:none !important;box-shadow:0 14px 38px rgba(15,23,42,.11) !important;}html body .k-product-service .k-product-gallery-v3
.k-gallery-grid--single .k-gallery-tile--main::before,html body .k-product-service .k-product-gallery-v3
.k-gallery-grid--single .k-gallery-tile--main::after{display:none !important;content:none !important;background:none !important;}html body .k-product-service .k-product-gallery-v3
.k-gallery-grid--single .k-gallery-tile--main img{position:relative !important;display:block !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;border-radius:inherit !important;}@media (max-width:760px){html body .k-product-service .k-product-gallery-v3
  .k-gallery-grid--single .k-gallery-tile--main{border-radius:18px !important;}}html body .k-gallery-grid--single,html body .k-gallery-grid--single *,html body .k-gallery-grid--single .k-gallery-tile,html body .k-gallery-grid--single .k-gallery-tile--main{aspect-ratio:auto !important;}html body .k-gallery-grid--single,html body .k-gallery-grid--single .k-gallery-tile--main{height:auto !important;min-height:0 !important;}@media (min-width:761px){html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid.k-gallery-grid--1{display:flex !important;justify-content:center !important;align-items:flex-start !important;width:min(100%,var(--gallery-max-width,900px)) !important;max-width:100% !important;height:auto !important;min-height:0 !important;aspect-ratio:var(--gallery-aspect,1.5) !important;margin-inline:auto !important;gap:0 !important;overflow:visible !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid--1
  .k-gallery-tile--main{display:block !important;flex:0 1 auto !important;width:fit-content !important;max-width:100% !important;height:100% !important;min-height:0 !important;aspect-ratio:auto !important;overflow:hidden !important;border-radius:24px !important;background:transparent !important;background-image:none !important;box-shadow:0 14px 38px rgba(15,23,42,.11) !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid--1
  .k-gallery-tile--main::before,html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid--1
  .k-gallery-tile--main::after{display:none !important;content:none !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid--1
  .k-gallery-tile--main img{position:relative !important;display:block !important;width:auto !important;max-width:100% !important;height:100% !important;max-height:100% !important;aspect-ratio:auto !important;object-fit:unset !important;border-radius:inherit !important;}}@media (max-width:760px){html body .k-product-service
  .k-product-gallery-v4{position:relative !important;width:100% !important;overflow:visible !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid{display:flex !important;align-items:flex-start !important;width:100% !important;max-width:100% !important;height:auto !important;min-height:0 !important;aspect-ratio:auto !important;gap:12px !important;padding:0 6% 12px !important;margin:0 !important;overflow-x:auto !important;overflow-y:hidden !important;grid-template-columns:none !important;grid-template-rows:none !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;scroll-snap-type:x mandatory !important;scroll-padding-inline:6% !important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid::-webkit-scrollbar{display:none;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid:not(.k-gallery-grid--1)
  .k-gallery-tile{flex:0 0 88% !important;width:88% !important;max-width:88% !important;height:auto !important;min-height:0 !important;aspect-ratio:auto !important;scroll-snap-align:center !important;scroll-snap-stop:always;overflow:hidden !important;border-radius:18px !important;background:transparent !important;background-image:none !important;box-shadow:0 8px 24px rgba(15,23,42,.12) !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid:not(.k-gallery-grid--1)
  .k-gallery-tile img{position:relative !important;display:block !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:72vh !important;aspect-ratio:auto !important;object-fit:contain !important;border-radius:inherit !important;background:transparent !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid.k-gallery-grid--1{justify-content:center !important;padding-inline:12px !important;overflow:visible !important;scroll-snap-type:none !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid--1
  .k-gallery-tile--main{flex:0 1 auto !important;width:fit-content !important;max-width:100% !important;height:auto !important;aspect-ratio:auto !important;overflow:hidden !important;border-radius:18px !important;background:transparent !important;background-image:none !important;box-shadow:0 8px 24px rgba(15,23,42,.12) !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-grid--1
  .k-gallery-tile--main img{display:block !important;width:auto !important;max-width:100% !important;height:auto !important;max-height:72vh !important;aspect-ratio:auto !important;object-fit:unset !important;border-radius:inherit !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-tile::before,html body .k-product-service
  .k-product-gallery-v4
  .k-gallery-tile::after{display:none !important;content:none !important;}}.k-mobile-gallery-navigation{display:none;}@media (max-width:760px){.k-mobile-gallery-navigation{position:absolute;inset:0;z-index:15;display:block;pointer-events:none;}.k-mobile-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:999px;color:#ffffff;background:rgba(15,23,42,.72);box-shadow:0 6px 18px rgba(15,23,42,.25);font-family:Arial,sans-serif;font-size:32px;font-weight:400;line-height:1;cursor:pointer;pointer-events:auto;transition:opacity .2s ease,transform .2s ease;}.k-mobile-gallery-arrow--previous{left:8px;}.k-mobile-gallery-arrow--next{right:8px;}.k-mobile-gallery-arrow:active{transform:translateY(-50%) scale(.94);}.k-mobile-gallery-arrow[disabled]{opacity:.25;cursor:default;}.k-mobile-gallery-status{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;color:#ffffff;background:rgba(15,23,42,.72);box-shadow:0 5px 16px rgba(15,23,42,.2);font-family:Arial,sans-serif;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;pointer-events:none;}.k-mobile-gallery-swipe{opacity:.9;}}@media (max-width:760px){html body .k-product-service
  .k-product-gallery-v4,html body .k-product-service
  .k-product-gallery-v4 .k-gallery-grid,html body .k-product-service
  .k-product-gallery-v4 .k-gallery-tile,html body .k-product-service
  .k-product-gallery-v4 .k-gallery-tile img{touch-action:pan-x pan-y pinch-zoom !important;}html body .k-product-service
  .k-product-gallery-v4 .k-gallery-grid{scroll-snap-type:x proximity !important;overscroll-behavior-x:contain !important;overscroll-behavior-y:auto !important;-webkit-overflow-scrolling:touch !important;}html body .k-product-service
  .k-product-gallery-v4 .k-gallery-tile{scroll-snap-stop:normal !important;}html body .k-product-service
  .k-product-gallery-v4 .k-gallery-tile img{-webkit-user-drag:none;user-select:none;}}@media (max-width:760px){html body .k-product-service
  .k-product-gallery-v4
  .k-mobile-gallery-status{display:none !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-mobile-gallery-arrow{width:44px !important;height:44px !important;color:#ffffff !important;background:rgba(15,23,42,.62) !important;border:1px solid rgba(255,255,255,.22) !important;box-shadow:0 6px 18px rgba(15,23,42,.22) !important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:30px !important;transition:opacity .2s ease,visibility .2s ease,transform .2s ease !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-mobile-gallery-arrow[disabled]{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-mobile-gallery-arrow--previous{left:10px !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-mobile-gallery-arrow--next{right:10px !important;}html body .k-product-service
  .k-product-gallery-v4
  .k-mobile-gallery-arrow:active{transform:translateY(-50%)
      scale(.92) !important;}}
