/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('https://camping-hannover.de/templates/frontend-arnumer-see/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('https://camping-hannover.de/templates/frontend-arnumer-see/inter-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('https://camping-hannover.de/templates/frontend-arnumer-see/fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    src: url('https://camping-hannover.de/templates/frontend-arnumer-see/fonts/inter-v18-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}:root {
  --swiper-theme-color: #198ecf !important;
  --swiper-navigation-size: 25px !important;
}
* {
  box-sizing: border-box;
}
html {
  background: #EEEEF2;
}
body {
  font-family: 'Inter V', sans-serif;
  width: 100%;
  margin: auto;
  font-size: 1.1rem;
}
h1 {
  color: #2b4c85;
}
h2 {
  color: #198ecf;
}
h2 b {
  font-weight: 600;
}
h3 {
  color: #2b4c85;
}
p,
span {
  line-height: 1.45rem;
  color: #2b4c85;
}
b,
strong {
  font-weight: 600;
}
li {
  color: #2b4c85;
}
a {
  color: #198ecf;
  text-decoration: none;
  transition: text-decoration 0.5s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
figure {
  margin: 0;
}
.visually-hidden {
  display: none;
}
.btn {
  color: #FFF;
  background: #2b4c85;
  text-decoration: none;
  border-radius: 16px;
  padding: 12px 32px;
  display: inline-block;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  box-shadow: 0px 15px 17px -14px rgba(43,76,133,0.5);
}
.btn:hover {
  background: #a6be00;
  color: #FFF;
  text-decoration: none !important;
}
.mod-languages {
  display: flex;
}
.mod-languages .lang-active {
  display: none !important;
}
#filter-toggle-btn {
  display: none;
}
#nav_top {
  width: 1200px;
  height: 100px;
  padding: 8px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2001;
  background: #FFF;
  top: 32px;
  border-radius: 16px;
  left: 50%;
  margin-left: -600px;
  box-shadow: 0px 19px 40px -16px rgba(43,76,133,0.5);
}
#nav_top ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
}
#nav_top ul > li > a {
  padding: 32px 0;
}
#nav_top ul ul > li > a {
  padding: 8px 0;
  gap: 0;
}
#nav_top ul li a {
  text-decoration: none;
  color: #2b4c85;
  transition: font-weight 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
  text-decoration-color: #FFF;
}
#nav_top ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #198ecf;
}
#nav_top ul .active a,
#nav_top ul .current a {
  font-weight: 600;
}
#nav_top > ul > li {
  padding: 16px 0;
}
#nav_top .mod-wrapper {
  width: auto;
}
#nav_top #mmenu .parent {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
#nav_top #mmenu .parent:after {
  content: '▾';
  margin-left: 6px;
}
#nav_top #mmenu .parent > ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  position: absolute;
  display: flex;
  flex-direction: column;
  list-style: none;
  z-index: 1000;
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  background: rgba(255,255,255,0);
  box-shadow: 0px 10px 23px -7px rgba(43,76,133,0.9);
  margin: 16px 0 0 -20px;
  text-align: left;
  top: 60px;
}
#nav_top #mmenu .parent > ul li {
  width: 100%;
}
#nav_top #mmenu .parent > ul a {
  width: 100%;
  display: block;
  font-weight: normal !important;
}
#nav_top #mmenu .parent:hover > ul {
  opacity: 1;
  visibility: visible;
  background: #ffffff;
}
#header {
  position: relative;
}
#header ._intro_slider {
  max-height: 80vh;
  min-height: 900px;
  overflow: hidden;
}
#header ._intro_slider img {
  border-radius: 32px;
  max-width: 90%;
  height: auto;
  margin: 64px 5% 0 5%;
  z-index: 2;
}
#page-intro {
  width: 100%;
  background: #2b4c85;
  color: #FFF;
  padding: 256px 0 256px 0;
  margin-top: -128px;
}
#page-intro p {
  color: #FFF;
}
#page-intro .mod-wrapper {
  width: 1200px;
  margin: auto;
  padding: 0 10%;
  text-align: center;
}
.usrmsg-warnung {
  border: 2px solid #2b4c85;
  color: #FFF;
  padding: 16px;
  border-radius: 16px;
  margin: 32px 0;
}
.usrmsg-warnung h3 {
  color: #2b4c85;
}
.goverlay {
  width: 100%;
  height: calc(101vh);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgba(44,76,133,0.9) !important;
  will-change: opacity;
}
@media (min-width: 769px) {
  .goverlay {
    background: rgba(44,76,133,0.9) !important;
  }
}
.glightbox-clean .gslide-media {
  box-shadow: none !important;
}
.fancybox-bg {
  background: rgba(44,76,133,0.9) !important;
}
.fancybox-thumbs {
  background: #2c4c85 !important;
}
svg#svg-container {
  border-radius: 16px;
  background: #f5f5f7;
  box-shadow: 0px 18px 25px -25px #2b4c85;
}
#map_overlay .btn {
  color: #FFF;
  border-color: #FFF;
}
#map_overlay .btn:hover {
  background: #FFF;
  color: #2b4c85;
}
body.platzplan svg#svg-container {
  background: none;
  box-shadow: none;
}
body.start #header {
  position: relative;
}
body.start #header ._intro_slider {
  max-height: 80vh;
  overflow: hidden;
}
body.start #header ._intro_slider img {
  border-radius: 32px;
  max-width: 90%;
  height: auto;
  margin: 64px 5% 0 5%;
  z-index: 2;
}
body.start #header #mod-custom92:before {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  background: url('/images/assets/overlay.svg') no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 200;
  pointer-events: none;
}
body.start #header .swiper-button-prev,
body.start #header .swiper-rtl .swiper-button-next {
  background: #198ecf;
  padding: 25px;
  border-radius: 50%;
  color: #FFF !important;
  box-shadow: 0px 13px 15px -10px rgba(43,76,133,0.8);
}
body.start #header .swiper-button-next,
body.start #header .swiper-rtl .swiper-button-next {
  background: #198ecf;
  padding: 25px;
  border-radius: 50%;
  color: #FFF !important;
  box-shadow: 0px 13px 15px -10px rgba(43,76,133,0.8);
}
body.start #page-intro {
  width: 100%;
  background: #2b4c85;
  color: #FFF;
  padding: 440px 0 256px 0;
  margin-top: -232px;
}
body.start #page-intro h1 {
  color: #FFF;
}
body.start #page-intro p {
  color: #FFF;
}
body.start #page-intro .mod-wrapper {
  width: 1200px;
  margin: auto;
  padding: 0 10%;
  text-align: center;
  position: relative;
}
body.start #page-intro #mod-custom91,
body.start #page-intro #mod-custom214 {
  position: relative;
}
body.start #page-intro #mod-custom91 img,
body.start #page-intro #mod-custom214 img {
  position: absolute;
  top: -330px;
  left: 10%;
  z-index: 2000;
  width: 80%;
}
body.site #content {
  width: 1136px;
  margin: auto;
  padding: 32px 0;
}
body.site #mod-custom115,
body.site #mod-custom116 {
  margin-top: 64px !important;
}
body.site .article-info {
  margin-bottom: 64px;
}
body.start [id^="frontRow-"] .mod-wrapper {
  width: 1200px;
  margin: auto;
}
body.start #dateFinder {
  position: absolute;
  bottom: 210px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  z-index: 20;
}
body.start #dateFinder h2 {
  display: none;
}
body.start #dateFinder form {
  height: 100px;
  display: flex;
  background: #FFF;
  padding: 16px;
  gap: 16px;
  border-radius: 32px;
  border: 2px solid #198ecf;
  justify-content: space-between;
}
body.start #dateFinder input {
  font-family: 'Inter', sans-serif;
  min-height: 64px;
}
body.start #dateFinder select {
  font-family: 'Inter', sans-serif;
  padding: 0 50px;
  color: #2b4c85 !important;
  border: none;
  -webkit-appearance: none;
  background: none !important;
}
body.start #dateFinder select::placeholder {
  color: #2b4c85 !important;
}
body.start #dateFinder input[type="button"] {
  background: #2b4c85;
  color: #FFF;
  border: 0px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
}
body.start #dateFinder input[type="button"]:hover {
  background: #198ecf;
}
body.start #dateFinder label.hidden {
  display: none !important;
}
body.start #dateFinder label.label-xs {
  font-size: 0.7rem;
  color: #2b4c85;
  width: 100%;
  padding: 0 50px;
}
body.start #dateFinder .divider {
  min-width: 2px;
  height: 100%;
  background: #198ecf;
}
body.start #dateFinder #datepicker {
  display: flex;
  align-items: center;
  gap: 32px;
}
body.start #dateFinder #datepicker input {
  width: 100%;
  color: #2b4c85 !important;
}
body.start #dateFinder #datepicker input::placeholder {
  color: #2b4c85 !important;
}
body.start #dateFinder #datepicker .inputFrom {
  border: none;
  padding: 0 50px;
}
body.start #dateFinder #datepicker .inputTo {
  padding: 0 50px;
  border: none;
}
body.start .mod-articlesnews {
  width: 1200px;
  margin: auto;
  margin-top: -256px;
  padding: 32px 32px 64px 32px;
}
body.start .mod-articlesnews .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
body.start .mod-articlesnews .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
body.start .mod-articlesnews .swiper-slide {
  background: #FFF;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  height: 540px;
  transition: box-shadow 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}
body.start .mod-articlesnews .swiper-slide:hover {
  margin-top: -16px;
  box-shadow: 0px 35px 40px -16px rgba(43,76,133,0.6);
}
body.start .mod-articlesnews .swiper-slide .new_in {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2b4c85;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 3px;
}
body.start .mod-articlesnews .swiper-slide .item-description {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  color: #2b4c85;
  padding: 8px;
  border-radius: 16px;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-title h5 {
  margin: 5px 0;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-title b {
  font-size: 1.1rem;
  margin: 8px 0;
  display: inline-block;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-title p {
  margin: 0;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-tags {
  width: 100%;
  display: inline-flex;
  gap: 8px;
  border-top: 2px solid #198ecf;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-tags p {
  margin: 8px 0;
  font-size: 1rem;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-tags p:nth-child(1) {
  white-space: nowrap;
}
body.start .mod-articlesnews .swiper-slide .item-description .item-tags p:nth-child(2) {
  white-space: nowrap;
}
body.start .mod-articlesnews .swiper-slide img {
  max-width: 100%;
}
body.start .mod-articlesnews .swiper-slide-inview {
  box-shadow: 0px 19px 40px -16px rgba(43,76,133,0.5);
}
body.start #frontRow-02 .mod-articlesnews {
  margin-top: 0;
  margin-bottom: 0;
}
body.start .front-intro {
  width: 100%;
}
body.start .front-intro .mod-wrapper {
  width: 1200px;
  margin: 64px auto 128px auto;
  text-align: center;
  padding: 0 10%;
}
body.start .front-intro .mod-wrapper h2 {
  font-weight: 400;
  font-size: 2rem;
  color: #188dce;
}
body.start .front-intro.camp {
  background: #FFF;
}
body.start .front-intro.camp .mod-wrapper {
  width: 1200px;
  margin: -256px auto 128px auto;
  text-align: center;
  padding: 256px 10% 64px 10%;
}
body.start .custom.freizeit .mod-wrapper {
  width: 1200px;
  margin: 128px auto 128px auto;
  padding: 64px 0 64px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid {
  width: 73%;
  min-height: 55vh;
  margin-top: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img {
  max-width: 42%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0px 19px 40px -16px rgba(43,76,133,0.5);
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, margin-top 0.8s ease-in-out;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img:nth-child(1) {
  right: 0;
  top: 0;
  transform: translate(0%,0%);
  max-width: 57%;
  z-index: 2;
  margin-top: -30px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img:nth-child(2) {
  transform: translate(-15%,-108%);
  right: 0;
  top: 0;
  max-width: 30%;
  margin-top: -40px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img:nth-child(3) {
  right: 0;
  top: 0;
  transform: translate(-29%,179%);
  max-width: 35%;
  margin-top: -50px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img:nth-child(4) {
  right: 0;
  top: 0;
  transform: translate(-156%,0%);
  width: 39%;
  margin-top: -50px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img:nth-child(5) {
  right: 0;
  top: 0;
  transform: translate(-89%,-111%);
  margin-top: -30px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-grid img:nth-child(6) {
  right: 0;
  top: 0;
  transform: translate(-115%,149%);
  margin-top: -50px;
}
body.start .custom.freizeit .mod-wrapper .freizeit-text {
  width: 25%;
}
body.start .custom.freizeit.inview .freizeit-grid img {
  opacity: 1;
  margin-top: 0px !important;
}
body.start #mod-custom129,
body.start #mod-custom288 {
  width: 100%;
  position: relative;
}
body.start #mod-custom129:after,
body.start #mod-custom288:after {
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 256px;
  left: 0;
  pointer-events: none;
}
body.start #mod-custom129 .mod-wrapper,
body.start #mod-custom288 .mod-wrapper {
  width: 1200px;
  margin: 128px auto 128px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
body.start #mod-custom129 .mod-wrapper img,
body.start #mod-custom288 .mod-wrapper img {
  border-radius: 32px;
}
body.start #mod-custom129 .mod-wrapper .overlay,
body.start #mod-custom288 .mod-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 64px;
  width: 25%;
  height: 100%;
  background: #198ecf;
  padding: 16px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
body.start #mod-custom129 .mod-wrapper .overlay h2,
body.start #mod-custom129 .mod-wrapper .overlay p,
body.start #mod-custom288 .mod-wrapper .overlay h2,
body.start #mod-custom288 .mod-wrapper .overlay p {
  color: #FFF;
}
body.start #mod-custom129 .mod-wrapper .overlay .btn,
body.start #mod-custom288 .mod-wrapper .overlay .btn {
  background: #198ecf;
  color: #FFF;
  border: 1px solid #FFF;
}
body.start #mod-custom129 .mod-wrapper .overlay .btn:hover,
body.start #mod-custom288 .mod-wrapper .overlay .btn:hover {
  background: #FFF;
  color: #198ecf;
}
body.start #frontRow-04 {
  background: #FFF;
  padding: 128px 0;
}
body.start #frontRow-04 > div {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
body.start #frontRow-04 .mod-wrapper {
  width: auto;
}
body.start #frontRow-04 img {
  border-radius: 16px;
}
body.start #frontRow-05 {
  background: #FFF;
}
body.start #frontRow-05 > div {
  display: flex;
  width: 1200px;
  margin: 0 auto 0 auto;
  gap: 32px;
  padding: 64px 0;
  justify-content: space-between;
}
body.start #frontRow-05 > div > div {
  width: 100%;
  text-align: center;
}
body.start #frontRow-05 .mod-wrapper {
  width: auto;
}
body.start #frontRow-05 .mod-wrapper img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}
#footer {
  width: 100%;
  background: #2b4c85;
  padding: 64px 0;
}
#footer #footer-wrapper {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#footer .mod-wrapper {
  color: #FFF;
}
#footer .mod-wrapper .custom {
  width: auto;
}
#footer .mod-wrapper p {
  color: #FFF;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
#footer ul li {
  margin: 4px 0;
}
#footer ul li a {
  color: #FFF;
  text-decoration: none;
}
body.site.camping .page-header h1 {
  margin-top: -130px;
  color: #FFF;
  margin-bottom: 128px;
}
body.appartements h1 {
  color: #FFF;
}
body.appartements #page-intro {
  padding: 200px 0 32px 0;
  margin-bottom: 32px;
}
body.appartements #page-intro .mod-wrapper {
  padding: 0;
}
body.appartements #header {
  color: #FFF;
}
body.appartements #header p {
  color: #FFF;
}
body.appartements #header .mod-wrapper {
  width: 90%;
  margin: 64px 5% 0 5%;
  max-height: 50vh;
  overflow: hidden;
}
body.appartements #header .mod-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 32px 32px 0 0;
}
body.appartements .blog-items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3,31%);
  column-gap: 3%;
  row-gap: 32px;
  margin: auto;
  justify-content: center;
}
body.appartements .blog-items .blog-item {
  max-height: 330px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
body.appartements .blog-items .blog-item:hover {
  box-shadow: 0px 20px 20px -16px rgba(43,76,133,0.6);
  transform: scale(1.04);
}
body.appartements .blog-items .blog-item .page-header {
  position: absolute;
  z-index: 9000;
  bottom: 16px;
  left: 16px;
  background: #FFF;
  padding: 16px;
  margin: 0;
  border-radius: 4px;
}
body.appartements .blog-items .blog-item .page-header h2 {
  margin: 0;
}
body.appartements .blog-items img {
  max-width: 100%;
  height: auto;
}
body.appartements .blog-items .gallery-preview img {
  max-width: 100%;
}
body.appartements .blog-items .new_in {
  background: #2b4c85;
  color: #FFF;
  padding: 0px 8px;
  border-radius: 4px;
  font-size: .6rem;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
body.appartements .blog-items .item-desc {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  color: #2b4c85;
  padding: 8px;
  border-radius: 16px;
  z-index: 200;
}
body.appartements .blog-items .item-desc h3,
body.appartements .blog-items .item-desc p {
  margin: 4px 0 8px 0;
}
body.appartements .blog-items .item-desc p {
  margin-top: 8px;
}
body.appartements .blog-items .item-desc div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #198ecf;
}
body.appartements #filter-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: auto;
  margin: 64px 0 16px 0;
}
body.appartements #filter-controls a,
body.appartements #filter-controls button {
  text-decoration: none;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 16px;
  padding: 16px 32px;
  background: #2b4c85;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
body.appartements #filter-controls a:hover,
body.appartements #filter-controls button:hover {
  background: #FFF;
  color: #2b4c85;
}
body.appartements #filter-controls a.filter-active {
  color: #2b4c85;
  background: #FFF;
}
body.appartements div.spacer {
  width: 2px;
  background: #FFF;
  height: 70px;
}
body.appartements .custom-dropdown {
  position: relative;
  display: inline-block;
}
body.appartements .custom-dropdown button {
  border: 1px solid #FFF;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1.1em;
  width: 200px;
  text-align: center;
}
body.appartements .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.appartements .dropdown-options li {
  padding: 0.5em 1em;
  cursor: pointer;
}
body.appartements .dropdown-options li:hover,
body.appartements .dropdown-options li.active {
  background-color: #f0f0f0;
}
body.appartements .hidden {
  display: none;
}
body.appartements .com-content-category-blog__item {
  opacity: 1;
  max-height: 1000px;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
body.appartements .com-content-category-blog__item.fade-out {
  opacity: 0;
  max-height: 0;
  display: none;
}
body.appartements.article #content {
  width: auto;
}
body.appartements.article div.icons {
  position: fixed;
  top: 0;
  left: 0;
}
body.appartements.article #page-intro,
body.appartements.article #header {
  display: none;
}
body.appartements.article .item-page {
  width: auto;
  margin: auto;
  padding: 64px 0;
}
body.appartements.article .gallery-wrapper {
  width: 95%;
  max-height: 70vh;
  min-height: 800px;
  overflow: hidden;
  margin: auto;
}
body.appartements.article .gallery-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
body.appartements.article .gallery-small {
  display: flex;
  position: relative;
  gap: 16px;
  width: 1200px;
  margin: auto;
  margin-top: -150px;
  justify-content: space-between;
}
body.appartements.article .gallery-small img {
  max-width: 380px;
  height: auto;
  border-radius: 16px;
}
body.appartements.article .gallery-small #openGalleryBtn {
  min-width: 201px;
  text-align: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #2c4c85;
  border-color: #2c4c85;
  color: #FFF;
}
body.appartements.article .field-label {
  display: block;
  margin: 16px 0;
}
body.appartements.article .article-header {
  color: #FFF;
  width: 100%;
  background: #2b4c85;
  padding: 320px 0 0 0;
  margin-top: -384px;
}
body.appartements.article .article-header p {
  color: #FFF;
}
body.appartements.article .article-header > div {
  width: 1200px;
  margin: auto;
  padding: 0 0 64px 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
body.appartements.article .article-header > div .field-label {
  display: none;
}
body.appartements.article .article-header > div ._preis div {
  max-width: 340px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: -84px;
}
body.appartements.article .article-header > div ._preis div .btn {
  color: #FFF;
  border: 1px solid #FFF;
}
body.appartements.article .article-header > div ._preis div .btn:hover {
  background: #FFF;
  color: #2b4c85;
}
body.appartements.article .article-header ul {
  margin: 0;
  padding: 0 16px;
}
body.appartements.article .article-header li {
  color: #FFF;
  list-style: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="white" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>');
  padding-left: 8px;
  margin: 4px 0;
}
body.appartements.article .article-header li::marker {
  font-size: 1.7em;
  line-height: 0;
}
body.appartements.article .article-header table {
  width: 340px;
  margin: 32px 0 0 0;
  float: right;
}
body.appartements.article .article-header table td:nth-child(2) {
  text-align: right;
}
body.appartements.article .article-header .page-header {
  padding: 0;
}
body.appartements.article .article-header .page-header h1 {
  width: 100%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
  margin-top: 64px;
}
body.appartements.article .article-info {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
body.appartements.article .article-info div:first-child {
  width: 70%;
}
body.appartements.article .article-info span.field-label {
  font-size: 1.5em;
  line-height: 1.4em;
  color: #198ecf;
  font-weight: bold;
}
body.appartements.article .article-info ul {
  margin: 0;
  padding: 0 16px;
  column-count: 2;
  column-gap: 2rem;
  list-style-position: inside;
}
body.appartements.article .article-info li {
  padding-left: 8px;
  margin: 4px 0;
  color: #2b4c85;
  list-style: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="%232b4c85" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>');
}
body.appartements.article .article-info li::marker {
  font-size: 1.7em;
  line-height: 0;
}
body.appartements.article .article-wrapper {
  width: 1200px;
  margin: auto;
  padding: 64px 0;
}
body.appartements.article .accordion-list {
  list-style: none;
  padding: 0;
  margin: auto;
}
body.appartements.article .accordion-list li {
  border-bottom: 1px solid #ddd;
}
body.appartements.article .accordion-list h3 {
  width: 100%;
  background: #EEEEF2;
  color: #2b4c85;
  padding: 16px 32px 16px 8px;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1em;
  font-weight: 400;
}
body.appartements.article .accordion-list h3:after {
  content: '▾';
  right: 8px;
  position: absolute;
  transition: ease-in-out transform .2s;
}
body.appartements.article .accordion-list h3:hover {
  background: #FFF;
}
body.appartements.article .accordion-list h3.active {
  background: #FFF;
}
body.appartements.article .accordion-list h3.active:after {
  transform: rotate(180deg);
}
body.appartements.article .accordion-list .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background: #FFF;
  padding: 0 16px;
}
body.appartements.article .accordion-list .answer p {
  margin: 10px 0;
}
body.camping .blog-items {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 3%;
  row-gap: 32px;
  background: #FFF;
  margin: auto;
}
body.camping.article #content {
  width: auto;
}
body.camping.article div.icons {
  position: fixed;
  top: 0;
  left: 0;
}
body.camping.article #page-intro,
body.camping.article #header {
  display: none;
}
body.camping.article .item-page {
  width: auto;
  margin: auto;
  padding: 64px 0;
}
body.camping.article .article-info {
  width: 100%;
}
body.camping.article .article-info > div {
  display: flex;
  gap: 32px;
}
body.camping.article .article-info > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 64px 64px 64px;
}
body.camping.article .article-info > div > div:nth-child(1) {
  border-right: 2px solid #FFF;
}
body.camping.article .article-info > div > div a.btn {
  color: #FFF;
}
body.camping.article .article-info > div > div a.btn:hover {
  background: #bcd700;
  color: #FFF;
}
body.camping.article .camping-info:before {
  content: '';
  width: 100%;
  height: 1220px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: -20;
  margin: 64px 0;
  left: 0;
}
body.camping.article .camping-info .info-item {
  display: flex;
  gap: 32px;
  margin: 120px 0;
  align-items: center;
}
body.camping.article .camping-info .info-item:nth-child(2) {
  flex-direction: row-reverse;
}
body.camping.article .camping-info .info-item img {
  border-radius: 16px;
  box-shadow: 0px 19px 40px -16px rgba(43,76,133,0.4);
}
body.camping.article .camping-info .info-item h2 {
  align-items: center;
  display: flex;
  gap: 8px;
}
body.camping.article .gallery-wrapper {
  width: 95%;
  max-height: 70vh;
  min-height: 800px;
  overflow: hidden;
  margin: auto;
}
body.camping.article .gallery-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
body.camping.article .gallery-small {
  display: flex;
  position: relative;
  gap: 16px;
  width: 1200px;
  margin: auto;
  margin-top: -150px;
  justify-content: space-between;
}
body.camping.article .gallery-small img {
  max-width: 380px;
  height: auto;
  border-radius: 16px;
}
body.camping.article .gallery-small #openGalleryBtn {
  min-width: 201px;
  text-align: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #2c4c85;
  border-color: #2c4c85;
  color: #FFF;
}
body.camping.article .field-label {
  display: block;
  margin-bottom: 16px;
}
body.camping.article .article-header {
  color: #FFF;
  width: 100%;
  background: #2b4c85;
  padding: 320px 0 0 0;
  margin-top: -384px;
}
body.camping.article .article-header .toggle-table {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.3s ease;
  padding: 0 0;
}
body.camping.article .article-header .toggle-table.open {
  max-height: 600px;
  padding: 64px 0 0 0;
}
body.camping.article .article-header .toggle-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.5rem 1rem 0 0;
  background-color: #2b4c85;
  border: 1px solid #FFF;
  width: 100%;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
  position: relative;
}
body.camping.article .article-header .toggle-button:after {
  content: '▾';
  right: 16px;
  position: absolute;
}
body.camping.article .article-header .toggle-button.active {
  background-color: #005da1;
}
body.camping.article .article-header .toggle-button.active:after {
  transform: rotate(180deg);
}
body.camping.article .article-header p {
  color: #FFF;
}
body.camping.article .article-header > div {
  width: 1200px;
  margin: auto;
  padding: 0 0 64px 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
body.camping.article .article-header > div .field-label {
  display: none;
}
body.camping.article .article-header > div ._preis div {
  max-width: 340px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: -84px;
}
body.camping.article .article-header > div ._preis div .btn {
  color: #FFF;
  border-color: #FFF;
}
body.camping.article .article-header > div ._preis div .btn:hover {
  background: #FFF;
  color: #2b4c85;
}
body.camping.article .article-header ul {
  margin: 0;
  padding: 0 16px;
}
body.camping.article .article-header li {
  color: #FFF;
  padding-left: 8px;
  margin: 4px 0;
  list-style: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="%23fff" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>');
}
body.camping.article .article-header li::marker {
  font-size: 1.7em;
  line-height: 0;
}
body.camping.article .article-header table {
  width: 340px;
  margin: 32px 0 0 0;
  float: right;
}
body.camping.article .article-header table td:nth-child(2) {
  text-align: right;
}
body.camping.article .article-header .page-header {
  padding: 0;
}
body.camping.article .article-header .page-header h1 {
  width: 100%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
  margin-top: 64px;
  margin-bottom: 16px;
}
body.camping.article .article-wrapper {
  width: 1200px;
  margin: auto;
  padding: 64px 0;
}
body.camping.article .accordion-list {
  list-style: none;
  padding: 0;
  margin: auto;
}
body.camping.article .accordion-list li {
  border-bottom: 1px solid #ddd;
}
body.camping.article .accordion-list h3 {
  width: 100%;
  background: #EEEEF2;
  color: #2b4c85;
  padding: 16px 32px 16px 8px;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1em;
  font-weight: 400;
}
body.camping.article .accordion-list h3:after {
  content: '▾';
  right: 8px;
  position: absolute;
  transition: ease-in-out transform .2s;
}
body.camping.article .accordion-list h3:hover {
  background: #FFF;
}
body.camping.article .accordion-list h3.active {
  background: #FFF;
}
body.camping.article .accordion-list h3.active:after {
  transform: rotate(180deg);
}
body.camping.article .accordion-list .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background: #FFF;
  padding: 0 16px;
}
body.camping.article .accordion-list .answer p {
  margin: 10px 0;
}
body.camping.article .col-2 {
  column-count: 2;
  column-gap: 32px;
}
body.camping.article .col-2 h2 {
  column-span: all;
}
body.camping.article .col-2 p:first-of-type {
  margin-top: initial;
}
body.freizeitwohnen.article #content {
  width: auto;
}
body.freizeitwohnen.article div.icons {
  position: fixed;
  top: 0;
  left: 0;
}
body.freizeitwohnen.article #page-intro,
body.freizeitwohnen.article #header {
  display: none;
}
body.freizeitwohnen.article .item-page {
  width: auto;
  margin: auto;
  padding: 64px 0;
}
body.freizeitwohnen.article .gallery-wrapper {
  width: 95%;
  max-height: 70vh;
  min-height: 800px;
  overflow: hidden;
  margin: auto;
}
body.freizeitwohnen.article .gallery-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
body.freizeitwohnen.article .gallery-small {
  position: relative;
  display: flex;
  gap: 16px;
  width: 1200px;
  margin: auto;
  margin-top: -150px;
  justify-content: space-between;
}
body.freizeitwohnen.article .gallery-small #openGalleryBtn {
  min-width: 201px;
  text-align: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #2c4c85;
  border-color: #2c4c85;
  color: #FFF;
}
body.freizeitwohnen.article .gallery-small img {
  max-width: 380px;
  height: auto;
  border-radius: 16px;
}
body.freizeitwohnen.article .field-label {
  display: block;
  margin-bottom: 16px;
}
body.freizeitwohnen.article .article-header {
  color: #FFF;
  width: 100%;
  background: #2b4c85;
  padding: 320px 0 0 0;
  margin-top: -384px;
}
body.freizeitwohnen.article .article-header p {
  color: #FFF;
}
body.freizeitwohnen.article .article-header > div {
  width: 1200px;
  margin: auto;
  padding: 0 0 64px 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
body.freizeitwohnen.article .article-header > div .field-label {
  display: none;
}
body.freizeitwohnen.article .article-header > div ._preis div {
  max-width: 340px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: -84px;
}
body.freizeitwohnen.article .article-header > div ._preis div .btn {
  color: #FFF;
  border-color: #FFF;
}
body.freizeitwohnen.article .article-header > div ._preis div .btn:hover {
  background: #FFF;
  color: #2b4c85;
}
body.freizeitwohnen.article .article-header ul {
  margin: 0;
  padding: 0 16px;
}
body.freizeitwohnen.article .article-header li {
  color: #FFF;
  padding-left: 8px;
  margin: 4px 0;
  list-style: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="%23FFF" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>');
}
body.freizeitwohnen.article .article-header li::marker {
  font-size: 1.7em;
  line-height: 0;
}
body.freizeitwohnen.article .article-header table {
  width: 340px;
  margin: 32px 0 0 0;
  float: right;
}
body.freizeitwohnen.article .article-header table td:nth-child(2) {
  text-align: right;
}
body.freizeitwohnen.article .article-header .page-header {
  padding: 0;
}
body.freizeitwohnen.article .article-header .page-header h1 {
  width: 100%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
  margin-top: 64px;
}
body.freizeitwohnen.article .article-info {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
body.freizeitwohnen.article .article-info div:first-child {
  width: 70%;
}
body.freizeitwohnen.article .article-info span.field-label {
  font-size: 1.5em;
  color: #198ecf;
  font-weight: bold;
}
body.freizeitwohnen.article .article-info ul {
  margin: 0;
  padding: 0 16px;
  column-count: 2;
  column-gap: 2rem;
  list-style-position: inside;
}
body.freizeitwohnen.article .article-info li {
  padding-left: 8px;
  margin: 4px 0;
  list-style: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="%232b4c85" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>');
}
body.freizeitwohnen.article .article-info li::marker {
  font-size: 1.7em;
  line-height: 0;
}
body.freizeitwohnen.article .article-wrapper {
  width: 1200px;
  margin: auto;
  padding: 64px 0;
}
body.freizeitwohnen.article .accordion-list {
  list-style: none;
  padding: 0;
  margin: auto;
}
body.freizeitwohnen.article .accordion-list li {
  border-bottom: 1px solid #ddd;
}
body.freizeitwohnen.article .accordion-list h3 {
  width: 100%;
  background: #EEEEF2;
  color: #2b4c85;
  padding: 16px 32px 16px 8px;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1em;
  font-weight: 400;
}
body.freizeitwohnen.article .accordion-list h3:after {
  content: '▾';
  right: 8px;
  position: absolute;
  transition: ease-in-out transform .2s;
}
body.freizeitwohnen.article .accordion-list h3:hover {
  background: #FFF;
}
body.freizeitwohnen.article .accordion-list h3.active {
  background: #FFF;
}
body.freizeitwohnen.article .accordion-list h3.active:after {
  transform: rotate(180deg);
}
body.freizeitwohnen.article .accordion-list .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background: #FFF;
  padding: 0 16px;
}
body.freizeitwohnen.article .accordion-list .answer p {
  margin: 10px 0;
}
body.freizeitwohnen.article .col-2 {
  column-count: 2;
  column-gap: 32px;
}
body.freizeitwohnen.article .col-2 h2 {
  column-span: all;
}
body.freizeitwohnen.article .fancybox-caption__body {
  display: none;
}
body.intern .com-content-article {
  margin: auto;
  padding: 64px 0;
}
body.reservieren #content {
  width: 1136px;
  margin: auto;
  padding: 0 0 64px 0;
}
body.reservieren #content .mod-wrapper {
  width: auto;
}
body.reservieren #content .page-header {
  margin-bottom: 64px;
}
body.reservieren #content .page-header h1 {
  margin-top: -64px;
  color: #FFF;
}
body.reservieren #content .com-content-article__body {
  display: flex;
  gap: 32px;
}
body.reservieren #content img {
  max-width: 100%;
  border-radius: 16px;
}
body.appartements-buchen .item-page,
body.camping-reservieren .item-page {
  position: relative;
}
body.appartements-buchen .page-header,
body.camping-reservieren .page-header {
  position: absolute;
  top: -220px;
  background: #2b4c85;
}
body.appartements-buchen .page-header h1,
body.camping-reservieren .page-header h1 {
  color: #FFF;
  padding: 16px;
  margin: 0;
}
body.camping-reservieren #page-intro,
body.camping-reservation #page-intro {
  background: url('/images/camp2025/1920/2024_06_20_Arnumer_See-32_1920x1280.jpg') top center no-repeat;
  background-size: cover;
}
body.appartements-buchen #page-intro,
body.apartments-booking #page-intro {
  background: url('/images/app2025/f12/1920/2024_06_20_Arnumer_See-6_1920x1280.jpg') top center no-repeat;
  background-size: cover;
}
.nui.alert {
  margin: 32px 0;
}
.nui.alert li {
  list-style: none;
}
.nui.form .field>label,
.nui.form .fields>label {
  margin: 5px 0px;
  color: #2b4c85;
}
.nui.checkbox>label {
  color: #2b4c85;
}
.nui.divider.labeled>.label {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2b4c85;
}
.field.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form_summary {
  display: flex;
  gap: 64px;
}
.form_summary > div {
  width: 49%;
}
#weiter.nui.button {
  background: #bcd700;
  color: #FFF !important;
  font-weight: 400;
  padding: 20px 50px;
}
#senden.nui.button {
  background: #bcd700;
  color: #FFF !important;
  font-weight: 400;
  padding: 20px 50px;
}
.area_multi_field45 .nui.button {
  width: auto;
  padding: 20px 50px;
}
#content .select_camping .nui.checkbox>label svg.icon {
  background-color: #2b4c85 !important;
  border-color: #2b4c85 !important;
  fill: #FFF !important;
}
#content .nui .datasec svg.icon {
  min-width: 27px !important;
}
#content .nui .datasec .nui.checkbox>label {
  align-items: flex-start;
}
#content .select_camping .nui.checkbox.checked>label svg.icon {
  background-color: #2b4c85 !important;
  border-color: #2b4c85 !important;
  fill: #FFF !important;
}
div.select_camping .select_camping {
  gap: 2em;
}
div.select_camping .select_camping .field {
  height: 355px;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  justify-content: flex-end;
  box-shadow: 0px 0px 0px 0px #2b4c85;
  transition: box-shadow ease-in-out .2s;
  cursor: pointer;
}
div.select_camping .select_camping .field:hover {
  box-shadow: 0px 0px 0px 3px #2b4c85;
}
div.select_camping .select_camping .field div {
  background: #2b4c85;
  color: #FFF;
  padding: 8px;
  border-radius: 8px;
}
div.select_camping .select_camping .field:nth-child(1) {
  background: url('/images/camping2025/messecamp/380x580/2024_09_24_Arnumer_See-36.jpg') center center;
  background-size: 100% auto;
}
div.select_camping .select_camping .field:nth-child(2) {
  background: url('/images/camping2025/forellenweg/380x580/2024_06_20_Arnumer_See-19.jpg') center center;
}
div.select_camping .select_camping .field:nth-child(3) {
  background: url('/images/camping2025/suedcamp/380x580/2024_09_24_Arnumer_See-12.jpg') center center;
}
body.agb #page-intro,
body.impressum #page-intro,
body.datenschutzerklaerung #page-intro,
body.platzordnung #page-intro,
body.kontakt #page-intro,
body.anfahrt #page-intro,
body.platzplan #page-intro,
body.terms-and-conditions #page-intro,
body.imprint #page-intro,
body.privacy-policy #page-intro {
  background: url('/images/startseite/slider2025/2024_06_20_Arnumer_See-33.jpg') center center;
  background-size: cover;
}
body.agb .page-header,
body.impressum .page-header,
body.datenschutzerklaerung .page-header,
body.platzordnung .page-header,
body.kontakt .page-header,
body.anfahrt .page-header,
body.platzplan .page-header,
body.terms-and-conditions .page-header,
body.imprint .page-header,
body.privacy-policy .page-header {
  margin-top: -210px;
  margin-bottom: 120px;
}
body.agb .page-header h1,
body.impressum .page-header h1,
body.datenschutzerklaerung .page-header h1,
body.platzordnung .page-header h1,
body.kontakt .page-header h1,
body.anfahrt .page-header h1,
body.platzplan .page-header h1,
body.terms-and-conditions .page-header h1,
body.imprint .page-header h1,
body.privacy-policy .page-header h1 {
  color: #FFF;
  background: #2b4c85;
  padding: 16px;
  display: inline;
}
body.agb #content,
body.impressum #content,
body.datenschutzerklaerung #content,
body.platzordnung #content,
body.kontakt #content,
body.anfahrt #content,
body.platzplan #content,
body.terms-and-conditions #content,
body.imprint #content,
body.privacy-policy #content {
  min-height: 50vh;
}
body.natur-erholung .category-desc {
  display: flex;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -160px;
  margin-bottom: 32px;
}
body.natur-erholung .category-desc #mod-custom104 {
  width: 70%;
}
body.natur-erholung .category-desc #mod-custom104 img {
  width: 100%;
  height: auto;
}
body.natur-erholung .category-desc > div:nth-child(2) {
  width: 30%;
  padding: 0 16px;
}
body.natur-erholung .blog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
body.natur-erholung .blog-items .blog-item {
  box-shadow: 0px 18px 25px -25px #2c4c85;
  background: #FFF;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
}
body.natur-erholung .blog-items .blog-item .item-content {
  padding: 8px 16px 32px 16px;
}
body.natur-erholung .blog-items img {
  width: 100%;
  height: auto;
}
body.natur-erholung #mod-custom105,
body.natur-erholung #mod-custom192 {
  margin: 64px 0 32px 0;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
}
body.natur-erholung #mod-custom105 .mod-wrapper,
body.natur-erholung #mod-custom192 .mod-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}
body.freizeitaktivitaeten .category-desc {
  background: #FFF;
  border-radius: 16px;
  margin-top: -160px;
  margin-bottom: 32px;
  gap: 16px;
  display: flex;
  overflow: hidden;
}
body.freizeitaktivitaeten .category-desc #mod-custom106 {
  width: 70%;
  display: block;
}
body.freizeitaktivitaeten .category-desc #mod-custom106 span {
  display: none;
}
body.freizeitaktivitaeten .category-desc > div:nth-child(2) {
  display: block;
  width: 30%;
}
body.freizeitaktivitaeten .blog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
body.freizeitaktivitaeten .blog-items .blog-item {
  background: #FFF;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 18px 25px -25px #2c4c85;
}
body.freizeitaktivitaeten .blog-items .blog-item .item-content {
  padding: 8px 16px 32px 16px;
}
body.freizeitaktivitaeten .blog-items .blog-item .item-logo {
  max-height: 65px;
}
body.freizeitaktivitaeten .blog-items .blog-item .item-logo img {
  width: auto;
  max-height: 65px;
  margin: 8px 0;
}
body.freizeitaktivitaeten .blog-items img {
  max-width: 100%;
  height: auto;
}
body.fuer-unsere-bewohner #page-intro {
  background: url('/images/startseite/slider2025/2024_06_20_Arnumer_See-33.jpg') center center;
  background-size: cover;
}
body.fuer-unsere-bewohner .blog-item {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #2b4c85;
}
body.fuer-unsere-bewohner #chronoform-newsletter {
  background: #FFF;
  border-radius: 16px;
  margin: 0 20%;
  padding: 32px;
}
body.fuer-unsere-bewohner #chronoform-newsletter p,
body.fuer-unsere-bewohner #chronoform-newsletter h2 {
  text-align: center;
}
body.fuer-unsere-bewohner #chronoform-newsletter .nui.checkbox label {
  align-items: flex-start;
  line-height: 1.45rem;
}
body.fuer-unsere-bewohner #chronoform-newsletter #senden.nui.button {
  max-width: 250px !important;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  #nav_top {
    width: 100%;
    left: 0;
    margin-left: 0;
    justify-content: center;
  }
  #nav_top img {
    display: none;
  }
  #nav_top ul {
    padding-left: 15px;
    gap: 16px;
  }
  #footer #footer-wrapper {
    width: 90%;
    margin: 0 5%;
  }
  body.start #dateFinder {
    width: 95%;
    margin: 0 2.5%;
    left: 0;
  }
  body.start #dateFinder form {
    width: 100%;
  }
  body.start #page-intro .mod-wrapper {
    width: 100%;
  }
  body.start .mod-articlesnews {
    width: 100%;
  }
  body.start .mod-articlesnews .swiper-slide img {
    max-width: initial;
    height: 100%;
  }
  body.start .front-intro .mod-wrapper,
  body.start .front-intro.camp .mod-wrapper {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  body.start .custom.freizeit .mod-wrapper {
    width: 100%;
    padding: 0 5%;
  }
  body.start .custom.freizeit .mod-wrapper .freizeit-text {
    width: 35%;
  }
  body.start #mod-custom129 .mod-wrapper,
  body.start #mod-custom288 .mod-wrapper {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
    border-radius: 32px;
  }
  body.start #mod-custom129 .mod-wrapper .overlay,
  body.start #mod-custom288 .mod-wrapper .overlay {
    min-width: 260px;
  }
  body.start #mod-custom129 .mod-wrapper img,
  body.start #mod-custom288 .mod-wrapper img {
    height: 100%;
    width: auto;
  }
  body.start #frontRow-04 > div {
    width: 90%;
    margin: 0 5%;
  }
  body.start #frontRow-05 > div {
    width: 90%;
    margin: 0 5%;
  }
  body.site #content {
    width: 90%;
    margin: 0 5%;
  }
  body.natur-erholung .category-desc {
    flex-direction: column;
  }
  body.natur-erholung .category-desc #mod-custom104 {
    width: 100%;
  }
  body.natur-erholung .category-desc > div:nth-child(2) {
    width: 90%;
    padding: 0 16px;
    margin: 0 5%;
  }
  body.freizeitaktivitaeten .category-desc {
    flex-direction: column;
  }
  body.freizeitaktivitaeten .category-desc #mod-custom106 {
    width: 100%;
  }
  body.freizeitaktivitaeten .category-desc #mod-custom106 img {
    width: 100%;
  }
  body.freizeitaktivitaeten .category-desc > div:nth-child(2) {
    width: 90%;
    padding: 0 16px;
    margin: 0 5%;
  }
  body.camping.article #content {
    margin: 0;
  }
  body.camping.article .article-header > div {
    width: 90%;
    margin: 0 5%;
  }
  body.camping.article .article-header .page-header {
    width: 100%;
  }
  body.camping.article .article-header .page-header h1 {
    width: 90%;
  }
  body.camping.article .gallery-small {
    width: 90%;
  }
  body.camping.article .gallery-small img {
    width: 30%;
  }
  body.camping.article .article-wrapper {
    width: 90%;
    margin: 0 5%;
  }
  body.camping.article .article-wrapper .camping-info:before {
    margin: 32px 0;
    height: 80%;
    display: none;
  }
  body.camping.article .article-wrapper .camping-info .info-item {
    width: 100%;
  }
  body.camping.article .article-wrapper .camping-info .info-item img {
    width: 60%;
    height: auto;
  }
  body.camping.article .article-wrapper .camping-info .info-item div {
    width: 40%;
  }
  body.camping.article .article-wrapper .camping-info .info-item div img {
    width: auto;
  }
  body.freizeitwohnen.article #content {
    margin: 0;
  }
  body.freizeitwohnen.article .article-header > div {
    width: 90%;
    margin: 0 5%;
  }
  body.freizeitwohnen.article .article-header .page-header {
    width: 90%;
  }
  body.freizeitwohnen.article .article-header .page-header h1 {
    width: 100%;
  }
  body.freizeitwohnen.article .gallery-small {
    width: 90%;
  }
  body.freizeitwohnen.article .gallery-small img {
    width: 30%;
  }
  body.freizeitwohnen.article .article-wrapper {
    width: 90%;
    margin: 0 5%;
  }
  body.appartements #page-intro .mod-wrapper {
    width: 100%;
    padding: 0 5%;
  }
  body.appartements #filter-controls {
    width: 100%;
    flex-wrap: wrap;
  }
  body.appartements.article #content {
    margin: 0;
  }
  body.appartements.article .article-header > div {
    width: 90%;
    margin: 0 5%;
  }
  body.appartements.article .article-header .page-header {
    width: 90%;
  }
  body.appartements.article .article-header .page-header h1 {
    width: 100%;
  }
  body.appartements.article .article-info div:first-child {
    width: 60%;
  }
  body.appartements.article .article-info ul {
    column-count: 1;
  }
  body.appartements.article .gallery-small {
    width: 90%;
  }
  body.appartements.article .gallery-small img {
    width: 30%;
  }
  body.appartements.article .article-wrapper {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 858px) {
  #nav_top {
    top: 0;
    border-radius: 0;
    justify-content: space-between;
  }
  #nav_top img {
    display: block;
  }
  #navToggle {
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="%232b4c85" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /></svg>') no-repeat center center;
    background-size: 60%;
  }
  #footer {
    text-align: center;
  }
  #footer ul {
    margin-top: 32px;
  }
  #footer ul li {
    margin-bottom: 16px;
  }
  #footer ul li a {
    text-decoration: underline !important;
  }
  #footer #footer-wrapper {
    flex-direction: column;
  }
  body.start #dateFinder {
    display: none;
    bottom: 32px;
  }
  body.start #dateFinder form {
    border-radius: 16px;
    flex-direction: column;
    height: auto;
  }
  body.start #dateFinder form select {
    padding: initial;
    background: #EEE;
    padding: 16px;
    border-radius: 4px;
  }
  body.start #dateFinder form .divider {
    display: none;
  }
  body.start #dateFinder form #datepicker {
    gap: 16px;
  }
  body.start #dateFinder form #datepicker input.inputFrom,
  body.start #dateFinder form #datepicker input.inputTo {
    padding: 0 !important;
    text-align: center;
    background: #EEE;
    border-radius: 4px;
  }
  body.start #dateFinder form #datepicker .divider {
    display: none;
  }
  body.start #dateFinder form input[type="button"] {
    border-radius: 16px;
  }
  body.start #header ._intro_slider {
    min-height: 0;
    max-height: none;
  }
  body.start #header ._intro_slider img {
    margin-top: 132px;
  }
  body.start #header #mod-custom92:before {
    background-size: 200% auto;
  }
  body.start #page-intro {
    padding-top: 300px !important;
  }
  body.start #page-intro h1 {
    padding-top: 60px;
  }
  body.start #page-intro #mod-custom91 img {
    left: 0;
    top: -120px;
    width: 100%;
  }
  body.start .mod-articlesnews .swiper-slide img {
    min-width: 100%;
    height: auto;
  }
  body.start .mod-articlesnews .swiper-slide span.new_in {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #198ecf;
    color: #FFF;
    padding: 4px 16px;
    border-radius: 16px;
  }
  body.start .custom.freizeit {
    margin-top: 60px;
  }
  body.start .custom.freizeit .mod-wrapper {
    flex-direction: column;
  }
  body.start .custom.freizeit .mod-wrapper .freizeit-grid {
    min-height: initial;
    margin-top: 150px;
    width: 90%;
    height: 53vw;
  }
  body.start .custom.freizeit .mod-wrapper .freizeit-text {
    width: 80%;
    text-align: center;
  }
  body.start #mod-custom129 .mod-wrapper,
  body.start #mod-custom288 .mod-wrapper {
    height: auto;
    overflow: initial;
    flex-direction: column;
    width: 100%;
    margin: auto 0;
  }
  body.start #mod-custom129 .mod-wrapper img,
  body.start #mod-custom288 .mod-wrapper img {
    width: 95%;
    height: auto;
    z-index: 2;
    border-radius: 16px;
    margin: 0 2.5%;
  }
  body.start #mod-custom129 .mod-wrapper .overlay,
  body.start #mod-custom288 .mod-wrapper .overlay {
    width: 100%;
    position: relative;
    margin: -48px auto 0 auto;
    right: 0;
    z-index: initial;
    text-align: center;
    align-items: center;
    padding: 64px 5% 32px 5%;
  }
  body.start #frontRow-04 > div {
    flex-direction: column;
    text-align: center;
  }
  body.start #frontRow-04 > div img {
    width: 100%;
  }
  body.start #frontRow-05 > div {
    flex-direction: column-reverse;
  }
  body.camping.article .gallery-wrapper {
    margin-top: 32px;
    min-height: 0;
    max-height: none;
  }
  body.camping.article .gallery-small {
    width: 95%;
    margin-top: 16px;
  }
  body.camping.article .gallery-small #openGalleryBtn {
    padding: 0;
    right: 2.5%;
    bottom: -32px;
    min-width: initial;
  }
  body.camping.article .article-header > div {
    flex-direction: column;
  }
  body.camping.article .article-header > div ._preis div {
    width: 100%;
    max-width: initial;
  }
  body.camping.article .article-header > div ._preis div table {
    width: 100%;
  }
  body.camping.article .article-header .page-header {
    width: 90%;
    margin: 0 5%;
  }
  body.camping.article .article-header .page-header h1 {
    width: 100%;
  }
  body.camping.article .article-info > div div:nth-child(1) {
    border-right: none;
  }
  body.camping.article .article-info > div > div {
    padding: 0;
  }
  body.camping.article .article-info div {
    flex-direction: column;
  }
  body.camping.article .camping-info:before {
    height: 90% !important;
    margin: 128px 0 0 0 !important;
  }
  body.camping.article .camping-info .info-item {
    flex-direction: column;
  }
  body.camping.article .camping-info .info-item > img {
    width: 100% !important;
  }
  body.camping.article .camping-info .info-item div {
    width: 100% !important;
  }
  body.camping.article .camping-info .info-item:nth-child(2) {
    flex-direction: column !important;
  }
  body.camping.article .col-2 {
    column-count: 1;
  }
  body.camping.article .col-2 p:first-of-type {
    margin-top: initial;
  }
  body.appartements .blog-items {
    grid-template-columns: repeat(2,50%);
  }
  body.appartements .blog-items img {
    max-width: none !important;
    height: 100%;
  }
  body.appartements #header .mod-wrapper {
    margin-top: 150px;
    max-height: 90vh;
  }
  body.appartements #page-intro {
    padding: 147px 0 32px 0;
  }
  body.appartements #filter-toggle-btn {
    display: block;
  }
  body.appartements .filter-toggle-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: block;
  }
  body.appartements .filter-toggle-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background: #198ecf;
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 32px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: block;
  }
  body.appartements #filter-controls {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b4c85;
    padding: 132px 5%;
    z-index: 999;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    margin: 0;
    display: flex;
    gap: 16px;
    align-items: stretch;
    flex-direction: column;
  }
  body.appartements #filter-controls .spacer {
    display: none;
  }
  body.appartements #filter-controls.active {
    transform: translateY(0);
    padding-top: 132px;
  }
  body.appartements #gast-filter-wrapper {
    display: none;
  }
  body.appartements.article .gallery-wrapper {
    margin-top: 32px;
    min-height: 0;
    max-height: none;
  }
  body.appartements.article .gallery-small {
    width: 95%;
    margin-top: 16px;
  }
  body.appartements.article .gallery-small #openGalleryBtn {
    padding: 0;
    right: 2.5%;
    bottom: -32px;
    min-width: initial;
  }
  body.appartements.article .article-header > div {
    flex-direction: column;
    width: 95%;
  }
  body.appartements.article .article-header > div ._preis div {
    width: 95%;
    margin-top: 0;
    max-width: initial;
    border-top: 1px solid #FFF;
    position: relative;
  }
  body.appartements.article .article-header > div ._preis div table {
    width: 100%;
  }
  body.appartements.article .article-header > div ._preis div table td {
    padding: 3px 0;
  }
  body.appartements.article .article-header > div ._preis div .btn {
    position: absolute;
    bottom: -85px;
    left: 50%;
    margin-left: -101px;
    background: #198ecf;
    border: none;
    box-shadow: 0px 19px 20px -16px rgba(43,76,133,0.5);
    padding: 16px 32px;
  }
  body.appartements.article .article-info {
    flex-direction: column;
  }
  body.appartements.article .article-info div:first-child {
    width: 100%;
  }
  body.freizeitwohnen.article .gallery-wrapper {
    margin-top: 32px;
    min-height: 0;
    max-height: none;
  }
  body.freizeitwohnen.article .gallery-small {
    width: 95%;
    margin-top: 16px;
  }
  body.freizeitwohnen.article .gallery-small #openGalleryBtn {
    padding: 0;
    right: 2.5%;
    bottom: -32px;
    min-width: initial;
  }
  body.freizeitwohnen.article .article-header > div {
    flex-direction: column;
  }
  body.freizeitwohnen.article .article-header > div ._preis div {
    width: 90%;
    margin-top: 0;
    max-width: initial;
  }
  body.freizeitwohnen.article .article-header > div ._preis div table {
    width: 100%;
  }
  body.freizeitwohnen.article .article-info > div div:nth-child(1) {
    border-right: none;
  }
  body.freizeitwohnen.article .article-info div {
    flex-direction: column;
  }
  body.freizeitwohnen.article .col-2 {
    columns: 1;
  }
  body.freizeitwohnen.article ul.sigFreeClassic {
    grid-template-columns: auto;
  }
  body.freizeitwohnen.article ul.sigFreeClassic .sigFreeThumb a {
    width: 100% !important;
  }
  body.freizeitwohnen.article ul.sigFreeClassic .sigFreeThumb img {
    width: 100% !important;
    height: 100% !important;
    background-position: initial !important;
    background-size: cover;
  }
  body.freizeitaktivitaeten .blog-items {
    grid-template-columns: 1fr;
  }
  body.freizeitaktivitaeten .blog-items img {
    width: 100%;
    height: auto;
  }
  body.freizeitaktivitaeten .category-desc {
    padding-bottom: 32px;
  }
  body.freizeitaktivitaeten .category-desc > div:nth-child(2) {
    margin: 0 5%;
    padding: 0;
  }
  body.natur-erholung .blog-items {
    flex-direction: column;
    grid-template-columns: 100%;
  }
  body.natur-erholung .category-desc {
    padding-bottom: 32px;
  }
  body.natur-erholung .category-desc > div:nth-child(2) {
    margin: 0 5%;
    padding: 0;
  }
  body.natur-erholung #mod-custom105 .mod-wrapper {
    flex-direction: column-reverse;
  }
  body.natur-erholung #mod-custom105 .mod-wrapper .cWrap {
    padding: 0 16px 16px 16px;
  }
  body.reservieren #content .com-content-article__body {
    flex-direction: column;
  }
  body.reservieren #content .com-content-article__body img {
    height: auto;
  }
  body.camping-reservieren .nui.flex.equal.items.stackable {
    gap: 8px;
    align-items: flex-start !important;
  }
  .form_summary {
    flex-direction: column;
  }
  .form_summary div {
    width: 100%;
  }
  .form_summary h3 {
    color: #2b4c85;
  }
  .mm-spn ul {
    background: #2b4c85 !important;
    color: #FFF;
  }
  .mm-spn ul a {
    color: #FFF;
    border-color: #FFF;
  }
  .mm-spn ul li {
    color: inherit;
  }
  .mm-spn ul li:after {
    margin-left: 0px;
  }
  .mm-ocd__backdrop {
    background: rgba(43,76,133,0.3) !important;
  }
  .mm-spn.mm-spn--light {
    background: #2b4c85 !important;
    color: rgba(255,255,255,0.7) !important;
  }
  #weiter.nui.button {
    width: 100%;
  }
  button.nui.button {
    width: 100%;
  }
  body.fuer-unsere-bewohner #chronoform-newsletter {
    margin: 0;
  }
}
@media screen and (max-width: 858px) and (min-width: 768px) {
  body.appartements .filter-toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 858px) and (min-width: 768px) {
  body.appartements .filter-toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 858px) and (min-width: 768px) {
  body.appartements #filter-controls {
    position: static;
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 500px) {
  body.appartements .blog-items {
    grid-template-columns: repeat(1,90%);
  }
}
@media screen and (min-width: 1920px) {
  body.start #header ._intro_slider {
    max-height: 90vh;
  }
  body.start #header ._intro_slider img {
    width: 80%;
    margin: 64px 10% 0 10%;
  }
  body.camping.article .gallery-wrapper {
    width: 80%;
    max-height: 70vh;
    min-height: 800px;
    overflow: hidden;
    margin: auto;
  }
  body.appartements #header .mod-wrapper {
    width: 80%;
    margin: 64px 10% 0 10%;
  }
  body.freizeitwohnen.article .gallery-wrapper {
    width: 80%;
    margin: 0 10% 0 10%;
  }
  body.appartements.article .gallery-wrapper {
    width: 80%;
    margin: 0 10% 0 10%;
  }
}
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px
}

body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, .3s;
    -o-transition-duration: 0s, .3s;
    transition-duration: 0s, .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: .45s, .15s;
    -o-transition-delay: .45s, .15s;
    transition-delay: .45s, .15s
}

.mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--mm-ocd-width);
    min-width: var(--mm-ocd-min-width);
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: clamp(calc(100% - var(--mm-ocd-max-width)), calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width)));
    background: rgba(3, 2, 1, 0)
}

.mm-ocd--left .mm-ocd__backdrop {
    right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
    left: 0
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
    --mm-spn-panel-offset: 30%
}

.mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: calc(100% + var(--mm-spn-panel-offset));
    padding-right: var(--mm-spn-panel-offset);
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default
}

.mm-spn ul:after {
    content: "";
    display: block;
    height: var(--mm-spn-item-height)
}

.mm-spn>ul {
    left: 0
}

.mm-spn ul.mm-spn--open {
    left: 0
}

.mm-spn ul.mm-spn--parent {
    left: calc(-1 * var(--mm-spn-panel-offset));
    overflow: visible
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer
}

.mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--mm-spn-item-height)/ 2);
    right: calc(var(--mm-spn-item-height)/ 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    opacity: .4
}

.mm-spn li:after {
    content: "";
    display: block;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: .15
}

.mm-spn a,
.mm-spn span {
    position: relative;
    z-index: 1;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)
}

.mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none
}

.mm-spn a:not(:last-child) {
    width: calc(100% - var(--mm-spn-item-height))
}

.mm-spn a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: .15
}

.mm-spn span {
    background: 0 0
}

.mm-spn.mm-spn--navbar {
    cursor: pointer
}

.mm-spn.mm-spn--navbar:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--mm-spn-item-height)/ 2);
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: .4
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none
}

.mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--mm-spn-item-height);
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: var(--mm-spn-item-height);
    opacity: .4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--navbar ul {
    top: calc(var(--mm-spn-item-height) + 1px)
}

.mm-spn.mm-spn--navbar ul:before {
    content: "";
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: .15
}

.mm-spn.mm-spn--light {
    color: #444;
    background: #f3f3f3
}

.mm-spn.mm-spn--dark {
    color: #ddd;
    background: #333
}

.mm-spn.mm-spn--vertical {
    overflow-y: auto
}

.mm-spn.mm-spn--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static
}

.mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--vertical ul ul:after {
    height: calc(var(--mm-spn-item-height)/ 2)
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0)
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
    content: none;
    display: none
}
