@charset "UTF-8";
/* ----------------------------------- *
 * Font-Weight
 * ----------------------------------- */
/* ----------------------------------- *
 * Page-Layout
 * ----------------------------------- */
/* ----------------------------------- *
 * z-Indexes
 * ----------------------------------- */
html {
  --color-default: #ff5636;
  --color-gray-dark: #222;
  --color-gray: #555;
  --color-gray-light: #ccc;
  --color-brand: var(--color-default);
  --color-highlight: var(--color-brand);
  --color-page-background: #fff;
  --color-text: var(--color-gray-dark);
  --color-text-inverted: var(--color-page-background);
  --color-error: rgba(255, 0, 0, 1);
  --color-error-light: rgba(255, 0, 0, 0.5);
  --base-font-size-xs: 0.875rem;
  --base-font-size: 1rem;
  --base-font-size-xl: 1.125rem;
  --base-line-height: 1.625;
  --base-font-weight: 400;
  --base-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --base-spacing-unit: 1rem;
  --base-spacing-unit-xs: calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit-sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit-xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 4px;
  --base-border-width: 1px;
  --base-border-color: var(--color-gray-light);
  --base-border: var(--base-border-width) solid var(--base-border-color);
  --grid-columns: 12;
  --grid-gutter: 1.875rem;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --layout-spacing-sides: var(--base-spacing-unit);
  --layout-wrapper-background: transparent;
  --layout-header-background: var(--color-page-background);
  --layout-header-color: var(--color-text);
  --layout-footer-background: transparent;
  --layout-footer-color: var(--color-text);
  --article-spacing-sides: var(--grid-gutter-half);
  --article-spacing-top: var(--base-spacing-unit);
  --article-spacing-bottom: var(--base-spacing-unit);
  --headings-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --headings-font-weight: 700;
  --headings-color: 'currentColor';
  --h1-font-family: var(--headings-font-family);
  --h1-font-weight: var(--headings-font-weight);
  --h1-color: var(--headings-color);
  --h1-font-size: 2rem;
  --h1-font-size-sm: 2rem;
  --h1-font-size-md: 2.25rem;
  --h1-font-size-lg: 2.25rem;
  --h1-font-size-xl: 2.25rem;
  --h1-line-height: 1.55;
  --h1-spacing-top: 0;
  --h1-spacing-bottom: 0.5rem;
  --h2-font-family: var(--headings-font-family);
  --h2-font-weight: var(--headings-font-weight);
  --h2-color: var(--headings-color);
  --h2-font-size: 1.625rem;
  --h2-font-size-sm: 1.625rem;
  --h2-font-size-md: 1.75rem;
  --h2-font-size-lg: 1.75rem;
  --h2-font-size-xl: 1.75rem;
  --h2-line-height: 1.5;
  --h2-spacing-top: 0;
  --h2-spacing-bottom: 0.5rem;
  --h3-font-family: var(--headings-font-family);
  --h3-font-weight: var(--headings-font-weight);
  --h3-color: var(--headings-color);
  --h3-font-size: 1.375rem;
  --h3-font-size-sm: 1.375rem;
  --h3-font-size-md: 1.5rem;
  --h3-font-size-lg: 1.5rem;
  --h3-font-size-xl: 1.5rem;
  --h3-line-height: 1.25;
  --h3-spacing-top: 0;
  --h3-spacing-bottom: 0.5rem;
  --h4-font-family: var(--headings-font-family);
  --h4-font-weight: var(--headings-font-weight);
  --h4-color: var(--headings-color);
  --h4-font-size: 1.125rem;
  --h4-font-size-sm: 1.125rem;
  --h4-font-size-md: 1.25rem;
  --h4-font-size-lg: 1.25rem;
  --h4-font-size-xl: 1.25rem;
  --h4-line-height: 1;
  --h4-spacing-top: 0;
  --h4-spacing-bottom: 0.5rem;
  --h5-font-family: var(--headings-font-family);
  --h5-font-weight: var(--headings-font-weight);
  --h5-color: var(--headings-color);
  --h5-font-size: 1rem;
  --h5-font-size-sm: 1rem;
  --h5-font-size-md: 1rem;
  --h5-font-size-lg: 1rem;
  --h5-font-size-xl: 1rem;
  --h5-line-height: 1;
  --h5-spacing-top: 0;
  --h5-spacing-bottom: 0.5rem;
  --h6-font-family: var(--headings-font-family);
  --h6-font-weight: var(--headings-font-weight);
  --h6-color: var(--headings-color);
  --h6-font-size: 0.875rem;
  --h6-font-size-sm: 0.875rem;
  --h6-font-size-md: 0.875rem;
  --h6-font-size-lg: 0.875rem;
  --h6-font-size-xl: 0.875rem;
  --h6-line-height: 1;
  --h6-spacing-top: 0;
  --h6-spacing-bottom: 0.5rem;
  --paragraph-link-color: var(--links-color);
  --paragraph-link-decoration: underline;
  --paragraph-link-decoration-hover: none;
  --code-color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre-color-background: var(--color-gray);
  --pre-color: var(--color-text-inverted);
  --selection-color: var(--color-text-inverted);
  --hr-border: var(--base-border);
  --gallery-gutter: var(--grid-gutter);
  --gallery-gutter-half: calc(var(--gallery-gutter) / 2);
  --links-color: var(--color-highlight);
  --links-color-hover: var(--color-highlight);
  --links-color-visited: var(--links-color);
  --links-outline-focus: 2px dotted
    var(--links-outline-color, var(--color-highlight));
  --links-outline-active: none;
  --button-color: var(--color-text-inverted);
  --button-background: var(--color-highlight);
  --button-color-hover: var(--button-color);
  --button-background-hover: var(--color-highlight);
  --button-spacing: var(--base-spacing-unit-sm) var(--base-spacing-unit);
  --button-border-radius: var(--base-border-radius);
  --button-border-width: var(--base-border-width);
  --button-font-family: var(--base-font-family);
  --button-font-weight: 400;
  --button-font-size: var(--base-font-size);
  --button-line-height: var(--base-line-height);
  --nav-item-padding: var(--base-spacing-unit);
  --slider-arrow-color: inherit;
  --slider-arrow-size: 2rem;
  --slider-arrow-font-family: 'Arial';
  --slider-menu-point-size: 2rem;
  --slider-menu-point-color: inherit;
  --slider-menu-point-color-active: var(--color-brand);
  --news-grid-columns-sm: 2;
  --news-grid-columns-md: 2;
  --news-grid-columns-lg: 3;
  --news-grid-columns-xl: 3;
  --news-border: var(--base-border);
  --events-grid-columns-sm: 1;
  --events-grid-columns-md: 2;
  --events-grid-columns-lg: 3;
  --events-grid-columns-xl: 3;
  --forms-input-border-width: var(--base-border-width);
  --forms-input-border-radius: var(--base-border-radius);
  --forms-input-border-color: rgba(0, 0, 0, 0.25);
  --forms-input-background: var(--color-page-background);
  --forms-input-line-height: normal;
  --forms-mandatory-color: var(--color-brand);
  --accordion-spacing: var(--base-spacing-unit);
  --accordion-content-spacing: var(--base-spacing-unit-sm);
  --accordion-content-background: var(--color-gray-light);
  --accordion-toggler-font-size: 1.5rem;
  --accordion-toggler-background: var(--color-highlight);
  --accordion-toggler-color: var(--color-text-inverted);
  --accordion-toggler-color-hover: var(--color-brand-primary);
  --accordion-toggler-spacing: var(--base-spacing-unit-xs);
  --accordion-toggler-border: 2px solid transparent;
  --download-link-color: inherit;
  --download-link-decoration: none;
  --table-border-width: 1px;
  --table-border-style: solid;
  --table-border-color: #ccc;
  --table-background-light: #eee;
  --newsletter-list-border: var(--base-border);
  --newsletter-reader-width: 600px;
  --newsletter-reader-border: var(--base-border);
  --faq-border: var(--base-border);
  --search-relevance-color: var(--color-gray);
  --search-url-color: var(--color-gray); }

:root {
  --color-default: hsl(
    var(--color-default-hue),
    var(--color-default-sat),
    var(--color-default-luma)
  );
  --color-default-hue: 28;
  --color-default-sat: 87%;
  --color-default-luma: 52%;
  --color-default-darker: hsl(
    var(--color-default-hue),
    var(--color-default-sat),
    calc(var(--color-default-luma) - 5%)
  );
  --color-default-darkest: hsl(
    var(--color-default-hue),
    var(--color-default-sat),
    calc(var(--color-default-luma)-10%)
  );
  --color-white: #f6f6f6;
  --color-gray-dark: #364346;
  --color-gray-light: #d0d2d3;
  --color-brand: var(--color-default);
  --color-highlight-1: #249f30;
  --color-highlight-2: #d72638;
  --color-highlight-3: #e1ad01;
  --color-gradient: hsl(191, 40%, 24%);
  --color-highlight-hue: 43;
  --color-highlight-sat: 48%;
  --color-highlight-luma: 70%;
  --color-highlight-luma-hover: calc(var(--color-highlight-luma) - 10%);
  --color-page-background: var(--color-white);
  --color-page-background-rgb: 245, 245, 245;
  --color-text: var(--color-gray-dark);
  --color-text--inverted: var(--color-white);
  --color-error: rgb(194, 36, 36);
  --color-error-light: rgba(255, 0, 0, 0.5);
  --base-font-size-xs: 0.95rem;
  --base-font-size: 1rem;
  --base-font-size-xl: 1.1rem;
  --base-font-size-xxl: 1.1rem;
  --base-line-height: 1.5;
  --base-font-weight: 400;
  --base-font-weight-v: normal;
  --base-font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --base-spacing-unit: 1.5rem;
  --base-spacing-unit-xs: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit-xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 35px;
  --base-border-width: 1px;
  --base-border-color: var(--color-text);
  --base-border: var(--base-border-width) solid var(--base-border-color);
  --grid-columns: 12;
  --grid-gutter: 1.389rem;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --layout-wrapper-background: transparent;
  --layout-header-background: transparent;
  --layout-header-color: var(--color-text);
  --layout-footer-background: transparent;
  --layout-footer-color: var(--color-text);
  --article-spacing-sides: var(--grid-gutter-half);
  --article-spacing-top: var(--base-spacing-unit);
  --article-spacing-bottom: var(--base-spacing-unit);
  --headings-font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --headings-font-weight: 700;
  --headings-letter-spacing: 0;
  --headings-color: var(--color-default);
  --headings-color-small: var(--color-gray-dark);
  --headings-text-transform: uppercase;
  --h1-font-family: var(--headings-font-family);
  --h1-font-weight: 700;
  --h1-color: var(--headings-color);
  --h1-font-size: 2.3rem;
  --h1-font-size-sm: 2.3rem;
  --h1-font-size-md: 2.5rem;
  --h1-font-size-lg: 2.5rem;
  --h1-font-size-xl: 2.75rem;
  --h1-font-size-xxl: 5rem;
  --h1-line-height: 1.1;
  --h1-spacing-top: 0;
  --h1-spacing-bottom: 1.5rem;
  --h2-font-family: var(--headings-font-family);
  --h2-font-weight: var(--headings-font-weight);
  --h2-color: var(--headings-color);
  --h2-font-size: 1.8rem;
  --h2-font-size-sm: 1.8rem;
  --h2-font-size-md: 1.8rem;
  --h2-font-size-lg: 1.8rem;
  --h2-font-size-xl: 2.3rem;
  --h2-font-size-xxl: 3rem;
  --h2-line-height: 1.1;
  --h2-spacing-top: 0;
  --h2-spacing-bottom: 0.5rem;
  --h3-font-family: var(--headings-font-family);
  --h3-font-weight: var(--headings-font-weight);
  --h3-color: var(--headings-color-small);
  --h3-font-size: 1.5rem;
  --h3-font-size-sm: 1.5rem;
  --h3-font-size-md: 1.5rem;
  --h3-font-size-lg: 1.5rem;
  --h3-font-size-xl: 1.55rem;
  --h3-font-size-xxl: 2rem;
  --h3-line-height: 1.35;
  --h3-spacing-top: 1.35rem;
  --h3-spacing-bottom: 0.25rem;
  --h4-font-family: var(--headings-font-family);
  --h4-font-weight: var(--headings-font-weight);
  --h4-color: var(--headings-color-small);
  --h4-font-size: 1.2rem;
  --h4-font-size-sm: 1.2rem;
  --h4-font-size-md: 1.2rem;
  --h4-font-size-lg: 1.2rem;
  --h4-font-size-xl: 1.2rem;
  --h4-font-size-xxl: 1.3rem;
  --h4-line-height: 1.25;
  --h4-spacing-top: 0.8rem;
  --h4-spacing-bottom: 0.2rem;
  --h5-font-family: var(--headings-font-family);
  --h5-font-weight: var(--headings-font-weight);
  --h5-color: var(--headings-color-small);
  --h5-font-size: 1.1rem;
  --h5-font-size-sm: 1.1rem;
  --h5-font-size-md: 1.1rem;
  --h5-font-size-lg: 1.1rem;
  --h5-font-size-xl: 1.1rem;
  --h5-font-size-xxl: 1.2rem;
  --h5-line-height: 1;
  --h5-spacing-top: 0.5;
  --h5-spacing-bottom: 0.2rem;
  --h6-font-family: var(--headings-font-family);
  --h6-font-weight: var(--headings-font-weight);
  --h6-color: var(--headings-color-small);
  --h6-font-size: 0.875rem;
  --h6-font-size-sm: 0.875rem;
  --h6-font-size-md: 1rem;
  --h6-font-size-lg: 1rem;
  --h6-font-size-xl: 1rem;
  --h6-font-size-xxl: 1rem;
  --h6-line-height: 1.3;
  --h6-spacing-top: 0;
  --h6-spacing-bottom: 0.2rem;
  --paragraph-link-color: var(--links-color);
  --paragraph-link-decoration: underline;
  --paragraph-link-decoration-hover: underline;
  --code-color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre-color-background: var(--color-gray);
  --pre-color: var(--color-text-inverted);
  --selection-color: var(--color-text-inverted);
  --hr-border: var(--base-border);
  --gallery-gutter: var(--grid-gutter);
  --gallery-gutter-half: calc(var(--gallery-gutter) / 2);
  --links-color: var(--color-default);
  --links-color-hover: var(--color-highlight);
  --button-color: var(--color-white);
  --button-border-color: var(--color-default);
  --button-border-style: solid;
  --button-background: var(--button-border-color);
  --button-color-hover: var(--color-white);
  --button-background-hover: var(--color-default-darker);
  --button-spacing: 10px 15px;
  --button-border-radius: 10px;
  --button-border-width: var(--base-border-width);
  --button-border-width: 1px;
  --button-font-family: var(--base-font-family);
  --button-font-weight: 700;
  --button-line-height: var(--base-line-height);
  --nav-item-padding: var(--base-spacing-unit);
  --slider-arrow-color: inherit;
  --slider-arrow-size: 2rem;
  --slider-arrow-font-family: 'Arial';
  --slider-menu-point-size: 2rem;
  --slider-menu-point-color: inherit;
  --slider-menu-point-color-active: var(--color-brand);
  --swiper-navigation-size: 2.2rem;
  --news-grid-columns-sm: 2;
  --news-grid-columns-md: 2;
  --news-grid-columns-lg: 3;
  --news-grid-columns-xl: 3;
  --news-border: var(--base-border);
  --events-grid-columns-sm: 1;
  --events-grid-columns-md: 2;
  --events-grid-columns-lg: 3;
  --events-grid-columns-xl: 3;
  --forms-input-border-width: var(--base-border-width);
  --forms-input-border-radius: 0;
  --forms-input-border-color: hsla(
    var(--color-default-hue),
    var(--color-default-sat),
    var(--color-default-luma),
    0.5
  );
  --forms-input-background: var(--color-page-background);
  --forms-input-line-height: normal;
  --forms-mandatory-color: var(--color-brand);
  --accordion-spacing: var(--base-spacing-unit-xs);
  --accordion-content-spacing: var(--base-spacing-unit);
  --accordion-content-background: transparent;
  --accordion-content-border: 1px solid var(--color-default);
  --accordion-toggler-font-size: 1.5rem;
  --accordion-toggler-background: transparent;
  --accordion-toggler-color: var(--color-highlight);
  --accordion-toggler-color-hover: var(--color-default);
  --accordion-toggler-spacing: var(--base-spacing-unit) 0
    var(--base-spacing-unit-xs);
  --accordion-toggler-border: none;
  --download-link-color: inherit;
  --download-link-decoration: none;
  --table-border-width: 1px;
  --table-border-style: solid;
  --table-border-color: hsla(
    var(--color-default-hue),
    var(--color-default-sat),
    var(--color-default-luma),
    0.5
  );
  --table-background-light: transparent;
  --newsletter-list-border: var(--base-border);
  --newsletter-reader-width: 600px;
  --newsletter-reader-border: var(--base-border);
  --faq-border: var(--base-border);
  --search-relevance-color: var(--color-gray);
  --search-url-color: var(--color-gray); }
  @media screen and (min-width: 48em) {
    :root {
      --article-spacing-top: var(--base-spacing-unit-lg);
      --article-spacing-bottom: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 58.75em) {
    :root {
      --swiper-navigation-size: 2.7rem; } }
  :root .green h1,
  :root .green h2,
  :root .green h3,
  :root .green h4,
  :root .green h5,
  :root .green h6 {
    color: var(--color-gray-dark); }
    :root .green h1:first-line,
    :root .green h2:first-line,
    :root .green h3:first-line,
    :root .green h4:first-line,
    :root .green h5:first-line,
    :root .green h6:first-line {
      color: var(--color-highlight-1); }
  :root .grau h1,
  :root .grau h2,
  :root .grau h3,
  :root .grau h4,
  :root .grau h5,
  :root .grau h6 {
    color: var(--color-gray-dark); }

/*************************************

START - HELPER CLASSES

*************************************/
.mail,
.tel,
.map,
.size-icon,
.night-icon,
.calendar-icon,
.check-icon,
.download-icon,
.content-downloads ul li a {
  transition: all 0.3s; }
  .mail:before,
  .tel:before,
  .map:before,
  .size-icon:before,
  .night-icon:before,
  .calendar-icon:before,
  .check-icon:before,
  .download-icon:before,
  .content-downloads ul li a:before {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin-right: 10px;
    vertical-align: sub;
    filter: brightness(10); }

.index-1 {
  z-index: 1; }

.tel:before {
  height: 30px;
  margin-right: 0;
  content: url("../img/icons/phone-icon.svg"); }

.mail:before {
  content: url("../img/icons/mail-icon.svg"); }

.map br {
  padding-left: 30px; }

.map:before {
  content: url("../img/icons/map-icon.svg");
  vertical-align: top; }
  @media screen and (min-width: 68.75em) {
    .map:before {
      float: left;
      height: 50px; } }

.size-icon:before {
  content: url("../img/icons/quadtratmeter-icon.svg");
  width: 45px;
  filter: none; }

.night-icon:before {
  content: url("../img/icons/night-icon.svg");
  filter: none;
  width: auto;
  height: auto;
  vertical-align: text-top;
  margin-right: 8px; }

.calendar-icon:before {
  content: url("../img/icons/calendar-icon.svg");
  filter: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-top; }

.check-icon:before {
  content: url("../img/icons/check-icon.svg");
  filter: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-top; }


.download-icon:before,
.content-downloads ul li a:before {
  content: url("../img/icons/download-icon.svg");
  filter: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-top; }

.people-icon {
  display: flex;
  gap: 5px;
  margin-bottom: 10px; }

.hyphenate {
  overflow-wrap: break-word;
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphens: auto; }
  @media screen and (max-width: 47.99875em) {
    .hyphenate {
      max-width: 90vw; } }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

@media screen and (min-width: 58.75em) {
  .d-lg-block {
    display: block !important; } }

@media screen and (min-width: 68.75em) {
  .d-xl-inlineflex {
    display: inline-flex !important; } }

@media screen and (min-width: 68.75em) {
  .d-xl-block {
    display: block !important; }
  .d-xl-none {
    display: none !important; } }

.d-flex {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .d-flex.flex-wrap {
    flex-wrap: wrap; }

.flex-1 {
  flex: 1; }

.children-price {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  flex-wrap: wrap;
  font-size: 16px;
  opacity: 0.85; }
  .children-price strong {
    font-family: var(--headings-font-family);
    font-size: 1.5em;
    font-variant-numeric: lining-nums;
    opacity: 1; }

.textimg-flex {
  align-items: center; }
  .textimg-flex figure {
    max-width: 200px; }
  @media screen and (min-width: 58.75em) {
    .textimg-flex {
      display: flex;
      gap: 2em; }
      .textimg-flex > figure {
        flex: 0.5;
        max-width: 300px; }
      .textimg-flex > .rte {
        flex: 1; }
      .textimg-flex h3 {
        margin-top: 0; } }

.overflow-visible {
  overflow: visible !important; }

.uppercase {
  text-transform: uppercase; }

.relative-pos {
  position: relative; }

.img-auto img {
  margin: 0 auto; }

.margin-null {
  margin: 0; }
  .margin-null img {
    margin: 0; }

.imgFull {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  .imgFull img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.no-animation {
  transform: none !important;
  opacity: 1 !important; }

.mt-10-n {
  margin-top: -10%; }

@media screen and (min-width: 58.75em) {
  .mt-lg-10 {
    margin-top: 10%; }
  .mt-lg-10-n {
    margin-top: -10%; }
  .mt-lg-30 {
    margin-top: 30%; }
  .mt-lg-30-n {
    margin-top: -30%; }
  .mt-lg-50 {
    margin-top: 50%; }
  .mt-lg-50-n {
    margin-top: -50%; } }

@media screen and (min-width: 58.75em) {
  .mr-lg-20 {
    margin-right: 20%; }
  .mr-lg-20-n {
    margin-right: -20%; }
  .ml-lg-20 {
    margin-left: 20%; }
  .ml-lg-20-n {
    margin-left: -20%; } }

.arrow-down:before {
  content: '';
  display: inline-block;
  background: url("../img/icons/arrow-down-icon.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
  padding-right: 6px; }

.m-t-0,
.mod_article.m-t-0 {
  margin-top: calc(0 * var(--base-spacing-unit)) !important; }

.m-b-0,
.mod_article.m-b-0 {
  margin-bottom: calc(0 * var(--base-spacing-unit)) !important; }

.p-t-0,
.mod_article.p-t-0,
.mod_article.p-t-0 > .inside {
  padding-top: calc(0 * var(--base-spacing-unit)) !important; }

.p-b-0,
.mod_article.p-b-0,
.mod_article.p-b-0 > .inside {
  padding-bottom: calc(0 * var(--base-spacing-unit)) !important; }

.m-t-1,
.mod_article.m-t-1 {
  margin-top: calc(1 * var(--base-spacing-unit)); }

.m-b-1,
.mod_article.m-b-1 {
  margin-bottom: calc(1 * var(--base-spacing-unit)); }

.p-t-1,
.mod_article.p-t-1 {
  padding-top: calc(1 * var(--base-spacing-unit)); }

.p-b-1,
.mod_article.p-b-1 {
  padding-bottom: calc(1 * var(--base-spacing-unit)); }

.m-t-2,
.mod_article.m-t-2 {
  margin-top: calc(2 * var(--base-spacing-unit)); }

@media screen and (min-width: 58.75em) {
  .m-t-lg-2 {
    margin-top: calc(2 * var(--base-spacing-unit)); } }

.m-b-2,
.mod_article.m-b-2 {
  margin-bottom: calc(2 * var(--base-spacing-unit)); }

.p-t-2,
.mod_article.p-t-2 {
  padding-top: calc(2 * var(--base-spacing-unit)); }

.p-b-2,
.mod_article.p-b-2 {
  padding-bottom: calc(2 * var(--base-spacing-unit)); }

.m-t-3,
.mod_article.m-t-3 {
  margin-top: calc(3 * var(--base-spacing-unit)); }

.m-b-3,
.mod_article.m-b-3 {
  margin-bottom: calc(3 * var(--base-spacing-unit)); }

.p-t-3,
.mod_article.p-t-3 {
  padding-top: calc(3 * var(--base-spacing-unit)); }

.p-b-3,
.mod_article.p-b-3 {
  padding-bottom: calc(3 * var(--base-spacing-unit)); }

.m-t-4,
.mod_article.m-t-4 {
  margin-top: calc(4 * var(--base-spacing-unit)); }

.m-b-4,
.mod_article.m-b-4 {
  margin-bottom: calc(4 * var(--base-spacing-unit)); }

.p-t-4,
.mod_article.p-t-4 {
  padding-top: calc(4 * var(--base-spacing-unit)); }

.p-b-4,
.mod_article.p-b-4 {
  padding-bottom: calc(4 * var(--base-spacing-unit)); }

.m-t-5,
.mod_article.m-t-5 {
  margin-top: calc(5 * var(--base-spacing-unit)); }

.m-b-5,
.mod_article.m-b-5 {
  margin-bottom: calc(5 * var(--base-spacing-unit)); }

.p-t-5,
.mod_article.p-t-5 {
  padding-top: calc(5 * var(--base-spacing-unit)); }

.p-b-5,
.mod_article.p-b-5 {
  padding-bottom: calc(5 * var(--base-spacing-unit)); }

.small-opacity {
  font-size: 0.9em;
  opacity: 0.8; }

.pha-headline h2, .pha-slider.content-swiper h2 {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 10px !important; }
  .pha-headline h2:after, .pha-slider.content-swiper h2:after {
    content: '';
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 15px;
    height: 1px;
    background-color: var(--color-highlight);
    opacity: 0.8; }
    @media screen and (min-width: 58.75em) {
      .pha-headline h2:after, .pha-slider.content-swiper h2:after {
        left: 0; } }
  .pha-headline h2:before, .pha-slider.content-swiper h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/adler-symbol.svg") no-repeat;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 58.75em) {
      .pha-headline h2:before, .pha-slider.content-swiper h2:before {
        left: -60px; } }

h2.pha-headline, h2.pha-slider.content-swiper {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 30px; }
  h2.pha-headline:after, h2.pha-slider.content-swiper:after {
    content: '';
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 15px;
    height: 1px;
    background-color: var(--color-highlight);
    opacity: 0.8; }
    @media screen and (min-width: 58.75em) {
      h2.pha-headline:after, h2.pha-slider.content-swiper:after {
        left: 0; } }
  h2.pha-headline:before, h2.pha-slider.content-swiper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/adler-symbol.svg") no-repeat;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 58.75em) {
      h2.pha-headline:before, h2.pha-slider.content-swiper:before {
        left: -60px; } }

.pha-box.content-text {
  padding: 1.5em !important; }

.pha-box {
  border: 1px solid;
  -o-border-image: linear-gradient(to bottom, var(--color-highlight), transparent) 1;
  border-image: linear-gradient(to bottom, var(--color-highlight), transparent) 1; }
  @media screen and (min-width: 120em) {
    .pha-box {
      font-size: 0.9em;
      text-wrap: balance; } }
  .pha-box.content-image {
    padding: 20px; }
    .pha-box.content-image + .content-text {
      padding: 10px 30px; }
  .pha-box.content-text {
    padding: 15px 20px; }
    .pha-box.content-text h1, .pha-box.content-text h2, .pha-box.content-text h3, .pha-box.content-text h4, .pha-box.content-text h5, .pha-box.content-text h6 {
      margin-top: 0; }
  .pha-box h1, .pha-box h2, .pha-box h3, .pha-box h4, .pha-box h5, .pha-box h6 {
    padding-bottom: 0 !important; }
    .pha-box h1:after, .pha-box h1:before, .pha-box h2:after, .pha-box h2:before, .pha-box h3:after, .pha-box h3:before, .pha-box h4:after, .pha-box h4:before, .pha-box h5:after, .pha-box h5:before, .pha-box h6:after, .pha-box h6:before {
      content: none !important; }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: .2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease); }

[data-sal][data-sal-duration="200"] {
  transition-duration: .2s; }

[data-sal][data-sal-duration="250"] {
  transition-duration: .25s; }

[data-sal][data-sal-duration="300"] {
  transition-duration: .3s; }

[data-sal][data-sal-duration="350"] {
  transition-duration: .35s; }

[data-sal][data-sal-duration="400"] {
  transition-duration: .4s; }

[data-sal][data-sal-duration="450"] {
  transition-duration: .45s; }

[data-sal][data-sal-duration="500"] {
  transition-duration: .5s; }

[data-sal][data-sal-duration="550"] {
  transition-duration: .55s; }

[data-sal][data-sal-duration="600"] {
  transition-duration: .6s; }

[data-sal][data-sal-duration="650"] {
  transition-duration: .65s; }

[data-sal][data-sal-duration="700"] {
  transition-duration: .7s; }

[data-sal][data-sal-duration="750"] {
  transition-duration: .75s; }

[data-sal][data-sal-duration="800"] {
  transition-duration: .8s; }

[data-sal][data-sal-duration="850"] {
  transition-duration: .85s; }

[data-sal][data-sal-duration="900"] {
  transition-duration: .9s; }

[data-sal][data-sal-duration="950"] {
  transition-duration: .95s; }

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s; }

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s; }

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s; }

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s; }

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s; }

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s; }

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s; }

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s; }

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s; }

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s; }

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s; }

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s; }

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s; }

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s; }

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s; }

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s; }

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s; }

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s; }

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s; }

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s; }

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s; }

[data-sal][data-sal-delay="50"] {
  transition-delay: .05s; }

[data-sal][data-sal-delay="100"] {
  transition-delay: .1s; }

[data-sal][data-sal-delay="150"] {
  transition-delay: .15s; }

[data-sal][data-sal-delay="200"] {
  transition-delay: .2s; }

[data-sal][data-sal-delay="250"] {
  transition-delay: .25s; }

[data-sal][data-sal-delay="300"] {
  transition-delay: .3s; }

[data-sal][data-sal-delay="350"] {
  transition-delay: .35s; }

[data-sal][data-sal-delay="400"] {
  transition-delay: .4s; }

[data-sal][data-sal-delay="450"] {
  transition-delay: .45s; }

[data-sal][data-sal-delay="500"] {
  transition-delay: .5s; }

[data-sal][data-sal-delay="550"] {
  transition-delay: .55s; }

[data-sal][data-sal-delay="600"] {
  transition-delay: .6s; }

[data-sal][data-sal-delay="650"] {
  transition-delay: .65s; }

[data-sal][data-sal-delay="700"] {
  transition-delay: .7s; }

[data-sal][data-sal-delay="750"] {
  transition-delay: .75s; }

[data-sal][data-sal-delay="800"] {
  transition-delay: .8s; }

[data-sal][data-sal-delay="850"] {
  transition-delay: .85s; }

[data-sal][data-sal-delay="900"] {
  transition-delay: .9s; }

[data-sal][data-sal-delay="950"] {
  transition-delay: .95s; }

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s; }

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear; }

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease; }

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in; }

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out; }

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out; }

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity; }

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1; }

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-sal=slide-up] {
  transform: translateY(20%); }

[data-sal=slide-down] {
  transform: translateY(-20%); }

[data-sal=slide-left] {
  transform: translateX(20%); }

[data-sal=slide-right] {
  transform: translateX(-20%); }

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none; }

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-sal=zoom-in] {
  transform: scale(0.5); }

[data-sal=zoom-out] {
  transform: scale(1.1); }

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none; }

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg); }

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg); }

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg); }

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg); }

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none; }

/*# sourceMappingURL=sal.css.map*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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 */ }

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

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

/*************************************

MAIN STYLESHEET

*************************************/
html.scroll-lock {
  overflow-y: hidden; }

body * {
  scrollbar-width: thin; }

body {
  /* default opacity of 1, if animation is not supported */ }

a:hover {
  color: hsl(var(--color-highlight-hue), var(--color-highlight-sat), var(--color-highlight-luma-hover)); }

.no-animation {
  transform: none !important;
  opacity: 1 !important; }

.benefits-icons .content-text.media {
  max-width: 190px; }
  @media screen and (min-width: 58.75em) {
    .benefits-icons .content-text.media .rte {
      font-size: 16px; } }
  .benefits-icons .content-text.media figure {
    padding-bottom: 5px; }
    .benefits-icons .content-text.media figure img {
      height: 40px; }

.mitgliedschaften .content-text.media {
  font-size: 0.9rem; }
  .mitgliedschaften .content-text.media img {
    margin-bottom: 15px;
    width: auto;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain; }

.buisness-hours {
  line-height: 1; }

.ssl-icon {
  margin-top: 5px; }
  .ssl-icon em {
    font-size: 15px;
    vertical-align: text-bottom;
    margin-left: 3px; }
  .ssl-icon img {
    display: inline; }

:root {
  --intro-text-padding: 60px; }

.intro-img {
  display: none; }
  @media screen and (min-width: 58.75em) {
    .intro-img {
      display: block; } }

.benefits-wrapper {
  max-width: 80em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .benefits-wrapper .benefits-wrap > figure {
    padding-bottom: 10px;
    max-width: 25vw;
    margin: 0 auto; }
    .benefits-wrapper .benefits-wrap > figure img {
      margin: 0 auto; }
  @media screen and (max-width: 68.74875em) {
    .benefits-wrapper .benefits-wrap .rte {
      display: none; } }

/*************************************

IMPRESSUM

*************************************/
@media screen and (min-width: 0) {
  .impressum {
    margin-top: 7em; } }

@media screen and (min-width: 58.75em) {
  .impressum {
    margin-top: 8em; } }

.impressum #mainNav .logo-nav {
  padding-left: 0; }

.impressum #mainNav ul.smooth {
  display: none !important; }

.impressum h1 {
  font-size: 1.9rem;
  margin-bottom: 2rem; }

.impressum h2 {
  font-size: 1.4rem; }

.impressum h3 {
  font-size: 1.25rem; }

@media screen and (min-width: 68.75em) {
  .impressum h1 {
    font-size: 2.2rem;
    margin-bottom: 2rem; }
  .impressum h2 {
    margin-top: 2rem;
    font-size: 1.6rem; }
    .impressum h2:first-child {
      margin-top: 0; }
  .impressum h3 {
    font-size: 1.35rem; } }

/*************************************

Hintergrund Bild Flügel

*************************************/
.bg-wing {
  position: absolute;
  opacity: 10%;
  max-width: 40vw; }
  @media screen and (min-width: 0) {
    .bg-wing {
      display: none; } }
  @media screen and (min-width: 58.75em) {
    .bg-wing {
      display: block; } }

.left {
  left: 0;
  border-bottom: 0; }

.right {
  right: 0;
  transform: scaleX(-1);
  max-width: 35vw;
  padding-top: 1.75em;
  overflow: hidden; }
  .right img {
    position: inherit;
    max-height: 435px;
    right: 6em; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--base-spacing-unit-sm); }

ul,
ol,
dl,
blockquote,
p,
address,
hr,
fieldset,
figure,
pre {
  margin-bottom: var(--base-spacing-unit); }

ul,
ol,
dd {
  margin-left: var(--base-spacing-unit); }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

a:focus-visible,
[tabindex='0']:focus-visible {
  outline: var(--links-outline-focus); }

a:active,
[tabindex='0']:active {
  outline: var(--links-outline-active); }

a {
  color: var(--links-color); }
  a:visited {
    color: var(--links-color-visited); }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0; }

html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size-xs);
  line-height: var(--base-line-height);
  font-weight: var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 34.375em) {
    html {
      font-size: var(--base-font-size-sm, var(--base-font-size)); } }
  @media screen and (min-width: 48em) {
    html {
      font-size: var(--base-font-size); } }
  @media screen and (min-width: 58.75em) {
    html {
      font-size: var(--base-font-size-lg, var(--base-font-size)); } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: var(--base-font-size-xl); } }

html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size-xs);
  line-height: var(--base-line-height);
  font-weight: var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  scroll-behavior: smooth;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  z-index: -1; }
  @media screen and (min-width: 34.375em) {
    html {
      font-size: var(--base-font-size-sm, var(--base-font-size)); } }
  @media screen and (min-width: 48em) {
    html {
      font-size: var(--base-font-size); } }
  @media screen and (min-width: 58.75em) {
    html {
      font-size: var(--base-font-size-lg, var(--base-font-size)); } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: var(--base-font-size-xl); } }
  @media screen and (min-width: 120em) {
    html {
      font-size: var(--base-font-size-xxl); } }

/* kanit-700 - 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: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/kanit-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* ubuntu-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: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* ubuntu-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: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* ubuntu-700 - 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: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* ubuntu-700italic - 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: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  color: var(--h1-color);
  margin-top: var(--h1-spacing-top);
  margin-bottom: var(--h1-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-xxl); } }

h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  color: var(--h2-color);
  margin-top: var(--h2-spacing-top);
  margin-bottom: var(--h2-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-xxl); } }

h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  color: var(--h3-color);
  margin-top: var(--h3-spacing-top);
  margin-bottom: var(--h3-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-xxl); } }

h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  color: var(--h4-color);
  margin-top: var(--h4-spacing-top);
  margin-bottom: var(--h4-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-xxl); } }

h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  color: var(--h5-color);
  margin-top: var(--h5-spacing-top);
  margin-bottom: var(--h5-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-xxl); } }

h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--h6-line-height);
  color: var(--h6-color);
  margin-top: var(--h6-spacing-top);
  margin-bottom: var(--h6-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-xxl); } }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    -webkit-text-decoration: var(--paragraph-link-decoration);
    text-decoration: var(--paragraph-link-decoration); }
    p a:hover,
    ul a:hover,
    ol a:hover {
      --paragraph-link-decoration: var(--paragraph-link-decoration-hover); }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: var(--code-color); }

pre {
  padding: 1rem;
  background: var(--pre-color-background);
  color: var(--pre-color);
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: var(--hr-border); }

.li--block {
  margin-bottom: 1rem; }

.ce_text,
.content-text {
  margin-bottom: var(--base-spacing-unit); }

::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1; }

::selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: var(--headings-font-weight);
  font-variation-settings: "wght" var(--headings-font-weight);
  font-variant-numeric: lining-nums;
  letter-spacing: var(--headings-letter-spacing);
  font-style: normal;
  text-wrap: balance;
  text-transform: uppercase;
  z-index: 10; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700;
    font-variation-settings: "wght" 700; }
  h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
    display: block;
    margin-bottom: -3.5em;
    line-height: 1;
    margin-top: 1.5em;
    font-family: var(--base-font-family);
    font-weight: 200;
    font-size: 0.45em;
    color: #fff;
    opacity: 0.7; }
  h1::first-line, h2::first-line, h3::first-line, h4::first-line, h5::first-line, h6::first-line {
    color: var(--color-gray-dark); }

.details-h1 h1 br {
  font-size: 30px; }

@media screen and (max-width: 68.74875em) {
  h2 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto; } }

h1 + .rte h2 {
  padding-bottom: 0 !important;
  font-size: 1.6em; }
  @media screen and (min-width: screne-lg) {
    h1 + .rte h2 {
      font-size: 2em; } }
  h1 + .rte h2:before, h1 + .rte h2:after {
    content: none !important; }

h3 + h4 {
  margin-top: 1rem; }

h4 + h3,
h5 + h3 {
  margin-top: -1rem; }

.h4 {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  margin-top: var(--h4-spacing-top);
  margin-bottom: var(--h4-spacing-bottom); }
  @media screen and (min-width: 58.75em) {
    .h4 {
      font-size: var(--h4-font-size-lg); } }
  @media screen and (min-width: 120em) {
    .h4 {
      font-size: var(--h4-font-size-xxl); } }
  .h4 a {
    text-decoration: none; }

.angebote-title {
  text-wrap: pretty; }

p {
  text-wrap-style: pretty; }

p,
ul,
ol,
form {
  margin-top: 0;
  margin-bottom: var(--base-spacing-unit-xs); }
  p a,
  ul a,
  ol a,
  form a {
    -webkit-text-decoration: var(--paragraph-link-decoration);
    text-decoration: var(--paragraph-link-decoration);
    text-decoration-thickness: 1px;
    font-weight: 300; }
    p a:hover,
    ul a:hover,
    ol a:hover,
    form a:hover {
      --paragraph-link-decoration: var(--paragraph-link-decoration-hover); }

ul {
  list-style: none;
  margin: 0 0 20px 15px;
  padding: 0; }
  ul li {
    padding: 5px 0;
    text-indent: -12px; }
    ul li:before {
      content: "·";
      display: inline;
      vertical-align: baseline;
      margin-right: 10px;
      color: var(--color-highlight); }

.highlight, a.btn--primary.highlight a,
span.btn--primary.highlight a,
button.btn--primary.highlight a,
.content-hyperlink.btn--primary.highlight a, #booking-section .be-panel #wis2-panel .wis2-button {
  color: var(--color-highlight); }

p + ul {
  margin-top: -10px; }

strong {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--color-gray-dark); }

.text-center {
  text-align: center; }

.text-big {
  font-size: 18px; }
  @media screen and (min-width: 58.75em) {
    .text-big {
      font-size: 25px; } }
  @media screen and (min-width: 68.75em) {
    .text-big {
      font-size: 35px; } }

.font-big {
  font-size: clamp(18px, 2vw, 25px);
  color: var(--headings__color);
  line-height: 1.5; }
  @media screen and (min-width: 68.75em) {
    .font-big h2 {
      margin-bottom: 30px; } }

.font-special {
  font-family: var(--headings-font-family-special);
  font-size: clamp(30px, 2vw, 35px); }

.booking-done h1 {
  color: #00b050; }

/*************************************

LIST SETTINGS

*************************************/
.check-list ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  @media screen and (min-width: 58.75em) {
    .check-list ul {
      margin: 0 0 0 30px; } }
  .check-list ul li {
    line-height: 1.5;
    padding: 5px 0;
    text-indent: -20px; }
    @media screen and (min-width: 58.75em) {
      .check-list ul li {
        text-indent: -30px; } }
    .check-list ul li:before {
      content: "";
      display: inline-block;
      background: url("../img/icons/check-icon.svg") no-repeat;
      min-width: 15px;
      height: 10px;
      background-size: contain;
      margin-right: 5px; }
      @media screen and (min-width: 58.75em) {
        .check-list ul li:before {
          vertical-align: baseline;
          margin-right: 10px;
          min-width: 20px;
          height: 15px; } }
    .check-list ul li ul {
      list-style: revert;
      margin: 0;
      margin-bottom: 10px; }
      .check-list ul li ul li {
        text-indent: 0;
        margin-left: 15px; }
        .check-list ul li ul li:before {
          content: none; }

.content-list ol {
  padding: 0; }
  @media screen and (max-width: 119.99875em) {
    .content-list ol {
      margin-left: 3em; } }
  .content-list ol li {
    position: relative;
    padding: 40px 15px 30px;
    font-size: 1.1em; }
    .content-list ol li span {
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 0.8em; }
    .content-list ol li::marker {
      font-family: var(--headings-font-family);
      font-size: 2em;
      color: var(--color-default);
      font-variant-numeric: lining-nums; }
    .content-list ol li:after {
      content: "";
      position: absolute;
      left: -1000px;
      right: -1000px;
      bottom: 0;
      background-color: var(--color-default);
      height: 1px;
      opacity: 0.8; }

.symbol-list ul {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  .symbol-list ul li {
    line-height: 1.5;
    padding: 5px 0;
    text-indent: -30px; }
    .symbol-list ul li:before {
      content: "";
      display: inline-block;
      background: url("../img/icons/zimmer-icons/allgemein-icon.svg") no-repeat;
      min-width: 15px;
      height: 20px;
      background-size: contain;
      margin-right: 10px;
      vertical-align: middle; }
      @media screen and (min-width: 58.75em) {
        .symbol-list ul li:before {
          min-width: 20px;
          height: 25px;
          vertical-align: middle; } }
    .symbol-list ul li ul {
      list-style: revert;
      margin: 0;
      margin-bottom: 10px; }
      .symbol-list ul li ul li {
        text-indent: 0;
        margin-left: 15px; }
        .symbol-list ul li ul li:before {
          content: none; }

.row {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  -moz-column-gap: var(--grid-gutter);
  column-gap: var(--grid-gutter);
  grid-auto-columns: 1fr; }
  @supports not (display: grid) {
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(-1 * var(--grid-gutter) / 2);
      margin-right: calc(-1 * var(--grid-gutter) / 2); } }

.row--gap-y {
  row-gap: var(--grid-gutter); }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .ce_gallery > ul li {
  display: grid;
  grid-column: 1 / -1;
  max-width: 100%; }
  @supports not (display: grid) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .ce_gallery > ul li {
      padding-left: var(--grid-gutter-half);
      padding-right: var(--grid-gutter-half); } }

.col {
  grid-column: 1 / -1; }

.col-1 {
  grid-column: span 1/span 1; }
  @supports not (display: grid) {
    .col-1 {
      width: 8.33333%; } }

.row-start-1 {
  grid-row-start: 1; }

.row-span-1 {
  grid-row: span 1/span 1; }

.col-2 {
  grid-column: span 2/span 2; }
  @supports not (display: grid) {
    .col-2 {
      width: 16.66667%; } }

.row-start-2 {
  grid-row-start: 2; }

.row-span-2 {
  grid-row: span 2/span 2; }

.col-3 {
  grid-column: span 3/span 3; }
  @supports not (display: grid) {
    .col-3 {
      width: 25%; } }

.row-start-3 {
  grid-row-start: 3; }

.row-span-3 {
  grid-row: span 3/span 3; }

.col-4 {
  grid-column: span 4/span 4; }
  @supports not (display: grid) {
    .col-4 {
      width: 33.33333%; } }

.row-start-4 {
  grid-row-start: 4; }

.row-span-4 {
  grid-row: span 4/span 4; }

.col-5 {
  grid-column: span 5/span 5; }
  @supports not (display: grid) {
    .col-5 {
      width: 41.66667%; } }

.row-start-5 {
  grid-row-start: 5; }

.row-span-5 {
  grid-row: span 5/span 5; }

.col-6 {
  grid-column: span 6/span 6; }
  @supports not (display: grid) {
    .col-6 {
      width: 50%; } }

.row-start-6 {
  grid-row-start: 6; }

.row-span-6 {
  grid-row: span 6/span 6; }

.col-7 {
  grid-column: span 7/span 7; }
  @supports not (display: grid) {
    .col-7 {
      width: 58.33333%; } }

.row-start-7 {
  grid-row-start: 7; }

.row-span-7 {
  grid-row: span 7/span 7; }

.col-8 {
  grid-column: span 8/span 8; }
  @supports not (display: grid) {
    .col-8 {
      width: 66.66667%; } }

.row-start-8 {
  grid-row-start: 8; }

.row-span-8 {
  grid-row: span 8/span 8; }

.col-9 {
  grid-column: span 9/span 9; }
  @supports not (display: grid) {
    .col-9 {
      width: 75%; } }

.row-start-9 {
  grid-row-start: 9; }

.row-span-9 {
  grid-row: span 9/span 9; }

.col-10 {
  grid-column: span 10/span 10; }
  @supports not (display: grid) {
    .col-10 {
      width: 83.33333%; } }

.row-start-10 {
  grid-row-start: 10; }

.row-span-10 {
  grid-row: span 10/span 10; }

.col-11 {
  grid-column: span 11/span 11; }
  @supports not (display: grid) {
    .col-11 {
      width: 91.66667%; } }

.row-start-11 {
  grid-row-start: 11; }

.row-span-11 {
  grid-row: span 11/span 11; }

.col-12 {
  grid-column: span 12/span 12; }
  @supports not (display: grid) {
    .col-12 {
      width: 100%; } }

.row-start-12 {
  grid-row-start: 12; }

.row-span-12 {
  grid-row: span 12/span 12; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xs-1 {
        width: 8.33333%; } }
  .col-xs-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xs-2 {
        width: 16.66667%; } }
  .col-xs-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xs-3 {
        width: 25%; } }
  .col-xs-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xs-4 {
        width: 33.33333%; } }
  .col-xs-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xs-5 {
        width: 41.66667%; } }
  .col-xs-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xs-6 {
        width: 50%; } }
  .col-xs-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xs-7 {
        width: 58.33333%; } }
  .col-xs-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xs-8 {
        width: 66.66667%; } }
  .col-xs-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xs-9 {
        width: 75%; } }
  .col-xs-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xs-10 {
        width: 83.33333%; } }
  .col-xs-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xs-11 {
        width: 91.66667%; } }
  .col-xs-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xs-12 {
        width: 100%; } } }

@media screen and (min-width: 0) {
  .row-span-xs-1 {
    grid-row: span 1/span 1; }
  .row-span-xs-2 {
    grid-row: span 2/span 2; }
  .row-span-xs-3 {
    grid-row: span 3/span 3; }
  .row-span-xs-4 {
    grid-row: span 4/span 4; }
  .row-span-xs-5 {
    grid-row: span 5/span 5; }
  .row-span-xs-6 {
    grid-row: span 6/span 6; }
  .row-span-xs-7 {
    grid-row: span 7/span 7; }
  .row-span-xs-8 {
    grid-row: span 8/span 8; }
  .row-span-xs-9 {
    grid-row: span 9/span 9; }
  .row-span-xs-10 {
    grid-row: span 10/span 10; }
  .row-span-xs-11 {
    grid-row: span 11/span 11; }
  .row-span-xs-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 0) {
  .col-start-xs-1 {
    grid-column-start: 1; }
  .row-start-xs-1 {
    grid-row-start: 1; }
  .col-start-xs-2 {
    grid-column-start: 2; }
  .row-start-xs-2 {
    grid-row-start: 2; }
  .col-start-xs-3 {
    grid-column-start: 3; }
  .row-start-xs-3 {
    grid-row-start: 3; }
  .col-start-xs-4 {
    grid-column-start: 4; }
  .row-start-xs-4 {
    grid-row-start: 4; }
  .col-start-xs-5 {
    grid-column-start: 5; }
  .row-start-xs-5 {
    grid-row-start: 5; }
  .col-start-xs-6 {
    grid-column-start: 6; }
  .row-start-xs-6 {
    grid-row-start: 6; }
  .col-start-xs-7 {
    grid-column-start: 7; }
  .row-start-xs-7 {
    grid-row-start: 7; }
  .col-start-xs-8 {
    grid-column-start: 8; }
  .row-start-xs-8 {
    grid-row-start: 8; }
  .col-start-xs-9 {
    grid-column-start: 9; }
  .row-start-xs-9 {
    grid-row-start: 9; }
  .col-start-xs-10 {
    grid-column-start: 10; }
  .row-start-xs-10 {
    grid-row-start: 10; }
  .col-start-xs-11 {
    grid-column-start: 11; }
  .row-start-xs-11 {
    grid-row-start: 11; }
  .col-start-xs-12 {
    grid-column-start: 12; }
  .row-start-xs-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    grid-column-end: -1; }
  .pull-left-xs {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-sm-1 {
        width: 8.33333%; } }
  .col-sm-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-sm-2 {
        width: 16.66667%; } }
  .col-sm-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-sm-3 {
        width: 25%; } }
  .col-sm-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-sm-4 {
        width: 33.33333%; } }
  .col-sm-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-sm-5 {
        width: 41.66667%; } }
  .col-sm-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-sm-6 {
        width: 50%; } }
  .col-sm-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-sm-7 {
        width: 58.33333%; } }
  .col-sm-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-sm-8 {
        width: 66.66667%; } }
  .col-sm-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-sm-9 {
        width: 75%; } }
  .col-sm-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-sm-10 {
        width: 83.33333%; } }
  .col-sm-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-sm-11 {
        width: 91.66667%; } }
  .col-sm-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-sm-12 {
        width: 100%; } } }

@media screen and (min-width: 34.375em) {
  .row-span-sm-1 {
    grid-row: span 1/span 1; }
  .row-span-sm-2 {
    grid-row: span 2/span 2; }
  .row-span-sm-3 {
    grid-row: span 3/span 3; }
  .row-span-sm-4 {
    grid-row: span 4/span 4; }
  .row-span-sm-5 {
    grid-row: span 5/span 5; }
  .row-span-sm-6 {
    grid-row: span 6/span 6; }
  .row-span-sm-7 {
    grid-row: span 7/span 7; }
  .row-span-sm-8 {
    grid-row: span 8/span 8; }
  .row-span-sm-9 {
    grid-row: span 9/span 9; }
  .row-span-sm-10 {
    grid-row: span 10/span 10; }
  .row-span-sm-11 {
    grid-row: span 11/span 11; }
  .row-span-sm-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 34.375em) {
  .col-start-sm-1 {
    grid-column-start: 1; }
  .row-start-sm-1 {
    grid-row-start: 1; }
  .col-start-sm-2 {
    grid-column-start: 2; }
  .row-start-sm-2 {
    grid-row-start: 2; }
  .col-start-sm-3 {
    grid-column-start: 3; }
  .row-start-sm-3 {
    grid-row-start: 3; }
  .col-start-sm-4 {
    grid-column-start: 4; }
  .row-start-sm-4 {
    grid-row-start: 4; }
  .col-start-sm-5 {
    grid-column-start: 5; }
  .row-start-sm-5 {
    grid-row-start: 5; }
  .col-start-sm-6 {
    grid-column-start: 6; }
  .row-start-sm-6 {
    grid-row-start: 6; }
  .col-start-sm-7 {
    grid-column-start: 7; }
  .row-start-sm-7 {
    grid-row-start: 7; }
  .col-start-sm-8 {
    grid-column-start: 8; }
  .row-start-sm-8 {
    grid-row-start: 8; }
  .col-start-sm-9 {
    grid-column-start: 9; }
  .row-start-sm-9 {
    grid-row-start: 9; }
  .col-start-sm-10 {
    grid-column-start: 10; }
  .row-start-sm-10 {
    grid-row-start: 10; }
  .col-start-sm-11 {
    grid-column-start: 11; }
  .row-start-sm-11 {
    grid-row-start: 11; }
  .col-start-sm-12 {
    grid-column-start: 12; }
  .row-start-sm-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    grid-column-end: -1; }
  .pull-left-sm {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 48em) {
  .col-md-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-md-1 {
        width: 8.33333%; } }
  .col-md-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-md-2 {
        width: 16.66667%; } }
  .col-md-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-md-3 {
        width: 25%; } }
  .col-md-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-md-4 {
        width: 33.33333%; } }
  .col-md-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-md-5 {
        width: 41.66667%; } }
  .col-md-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-md-6 {
        width: 50%; } }
  .col-md-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-md-7 {
        width: 58.33333%; } }
  .col-md-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-md-8 {
        width: 66.66667%; } }
  .col-md-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-md-9 {
        width: 75%; } }
  .col-md-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-md-10 {
        width: 83.33333%; } }
  .col-md-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-md-11 {
        width: 91.66667%; } }
  .col-md-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-md-12 {
        width: 100%; } } }

@media screen and (min-width: 48em) {
  .row-span-md-1 {
    grid-row: span 1/span 1; }
  .row-span-md-2 {
    grid-row: span 2/span 2; }
  .row-span-md-3 {
    grid-row: span 3/span 3; }
  .row-span-md-4 {
    grid-row: span 4/span 4; }
  .row-span-md-5 {
    grid-row: span 5/span 5; }
  .row-span-md-6 {
    grid-row: span 6/span 6; }
  .row-span-md-7 {
    grid-row: span 7/span 7; }
  .row-span-md-8 {
    grid-row: span 8/span 8; }
  .row-span-md-9 {
    grid-row: span 9/span 9; }
  .row-span-md-10 {
    grid-row: span 10/span 10; }
  .row-span-md-11 {
    grid-row: span 11/span 11; }
  .row-span-md-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 48em) {
  .col-start-md-1 {
    grid-column-start: 1; }
  .row-start-md-1 {
    grid-row-start: 1; }
  .col-start-md-2 {
    grid-column-start: 2; }
  .row-start-md-2 {
    grid-row-start: 2; }
  .col-start-md-3 {
    grid-column-start: 3; }
  .row-start-md-3 {
    grid-row-start: 3; }
  .col-start-md-4 {
    grid-column-start: 4; }
  .row-start-md-4 {
    grid-row-start: 4; }
  .col-start-md-5 {
    grid-column-start: 5; }
  .row-start-md-5 {
    grid-row-start: 5; }
  .col-start-md-6 {
    grid-column-start: 6; }
  .row-start-md-6 {
    grid-row-start: 6; }
  .col-start-md-7 {
    grid-column-start: 7; }
  .row-start-md-7 {
    grid-row-start: 7; }
  .col-start-md-8 {
    grid-column-start: 8; }
  .row-start-md-8 {
    grid-row-start: 8; }
  .col-start-md-9 {
    grid-column-start: 9; }
  .row-start-md-9 {
    grid-row-start: 9; }
  .col-start-md-10 {
    grid-column-start: 10; }
  .row-start-md-10 {
    grid-row-start: 10; }
  .col-start-md-11 {
    grid-column-start: 11; }
  .row-start-md-11 {
    grid-row-start: 11; }
  .col-start-md-12 {
    grid-column-start: 12; }
  .row-start-md-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 48em) {
  .pull-right-md {
    grid-column-end: -1; }
  .pull-left-md {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-lg-1 {
        width: 8.33333%; } }
  .col-lg-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-lg-2 {
        width: 16.66667%; } }
  .col-lg-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-lg-3 {
        width: 25%; } }
  .col-lg-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-lg-4 {
        width: 33.33333%; } }
  .col-lg-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-lg-5 {
        width: 41.66667%; } }
  .col-lg-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-lg-6 {
        width: 50%; } }
  .col-lg-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-lg-7 {
        width: 58.33333%; } }
  .col-lg-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-lg-8 {
        width: 66.66667%; } }
  .col-lg-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-lg-9 {
        width: 75%; } }
  .col-lg-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-lg-10 {
        width: 83.33333%; } }
  .col-lg-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-lg-11 {
        width: 91.66667%; } }
  .col-lg-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-lg-12 {
        width: 100%; } } }

@media screen and (min-width: 58.75em) {
  .row-span-lg-1 {
    grid-row: span 1/span 1; }
  .row-span-lg-2 {
    grid-row: span 2/span 2; }
  .row-span-lg-3 {
    grid-row: span 3/span 3; }
  .row-span-lg-4 {
    grid-row: span 4/span 4; }
  .row-span-lg-5 {
    grid-row: span 5/span 5; }
  .row-span-lg-6 {
    grid-row: span 6/span 6; }
  .row-span-lg-7 {
    grid-row: span 7/span 7; }
  .row-span-lg-8 {
    grid-row: span 8/span 8; }
  .row-span-lg-9 {
    grid-row: span 9/span 9; }
  .row-span-lg-10 {
    grid-row: span 10/span 10; }
  .row-span-lg-11 {
    grid-row: span 11/span 11; }
  .row-span-lg-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 58.75em) {
  .col-start-lg-1 {
    grid-column-start: 1; }
  .row-start-lg-1 {
    grid-row-start: 1; }
  .col-start-lg-2 {
    grid-column-start: 2; }
  .row-start-lg-2 {
    grid-row-start: 2; }
  .col-start-lg-3 {
    grid-column-start: 3; }
  .row-start-lg-3 {
    grid-row-start: 3; }
  .col-start-lg-4 {
    grid-column-start: 4; }
  .row-start-lg-4 {
    grid-row-start: 4; }
  .col-start-lg-5 {
    grid-column-start: 5; }
  .row-start-lg-5 {
    grid-row-start: 5; }
  .col-start-lg-6 {
    grid-column-start: 6; }
  .row-start-lg-6 {
    grid-row-start: 6; }
  .col-start-lg-7 {
    grid-column-start: 7; }
  .row-start-lg-7 {
    grid-row-start: 7; }
  .col-start-lg-8 {
    grid-column-start: 8; }
  .row-start-lg-8 {
    grid-row-start: 8; }
  .col-start-lg-9 {
    grid-column-start: 9; }
  .row-start-lg-9 {
    grid-row-start: 9; }
  .col-start-lg-10 {
    grid-column-start: 10; }
  .row-start-lg-10 {
    grid-row-start: 10; }
  .col-start-lg-11 {
    grid-column-start: 11; }
  .row-start-lg-11 {
    grid-row-start: 11; }
  .col-start-lg-12 {
    grid-column-start: 12; }
  .row-start-lg-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    grid-column-end: -1; }
  .pull-left-lg {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xl-1 {
        width: 8.33333%; } }
  .col-xl-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xl-2 {
        width: 16.66667%; } }
  .col-xl-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xl-3 {
        width: 25%; } }
  .col-xl-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xl-4 {
        width: 33.33333%; } }
  .col-xl-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xl-5 {
        width: 41.66667%; } }
  .col-xl-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xl-6 {
        width: 50%; } }
  .col-xl-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xl-7 {
        width: 58.33333%; } }
  .col-xl-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xl-8 {
        width: 66.66667%; } }
  .col-xl-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xl-9 {
        width: 75%; } }
  .col-xl-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xl-10 {
        width: 83.33333%; } }
  .col-xl-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xl-11 {
        width: 91.66667%; } }
  .col-xl-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xl-12 {
        width: 100%; } } }

@media screen and (min-width: 68.75em) {
  .row-span-xl-1 {
    grid-row: span 1/span 1; }
  .row-span-xl-2 {
    grid-row: span 2/span 2; }
  .row-span-xl-3 {
    grid-row: span 3/span 3; }
  .row-span-xl-4 {
    grid-row: span 4/span 4; }
  .row-span-xl-5 {
    grid-row: span 5/span 5; }
  .row-span-xl-6 {
    grid-row: span 6/span 6; }
  .row-span-xl-7 {
    grid-row: span 7/span 7; }
  .row-span-xl-8 {
    grid-row: span 8/span 8; }
  .row-span-xl-9 {
    grid-row: span 9/span 9; }
  .row-span-xl-10 {
    grid-row: span 10/span 10; }
  .row-span-xl-11 {
    grid-row: span 11/span 11; }
  .row-span-xl-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 68.75em) {
  .col-start-xl-1 {
    grid-column-start: 1; }
  .row-start-xl-1 {
    grid-row-start: 1; }
  .col-start-xl-2 {
    grid-column-start: 2; }
  .row-start-xl-2 {
    grid-row-start: 2; }
  .col-start-xl-3 {
    grid-column-start: 3; }
  .row-start-xl-3 {
    grid-row-start: 3; }
  .col-start-xl-4 {
    grid-column-start: 4; }
  .row-start-xl-4 {
    grid-row-start: 4; }
  .col-start-xl-5 {
    grid-column-start: 5; }
  .row-start-xl-5 {
    grid-row-start: 5; }
  .col-start-xl-6 {
    grid-column-start: 6; }
  .row-start-xl-6 {
    grid-row-start: 6; }
  .col-start-xl-7 {
    grid-column-start: 7; }
  .row-start-xl-7 {
    grid-row-start: 7; }
  .col-start-xl-8 {
    grid-column-start: 8; }
  .row-start-xl-8 {
    grid-row-start: 8; }
  .col-start-xl-9 {
    grid-column-start: 9; }
  .row-start-xl-9 {
    grid-row-start: 9; }
  .col-start-xl-10 {
    grid-column-start: 10; }
  .row-start-xl-10 {
    grid-row-start: 10; }
  .col-start-xl-11 {
    grid-column-start: 11; }
  .row-start-xl-11 {
    grid-row-start: 11; }
  .col-start-xl-12 {
    grid-column-start: 12; }
  .row-start-xl-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    grid-column-end: -1; }
  .pull-left-xl {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 120em) {
  .col-xxl-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xxl-1 {
        width: 8.33333%; } }
  .col-xxl-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xxl-2 {
        width: 16.66667%; } }
  .col-xxl-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xxl-3 {
        width: 25%; } }
  .col-xxl-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xxl-4 {
        width: 33.33333%; } }
  .col-xxl-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xxl-5 {
        width: 41.66667%; } }
  .col-xxl-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xxl-6 {
        width: 50%; } }
  .col-xxl-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xxl-7 {
        width: 58.33333%; } }
  .col-xxl-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xxl-8 {
        width: 66.66667%; } }
  .col-xxl-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xxl-9 {
        width: 75%; } }
  .col-xxl-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xxl-10 {
        width: 83.33333%; } }
  .col-xxl-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xxl-11 {
        width: 91.66667%; } }
  .col-xxl-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xxl-12 {
        width: 100%; } } }

@media screen and (min-width: 120em) {
  .row-span-xxl-1 {
    grid-row: span 1/span 1; }
  .row-span-xxl-2 {
    grid-row: span 2/span 2; }
  .row-span-xxl-3 {
    grid-row: span 3/span 3; }
  .row-span-xxl-4 {
    grid-row: span 4/span 4; }
  .row-span-xxl-5 {
    grid-row: span 5/span 5; }
  .row-span-xxl-6 {
    grid-row: span 6/span 6; }
  .row-span-xxl-7 {
    grid-row: span 7/span 7; }
  .row-span-xxl-8 {
    grid-row: span 8/span 8; }
  .row-span-xxl-9 {
    grid-row: span 9/span 9; }
  .row-span-xxl-10 {
    grid-row: span 10/span 10; }
  .row-span-xxl-11 {
    grid-row: span 11/span 11; }
  .row-span-xxl-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 120em) {
  .col-start-xxl-1 {
    grid-column-start: 1; }
  .row-start-xxl-1 {
    grid-row-start: 1; }
  .col-start-xxl-2 {
    grid-column-start: 2; }
  .row-start-xxl-2 {
    grid-row-start: 2; }
  .col-start-xxl-3 {
    grid-column-start: 3; }
  .row-start-xxl-3 {
    grid-row-start: 3; }
  .col-start-xxl-4 {
    grid-column-start: 4; }
  .row-start-xxl-4 {
    grid-row-start: 4; }
  .col-start-xxl-5 {
    grid-column-start: 5; }
  .row-start-xxl-5 {
    grid-row-start: 5; }
  .col-start-xxl-6 {
    grid-column-start: 6; }
  .row-start-xxl-6 {
    grid-row-start: 6; }
  .col-start-xxl-7 {
    grid-column-start: 7; }
  .row-start-xxl-7 {
    grid-row-start: 7; }
  .col-start-xxl-8 {
    grid-column-start: 8; }
  .row-start-xxl-8 {
    grid-row-start: 8; }
  .col-start-xxl-9 {
    grid-column-start: 9; }
  .row-start-xxl-9 {
    grid-row-start: 9; }
  .col-start-xxl-10 {
    grid-column-start: 10; }
  .row-start-xxl-10 {
    grid-row-start: 10; }
  .col-start-xxl-11 {
    grid-column-start: 11; }
  .row-start-xxl-11 {
    grid-row-start: 11; }
  .col-start-xxl-12 {
    grid-column-start: 12; }
  .row-start-xxl-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 120em) {
  .pull-right-xxl {
    grid-column-end: -1; }
  .pull-left-xxl {
    grid-row-start: 1;
    grid-column-end: inherit; } }

.justify-start {
  justify-self: start;
  text-align: left; }

.justify-center {
  justify-self: center;
  text-align: center; }

.justify-end {
  justify-self: end;
  text-align: right; }

@media screen and (min-width: 0) {
  .justify-xs-start {
    justify-self: start;
    text-align: left; }
  .justify-xs-center {
    justify-self: center;
    text-align: center; }
  .justify-xs-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 34.375em) {
  .justify-sm-start {
    justify-self: start;
    text-align: left; }
  .justify-sm-center {
    justify-self: center;
    text-align: center; }
  .justify-sm-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 48em) {
  .justify-md-start {
    justify-self: start;
    text-align: left; }
  .justify-md-center {
    justify-self: center;
    text-align: center; }
  .justify-md-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 58.75em) {
  .justify-lg-start {
    justify-self: start;
    text-align: left; }
  .justify-lg-center {
    justify-self: center;
    text-align: center; }
  .justify-lg-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 68.75em) {
  .justify-xl-start {
    justify-self: start;
    text-align: left; }
  .justify-xl-center {
    justify-self: center;
    text-align: center; }
  .justify-xl-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 120em) {
  .justify-xxl-start {
    justify-self: start;
    text-align: left; }
  .justify-xxl-center {
    justify-self: center;
    text-align: center; }
  .justify-xxl-end {
    justify-self: end;
    text-align: right; } }

.align-start {
  align-self: start; }

.align-center {
  align-self: center; }

.align-end {
  align-self: end; }

@media screen and (min-width: 0) {
  .align-xs-start {
    align-self: start; }
  .align-xs-center {
    align-self: center; }
  .align-xs-end {
    align-self: end; } }

@media screen and (min-width: 34.375em) {
  .align-sm-start {
    align-self: start; }
  .align-sm-center {
    align-self: center; }
  .align-sm-end {
    align-self: end; } }

@media screen and (min-width: 48em) {
  .align-md-start {
    align-self: start; }
  .align-md-center {
    align-self: center; }
  .align-md-end {
    align-self: end; } }

@media screen and (min-width: 58.75em) {
  .align-lg-start {
    align-self: start; }
  .align-lg-center {
    align-self: center; }
  .align-lg-end {
    align-self: end; } }

@media screen and (min-width: 68.75em) {
  .align-xl-start {
    align-self: start; }
  .align-xl-center {
    align-self: center; }
  .align-xl-end {
    align-self: end; } }

@media screen and (min-width: 120em) {
  .align-xxl-start {
    align-self: start; }
  .align-xxl-center {
    align-self: center; }
  .align-xxl-end {
    align-self: end; } }

.row {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  -moz-column-gap: var(--grid-gutter-half);
  column-gap: var(--grid-gutter-half);
  grid-auto-columns: 1fr; }
  @media screen and (min-width: 68.75em) {
    .row {
      -moz-column-gap: var(--grid-gutter);
      column-gap: var(--grid-gutter); } }
  @supports not (display: grid) {
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(-1 * var(--grid-gutter) / 2);
      margin-right: calc(-1 * var(--grid-gutter) / 2); } }

.big-gap {
  -moz-column-gap: var(--grid-gutter);
  column-gap: var(--grid-gutter); }
  @media screen and (min-width: 68.75em) {
    .big-gap {
      -moz-column-gap: calc(var(--grid-gutter) * 2);
      column-gap: calc(var(--grid-gutter) * 2); } }

.align-items-baseline {
  align-items: baseline; }

.row--gap-y {
  row-gap: calc(var(--grid-gutter) * 2); }

@media screen and (min-width: 58.75em) {
  .row--gap-y-big {
    row-gap: calc(var(--grid-gutter) * 4); } }

[id='wrapper'] {
  min-height: 100vh;
  display: grid;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--layout-wrapper-background); }

[id="header"] {
  background: var(--layout-header-background);
  color: var(--layout-header-color); }
  [id="header"] > .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides); }

[id="footer"] {
  background: var(--layout-footer-background);
  color: var(--layout-footer-color); }
  [id="footer"] > .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides); }

@media screen and (min-width: 120em) {
  .mod_article.container-small > .inside {
    max-width: 1500px;
    margin: 0 auto; } }

.mod_article.container-form > .inside {
  max-width: 1200px; }

.container-gray {
  background: linear-gradient(180deg, #e1e1e1, rgba(225, 225, 225, 0));
  padding-top: 100px;
  margin-top: 100px; }

.column-2 {
  display: grid;
  justify-content: center;
  margin: 0; }
  .column-2.full {
    max-width: none; }
  @media screen and (min-width: 58.75em) {
    .column-2 {
      display: block;
      max-width: 650px;
      margin: 0 auto;
      -moz-columns: 2;
      columns: 2;
      -moz-column-gap: 50px;
      column-gap: 50px; }
      .column-2 h1:first-child,
      .column-2 h2:first-child,
      .column-2 h3:first-child {
        -moz-column-span: all;
        column-span: all; } }
  @media screen and (min-width: 68.75em) {
    .column-2 {
      max-width: 850px; } }
  @media screen and (min-width: 120em) {
    .column-2 {
      -moz-column-gap: 200px;
      column-gap: 200px; } }

/*************************************

FOOTER SECTION

*************************************/
.footer-links {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 2.5em;
  font-family: var(--headings-font-family); }
  @media screen and (max-width: 68.74875em) {
    .footer-links {
      font-size: 2em;
      flex-wrap: wrap;
      justify-content: center; } }

#footer {
  color: var(--color-page-background);
  background-color: var(--color-default);
  margin-top: 2em; }
  #footer a {
    color: var(--color-page-background);
    text-decoration: none; }
  #footer .footer-logo {
    padding: 4em 4em 4em 0; }
  #footer .sub-heading .content-text {
    margin-bottom: 0.2em; }
    #footer .sub-heading .content-text a {
      color: var(--color-page-background);
      text-decoration: none; }
  #footer .sub-heading p {
    font-size: 0.9em; }
  #footer .branches {
    display: flex;
    line-height: 0.9;
    padding-bottom: 3em;
    padding-top: 0.5em; }
    @media screen and (min-width: 0) {
      #footer .branches {
        flex-direction: column;
        gap: 1em; } }
    @media screen and (min-width: 58.75em) {
      #footer .branches {
        flex-direction: row;
        gap: 3em; } }
    #footer .branches strong {
      color: var(--color-page-background); }
  #footer .termin {
    align-self: flex-start; }
  #footer .socials {
    display: flex;
    gap: 1em; }
  #footer .sub-menu {
    padding-bottom: 2em; }
  #footer .footer-sub-menu {
    display: flex;
    gap: 2em;
    padding-top: 1em;
    z-index: 3; }
    #footer .footer-sub-menu a {
      color: var(--color-page-background); }

.footer-infos {
  font-size: clamp(20px, 2vw, 27px); }

.social-media {
  display: flex;
  gap: 20px;
  margin-bottom: 100px;
  justify-content: center; }
  @media screen and (min-width: 58.75em) {
    .social-media {
      gap: 50px; } }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
  justify-content: center;
  align-items: flex-end; }
  @media screen and (min-width: 58.75em) {
    .footer-bottom {
      justify-content: space-between;
      flex-wrap: nowrap; } }
  .footer-bottom .copyright {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    font-size: 0.85em;
    justify-content: center; }
    @media screen and (min-width: 58.75em) {
      .footer-bottom .copyright {
        padding-bottom: 20px; } }
    @media screen and (min-width: 120em) {
      .footer-bottom .copyright {
        font-size: 1em;
        padding-bottom: 20px; } }
    .footer-bottom .copyright .content-hyperlink {
      position: relative; }
      .footer-bottom .copyright .content-hyperlink:not(:last-child):after {
        content: "·";
        position: absolute;
        top: 50%;
        right: -11px;
        transform: translateY(-45%); }
    .footer-bottom .copyright a img {
      margin: 0;
      filter: brightness(0) contrast(0);
      transition: all 0.3s; }
    .footer-bottom .copyright a:hover img {
      filter: brightness(1) contrast(1); }
  @media screen and (max-width: 68.74875em) {
    .footer-bottom .content-image {
      order: 2;
      width: 100%; }
      .footer-bottom .content-image img {
        margin: 0 auto; } }

.mod_article {
  position: relative; }
  .mod_article > .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides);
    padding-top: var(--article-spacing-top);
    padding-bottom: var(--article-spacing-bottom); }

.article--full > .inside {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

.mod_article {
  position: relative;
  overflow: hidden; }
  .mod_article.intro > .inside {
    padding-top: var(--base-spacing-unit-lg);
    padding-bottom: var(--base-spacing-unit); }
    @media screen and (min-width: 34.375em) {
      .mod_article.intro > .inside {
        padding-top: var(--base-spacing-unit-xl); } }
    @media screen and (min-width: 120em) {
      .mod_article.intro > .inside {
        padding-top: 250px;
        padding-bottom: 150px; } }
  .mod_article:first-child {
    transform: none !important;
    opacity: 1 !important; }
  @media screen and (min-width: 58.75em) {
    .mod_article > .inside {
      padding-left: var(--base-spacing-unit-lg);
      padding-right: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 120em) {
    .mod_article > .inside {
      padding-left: var(--base-spacing-unit);
      padding-right: var(--base-spacing-unit);
      padding-top: var(--base-spacing-unit-lg);
      padding-bottom: var(--base-spacing-unit-lg); } }

.hero > .inside {
  max-width: 80em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: var(--base-spacing-unit);
  padding-right: var(--base-spacing-unit); }
  @media screen and (min-width: 58.75em) {
    .hero > .inside {
      padding-left: var(--base-spacing-unit-lg);
      padding-right: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 68.75em) {
    .hero > .inside {
      padding-left: var(--base-spacing-unit-lg);
      padding-right: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 120em) {
    .hero > .inside {
      padding-left: var(--base-spacing-unit);
      padding-right: var(--base-spacing-unit);
      padding-top: var(--base-spacing-unit-xl);
      padding-bottom: var(--base-spacing-unit-xl); } }

.article--full > .inside {
  padding-top: var(--article-spacing-top);
  padding-bottom: var(--article-spacing-bottom); }
  @media screen and (min-width: 120em) {
    .article--full > .inside {
      padding: var(--base-spacing-unit-xl); } }
  .article--full > .inside .row.inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides); }

.article--full.no-padding > .inside {
  padding: 0; }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery {
  margin-bottom: var(--base-spacing-unit); }
  .ce_gallery > ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr;
    grid-row-gap: var(--gallery-gutter);
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @supports not (display: grid) {
      .ce_gallery > ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
  .ce_gallery .cols_2 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        width: 50%; } }
  .ce_gallery .cols_3 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_3 li {
        grid-column: 1 / -1;
        grid-column: span 4/span 4; }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            width: 33.33333%; } } }
  .ce_gallery .cols_4 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_4 li {
        grid-column: 1 / -1;
        grid-column: span 3/span 3; }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            width: 25%; } } }
  .ce_gallery .cols_5 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_5 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            width: 16.66667%; } } }
  .ce_gallery .cols_6 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_6 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            width: 16.66667%; } } }
  .ce_gallery img {
    display: block; }

.content-gallery {
  margin-bottom: var(--base-spacing-unit); }
  .content-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .content-gallery a {
    text-decoration: none; }
  .content-gallery ul {
    grid-row-gap: var(--gallery-gutter); }
  .content-gallery--cols-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-2 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
  .content-gallery--cols-3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-3 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-3 ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-3 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-4 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-4 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-4 ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-4 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-5 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-5 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-5 ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-5 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-6 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-6 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-6 ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-6 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery img {
    display: block; }

.ce_player .video_container,
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.content-player figure:has(video),
.content-player figure:has(iframe),
.content-youtube figure:has(video),
.content-youtube figure:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.ce_player video,
.content-player video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube iframe,
.ce_youtube a,
.content-youtube iframe,
.content-youtube a {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube button,
.content-youtube button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0; }
  .ce_youtube button img,
  .content-youtube button img {
    grid-column: 1 / -1;
    grid-row: 1; }
  .ce_youtube button p,
  .content-youtube button p {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: var(--base-spacing-unit);
    background: var(--base-overlay-background);
    color: var(--color-text-inverted); }

figure {
  position: relative; }

figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffffb3;
  color: black;
  font-size: 14px;
  opacity: 0.5; }

.hero figcaption {
  bottom: 50px;
  opacity: 1; }

.gradient-smooth {
  position: relative; }
  .gradient-smooth:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-90deg, var(--color-page-background), transparent, var(--color-page-background));
    z-index: 1; }
  .gradient-smooth:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, var(--color-page-background), transparent, var(--color-page-background)); }

@media screen and (min-width: 58.75em) {
  .img-right {
    margin-right: -10vw; } }

@media only screen and (min-width: 2100px) {
  .img-right {
    margin-right: 0; } }

@media screen and (min-width: 58.75em) {
  .bildtext-wrapper {
    aspect-ratio: 16 / 9; }
    .bildtext-wrapper.right .content-image {
      position: absolute;
      right: 0;
      left: 50%; }
    .bildtext-wrapper.left .content-image {
      position: absolute;
      right: 50%;
      left: 0; } }

@media screen and (min-width: 58.75em) {
  .article-img {
    height: 65vh; } }

@media screen and (min-width: 58.75em) {
  .article-img.left > .inside > .row > div > .content-image,
  .article-img.left > div > .content-image {
    position: absolute;
    inset: 0 50% 0 0; } }

@media screen and (min-width: 58.75em) {
  .article-img.right > .inside > .row > div > .content-image,
  .article-img.right > div > .content-image {
    position: absolute;
    inset: 0 0 0 50%; } }

.article-img > .row > div > .content-image figure, .article-img.row > div > .content-image figure {
  height: 100%; }
  .article-img > .row > div > .content-image figure picture, .article-img.row > div > .content-image figure picture {
    height: 100%; }
    .article-img > .row > div > .content-image figure picture img, .article-img.row > div > .content-image figure picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.content-gallery ul li {
  border: none;
  padding: 0; }
  .content-gallery ul li a {
    display: block;
    padding: 0; }

.content-gallery figure {
  overflow: hidden; }

.content-gallery img {
  width: 100%; }

.round-corners figure {
  border-radius: 30px;
  overflow: hidden; }

video {
  -o-object-fit: cover;
  object-fit: cover; }

.content-player figure {
  border-radius: 30px;
  overflow: hidden; }

.btn.audio--player {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5000; }
  .btn.audio--player a:after {
    background: url("../img/audio-icon.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 70px;
    height: 30px;
    margin-left: 0; }
  .btn.audio--player a:hover {
    background-color: var(--color-highlight-hue), var(--color-highlight-sat), calc(var(--color-highlight-luma) + 10%);
    color: #fff;
    opacity: 1;
    visibility: visible; }
    .btn.audio--player a:hover:after {
      transform: none;
      width: 70px;
      height: 30px;
      opacity: 1;
      visibility: visible; }
  .btn.audio--player a.player-controls {
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding: 10px 10px 10px 2.5em;
    transform: none !important; }
    .btn.audio--player a.player-controls .play,
    .btn.audio--player a.player-controls .pause {
      display: inline-block;
      background: url("../img/play-icon.svg") no-repeat 0 0;
      background-size: 100% 100%;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.25s linear;
      z-index: 5; }
      .btn.audio--player a.player-controls .play::before, .btn.audio--player a.player-controls .play::after,
      .btn.audio--player a.player-controls .pause::before,
      .btn.audio--player a.player-controls .pause::after {
        border-radius: 1000px;
        content: "";
        display: block;
        position: absolute;
        height: 1.5em;
        right: 0;
        top: 0;
        width: 1.5em;
        z-index: 0; }
    .btn.audio--player a.player-controls .play::before {
      box-shadow: 0 0 0 rgba(255, 255, 255, 0);
      transition: all 0.25s linear; }
    .btn.audio--player a.player-controls .pause {
      background-image: url("../img/pause-icon.svg");
      opacity: 0; }
    .btn.audio--player a.player-controls.playing .play {
      opacity: 0; }
    .btn.audio--player a.player-controls.playing .pause {
      opacity: 1; }
      .btn.audio--player a.player-controls.playing .pause::before {
        animation: audio1 1.5s infinite ease-in-out; }
      .btn.audio--player a.player-controls.playing .pause::after {
        animation: audio2 2.2s infinite ease-in-out; }
    .btn.audio--player a.player-controls:hover {
      transform: scale(1.1); }
      .btn.audio--player a.player-controls:hover .play::before {
        box-shadow: 0 0 12px rgba(255, 238, 125, 0.8); }

.animate-audio1 {
  animation: audio1 1.5s infinite ease-in-out; }

@keyframes audio1 {
  0%,
  100% {
    box-shadow: 0 0 0 0.4em rgba(255, 255, 255, 0.4); }
  25% {
    box-shadow: 0 0 0 0.15em rgba(255, 255, 255, 0.15); }
  50% {
    box-shadow: 0 0 0 0.55em rgba(255, 255, 255, 0.55); }
  75% {
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.25); } }

.animate-audio2 {
  animation: audio2 2.2s infinite ease-in-out; }

@keyframes audio2 {
  0%,
  100% {
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.15); }
  25% {
    box-shadow: 0 0 0 0.4em rgba(255, 255, 255, 0.3); }
  50% {
    box-shadow: 0 0 0 0.15em rgba(255, 255, 255, 0.05); }
  75% {
    box-shadow: 0 0 0 0.55em rgba(255, 255, 255, 0.45); } }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, input.submit,
button.submit, .ce_comments .submit {
  border-radius: var(--button-border-radius);
  padding: var(--button-spacing);
  display: inline-block;
  border: var(--button-border-width) var(--button-border-style, solid) var(--button-border-color, transparent);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  text-align: center;
  background: transparent;
  color: var(--button-color);
  background-image: none;
  white-space: nowrap;
  text-decoration: none; }

a.btn--primary,
span.btn--primary,
button.btn--primary, div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, a.btn--secondary a,
span.btn--secondary a,
button.btn--secondary a,
.content-hyperlink.btn--secondary a, a.btn--primary a,
span.btn--primary a,
button.btn--primary a,
.content-hyperlink.btn--primary a, input.submit,
button.submit, .ce_comments .submit, #booking-section .be-panel #wis2-panel .wis2-button {
  background: var(--button-background);
  color: var(--button-color); }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover, div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover,
  .content-toplink > a:hover,
  .content-toplink > button:hover, a.btn--secondary a:hover,
  span.btn--secondary a:hover,
  button.btn--secondary a:hover,
  .content-hyperlink.btn--secondary a:hover, a.btn--primary a:hover,
  span.btn--primary a:hover,
  button.btn--primary a:hover,
  .content-hyperlink.btn--primary a:hover, input.submit:hover,
  button.submit:hover, .ce_comments .submit:hover, #booking-section .be-panel #wis2-panel .wis2-button:hover {
    --button-background: var(--button-background-hover);
    --button-color: var(--button-color-hover); }

a.btn,
span.btn,
button.btn {
  margin-bottom: var(--base-spacing-unit); }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child),
.content-toplink:not(:last-child) {
  margin-bottom: var(--base-spacing-unit); }

div.btn--left {
  text-align: left; }

div.btn--center {
  text-align: center; }

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: var(--base-spacing-unit-xs); }

.ce_toplink a,
.toplink a,
.content-toplink a {
  text-decoration: none; }

.back {
  border-top: var(--base-border);
  margin-top: var(--base-spacing-unit);
  padding-top: var(--base-spacing-unit-sm); }
  .back a {
    text-decoration: none; }

.line-link, .h4 a, .footer-links a, .footer-bottom .copyright a, a.alt.btn--primary,
span.alt.btn--primary,
button.alt.btn--primary, div.btn--primary > a.alt,
div.btn--primary > button.alt,
.ce_toplink > a.alt,
.ce_toplink > button.alt,
.toplink > a.alt,
.toplink > button.alt,
.content-toplink > a.alt,
.content-toplink > button.alt, a.btn--secondary a.alt,
span.btn--secondary a.alt,
button.btn--secondary a.alt,
.content-hyperlink.btn--secondary a.alt, a.btn--primary a.alt,
span.btn--primary a.alt,
button.btn--primary a.alt,
.content-hyperlink.btn--primary a.alt, input.alt.submit,
button.alt.submit, .ce_comments .alt.submit, #booking-section .be-panel #wis2-panel .alt.wis2-button, #main-menu ul li a, #main-menu ul.level_1 > li ul.level_2 li a,
#main-menu ul.level_1 > li ul.level_2 li strong, #sub-menu ul li a,
#sub-menu ul li strong, .filter-wrapper .filter-buttons button {
  display: inline-block; }
  .line-link:after, .h4 a:after, .footer-links a:after, .footer-bottom .copyright a:after, a.alt.btn--primary:after,
  span.alt.btn--primary:after,
  button.alt.btn--primary:after, div.btn--primary > a.alt:after,
  div.btn--primary > button.alt:after,
  .ce_toplink > a.alt:after,
  .ce_toplink > button.alt:after,
  .toplink > a.alt:after,
  .toplink > button.alt:after,
  .content-toplink > a.alt:after,
  .content-toplink > button.alt:after, a.btn--secondary a.alt:after,
  span.btn--secondary a.alt:after,
  button.btn--secondary a.alt:after,
  .content-hyperlink.btn--secondary a.alt:after, a.btn--primary a.alt:after,
  span.btn--primary a.alt:after,
  button.btn--primary a.alt:after,
  .content-hyperlink.btn--primary a.alt:after, input.alt.submit:after,
  button.alt.submit:after, .ce_comments .alt.submit:after, #booking-section .be-panel #wis2-panel .alt.wis2-button:after, #main-menu ul li a:after, #main-menu ul.level_1 > li ul.level_2 li a:after,
  #main-menu ul.level_1 > li ul.level_2 li strong:after, #sub-menu ul li a:after,
  #sub-menu ul li strong:after, .filter-wrapper .filter-buttons button:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 0;
    background-color: var(--color-highlight);
    opacity: 0;
    transition: all 0.3s; }
  .line-link:hover:after, .h4 a:hover:after, .footer-links a:hover:after, .footer-bottom .copyright a:hover:after, a.alt.btn--primary:hover:after,
  span.alt.btn--primary:hover:after,
  button.alt.btn--primary:hover:after, div.btn--primary > a.alt:hover:after,
  div.btn--primary > button.alt:hover:after,
  .ce_toplink > a.alt:hover:after,
  .ce_toplink > button.alt:hover:after,
  .toplink > a.alt:hover:after,
  .toplink > button.alt:hover:after,
  .content-toplink > a.alt:hover:after,
  .content-toplink > button.alt:hover:after, a.btn--secondary a.alt:hover:after,
  span.btn--secondary a.alt:hover:after,
  button.btn--secondary a.alt:hover:after,
  .content-hyperlink.btn--secondary a.alt:hover:after, a.btn--primary a.alt:hover:after,
  span.btn--primary a.alt:hover:after,
  button.btn--primary a.alt:hover:after,
  .content-hyperlink.btn--primary a.alt:hover:after, input.alt.submit:hover:after,
  button.alt.submit:hover:after, .ce_comments .alt.submit:hover:after, #booking-section .be-panel #wis2-panel .alt.wis2-button:hover:after, #main-menu ul li a:hover:after, #main-menu ul.level_1 > li ul.level_2 li a:hover:after,
  #main-menu ul.level_1 > li ul.level_2 li strong:hover:after, #sub-menu ul li a:hover:after,
  #sub-menu ul li strong:hover:after, .filter-wrapper .filter-buttons button:hover:after {
    width: 100%;
    opacity: 1; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, input.submit,
button.submit, .ce_comments .submit {
  padding: var(--button-spacing);
  border: var(--button-border-width) var(--button-border-style, solid) var(--button-border-color, #000);
  border-radius: var(--button-border-radius);
  margin: 0;
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  text-align: center;
  text-transform: none;
  background: var(--button-background);
  color: var(--button-color);
  background-image: none;
  white-space: break-spaces;
  text-decoration: none;
  line-height: 1.5;
  font-size: 14px; }
  @media screen and (min-width: 68.75em) {
    a.btn,
    span.btn,
    button.btn, div.btn > a,
    div.btn > button,
    .ce_toplink > a,
    .ce_toplink > button,
    .toplink > a,
    .toplink > button,
    .content-toplink > a,
    .content-toplink > button, input.submit,
    button.submit, .ce_comments .submit {
      font-size: 16px; } }

a.btn--primary,
span.btn--primary,
button.btn--primary, div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, a.btn--secondary a,
span.btn--secondary a,
button.btn--secondary a,
.content-hyperlink.btn--secondary a, a.btn--primary a,
span.btn--primary a,
button.btn--primary a,
.content-hyperlink.btn--primary a, input.submit,
button.submit, .ce_comments .submit, #booking-section .be-panel #wis2-panel .wis2-button {
  color: var(--button-color);
  margin-top: auto;
  margin-bottom: 0;
  white-space: nowrap;
  transition: all 0.2s; }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover, div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover,
  .content-toplink > a:hover,
  .content-toplink > button:hover, a.btn--secondary a:hover,
  span.btn--secondary a:hover,
  button.btn--secondary a:hover,
  .content-hyperlink.btn--secondary a:hover, a.btn--primary a:hover,
  span.btn--primary a:hover,
  button.btn--primary a:hover,
  .content-hyperlink.btn--primary a:hover, input.submit:hover,
  button.submit:hover, .ce_comments .submit:hover, #booking-section .be-panel #wis2-panel .wis2-button:hover {
    --button-background: var(--button-background-hover);
    --button-color: var(--button-color-hover);
    --button-border-color: var(--button-background-hover);
    transform: translateY(-3px); }
    a.btn--primary:hover:after,
    span.btn--primary:hover:after,
    button.btn--primary:hover:after, div.btn--primary > a:hover:after,
    div.btn--primary > button:hover:after,
    .ce_toplink > a:hover:after,
    .ce_toplink > button:hover:after,
    .toplink > a:hover:after,
    .toplink > button:hover:after,
    .content-toplink > a:hover:after,
    .content-toplink > button:hover:after, a.btn--secondary a:hover:after,
    span.btn--secondary a:hover:after,
    button.btn--secondary a:hover:after,
    .content-hyperlink.btn--secondary a:hover:after, a.btn--primary a:hover:after,
    span.btn--primary a:hover:after,
    button.btn--primary a:hover:after,
    .content-hyperlink.btn--primary a:hover:after, input.submit:hover:after,
    button.submit:hover:after, .ce_comments .submit:hover:after, #booking-section .be-panel #wis2-panel .wis2-button:hover:after {
      filter: none; }
  a.alt.btn--primary,
  span.alt.btn--primary,
  button.alt.btn--primary, div.btn--primary > a.alt,
  div.btn--primary > button.alt,
  .ce_toplink > a.alt,
  .ce_toplink > button.alt,
  .toplink > a.alt,
  .toplink > button.alt,
  .content-toplink > a.alt,
  .content-toplink > button.alt, a.btn--secondary a.alt,
  span.btn--secondary a.alt,
  button.btn--secondary a.alt,
  .content-hyperlink.btn--secondary a.alt, a.btn--primary a.alt,
  span.btn--primary a.alt,
  button.btn--primary a.alt,
  .content-hyperlink.btn--primary a.alt, input.alt.submit,
  button.alt.submit, .ce_comments .alt.submit, #booking-section .be-panel #wis2-panel .alt.wis2-button {
    background-color: transparent;
    border: none; }
    a.alt.btn--primary:after,
    span.alt.btn--primary:after,
    button.alt.btn--primary:after, div.btn--primary > a.alt:after,
    div.btn--primary > button.alt:after,
    .ce_toplink > a.alt:after,
    .ce_toplink > button.alt:after,
    .toplink > a.alt:after,
    .toplink > button.alt:after,
    .content-toplink > a.alt:after,
    .content-toplink > button.alt:after, a.btn--secondary a.alt:after,
    span.btn--secondary a.alt:after,
    button.btn--secondary a.alt:after,
    .content-hyperlink.btn--secondary a.alt:after, a.btn--primary a.alt:after,
    span.btn--primary a.alt:after,
    button.btn--primary a.alt:after,
    .content-hyperlink.btn--primary a.alt:after, input.alt.submit:after,
    button.alt.submit:after, .ce_comments .alt.submit:after, #booking-section .be-panel #wis2-panel .alt.wis2-button:after {
      content: none; }

a.btn--secondary a,
span.btn--secondary a,
button.btn--secondary a,
.content-hyperlink.btn--secondary a {
  background-color: var(--color-gray-dark);
  --button-border-color: var(--color-gray-dark); }
  a.btn--secondary a:hover,
  span.btn--secondary a:hover,
  button.btn--secondary a:hover,
  .content-hyperlink.btn--secondary a:hover {
    --button-background: var(--button-background-hover);
    --button-color: var(--color-page-background);
    --button-border-color: var(--color-gray-dark);
    transform: translateY(-3px); }
    a.btn--secondary a:hover:after,
    span.btn--secondary a:hover:after,
    button.btn--secondary a:hover:after,
    .content-hyperlink.btn--secondary a:hover:after {
      filter: none; }

div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button {
  margin-bottom: 0; }
  @media screen and (min-width: 58.75em) {
    div.btn > a,
    div.btn > button,
    .ce_toplink > a,
    .ce_toplink > button,
    .toplink > a,
    .toplink > button,
    .content-toplink > a,
    .content-toplink > button {
      margin-bottom: var(--base-spacing-unit); } }

div.btn--left {
  text-align: left; }

div.btn--center {
  text-align: center; }

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: var(--base-spacing-unit-xs); }

.ce_toplink a,
.toplink a,
.content-toplink a {
  text-decoration: none; }

.back {
  margin-top: 0;
  padding-top: 0;
  min-width: auto !important;
  border: none !important;
  transition: all 0.3s; }
  .back:after {
    content: none !important; }
  .back:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/arrow-down-icon.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 17px;
    height: 10px;
    filter: brightness(0) invert(1);
    transform: rotate(90deg); }
  .back:hover {
    transform: translateX(-3px); }
  .back a {
    padding: 5px !important;
    background-color: transparent !important;
    color: var(--text-color) !important;
    border: none !important; }
    .back a:hover {
      transform: none !important; }

a.overlay {
  position: absolute;
  inset: 0;
  z-index: 1; }
  @media screen and (min-width: 58.75em) {
    a.overlay {
      display: none; } }

a {
  transition: all 0.3s; }

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none; }

.nav--horizontal ul {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    .nav--horizontal ul {
      flex-direction: row; } }

.nav--horizontal a,
.nav--horizontal strong.active,
.nav--horizontal strong.trail,
.nav--horizontal strong.forward {
  display: block;
  padding: calc(var(--nav-item-padding) / 2) var(--nav-item-padding); }

.nav--vertical a,
.nav--vertical strong.active,
.nav--vertical strong.trail,
.nav--vertical strong.forward {
  display: block;
  padding: calc(var(--nav-item-padding) / 2) var(--nav-item-padding); }

.nav--border {
  border: var(--base-border); }
  .nav--border a,
  .nav--border strong.active,
  .nav--border strong.trail,
  .nav--border strong.forward {
    padding: var(--nav-item-padding) var(--nav-item-padding);
    border-bottom: 1px solid var(--base-border-color); }
    .nav--border a.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last,
    .nav--border strong.forward.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: var(--base-border);
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit);
  display: flex; }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb {
      flex-direction: column; } }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb li {
      padding-right: var(--base-spacing-unit); } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: var(--base-spacing-unit); }

.nav--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: var(--base-border);
  padding: var(--base-spacing-unit-xs) var(--base-spacing-unit-sm); }

.nav--select .submit {
  vertical-align: middle;
  padding: var(--base-spacing-unit-xs) var(--base-spacing-unit-sm); }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

.nav--pager .empty {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.nav--pager a {
  padding: var(--base-spacing-unit-sm); }

.pagination {
  display: grid;
  grid-column: 1 / -1;
  margin-top: var(--base-spacing-unit);
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  @supports not (display: grid) {
    .pagination {
      display: flex;
      flex: 1 1 auto;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (min-width: 34.375em) {
    .pagination {
      grid-template-columns: 1fr 1fr; } }
  .pagination p {
    padding: var(--base-spacing-unit-xs);
    padding-left: 0;
    margin: var(--base-spacing-unit-xs);
    margin-left: 0;
    border-top: var(--base-border-width) solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination strong {
    display: inline-block;
    padding: var(--base-spacing-unit-xs);
    margin: var(--base-spacing-unit-xs); }
  .pagination strong {
    border: var(--base-border); }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      justify-self: start; }
    .pagination p + ul {
      justify-self: end; } }

[id="header"] {
  position: fixed;
  z-index: 4000;
  width: 100svw;
  text-transform: uppercase;
  list-style: none;
  font-weight: 700; }
  [id='header'] .logo {
    pointer-events: none; }
  [id='header'].is-dark {
    background: transparent;
    transition: 0.75s ease; }
    [id='header'].is-dark .nav-bar ul.level_1 li a {
      color: var(--color-white); }
    [id='header'].is-dark .nav-bar ul.level_1 li strong {
      color: var(--color-default); }
  [id='header'].is-light {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
    transition: 0.75s ease; }
    [id='header'].is-light .nav-bar ul.level_1 li a {
      color: var(--color-dark-gray) !important; }
    [id='header'].is-light .nav-bar ul.level_1 li strong {
      color: var(--color-default) !important; }
  [id='header'].is-orange {
    background: linear-gradient(180deg, #ef7e1a 0%, rgba(239, 126, 26, 0.75) 75%, rgba(239, 126, 26, 0) 100%);
    transition: 0.75s ease; }
    [id='header'].is-orange .nav-bar ul.level_1 li a {
      color: var(--color-white); }
    [id='header'].is-orange .nav-bar ul.level_1 li strong {
      color: var(--color-dark-gray) !important; }
    [id='header'].is-orange .logo {
      filter: brightness(0) invert(1);
      transition: all 0.3s; }
  [id='header'] #observer-root {
    position: fixed;
    top: 4em;
    height: 1px;
    /* oder 2px – je nachdem wie exakt du es brauchst */
    width: 100%;
    pointer-events: none;
    z-index: 0; }
  [id='header'] .inside {
    width: 100svw;
    background-color: var(color-page-background);
    padding: 3em 0; }
    [id='header'] .inside .nav-bar .btn {
      margin-bottom: 0;
      text-transform: uppercase; }
    [id='header'] .inside .nav-bar ul.level_1 li {
      font-family: var(--headings-font-family);
      white-space: nowrap; }
      [id='header'] .inside .nav-bar ul.level_1 li a {
        text-decoration: none;
        color: var(--color-white);
        font-weight: 700;
        transition: color 0.3s ease; }
  @media screen and (min-width: 0) {
    [id='header'] .inside {
      margin-left: 2vw;
      padding: 2em 0; }
    [id='header'] .logo {
      max-width: 35vw;
      min-width: 13em; }
    [id='header'] .nav-bar {
      display: none; } }
  @media only screen and (min-width: 1400px) {
    [id="header"] {
      left: 0;
      right: 0;
      top: 0; }
      [id='header'] .inside {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        z-index: 10;
        padding: 2em 0;
        max-width: 98vw;
        background-color: transparent; }
        [id='header'] .inside .content-hyperlink {
          padding-left: 0.25em; }
        [id='header'] .inside .nav-bar {
          display: flex;
          flex-direction: row;
          align-items: center;
          padding-right: 2em;
          gap: 0.5em;
          transform-origin: right; }
          [id='header'] .inside .nav-bar .nav-sub-links {
            display: none; }
          [id='header'] .inside .nav-bar .nav-buttons {
            display: flex;
            flex-direction: row; }
            [id='header'] .inside .nav-bar .nav-buttons .btn {
              margin-bottom: 0; }
          [id='header'] .inside .nav-bar .mod_navigation {
            padding-right: 1em;
            margin: 0; }
          [id='header'] .inside .nav-bar ul.level_1 {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin: 0; }
            [id='header'] .inside .nav-bar ul.level_1 li {
              font-size: 1.2em; }
            [id='header'] .inside .nav-bar ul.level_1 ::before {
              display: none; } }
        @media only screen and (min-width: 1400px) and (min-width: 58.75em) {
          [id='header'] .inside .nav-bar ul.level_1 {
            gap: 2em; } }
        @media only screen and (min-width: 1400px) and (min-width: 120em) {
          [id='header'] .inside .nav-bar ul.level_1 {
            gap: 3em; } }

#mobile-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  inset: 0;
  z-index: 4001;
  display: none;
  transition: all 300ms; }
  #mobile-overlay.active {
    display: block; }

#mobile-section {
  z-index: 10000;
  position: fixed;
  inset: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  #mobile-section.active {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible; }
    #mobile-section.active .inside {
      transform: translateX(0%); }
  #mobile-section .inside {
    width: 450px;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    margin-left: auto;
    transform: translateX(100%);
    background-color: var(--color-page-background);
    padding: 2em;
    transition: all 300ms ease-out; }
    #mobile-section .inside .logo-mobile {
      max-width: 15em; }
    #mobile-section .inside .nav-bar {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 4vh 0;
      overflow-y: auto; }
      #mobile-section .inside .nav-bar .mod_navigation ul.level_1 {
        margin-bottom: 3vh;
        list-style-type: none; }
        #mobile-section .inside .nav-bar .mod_navigation ul.level_1 li {
          font-family: var(--headings-font-family);
          font-size: 1.9em;
          color: var(--color-gray-dark);
          text-transform: uppercase;
          line-height: 1.3; }
          #mobile-section .inside .nav-bar .mod_navigation ul.level_1 li::before {
            display: none; }
          #mobile-section .inside .nav-bar .mod_navigation ul.level_1 li a {
            text-decoration: none;
            color: var(--color-gray-dark);
            font-weight: 800; }
        #mobile-section .inside .nav-bar .mod_navigation ul.level_1 .active {
          color: var(--color-default); }
    #mobile-section .inside .nav-sub-links {
      display: flex;
      flex-direction: column;
      font-style: normal;
      text-transform: none;
      gap: 0.4em;
      opacity: 0.6;
      margin-bottom: 1em; }
      #mobile-section .inside .nav-sub-links .content-hyperlink a {
        color: var(--color-gray-dark); }
    #mobile-section .inside .nav-buttons {
      margin-top: auto; }
      #mobile-section .inside .nav-buttons .btn {
        margin-bottom: 1em; }
      #mobile-section .inside .nav-buttons a {
        width: 100%; }
  @media only screen and (min-width: 1400px) {
    #mobile-section {
      display: none; } }

#nav-icon-mobile {
  z-index: 11000;
  display: block;
  position: fixed;
  right: 2.5em;
  top: 2em;
  width: 45px;
  height: 45px;
  background-color: var(--color-default);
  border-color: transparent;
  border-radius: 10px; }
  #nav-icon-mobile.active {
    background-color: var(--color-gray-dark); }
  @media only screen and (min-width: 1400px) {
    #nav-icon-mobile {
      display: none; } }

#nav-icon-mobile .icon-wrapper span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 7px 0;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s; }

#nav-icon-mobile.active .icon-wrapper span:nth-child(2) {
  opacity: 0; }

#nav-icon-mobile.active .icon-wrapper span:nth-child(1) {
  transform: translateY(10px) rotate(45deg); }

#nav-icon-mobile.active .icon-wrapper span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg); }

.content-swiper .swiper-button-prev,
.content-swiper .swiper-button-next {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slider {
  position: relative; }
  .slider .slider-control {
    position: static;
    height: 0; }
  .slider .slider-control a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--slider-arrow-size);
    line-height: 1;
    position: absolute;
    display: block;
    color: var(--slider-arrow-color);
    font-family: var(--slider-arrow-font-family); }
    .slider .slider-control a:before {
      padding: var(--base-spacing-unit-sm);
      display: block; }
    .slider .slider-control a:hover {
      opacity: 0.5; }
  .slider .slider-prev:before {
    content: "◄"; }
  .slider .slider-next:before {
    content: "►"; }
  .slider .slider-menu {
    font-size: var(--slider-menu-point-size);
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider .slider-menu b {
      color: var(--slider-menu-point-color); }
    .slider .slider-menu b.active {
      color: var(--slider-menu-point-color-active); }
    .slider .slider-menu b:hover {
      opacity: 0.5; }

:root {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 2px; }
  @media screen and (min-width: 58.75em) {
    :root {
      --swiper-pagination-bullet-size: 10px; } }

#numberSlides {
  font-size: 3em;
  font-weight: 400;
  margin-top: -1em;
  margin-left: -0.5em;
  z-index: 1; }

.swiper .swiper-wrapper,
.swiper-gallery .swiper-wrapper {
  margin-bottom: 15px;
  display: flex !important;
  list-style: none; }
  .swiper .swiper-wrapper li:before,
  .swiper-gallery .swiper-wrapper li:before {
    content: none; }
  .swiper .swiper-wrapper .swiper-slide,
  .swiper-gallery .swiper-wrapper .swiper-slide {
    width: 100% !important; }

.swiper .swiper-slide,
.swiper-gallery .swiper-slide {
  opacity: 0.1;
  transition: opacity 0.8s; }
  .swiper .swiper-slide.swiper-slide-active,
  .swiper-gallery .swiper-slide.swiper-slide-active {
    opacity: 1; }

.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
  color: var(--color-highlight); }

.swiper-pagination {
  pointer-events: all !important;
  text-align: center;
  margin-bottom: 10px; }

.swiper-gallery {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  /* Optional: slight slide-up effect */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
  .swiper-gallery.is-visible {
    opacity: 1;
    transform: translateY(0); }
  .swiper-gallery .swiper-wrapper {
    gap: 0; }
    .swiper-gallery .swiper-wrapper li {
      margin-right: 0; }

.pha-slider.content-swiper h2 {
  margin-left: var(--base-spacing-unit);
  margin-right: var(--base-spacing-unit);
  padding-bottom: 10px; }
  .pha-slider.content-swiper h2:before, .pha-slider.content-swiper h2:after {
    display: none; }
  @media screen and (min-width: 58.75em) {
    .pha-slider.content-swiper h2 {
      margin-left: var(--base-spacing-unit-lg);
      margin-right: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 120em) {
    .pha-slider.content-swiper h2 {
      position: absolute;
      top: 0;
      left: 43%;
      padding-left: inherit;
      padding-bottom: 55px;
      z-index: -1; }
      .pha-slider.content-swiper h2:before {
        display: block;
        left: initial;
        right: 50px; }
      .pha-slider.content-swiper h2:after {
        display: block;
        right: 125px;
        left: -50%; } }

.pha-slider.content-swiper .swiper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.pha-slider.content-swiper + #numberSlides {
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: 1;
  font-size: 20px;
  font-weight: 400; }
  @media screen and (min-width: 48em) {
    .pha-slider.content-swiper + #numberSlides {
      bottom: 10%;
      left: 30%; } }
  @media screen and (min-width: 58.75em) {
    .pha-slider.content-swiper + #numberSlides {
      font-size: 30px;
      left: 20%; } }
  @media screen and (min-width: 68.75em) {
    .pha-slider.content-swiper + #numberSlides {
      left: 30%; } }
  @media screen and (min-width: 120em) {
    .pha-slider.content-swiper + #numberSlides {
      bottom: 65px; } }
  .pha-slider.content-swiper + #numberSlides span {
    font-size: 40px; }
    @media screen and (min-width: 58.75em) {
      .pha-slider.content-swiper + #numberSlides span {
        font-size: 100px; } }

.pha-slider.content-swiper button {
  position: relative;
  border: 1px solid;
  padding: 35px;
  border-radius: 100px; }
  @media screen and (min-width: 58.75em) {
    .pha-slider.content-swiper button {
      position: absolute;
      top: initial;
      bottom: 0;
      left: 50%;
      padding: 40px;
      transform: translateX(-50%); } }
  .pha-slider.content-swiper button:after {
    font-size: 30px; }

@media screen and (min-width: 58.75em) {
  .pha-slider.content-swiper .swiper-button-prev {
    margin-left: -50px; } }

.pha-slider.content-swiper .swiper-button-prev:after {
  margin-right: 8px; }

.pha-slider.content-swiper .swiper-button-next {
  margin-left: 30px; }
  @media screen and (min-width: 58.75em) {
    .pha-slider.content-swiper .swiper-button-next {
      margin-left: 50px; } }
  .pha-slider.content-swiper .swiper-button-next:after {
    margin-left: 2px; }

.ce_rsce_phaslide {
  display: flex;
  gap: clamp(15px, 2vw, 50px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 58.75em) {
    .ce_rsce_phaslide {
      flex-wrap: nowrap; } }
  .ce_rsce_phaslide figure {
    position: relative;
    z-index: -1; }
    .ce_rsce_phaslide figure:before {
      content: "";
      position: absolute;
      inset: 0 0 0 0;
      background: linear-gradient(180deg, transparent, var(--color-page-background));
      opacity: 1; }
    @media screen and (min-width: 58.75em) {
      .ce_rsce_phaslide figure {
        width: 40%; }
        .ce_rsce_phaslide figure:before {
          content: "";
          position: absolute;
          inset: 0 0 0 50%;
          background: linear-gradient(90deg, transparent, var(--color-page-background));
          opacity: 0.75; } }
    @media screen and (min-width: 120em) {
      .ce_rsce_phaslide figure {
        width: 40%; } }
    .ce_rsce_phaslide figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .ce_rsce_phaslide figure figcaption {
      top: 0;
      bottom: initial; }
  .ce_rsce_phaslide .text-wrapper {
    display: flex;
    flex-flow: column;
    padding: 1em;
    margin-top: -20%; }
    @media screen and (min-width: 58.75em) {
      .ce_rsce_phaslide .text-wrapper {
        width: 50%;
        row-gap: 4vh;
        padding: 2em;
        margin-top: initial; } }
    .ce_rsce_phaslide .text-wrapper .bereich-titel {
      font-size: clamp(20px, 5vw, 40px);
      text-transform: uppercase;
      margin: 0 0 0.5rem 0; }
      @media screen and (min-width: 58.75em) {
        .ce_rsce_phaslide .text-wrapper .bereich-titel {
          margin: 0 0 0 -5rem; } }
      @media screen and (min-width: 120em) {
        .ce_rsce_phaslide .text-wrapper .bereich-titel {
          margin: 0 0 0 -10rem;
          font-size: clamp(40px, 8vw, 80px); } }
      .ce_rsce_phaslide .text-wrapper .bereich-titel .font-special {
        text-transform: none;
        font-size: clamp(30px, 2vw, 50px); }
    .ce_rsce_phaslide .text-wrapper .description {
      margin-bottom: 1rem; }

.news-list {
  margin-bottom: var(--base-spacing-unit); }
  .news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0; }
  .news-list .info {
    margin-bottom: 0; }
  .news-list .float_left {
    margin-right: var(--base-spacing-unit); }
  .news-list .float_right {
    margin-left: var(--base-spacing-unit); }
  .news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
  .news-list .layout_latest > h1,
  .news-list .layout_latest > h2,
  .news-list .layout_latest > h3,
  .news-list .layout_latest > h4,
  .news-list .layout_latest > h5,
  .news-list .layout_latest > h6,
  .news-list .layout_simple > h1,
  .news-list .layout_simple > h2,
  .news-list .layout_simple > h3,
  .news-list .layout_simple > h4,
  .news-list .layout_simple > h5,
  .news-list .layout_simple > h6 {
    margin-top: var(--base-spacing-unit); }
  .news-list .layout_simple time,
  .news-list .layout_simple a,
  .news-list .layout_upcoming time,
  .news-list .layout_upcoming a {
    padding-top: var(--base-spacing-unit);
    display: inline-block; }
  .news-list .header {
    margin-top: var(--base-spacing-unit); }

.news-grid {
  display: grid;
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--base-spacing-unit);
  margin-bottom: var(--base-spacing-unit); }
  @media screen and (min-width: 34.375em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-sm), 1fr); } }
  @media screen and (min-width: 48em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-md), 1fr); } }
  @media screen and (min-width: 58.75em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-lg), 1fr); } }
  @media screen and (min-width: 68.75em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-xl), 1fr); } }
  .news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    grid-column: 1 / -1; }
  .news-grid .layout_simple time {
    display: block; }

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news-menu a {
  text-decoration: none; }

.news-menu .year {
  margin-bottom: var(--base-spacing-unit-sm); }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: var(--headings-font-weight);
    font-family: var(--headings-font-family); }

.news-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit-xs); }

@media screen and (min-width: 58.75em) {
  .news-wrapper > .col-lg-6:nth-child(odd) {
    margin-top: -10%; } }

.events-list {
  margin-bottom: var(--base-spacing-unit); }
  .events-list > h1, .events-list > h2, .events-list > h3, .events-list > h4, .events-list > h5, .events-list > h6 {
    margin-bottom: 0; }
  .events-list .image_container {
    margin-top: var(--base-spacing-unit);
    margin-bottom: var(--base-spacing-unit); }
  .events-list .float_left {
    margin-right: var(--base-spacing-unit); }
  .events-list .float_right {
    margin-left: var(--base-spacing-unit); }
  .events-list .event > h1, .events-list .event > h2, .events-list .event > h3, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
    margin-top: var(--base-spacing-unit); }
  .events-list .layout_upcoming time,
  .events-list .layout_upcoming a {
    padding-top: var(--base-spacing-unit);
    display: inline-block; }
  .events-list .header {
    margin-top: var(--base-spacing-unit); }

.events-grid {
  display: grid;
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--base-spacing-unit); }
  @media screen and (min-width: 34.375em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-sm), 1fr); } }
  @media screen and (min-width: 48em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-md), 1fr); } }
  @media screen and (min-width: 58.75em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-lg), 1fr); } }
  @media screen and (min-width: 68.75em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-xl), 1fr); } }

.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.events-menu a {
  text-decoration: none; }

.events-menu .year {
  margin-bottom: var(--base-spacing-unit-sm); }
  .events-menu .year > a,
  .events-menu .year > .active {
    color: inherit;
    font-weight: var(--headings-font-weight);
    font-family: var(--headings-font-family); }

.events-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit-xs); }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: var(--base-spacing-unit-xs); }

input.text,
input.captcha,
textarea.textarea,
select.select {
  display: block;
  width: 100%;
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit-sm);
  border-radius: var(--forms-input-border-radius);
  border: var(--forms-input-border-width) solid var(--forms-input-border-color);
  background-clip: padding-box;
  background-image: none;
  background-color: var(--forms-input-background);
  line-height: var(--forms-input-line-height); }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea,
.widget-password {
  margin-bottom: var(--base-spacing-unit); }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="file"] {
  display: block;
  line-height: 1; }

input.radio,
input.checkbox {
  margin-left: 1px;
  margin-right: var(--base-spacing-unit-xs);
  line-height: var(--base-line-height);
  vertical-align: middle; }
  input.radio + label,
  input.checkbox + label {
    margin-right: var(--base-spacing-unit-xs);
    margin-bottom: 0;
    font-weight: normal; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: var(--base-spacing-unit); }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-flex;
  align-items: center; }

span.mandatory {
  color: var(--forms-mandatory-color); }

p.error {
  margin-bottom: 0; }

.form-small {
  max-width: 1000px;
  margin: 0 auto; }

input.text,
input.captcha,
textarea.textarea,
select.select {
  display: block;
  width: 100%;
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit-sm);
  border-radius: var(--forms-input-border-radius);
  border: none;
  border-bottom: var(--forms-input-border-width) solid var(--forms-input-border-color);
  background-clip: padding-box;
  background-image: none;
  background-color: var(--forms-input-background);
  line-height: var(--forms-input-line-height);
  color: #fff; }

.widget-text,
.widget-textarea,
.widget-password {
  margin-bottom: 5px; }

input.radio,
input.checkbox {
  margin-left: 1px;
  margin-right: var(--base-spacing-unit-xs);
  line-height: var(--base-line-height);
  vertical-align: middle; }
  input.radio + label,
  input.checkbox + label {
    margin-right: var(--base-spacing-unit-xs);
    margin-bottom: 0;
    font-weight: inherit; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-top: var(--base-spacing-unit-xs);
  margin-bottom: var(--base-spacing-unit-xs); }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 300;
    color: var(--color-default); }

.radio_container > span,
.checkbox_container > span {
  display: inline-flex;
  align-items: baseline; }

#wellness-anfrageformular .checkbox_container.checkbox-liste > span {
  display: block; }

span.mandatory {
  color: var(--forms-mandatory-color); }

p.error {
  margin-bottom: 0; }

.form-confirmation {
  padding: 10px 15px; }
  @media screen and (min-width: 58.75em) {
    .form-confirmation {
      padding: 25px 50px; } }

.ce_accordion {
  margin-bottom: var(--accordion-spacing); }
  .ce_accordion:not(.handorgel) .toggler {
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border); }
    .ce_accordion:not(.handorgel) .toggler:hover {
      color: var(--accordion-toggler-color-hover); }
    .ce_accordion:not(.handorgel) .toggler:focus {
      outline: 0; }
  .ce_accordion.handorgel .toggler button {
    display: flex;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border); }
    .ce_accordion.handorgel .toggler button:hover {
      color: var(--accordion-toggler-color-hover); }
    .ce_accordion.handorgel .toggler button:focus {
      outline: 0; }
  .ce_accordion .accordion {
    background: var(--accordion-content-background);
    overflow: hidden; }
    .ce_accordion .accordion > div {
      padding: var(--accordion-content-spacing); }

.content-accordion .handorgel__header {
  line-height: var(--base-line-height);
  margin-bottom: var(--accordion-spacing); }

.content-accordion .handorgel__header__button {
  display: flex;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: var(--accordion-toggler-font-size);
  cursor: pointer;
  background: var(--accordion-toggler-background);
  color: var(--accordion-toggler-color);
  padding: var(--accordion-toggler-spacing);
  border: var(--accordion-toggler-border); }
  .content-accordion .handorgel__header__button:hover {
    color: var(--accordion-toggler-color-hover); }
  .content-accordion .handorgel__header__button:focus {
    outline: 0; }

.content-accordion .handorgel__content {
  background: var(--accordion-content-background);
  overflow: hidden; }
  .content-accordion .handorgel__content > div {
    padding: var(--accordion-content-spacing); }

.content-accordion {
  border-bottom: none; }
  .content-accordion .handorgel__header {
    border-bottom: 1px solid hsla(var(--color-default-hue), var(--color-default-sat), var(--color-default-luma), 0.8);
    margin-bottom: 0; }
    .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after {
      transform: rotate(180deg); }
    .content-accordion .handorgel__header .handorgel__header__button {
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s; }
      .content-accordion .handorgel__header .handorgel__header__button:after {
        content: "";
        background: url("../img/icons/arrow-down-gold-icon.svg") no-repeat;
        background-size: contain;
        width: 24px;
        height: 12px;
        transition: all 0.3s; }
  .content-accordion .handorgel__content {
    border-top: none; }

.ce_download,
.ce_downloads,
.content-download,
.content-downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon,
  .content-download .mime_icon,
  .content-downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a,
  .content-download a,
  .content-downloads a {
    display: inline-block;
    color: var(--download-link-color);
    -webkit-text-decoration: var(--download-link-decoration);
    text-decoration: var(--download-link-decoration); }

.ce_downloads ul,
.content-downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ce_downloads a,
.content-downloads a {
  text-decoration: none; }

.content-downloads ul {
  margin-left: 0; }
  .content-downloads ul li {
    text-indent: 0; }
    .content-downloads ul li:before {
      content: none; }

.content-downloads.presse-archiv ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0;
  gap: 10px; }
  @media screen and (min-width: 48em) {
    .content-downloads.presse-archiv ul {
      gap: 20px; } }
  .content-downloads.presse-archiv ul > li {
    display: flex;
    flex-flow: column;
    width: calc(50% - 5px);
    text-indent: 0;
    height: 100%; }
    @media screen and (min-width: 48em) {
      .content-downloads.presse-archiv ul > li {
        width: calc(25% - 20px); } }
    .content-downloads.presse-archiv ul > li:before {
      content: none; }
    .content-downloads.presse-archiv ul > li > a:before {
      margin-right: 5px;
      margin-bottom: 3px; }
    .content-downloads.presse-archiv ul > li figure {
      order: -1; }
      .content-downloads.presse-archiv ul > li figure a:before {
        content: none; }

table {
  margin-bottom: var(--base-spacing-unit);
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: var(--table-border-width) var(--table-border-style) var(--table-border-color);
  border-top: var(--table-border-width) var(--table-border-style) var(--table-border-color); }
  table th,
  table td {
    border-right: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    border-bottom: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    padding: 10px; }

thead {
  text-align: left;
  background: var(--table-background-light); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: var(--table-background-light); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

@media screen and (min-width: 58.75em) {
  .zimmer-theme table th,
  .zimmer-theme table td {
    padding: 20px; } }

table {
  border: none; }
  table caption {
    caption-side: bottom;
    padding: 20px 0;
    opacity: 0.8;
    font-size: 0.9em;
    text-align: center; }
  table th,
  table td {
    border-left: none;
    border-right: none;
    font-style: normal; }
    @media screen and (min-width: 58.75em) {
      table th,
      table td {
        padding: 10px 0; } }
  table thead,
  table tbody,
  table tfoot {
    align-items: center;
    font-variant-numeric: lining-nums;
    line-height: 1.2;
    border: 0 0 1px solid rgba(227, 215, 184, 0.3) 0; }
    @media screen and (min-width: 58.75em) {
      table thead,
      table tbody,
      table tfoot {
        padding: 25px 0; } }
    table thead th,
    table thead td,
    table tbody th,
    table tbody td,
    table tfoot th,
    table tfoot td {
      font-weight: 200; }
      table thead th:nth-child(2), table thead th:nth-child(3),
      table thead td:nth-child(2),
      table thead td:nth-child(3),
      table tbody th:nth-child(2),
      table tbody th:nth-child(3),
      table tbody td:nth-child(2),
      table tbody td:nth-child(3),
      table tfoot th:nth-child(2),
      table tfoot th:nth-child(3),
      table tfoot td:nth-child(2),
      table tfoot td:nth-child(3) {
        text-align: center; }
    table thead span,
    table tbody span,
    table tfoot span {
      font-family: var(--base-font-family);
      font-size: 14px;
      color: #fff;
      opacity: 0.8; }
      @media screen and (min-width: 58.75em) {
        table thead span,
        table tbody span,
        table tfoot span {
          font-size: 16px; } }
  table tbody tr td:last-child {
    text-align: right; }
  table tbody tr td span {
    font-family: var(--base-font-family); }
    table tbody tr td span.price {
      font-family: var(--headings-font-family);
      font-size: 1.25em;
      color: var(--color-default); }
      @media screen and (min-width: 58.75em) {
        table tbody tr td span.price {
          font-size: 1.5em; } }
  table thead,
  table tfoot {
    -webkit-hyphens: none;
    hyphens: none;
    color: var(--color-default);
    font-family: var(--headings-font-family);
    font-size: 1.25em; }
    @media screen and (min-width: 58.75em) {
      table thead,
      table tfoot {
        font-size: 1.5em; } }
  table tfoot {
    margin-top: 1.35em; }
    table tfoot tr:last-child td {
      border-bottom: none; }
  table .check-icon::before {
    filter: brightness(10); }

@media screen and (min-width: 58.75em) {
  .pricing table thead th:first-child {
    width: 60%; } }

.newsletter-subscribe,
.newsletter-unsubscribe {
  margin-bottom: var(--base-spacing-unit); }
  .newsletter-subscribe .formbody,
  .newsletter-unsubscribe .formbody {
    display: flex;
    flex-flow: row wrap; }
  .newsletter-subscribe .text,
  .newsletter-subscribe .widget-text,
  .newsletter-unsubscribe .text,
  .newsletter-unsubscribe .widget-text {
    margin-bottom: 0;
    display: inline-block;
    flex: 1; }
  .newsletter-subscribe .error,
  .newsletter-unsubscribe .error {
    margin-bottom: 0;
    flex: 1 100%;
    font-weight: 700; }
  .newsletter-subscribe .widget-captcha,
  .newsletter-unsubscribe .widget-captcha {
    order: -1;
    width: 100%;
    margin-bottom: var(--base-spacing-unit); }
  .newsletter-subscribe .widget-checkbox,
  .newsletter-unsubscribe .widget-checkbox {
    order: 1;
    width: 100%; }
  .newsletter-subscribe .submit,
  .newsletter-unsubscribe .submit {
    margin-left: var(--base-spacing-unit-xs); }

.newsletter-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.newsletter-list a {
  text-decoration: none; }

.newsletter-list li {
  border-bottom: var(--newsletter-list-border);
  padding-top: var(--base-spacing-unit);
  padding-bottom: var(--base-spacing-unit);
  display: block; }
  .newsletter-list li:first-of-type {
    border-top: var(--newsletter-list-border); }
  @media screen and (min-width: 34.375em) {
    .newsletter-list li {
      font-size: var(--h4-font-size);
      line-height: var(--h4-line-height); } }
  @media screen and (min-width: 48em) {
    .newsletter-list li {
      font-size: var(--h3-font-size);
      line-height: var(--h3-line-height); } }
  .newsletter-list li a:hover {
    opacity: 0.5; }

.newsletter-reader {
  max-width: var(--newsletter-reader-width);
  margin-left: auto;
  margin-right: auto;
  border: var(--newsletter-reader-border);
  padding: 0 var(--base-spacing-unit); }

.faq-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.faq-list a {
  text-decoration: none; }

.faq-list > ul {
  margin-top: 2rem; }

.faq-list li {
  margin-bottom: var(--base-spacing-unit-sm); }

.faq-list li a {
  display: inline-block; }

.faq-list > h1, .faq-list > h2, .faq-list > h3, .faq-list > h4, .faq-list > h5, .faq-list > h6 {
  margin-bottom: 0; }
  .faq-list > h1:after, .faq-list > h2:after, .faq-list > h3:after, .faq-list > h4:after, .faq-list > h5:after, .faq-list > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-list article > h1, .faq-list article > h2, .faq-list article > h3, .faq-list article > h4, .faq-list article > h5, .faq-list article > h6 {
  margin-bottom: 0; }
  .faq-list article > h1:after, .faq-list article > h2:after, .faq-list article > h3:after, .faq-list article > h4:after, .faq-list article > h5:after, .faq-list article > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page > h1, .faq-page > h2, .faq-page > h3, .faq-page > h4, .faq-page > h5, .faq-page > h6 {
  margin-bottom: 0; }
  .faq-page > h1:after, .faq-page > h2:after, .faq-page > h3:after, .faq-page > h4:after, .faq-page > h5:after, .faq-page > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page article > h1, .faq-page article > h2, .faq-page article > h3, .faq-page article > h4, .faq-page article > h5, .faq-page article > h6 {
  margin-bottom: 0; }
  .faq-page article > h1:after, .faq-page article > h2:after, .faq-page article > h3:after, .faq-page article > h4:after, .faq-page article > h5:after, .faq-page article > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page .info {
  font-size: 0.875rem;
  margin-top: var(--base-spacing-unit);
  opacity: 0.5; }

.faq-page section {
  padding: var(--base-spacing-unit) 0;
  border-bottom: var(--faq-border); }
  .faq-page section.last {
    margin-bottom: var(--base-spacing-unit); }

.faq-reader .info {
  font-size: 0.875rem;
  margin-top: var(--base-spacing-unit);
  opacity: 0.5; }

.ce_comments {
  overflow: visible; }
  .ce_comments .widget {
    margin-bottom: var(--base-spacing-unit); }
  .ce_comments p.error {
    margin-bottom: 0;
    color: var(--color-error); }
  .ce_comments .error {
    border-color: var(--color-error-light); }

.comment_default {
  padding: var(--base-spacing-unit);
  margin-bottom: var(--base-spacing-unit);
  border: var(--base-border); }
  .comment_default .info {
    padding-bottom: var(--base-spacing-unit);
    border-bottom: var(--base-border); }
  .comment_default.last {
    margin-bottom: var(--base-spacing-unit-lg); }

.search .formbody {
  display: flex;
  flex-flow: row wrap; }

.search .widget-text {
  margin-bottom: var(--base-spacing-unit-sm);
  display: inline-block;
  flex: 1; }

.search .widget-text label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.search .widget-submit {
  margin-bottom: var(--base-spacing-unit-sm);
  margin-left: var(--base-spacing-unit-xs);
  align-self: flex-end; }
  .search .widget-submit .submit {
    margin-left: 0; }

.search .relevance {
  color: var(--search-relevance-color); }

.search .context {
  margin-bottom: var(--base-spacing-unit-xs); }

.search .highlight, .search a.btn--primary.highlight a, a.btn--primary.highlight .search a,
.search span.btn--primary.highlight a, span.btn--primary.highlight .search a,
.search button.btn--primary.highlight a, button.btn--primary.highlight .search a,
.search .content-hyperlink.btn--primary.highlight a, .content-hyperlink.btn--primary.highlight .search a, .search #booking-section .be-panel #wis2-panel .wis2-button, #booking-section .be-panel #wis2-panel .search .wis2-button {
  font-weight: bold; }

.search .url {
  color: var(--search-url-color); }

/*************************************

HERO SECTION

*************************************/
#start:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--color-page-background) 80%, transparent 20%) color-mix(in srgb, var(--color-page-background) 40%, transparent) 37%, color-mix(in srgb, var(--color-page-background) 0%, transparent) 100, color-mix(in srgb, var(--color-page-background) 100%, transparent) 100%); }

.no-img-hero .mod_article:first-child {
  margin-top: 100px; }

#hero {
  overflow: visible; }

.hero {
  display: grid;
  align-items: center;
  overflow: hidden; }
  @media screen and (min-width: 58.75em) {
    .hero {
      min-height: 400px; } }
  @media screen and (min-width: 58.75em) {
    .hero {
      height: 100vh;
      height: 100dvh;
      min-height: -moz-fit-content;
      min-height: fit-content; } }
  .hero > .inside {
    align-items: center; }
    @media screen and (min-width: 58.75em) {
      .hero > .inside {
        max-width: 90vw; } }
  .hero figure.image_container {
    z-index: -1; }
    @media screen and (min-width: 58.75em) {
      .hero figure.image_container {
        position: absolute;
        inset: 0; } }
    .hero figure.image_container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: bottom;
      object-position: bottom; }
    .hero figure.image_container:before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(255, 35, 35, 0.2);
      background: linear-gradient(180deg, color-mix(in srgb, var(--color-gradient) 30%, transparent) 0%, color-mix(in srgb, var(--color-gradient) 10%, transparent) 35%, color-mix(in srgb, var(--color-gradient) 0%, transparent) 40%, color-mix(in srgb, var(--color-gradient) 0%, transparent) 100%); }
    @media screen and (min-width: 58.75em) {
      .hero figure.image_container:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 65%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
        pointer-events: none; } }
  .hero .hero-box {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-top: 2rem; }
    @media screen and (min-width: 58.75em) {
      .hero .hero-box {
        padding: 7em 0;
        justify-content: center; } }
    @media screen and (min-width: 120em) {
      .hero .hero-box {
        padding: 7em 5em; } }
    .hero .hero-box .hero-title {
      color: var(--color-default);
      font-size: clamp(40px, 8vw, 100px);
      margin-bottom: 0.25em; }
      .hero .hero-box .hero-title:first-line {
        color: var(--color-gray-dark); }
        @media screen and (min-width: 58.75em) {
          .hero .hero-box .hero-title:first-line {
            color: var(--color-default); } }
      @media screen and (min-width: 58.75em) {
        .hero .hero-box .hero-title {
          color: var(--color-page-background);
          margin-bottom: 0; } }
    .hero .hero-box .hero-text {
      color: var(--color-gray-dark); }
      @media screen and (min-width: 68.75em) {
        .hero .hero-box .hero-text {
          max-width: 65%; } }
      @media screen and (min-width: 58.75em) {
        .hero .hero-box .hero-text {
          color: var(--color-page-background);
          max-width: 50%; } }
      @media screen and (min-width: 58.75em) {
        .hero .hero-box .hero-text {
          max-width: 30em; } }
  .hero:after {
    content: none; }

.checker {
  position: absolute;
  right: 0;
  bottom: -4px;
  display: none;
  margin: 0;
  z-index: 10; }
  .checker img {
    height: auto;
    width: 30vw;
    max-width: 500px; }
  @media screen and (min-width: 58.75em) {
    .checker {
      display: block; } }

/*************************************

ANIMATIONS MODUL STYLESHEET

*************************************/
/* Add your custom styles here */
/* Keyframe animation for the slide effect */
@keyframes slideEffect {
  0% {
    /* Initial position, adjust as needed */
    opacity: 1; }
  100% {
    /* Final position, adjust as needed */
    opacity: 0; } }

.zoom {
  animation: scale 40s linear infinite; }

@keyframes scale {
  50% {
    transform: scale(1.13); } }

@keyframes scrollHorizontal {
  to {
    transform: translate(calc(-50% - 1em)); } }

.scroller[data-animated="true"] {
  margin: 0 auto;
  overflow: hidden; }
  .scroller[data-animated="true"] .scroller__inner {
    flex-wrap: nowrap;
    animation: scrollHorizontal 15s linear infinite; }

#laufband-section {
  overflow: hidden; }

.scroller {
  margin: 100px auto 0;
  width: -moz-max-content;
  width: max-content; }
  .scroller .scroller__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4em;
    min-width: 200%;
    animation: scrollHorizontal 15s linear infinite; }
    .scroller .scroller__inner:hover {
      animation-play-state: paused; }
  .scroller .content-hyperlink img,
  .scroller .content-image img {
    width: 5em;
    transition: all 0.3s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1000; }

.marquee {
  --marquee-item-height: 100px;
  --marquee-item-offset: 100px;
  position: relative;
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  margin-bottom: 0;
  max-inline-size: var(--marquee-max-width);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
  overflow: hidden; }
  .marquee:hover .marquee__item {
    animation-play-state: paused; }

.marquee--8 {
  --marquee-item-width: 80px;
  --marquee-item-height: 80px;
  --marquee-duration: 26s;
  --marquee-items: 8; }
  @media screen and (min-width: 48em) {
    .marquee--8 {
      --marquee-item-width: 100px;
      --marquee-item-height: 100px;
      --marquee-duration: 36s; } }

.marquee--3 {
  --marquee-item-width: 150px;
  --marquee-item-height: 150px;
  --marquee-duration: 24s;
  --marquee-items: 3; }

.marquee--6 {
  --marquee-item-width: 166px;
  --marquee-item-height: 100px;
  --marquee-duration: 32s;
  --marquee-items: 6; }

.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(
    var(--marquee-duration) / var(--marquee-items) *
      (var(--marquee-items) - var(--marquee-item-index)) * -1
  );
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  max-width: var(--marquee-item-width);
  height: var(--marquee-item-height);
  width: var(--marquee-item-width);
  transform: translateX(-50%);
  padding-right: 10px;
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite; }
  .marquee__item.familien_ferien {
    padding-right: 0; }
  .marquee__item.falstaff {
    padding-right: 0;
    padding-top: 10px; }
  @media screen and (min-width: 58.75em) {
    .marquee__item {
      padding-right: 0; }
      .marquee__item.familien_ferien {
        padding-right: 10px;
        max-width: 150px;
        width: 150px;
        height: 100px; }
        .marquee__item.familien_ferien img {
          width: 150px;
          height: 100px;
          -o-object-fit: contain;
          object-fit: contain; }
      .marquee__item.falstaff {
        padding-top: 0;
        padding-right: 10px;
        max-width: 150px;
        width: 120px;
        height: 120px; }
        .marquee__item.falstaff img {
          width: 120px;
          height: 120px;
          -o-object-fit: contain;
          object-fit: contain; } }

.marquee__item:nth-child(4n) {
  border-top-right-radius: 1rem; }

.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 1rem; }

.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 1rem; }

.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 1rem; }

.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1; }

.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2; }

.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3; }

.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4; }

.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5; }

.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6; }

.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7; }

.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8; }

.marquee--3 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1; }

.marquee--3 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2; }

.marquee--3 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3; }

.marquee--6 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1; }

.marquee--6 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2; }

.marquee--6 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3; }

.marquee--6 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4; }

.marquee--6 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5; }

.marquee--6 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6; }

@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1); } }

/*************************************

MODAL MODUL STYLESHEET

*************************************/
html.modal-open,
body.modal-open {
  overflow: hidden !important; }

.blocker {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 9999999999 !important;
  padding-right: 10px; }
  @media screen and (min-width: 58.75em) {
    .blocker {
      z-index: 99999 !important; } }

.modal {
  max-width: 750px;
  padding: 0;
  margin-top: 50px;
  background-color: var(--color-page-background);
  box-shadow: none; }
  @media screen and (min-width: 68.75em) {
    .modal {
      border-radius: 0;
      max-width: 1000px; } }
  .modal > div:first-child,
  .modal > figure:first-child,
  .modal > form:first-child {
    height: 85vh;
    height: 85svh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    /* Ensure smooth scrolling on iOS */
    padding: 10px 15px; }
    @media screen and (min-width: 68.75em) {
      .modal > div:first-child,
      .modal > figure:first-child,
      .modal > form:first-child {
        padding: 25px 50px;
        height: 80vh;
        height: 80svh; } }
  .modal > h2:first-child,
  .modal > h3:first-child {
    padding: 10px 15px; }
    @media screen and (min-width: 68.75em) {
      .modal > h2:first-child,
      .modal > h3:first-child {
        padding: 25px 50px; } }
  .modal a.close-modal {
    top: 10px;
    right: 10px; }
  .modal h2 {
    text-transform: none; }
  .modal > figure {
    margin-bottom: 0.5em; }
  .modal.check-list ul {
    max-width: none; }
    .modal.check-list ul li {
      padding: 5px 0; }
  .modal form {
    padding: 0 25px; }
    @media screen and (min-width: 58.75em) {
      .modal form {
        padding: 0 50px; } }
  .modal a.close-modal {
    top: -40px;
    right: 0;
    background: url("../img/icons/close-icon.svg") no-repeat;
    background-size: contain; }
  .modal.with-img {
    padding: 0;
    max-width: 1700px;
    height: 85vh;
    height: 85svh;
    overflow-y: auto; }
    @media screen and (min-width: 58.75em) {
      .modal.with-img {
        margin: 30px 0 0; } }
    @media only screen and (min-width: 2400px) {
      .modal.with-img {
        height: 60vh; } }
    .modal.with-img figure {
      height: auto; }
      .modal.with-img figure + .rte {
        padding-top: 0; }
    .modal.with-img a.close-modal {
      top: 15px;
      right: 15px;
      background: url("../img/icons/close-icon.svg") no-repeat;
      background-size: contain;
      z-index: 10; }
      .modal.with-img a.close-modal:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.35);
        display: block;
        position: absolute;
        inset: -10px;
        z-index: 1; }
    .modal.with-img figure {
      padding: 0; }
      @media screen and (min-width: 58.75em) {
        .modal.with-img figure {
          width: 50%;
          float: left;
          height: 100%;
          margin-bottom: 0; }
          .modal.with-img figure picture {
            height: 100%; }
          .modal.with-img figure img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
    .modal.with-img .rte {
      padding: 1.5em 1.5em 2em;
      border-radius: 0;
      overflow-y: auto; }
      @media screen and (min-width: 58.75em) {
        .modal.with-img .rte {
          width: 50%;
          float: left;
          height: 100%; } }
      @media screen and (min-width: 68.75em) {
        .modal.with-img .rte {
          padding: 25px 50px;
          border-radius: 0;
          max-width: 1300px; } }
  .modal.only-img {
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-width: 1200px;
    padding: 0;
    background: transparent;
    margin: 0;
    width: 100%; }
    .modal.only-img figure {
      margin-bottom: 0; }
    .modal.only-img a.close-modal {
      top: -30px;
      right: 20px;
      z-index: 10; }
      .modal.only-img a.close-modal:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.35);
        display: block;
        position: absolute;
        inset: -10px;
        z-index: 1; }

/*************************************

WIDGETS MODUL STYLESHEET

*************************************/
/* ----------------------------------- *
 * Fixed Widget Right 
 * ----------------------------------- */
.ds-wrapper {
  z-index: 11000 !important; }

#eighty_close_welcome_widget {
  display: none !important; }

/*************************************

CARDS MODULE

*************************************/
.simpleParallax {
  height: 100%; }

:root {
  --padding-card: 25px; }
  @media screen and (min-width: 68.75em) {
    :root {
      --padding-card: 40px; } }

.card-team {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
  margin-right: 1em; }
  @media screen and (min-width: 34.375em) {
    .card-team {
      display: grid;
      grid-template-columns: 4fr 5fr;
      gap: 4em 1em; } }
  @media screen and (max-width: 47.99875em) {
    .card-team .img-wrap {
      margin-bottom: 0.5em; } }
  .card-team .description-wrap {
    display: flex;
    flex-direction: column; }
    .card-team .description-wrap h3 {
      margin: 0;
      line-height: 1;
      font-size: 2.35rem;
      color: var(--color-default); }
      .card-team .description-wrap h3 ::first-line {
        color: var(--color-gray-dark); }
    .card-team .description-wrap .description-job {
      font-size: 0.9rem;
      opacity: 0.7; }
    .card-team .description-wrap a {
      margin-top: 0.25em;
      font-size: 0.95em; }
    .card-team .description-wrap .mail-link {
      width: 100%; }
    .card-team .description-wrap .btn {
      max-width: 170px; }

/*************************************

FULLSCREEN SECTION

*************************************/
.darktext .cta-fullwidth:before {
  inset: 0; }
  @media screen and (min-width: 58.75em) {
    .darktext .cta-fullwidth:before {
      inset: 0 0 60% 0; } }

@media screen and (min-width: 58.75em) {
  .darktext .cta-fullwidth h2,
  .darktext .cta-fullwidth .text-wrapper {
    color: var(--color-text--inverted); } }

.darktext .cta-fullwidth figure {
  z-index: -2;
  margin-bottom: -30px; }
  @media screen and (min-width: 58.75em) {
    .darktext .cta-fullwidth figure {
      margin-bottom: 0; } }
  @media screen and (min-width: 58.75em) {
    .darktext .cta-fullwidth figure:before {
      content: "";
      position: absolute;
      inset: 0 30% 0 0;
      background: linear-gradient(90deg, white, transparent); } }

@media screen and (min-width: 58.75em) {
  .darktext .cta-fullwidth a {
    border-color: var(--color-text--inverted);
    color: var(--color-text--inverted); }
    .darktext .cta-fullwidth a:after {
      filter: none; } }

.cta-fullwidth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  min-height: 450px; }
  @media screen and (min-width: 58.75em) {
    .cta-fullwidth {
      height: 100vh;
      min-height: 500px; } }
  .cta-fullwidth h2 {
    font-size: clamp(30px, 8vw, 85px);
    color: var(--color-text);
    -webkit-hyphens: none;
    hyphens: none; }
  .cta-fullwidth:before {
    content: "";
    background: linear-gradient(180deg, transparent -20%, var(--color-page-background));
    position: absolute;
    inset: 0;
    z-index: -1; }
    @media screen and (min-width: 58.75em) {
      .cta-fullwidth:before {
        inset: 0 0 30% 0;
        background: linear-gradient(180deg, var(--color-page-background), transparent); } }
  .cta-fullwidth > figure {
    position: absolute;
    inset: 0;
    z-index: -2; }
    @media screen and (min-width: 58.75em) {
      .cta-fullwidth > figure:before {
        content: "";
        position: absolute;
        inset: 0 50% 0 0;
        background: linear-gradient(90deg, var(--color-page-background), transparent); } }
    .cta-fullwidth > figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  @media screen and (min-width: 120em) {
    .cta-fullwidth .description {
      max-width: 45vw; } }
  .cta-fullwidth .description .text-wrapper {
    max-width: 60vw; }
    @media screen and (min-width: 58.75em) {
      .cta-fullwidth .description .text-wrapper {
        max-width: 700px; } }

/*************************************

MEGAMENÜ MODUL STYLESHEET

*************************************/
#megamenu-section {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--color-page-background);
  height: calc(100vh - $headerHeightMobile);
  height: calc(100svh - $headerHeightMobile);
  min-height: auto;
  margin-top: 140px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-20%);
  transition: all 0.3s;
  overflow-x: hidden;
  z-index: 10000; }
  @media screen and (min-width: 58.75em) {
    #megamenu-section {
      display: block; } }
  @media screen and (min-width: 68.75em) {
    #megamenu-section {
      height: calc(100vh - $headerHeight);
      height: calc(100svh - $headerHeight);
      margin-top: 170px; } }
  #megamenu-section.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  #megamenu-section > .inside {
    display: grid;
    height: 100%;
    grid-template-rows: 3fr 0.5fr;
    align-items: center;
    max-width: 1650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--base-spacing-unit);
    padding-right: var(--base-spacing-unit); }
    @media screen and (min-width: 120em) {
      #megamenu-section > .inside {
        grid-template-rows: 3fr 0.5fr;
        padding-left: var(--base-spacing-unit-xl);
        padding-right: var(--base-spacing-unit-xl); } }
    #megamenu-section > .inside .grid-container {
      display: flex;
      flex-flow: column; }
      @media screen and (min-width: 48em) {
        #megamenu-section > .inside .grid-container {
          display: grid;
          gap: 50px;
          grid-template-columns: 2fr 1fr;
          align-items: flex-start;
          padding-top: 1em; } }
      @media screen and (min-width: 68.75em) {
        #megamenu-section > .inside .grid-container {
          gap: 150px; } }
    #megamenu-section > .inside .mega-bottom {
      position: relative;
      display: flex;
      gap: 15px;
      font-size: 16px;
      align-items: center;
      font-weight: 200;
      font-variation-settings: "wght" 200;
      height: 100%; }
      @media screen and (min-width: 58.75em) {
        #megamenu-section > .inside .mega-bottom {
          gap: 10px; } }
      @media screen and (min-width: 120em) {
        #megamenu-section > .inside .mega-bottom {
          font-size: 18px; } }
      #megamenu-section > .inside .mega-bottom img {
        height: 25px; }

#main-menu {
  align-self: baseline;
  margin-bottom: 20px; }
  #main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #main-menu ul li {
      border-bottom: none;
      text-indent: 0;
      text-align: left; }
      #main-menu ul li:before {
        content: none; }
      #main-menu ul li a {
        color: var(--color-text); }
      #main-menu ul li strong {
        color: var(--color-highlight); }
  #main-menu ul.level_1 > li {
    display: none;
    padding: 1em 0 1.5em;
    border-bottom: 1px solid hsla(var(--color-default-hue), var(--color-default-sat), var(--color-default-luma), 0.5); }
    #main-menu ul.level_1 > li:last-child {
      border-bottom: none; }
    #main-menu ul.level_1 > li.main-page {
      display: block; }
    #main-menu ul.level_1 > li > a,
    #main-menu ul.level_1 > li > strong {
      font-family: var(--headings-font-family);
      font-size: clamp(35px, 2vw, 50px);
      font-weight: 400;
      color: var(--links-color);
      text-decoration: none;
      line-height: 1;
      pointer-events: none;
      padding: 0; }
      #main-menu ul.level_1 > li > a > span,
      #main-menu ul.level_1 > li > strong > span {
        text-transform: uppercase;
        font-size: 16px;
        font-family: var(--base-font-family);
        margin-left: 10px; }
      #main-menu ul.level_1 > li > a:after,
      #main-menu ul.level_1 > li > strong:after {
        content: none; }
    #main-menu ul.level_1 > li > a:hover {
      color: var(--color-highlight); }
    #main-menu ul.level_1 > li.trail.forward > strong {
      color: var(--color-highlight); }
    #main-menu ul.level_1 > li ul.level_2 {
      display: flex;
      -moz-column-gap: 20px;
      column-gap: 20px;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: -15px; }
      #main-menu ul.level_1 > li ul.level_2 li {
        position: relative; }
        #main-menu ul.level_1 > li ul.level_2 li:not(:last-child):after {
          content: "·";
          position: absolute;
          top: 50%;
          right: -11px;
          transform: translateY(-45%); }
        #main-menu ul.level_1 > li ul.level_2 li a,
        #main-menu ul.level_1 > li ul.level_2 li strong {
          display: inline-block;
          font-size: 16px;
          padding: 0;
          font-weight: 200;
          font-variation-settings: "wght" 200;
          text-decoration: none; }
          @media only screen and (min-width: 1400px) {
            #main-menu ul.level_1 > li ul.level_2 li a,
            #main-menu ul.level_1 > li ul.level_2 li strong {
              font-size: 18px; } }
        #main-menu ul.level_1 > li ul.level_2 li a {
          position: relative;
          text-decoration: none; }
          @media screen and (max-width: 58.74875em) {
            #main-menu ul.level_1 > li ul.level_2 li a {
              width: 100%; } }
        #main-menu ul.level_1 > li ul.level_2 li strong {
          display: inline-block;
          color: var(--color-highlight);
          text-decoration: none;
          transition: all 0.3s; }
          #main-menu ul.level_1 > li ul.level_2 li strong:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            margin-top: 0;
            background-color: var(--color-highlight);
            opacity: 1; }

.submenu-wrapper {
  display: flex;
  flex-flow: column;
  margin-bottom: 50px; }
  .submenu-wrapper .mega-bottom {
    padding-bottom: 20px; }

#sub-menu > ul > li.kontakt {
  margin-top: 2em; }

#sub-menu > ul > li.hotel {
  margin-top: 2em; }

#sub-menu > ul > li > a,
#sub-menu > ul > li > strong {
  text-decoration: none;
  font-weight: 400;
  font-family: var(--headings-font-family);
  font-size: 1.25em; }

#sub-menu > ul > li > ul > li > a,
#sub-menu > ul > li > ul > li > strong {
  text-decoration: none;
  font-weight: 200; }

#sub-menu {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 0; }
  #sub-menu .navbar-toggler {
    display: none; }
  #sub-menu .navbar-collapse {
    display: block; }
  #sub-menu ul {
    margin: 0 0 30px 0;
    padding: 0; }
    #sub-menu ul li {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      transition: border 0.3s;
      text-indent: 0; }
      #sub-menu ul li:before {
        content: none; }
      #sub-menu ul li a,
      #sub-menu ul li strong {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 2px 0; }
      #sub-menu ul li strong {
        color: var(--color-highlight); }
      #sub-menu ul li .forward,
      #sub-menu ul li .active,
      #sub-menu ul li .trail {
        color: var(--color-highlight);
        opacity: 1; }
        #sub-menu ul li .forward:after,
        #sub-menu ul li .active:after,
        #sub-menu ul li .trail:after {
          opacity: 1;
          width: 100%; }
      #sub-menu ul li .open_subnav {
        position: absolute;
        font-size: 2rem;
        text-align: right;
        color: var(--color-highlight);
        width: 100%;
        height: auto;
        right: 0;
        top: 0;
        cursor: pointer;
        line-height: 1.5; }
        #sub-menu ul li .open_subnav i:before {
          transition: transform 0.3s; }
      #sub-menu ul li.open .open_subnav i:before {
        transform: scaleY(-1);
        margin-bottom: 5px; }
  #sub-menu ul.level_1 > li.main-page {
    display: none; }
  #sub-menu ul.level_1 > li.open.open_subnav2 i:before {
    transform: scaleY(-1); }
  #sub-menu ul.level_1 > li.open ul {
    opacity: 1; }
  #sub-menu ul.level_1 > li > a,
  #sub-menu ul.level_1 > li > strong {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid hsla(var(--color-default-hue), var(--color-default-sat), var(--color-default-luma), 0.5);
    max-width: none; }
    #sub-menu ul.level_1 > li > a:after,
    #sub-menu ul.level_1 > li > strong:after {
      content: none; }
    #sub-menu ul.level_1 > li > a:hover,
    #sub-menu ul.level_1 > li > strong:hover {
      color: var(--color-highlight);
      border-bottom: 1px solid var(--color-highlight); }
  #sub-menu ul.level_1 > li > strong {
    color: var(--color-highlight);
    border-bottom: 1px solid var(--color-highlight); }
  #sub-menu ul.level_2 {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease; }
    #sub-menu ul.level_2 li:first-child {
      padding-top: 5px; }
    #sub-menu ul.level_2 li a {
      color: #fff; }
    @media screen and (min-width: 58.75em) {
      #sub-menu ul.level_2 li a,
      #sub-menu ul.level_2 li strong {
        font-size: 16px; } }
    @media only screen and (min-width: 1400px) {
      #sub-menu ul.level_2 li a,
      #sub-menu ul.level_2 li strong {
        font-size: 18px; } }
    #sub-menu ul.level_2 li .open_subnav2 {
      position: absolute;
      font-size: 2rem;
      text-align: center;
      color: var(--color-highlight);
      width: 1.2em;
      height: 1.4em;
      right: -3px;
      top: 0;
      line-height: 1.5;
      cursor: pointer; }
      #sub-menu ul.level_2 li .open_subnav2 i:before {
        transition: transform 0.3s; }
    #sub-menu ul.level_2 li.open .open_subnav2 i {
      transform: scaleY(-1); }

/*************************************

DRAGGABLE MODUL STYLESHEET

*************************************/
.draggable-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab; }
  .draggable-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--color-page-background) 0%, transparent 10%, transparent 50%, transparent 90%, var(--color-page-background) 100%);
    z-index: 1; }

.draggable {
  display: flex;
  transition: transform 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 5vw;
  padding: 0 5vw; }

.draggable-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 90%;
  gap: 15px;
  padding: 10px; }
  @media screen and (min-width: 58.75em) {
    .draggable-wrap {
      min-width: 65%;
      flex-wrap: nowrap; } }
  .draggable-wrap figure {
    order: 1; }
  @media screen and (min-width: 58.75em) {
    .draggable-wrap .rte {
      max-width: 50%; } }

/*************************************

HERO SECTION

*************************************/
.fullwidth-slider {
  height: 50vh;
  height: 50svh;
  min-height: 500px; }
  @media screen and (min-width: 68.75em) {
    .fullwidth-slider {
      height: 80vh;
      height: 80svh; } }
  .fullwidth-slider > .slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
    .fullwidth-slider > .slide.active {
      opacity: 1;
      visibility: visible; }
  .fullwidth-slider .bg-container figure {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .fullwidth-slider .bg-container figure:before {
      content: "";
      position: absolute;
      inset: 0 0 0 0;
      background: linear-gradient(180deg, transparent, var(--color-page-background));
      opacity: 0.8; }
    .fullwidth-slider .bg-container figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .fullwidth-slider .slide-text {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides);
    margin-bottom: 20px; }
    @media screen and (min-width: 68.75em) {
      .fullwidth-slider .slide-text {
        margin-bottom: 70px; } }
    .fullwidth-slider .slide-text h3 {
      color: #fff; }
    .fullwidth-slider .slide-text .text-wrapper {
      max-width: 500px; }
      @media screen and (min-width: 68.75em) {
        .fullwidth-slider .slide-text .text-wrapper {
          max-width: 615px; } }
  .fullwidth-slider .slide-buttons {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    z-index: 10; }
    @media screen and (min-width: 68.75em) {
      .fullwidth-slider .slide-buttons {
        width: auto;
        top: 50%;
        left: initial;
        right: 150px;
        flex-flow: column;
        gap: 75px;
        transform: translateY(-50%); } }
    .fullwidth-slider .slide-buttons button {
      position: relative;
      display: block;
      background: none;
      border: none;
      color: #f5f5f5;
      max-width: 100px;
      font-size: clamp(20px, 6vw, 30px);
      padding: 0;
      text-align: right;
      line-height: 1.5; }
      @media screen and (min-width: 68.75em) {
        .fullwidth-slider .slide-buttons button {
          max-width: none; } }
      @media screen and (min-width: 120em) {
        .fullwidth-slider .slide-buttons button {
          font-size: clamp(20px, 8vw, 35px); } }
      .fullwidth-slider .slide-buttons button .button-text {
        display: none;
        line-height: 1;
        font-family: var(--headings-font-family);
        opacity: 0;
        transition: all 0.3s; }
        @media screen and (min-width: 68.75em) {
          .fullwidth-slider .slide-buttons button .button-text {
            display: block;
            font-size: 25px; } }
      .fullwidth-slider .slide-buttons button .button-circle {
        width: 115px;
        height: 113px;
        transform: translateY(-50%);
        transition: transform 0.6s ease; }
        @media screen and (min-width: 68.75em) {
          .fullwidth-slider .slide-buttons button .button-circle {
            position: absolute;
            top: 50%;
            right: -60px;
            /* Adjust based on your button size */ } }
        .fullwidth-slider .slide-buttons button .button-circle .circular-chart {
          width: 100%;
          height: 100%; }
          .fullwidth-slider .slide-buttons button .button-circle .circular-chart .circle {
            fill: none;
            stroke: #fff;
            stroke-width: 0.5;
            stroke-linecap: round;
            stroke-dasharray: 100, 100;
            transition: stroke-dasharray 0.6s ease; }
      .fullwidth-slider .slide-buttons button:hover .button-text, .fullwidth-slider .slide-buttons button.active .button-text {
        opacity: 1; }
      .fullwidth-slider .slide-buttons button:hover .button-circle .circular-chart .circle, .fullwidth-slider .slide-buttons button.active .button-circle .circular-chart .circle {
        stroke-dasharray: 50, 100;
        /* Half circle (50%) when active */ }
  .fullwidth-slider .slide-link {
    margin-top: 20px; }

/*************************************

GSAP MODULES

*************************************/
/************************************* 
HISTORIE HORIZONTAL SCROLL *************************************/
.historie-wrapper {
  padding: 0 var(--base-spacing-unit); }
  .historie-wrapper .start-historie figure {
    display: none; }

@media screen and (min-width: 58.75em) {
  .historie-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /* Horizontal layout without wrapping */
    height: 100vh;
    /* Full viewport height */
    padding: 0 var(--base-spacing-unit-lg); }
    .historie-wrapper .start-historie {
      align-self: center; }
      .historie-wrapper .start-historie figure {
        position: absolute;
        bottom: -150px;
        right: 200px; }
        .historie-wrapper .start-historie figure:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 100%;
          width: 400px;
          height: 1px;
          background: linear-gradient(90deg, white, transparent); }
    .historie-wrapper .historie-vollbild {
      position: relative;
      z-index: -1; }
      .historie-wrapper .historie-vollbild:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        right: 70%;
        background: linear-gradient(90deg, rgba(var(--color-page-background-rgb), 1) 0%, rgba(var(--color-page-background-rgb), 0.4) 30%, rgba(var(--color-page-background-rgb), 0) 100%);
        pointer-events: none;
        z-index: 1; }
  .section {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100vh;
    /* Full height for each section */
    flex: 0 0 auto;
    /* Ensure sections are sized based on their content */ }
    .section:not(:last-child) {
      padding-right: var(--base-spacing-unit-lg); }
    .section .text-wrap {
      display: flex;
      flex-flow: column;
      -moz-column-gap: 35px;
      column-gap: 35px;
      z-index: 1;
      max-width: 700px;
      padding: var(--base-spacing-unit-lg); }
      .section .text-wrap.first {
        height: 100%; }
        .section .text-wrap.first .card {
          height: 100%; }
          .section .text-wrap.first .card .description {
            margin-top: auto;
            margin-bottom: 70px; }
      .section .text-wrap.top {
        align-self: flex-start; } }
      @media screen and (min-width: 58.75em) and (min-width: 58.75em) {
        .section .text-wrap.top {
          margin-top: 100px; } }

@media screen and (min-width: 58.75em) {
      .section .text-wrap.bottom {
        align-self: flex-end; } }
      @media screen and (min-width: 58.75em) and (min-width: 58.75em) {
        .section .text-wrap.bottom {
          margin-bottom: 5vw; } }

@media screen and (min-width: 58.75em) {
      .section .text-wrap .card {
        overflow: visible; }
        .section .text-wrap .card .title-top {
          font-family: var(--headings-font-family-special);
          font-size: clamp(3vw, 8vw, 6vw);
          color: var(--color-default);
          margin-bottom: -3.5vw;
          margin-left: -3vw; }
        .section .text-wrap .card .description {
          max-width: 670px; }
      .section .text-wrap h2 {
        font-size: clamp(30px, 5vw, 100px);
        color: #fff; }
      .section .text-wrap:has(figure) {
        flex-flow: row;
        max-width: 1050px;
        padding: 0; }
        .section .text-wrap:has(figure) figure {
          flex: 1; }
        .section .text-wrap:has(figure) .rte {
          flex: 1; }
      .section .text-wrap h3 {
        margin-top: 0; }
  .historie .blue-listing figure + .rte,
  .historie .blue-listing figure + .description-wrap,
  .historie .blue-listing .bluelisting-swiper + .rte,
  .historie .blue-listing .bluelisting-swiper + .description-wrap {
    transform: none; }
  .historie .bluelisting-swiper {
    margin: 0 !important; }
  .historie .blue-listing {
    margin-bottom: 0 !important; }
    .historie .blue-listing .rte {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      background: none;
      margin-top: 0; }
    .historie .blue-listing figure,
    .historie .blue-listing .bluelisting-swiper {
      margin: 0;
      aspect-ratio: initial;
      height: auto; } }

/*************************************
FILTER MODULE STYLESHEET
*************************************/
.filter-wrapper {
  position: sticky;
  top: 0;
  background-color: var(--color-page-background);
  width: 100%;
  padding: 20px;
  margin-bottom: 2.5em;
  z-index: 100;
  overflow: visible;
  transition: all 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: var(--color-default) var(--color-page-background); }
  .filter-wrapper.is-fixed {
    top: 160px; }
  .filter-wrapper h4 {
    margin-top: 0; }
  .filter-wrapper .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-height: 110px; }
    @media screen and (min-width: 34.375em) {
      .filter-wrapper .filter-buttons {
        max-height: 140px; } }
    @media screen and (min-width: 68.75em) {
      .filter-wrapper .filter-buttons {
        max-height: none; } }
    .filter-wrapper .filter-buttons button {
      position: relative;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.25em;
      font-family: var(--headings-font-family);
      color: var(--color-default);
      min-width: -moz-fit-content;
      min-width: fit-content;
      padding: 5px 10px;
      transition: color 0.3s; }
      .filter-wrapper .filter-buttons button:last-child::after {
        content: none; }
      .filter-wrapper .filter-buttons button.active, .filter-wrapper .filter-buttons button:hover {
        color: var(--color-highlight); }
        .filter-wrapper .filter-buttons button.active:after, .filter-wrapper .filter-buttons button:hover:after {
          opacity: 1;
          width: 100%; }
  .filter-wrapper::-webkit-scrollbar {
    height: 8px; }
  .filter-wrapper::-webkit-scrollbar-track {
    background: var(--color-page-background); }
  .filter-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-default);
    border-radius: 4px;
    border: 2px solid var(--color-page-background); }
  .filter-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-highlight); }
  .filter-wrapper.booking {
    position: relative;
    padding: 10px 0;
    margin-bottom: 0.5em;
    z-index: 10000; }
    @media screen and (min-width: 58.75em) {
      .filter-wrapper.booking {
        position: sticky;
        top: 0; }
        .filter-wrapper.booking.is-fixed {
          top: 170px; } }
    .filter-wrapper.booking .filter-buttons {
      justify-content: space-between;
      -moz-column-gap: 1.33%;
      column-gap: 1.33%;
      overflow: visible; }
      @media screen and (min-width: 58.75em) {
        .filter-wrapper.booking .filter-buttons {
          -moz-column-gap: 3.33%;
          column-gap: 3.33%; } }
      .filter-wrapper.booking .filter-buttons button {
        width: 100%;
        font-family: inherit;
        font-size: inherit;
        text-align: inherit;
        padding: 5px;
        flex: 1; }
        .filter-wrapper.booking .filter-buttons button:after {
          content: none; }
      .filter-wrapper.booking .filter-buttons > .dropdown > button:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        background: url("../img/icons/arrow-down-icon.svg") no-repeat;
        background-size: contain;
        width: 10px;
        height: 6px;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%); }
        @media screen and (min-width: 34.375em) {
          .filter-wrapper.booking .filter-buttons > .dropdown > button:after {
            width: 20px;
            height: 15px; } }

.hidden {
  display: none; }

/* Dropdown styling */
.dropdown {
  position: relative;
  display: inline-block;
  flex: 1;
  border-bottom: 1px solid var(--color-default); }

.dropdown-menu {
  display: none;
  flex-flow: column;
  position: absolute;
  background-color: var(--color-page-background);
  border-bottom: 1px solid var(--color-default);
  width: 100%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-menu.show {
  display: flex; }

/*************************************

BOOKING SECTION

*************************************/
.start #booking-section {
  animation-delay: 1s; }

#booking-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
  z-index: 8000;
  transition: all 0.3s; }
  @media screen and (min-width: 58.75em) {
    #booking-section {
      bottom: 0; }
      #booking-section #wis2-panel {
        background: color-mix(in srgb, var(--color-page-background) 75%, transparent);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px); } }
  #booking-section.hide {
    bottom: -100px; }
  #booking-section .be-panel {
    position: relative; }
    #booking-section .be-panel #wis2-panel {
      background: none; }
      #booking-section .be-panel #wis2-panel .wis2-title {
        display: none; }
      #booking-section .be-panel #wis2-panel .wis2-label {
        display: none; }
      #booking-section .be-panel #wis2-panel .wis2-guarantee {
        width: auto; }
      #booking-section .be-panel #wis2-panel .wis2-panel {
        display: flex;
        align-items: center;
        font-size: 16px; }
        @media screen and (max-width: 68.74875em) {
          #booking-section .be-panel #wis2-panel .wis2-panel {
            padding-bottom: 0; } }
        #booking-section .be-panel #wis2-panel .wis2-panel .wis2-el {
          height: auto;
          padding: 10px; }
        #booking-section .be-panel #wis2-panel .wis2-panel .wis2-button-hld {
          text-align: center; }
          #booking-section .be-panel #wis2-panel .wis2-panel .wis2-button-hld > a {
            display: inline-block;
            margin: 0 auto;
            width: auto;
            padding: 8px 15px; }
      #booking-section .be-panel #wis2-panel .wis2-input {
        background: none;
        color: #fff;
        margin-left: 0;
        transition: all 0.3s; }
      #booking-section .be-panel #wis2-panel .wis2-button {
        border-radius: 50px;
        color: var(--color-page-background);
        font-size: 1em;
        font-weight: 400; }
        #booking-section .be-panel #wis2-panel .wis2-button:after {
          filter: none; }
      #booking-section .be-panel #wis2-panel .wis2-input-group {
        display: none; }
        @media screen and (min-width: 58.75em) {
          #booking-section .be-panel #wis2-panel .wis2-input-group {
            display: inline-block; } }
      #booking-section .be-panel #wis2-panel .wis2-guarantee-hld {
        order: 2;
        background-color: var(--color-page-background);
        filter: brightness(1.35);
        display: none;
        place-content: center;
        height: auto;
        font-family: var(--headings-font-family);
        text-align: center;
        animation: float 2.5s ease-in-out infinite;
        padding: 5px 10px; }
        @media screen and (min-width: 58.75em) {
          #booking-section .be-panel #wis2-panel .wis2-guarantee-hld {
            display: grid; } }
        #booking-section .be-panel #wis2-panel .wis2-guarantee-hld > div {
          padding: 0; }
          #booking-section .be-panel #wis2-panel .wis2-guarantee-hld > div i {
            position: relative;
            inset: initial;
            vertical-align: middle; }
        #booking-section .be-panel #wis2-panel .wis2-guarantee-hld:before {
          content: "";
          position: absolute;
          top: 46%;
          right: 100%;
          width: 0;
          height: 0;
          margin-right: -4px;
          border-top: 6px solid var(--color-page-background);
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          transform: rotate(90deg); }

@keyframes float {
  0%,
  100% {
    transform: translateX(0); }
  50% {
    transform: translateX(-7px); } }

/*************************************

BLUE LISTING SECTION

*************************************/
@media screen and (min-width: 58.75em) {
  .ce_rsce_bluelist.text-left .bluelisting-swiper {
    margin-right: initial;
    margin-left: -2.5em; }
  .ce_rsce_bluelist.text-left .description-wrap {
    order: -1; } }

.blue-listing {
  display: flex;
  flex-wrap: wrap;
  overflow: visible; }
  @media screen and (min-width: 58.75em) {
    .blue-listing {
      width: 100%; } }
  @media screen and (min-width: 58.75em) {
    .blue-listing + .blue-listing {
      margin-top: 150px; } }
  @media screen and (min-width: 58.75em) {
    .blue-listing {
      flex-wrap: nowrap; } }
  .blue-listing figcaption {
    left: 50%;
    transform: translateX(-50%);
    right: initial; }
  .blue-listing .bluelisting-swiper button {
    position: absolute;
    top: initial;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    padding: 30px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s; }
    @media screen and (min-width: 34.375em) {
      .blue-listing .bluelisting-swiper button {
        bottom: 50px; } }
    @media screen and (min-width: 58.75em) {
      .blue-listing .bluelisting-swiper button {
        padding: 40px; } }
    .blue-listing .bluelisting-swiper button:hover {
      transform: translate(-50%, -3px);
      background: rgba(0, 0, 0, 0.2); }
    .blue-listing .bluelisting-swiper button:after {
      font-size: 20px; }
      @media screen and (min-width: 58.75em) {
        .blue-listing .bluelisting-swiper button:after {
          font-size: 30px; } }
  .blue-listing .bluelisting-swiper figure {
    height: 100%; }
  .blue-listing .bluelisting-swiper .swiper-button-prev {
    margin-left: -35px; }
    @media screen and (min-width: 58.75em) {
      .blue-listing .bluelisting-swiper .swiper-button-prev {
        margin-left: -50px; } }
    .blue-listing .bluelisting-swiper .swiper-button-prev:after {
      margin-right: 4px; }
      @media screen and (min-width: 58.75em) {
        .blue-listing .bluelisting-swiper .swiper-button-prev:after {
          margin-right: 8px; } }
  .blue-listing .bluelisting-swiper .swiper-button-next {
    margin-left: 35px; }
    @media screen and (min-width: 58.75em) {
      .blue-listing .bluelisting-swiper .swiper-button-next {
        margin-left: 50px; } }
    .blue-listing .bluelisting-swiper .swiper-button-next:after {
      margin-left: 2px; }
  .blue-listing .description-wrap {
    z-index: 2; }
    @media screen and (min-width: 58.75em) {
      .blue-listing .description-wrap {
        flex: 1; } }
  @media screen and (min-width: 58.75em) {
    .blue-listing figure,
    .blue-listing .bluelisting-swiper {
      flex: 1; } }
  @media screen and (min-width: 58.75em) {
    .blue-listing figure,
    .blue-listing .bluelisting-swiper {
      margin-right: -2.5em;
      height: 100%;
      aspect-ratio: 1.125; } }
  .blue-listing figure img,
  .blue-listing .bluelisting-swiper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .blue-listing figure + .rte,
  .blue-listing figure + .description-wrap,
  .blue-listing .bluelisting-swiper + .rte,
  .blue-listing .bluelisting-swiper + .description-wrap {
    flex: 1; }
  .blue-listing figure + .description-wrap,
  .blue-listing .bluelisting-swiper + .description-wrap {
    position: relative;
    transform: translateY(-2em); }
    @media only screen and (min-width: 1400px) {
      .blue-listing figure + .description-wrap,
      .blue-listing .bluelisting-swiper + .description-wrap {
        transform: none; } }
  .blue-listing .rte {
    padding: 1em 1.5em 1.5em 1.5em;
    background-color: var(--color-background-pastelblue);
    margin: 0 15px;
    z-index: 1; }
    @media only screen and (min-width: 1400px) {
      .blue-listing .rte {
        margin-top: -2em;
        padding: 2.5em;
        min-width: 50%; }
        .blue-listing .rte h1, .blue-listing .rte h2, .blue-listing .rte h3, .blue-listing .rte h4, .blue-listing .rte h5, .blue-listing .rte h6 {
          margin-top: -0.5em;
          margin-bottom: 0.5em; } }
    .blue-listing .rte ul {
      list-style: none;
      margin: 0 0 20px 0;
      padding: 0; }
      .blue-listing .rte ul:only-child, .blue-listing .rte ul:last-child {
        margin-bottom: 0; }
      .blue-listing .rte ul li {
        padding: 10px 0;
        padding: 7px 0;
        text-indent: 0; }
        @media screen and (min-width: 68.75em) {
          .blue-listing .rte ul li {
            padding: 5px 0; } }
        .blue-listing .rte ul li:not(:last-child) {
          border-bottom: 1px solid #ccd1d688; }
        .blue-listing .rte ul li:not(:last-of-type) {
          border-bottom: 1px solid #ccd1d688; }
        .blue-listing .rte ul li:before {
          content: none; }
  @media screen and (min-width: 58.75em) {
    .blue-listing.text-left figure,
    .blue-listing.text-left .bluelisting-swiper {
      margin-right: initial;
      margin-left: -2.5em; }
    .blue-listing.text-left .rte,
    .blue-listing.text-left .description-wrap {
      order: -1; } }
  .blue-listing .links {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap; }

.separator {
  position: relative;
  color: var(--color-page-background);
  background-color: var(--color-default);
  margin-top: 6em; }
  @media screen and (min-width: 34.375em) {
    .separator {
      overflow: visible; } }
  @media screen and (min-width: 34.375em) {
    .separator .inside {
      padding: 5em 0; } }
  .separator .separator-img {
    margin-bottom: -3em; }
    @media screen and (min-width: 34.375em) {
      .separator .separator-img {
        position: absolute;
        bottom: 0;
        width: 450px;
        right: 56vw;
        margin-left: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 48em) {
      .separator .separator-img {
        position: absolute;
        bottom: 0;
        width: 650px;
        right: 56vw;
        margin-left: 0;
        margin-bottom: 0; } }
  .separator h2,
  .separator h3,
  .separator h4,
  .separator h5,
  .separator h6 {
    color: var(--color-page-background); }
  .separator .content-text {
    z-index: 2; }
  .separator .separator-text {
    background-color: var(--color-default);
    padding: 2em 2em 2em 50%;
    height: 40vh;
    margin-bottom: 0;
    padding-bottom: 2em;
    z-index: 1; }

.benefits {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: center;
  text-align: center;
  align-items: stretch; }
  .benefits .inside {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px; }
    @media screen and (min-width: 48em) {
      .benefits .inside {
        flex: 1; } }
    .benefits .inside .content-text {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: center; }
      .benefits .inside .content-text .rte {
        margin-top: 0; }
      .benefits .inside .content-text h4 {
        margin-bottom: 1em;
        min-height: 30px; }
        @media screen and (min-width: 58.75em) {
          .benefits .inside .content-text h4 {
            min-height: 60px; } }

#tariff-h2 h2 {
  text-align: center; }

.tariffs {
  row-gap: 1.5em; }
  .tariffs .card {
    padding: 1em;
    border: 2px solid;
    border-radius: 20px;
    align-self: start;
    height: 100%;
    transition: .3s; }
    .tariffs .card:hover img {
      filter: brightness(0) invert(1); }
    .tariffs .card:hover p strong {
      transition: all .3s; }
    .tariffs .card .card-text {
      display: flex;
      gap: 1em;
      align-items: center;
      margin-bottom: 0.75em; }
    .tariffs .card .content-text {
      margin-bottom: 0.75em; }
    .tariffs .card h3 {
      margin-bottom: 0;
      margin-top: 0;
      transition: .3s; }
    .tariffs .card p {
      font-size: 0.9em;
      color: var(--color-gray-dark);
      transition: .3s; }
      .tariffs .card p strong {
        color: var(--color-gray-dark); }
    .tariffs .card .btn {
      margin-top: 0.5em; }
    .tariffs .card .btn--primary {
      justify-self: center; }
    .tariffs .card img {
      min-width: 40px; }
    .tariffs .card:hover {
      transition: .3s; }
      .tariffs .card:hover h3 {
        color: var(--color-page-background); }
        .tariffs .card:hover h3::first-line {
          color: var(--color-page-background); }
      .tariffs .card:hover p {
        color: var(--color-page-background); }
        .tariffs .card:hover p strong {
          color: var(--color-page-background); }
      .tariffs .card:hover .btn a {
        background-color: var(--color-page-background);
        border-color: var(--color-page-background); }
  .tariffs .green-card {
    border-color: var(--color-highlight-1); }
    .tariffs .green-card h3::first-line {
      color: var(--color-highlight-1); }
    .tariffs .green-card .btn a {
      background-color: var(--color-highlight-1);
      border-color: var(--color-highlight-1);
      margin-bottom: 0; }
    .tariffs .green-card:hover {
      background-color: var(--color-highlight-1); }
      .tariffs .green-card:hover a {
        color: var(--color-highlight-1); }
  .tariffs .yellow-card {
    border-color: var(--color-highlight-3); }
    .tariffs .yellow-card h3::first-line {
      color: var(--color-highlight-3); }
    .tariffs .yellow-card .btn a {
      background-color: var(--color-highlight-3);
      border-color: var(--color-highlight-3);
      margin-bottom: 0; }
    .tariffs .yellow-card:hover {
      background-color: var(--color-highlight-3); }
      .tariffs .yellow-card:hover a {
        color: var(--color-highlight-3); }
  .tariffs .red-card {
    border-color: var(--color-highlight-2); }
    .tariffs .red-card h3::first-line {
      color: var(--color-highlight-2); }
    .tariffs .red-card .btn a {
      background-color: var(--color-highlight-2);
      border-color: var(--color-highlight-2);
      margin-bottom: 0; }
    .tariffs .red-card:hover {
      background-color: var(--color-highlight-2); }
      .tariffs .red-card:hover a {
        color: var(--color-highlight-2); }

.counter {
  counter-reset: content-counter; }
  .counter .inside {
    display: flex;
    flex-direction: column; }
    .counter .inside .content-text {
      counter-increment: content-counter;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (min-width: 0) {
        .counter .inside .content-text {
          margin-bottom: 2em; } }
      @media screen and (min-width: 34.375em) {
        .counter .inside .content-text {
          margin-bottom: 5em; } }
      @media screen and (min-width: 48em) {
        .counter .inside .content-text {
          margin-bottom: 8em; }
          .counter .inside .content-text:first-of-type::after {
            left: 8.5em; } }
      @media screen and (min-width: 58.75em) {
        .counter .inside .content-text {
          margin-bottom: 10em; }
          .counter .inside .content-text:nth-of-type(2n) {
            margin-left: 200px; }
          .counter .inside .content-text:first-of-type::after {
            left: 9em; } }
      .counter .inside .content-text::before {
        content: counter(content-counter) "";
        position: absolute;
        font-family: var(--headings-font-family);
        font-size: 20em;
        font-weight: 800;
        max-width: 15em;
        color: var(--color-gray-dark);
        opacity: 30%; }
        @media screen and (min-width: 0) {
          .counter .inside .content-text::before {
            scale: 0.6;
            left: -30px; } }
        @media screen and (min-width: 48em) {
          .counter .inside .content-text::before {
            scale: 0.9;
            left: 0; } }
        @media screen and (min-width: 58.75em) {
          .counter .inside .content-text::before {
            scale: 1; } }
      .counter .inside .content-text::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 7.778em;
        height: 7.778em;
        background: url(/files/theme/dist/img/guether-single-wing.svg) no-repeat center/contain;
        transform: translate(-50%, -50%);
        z-index: 2; }
        @media screen and (min-width: 0) {
          .counter .inside .content-text::after {
            scale: 0.6;
            left: 4em; } }
        @media screen and (min-width: 48em) {
          .counter .inside .content-text::after {
            scale: 0.9;
            left: 10em; } }
        @media screen and (min-width: 58.75em) {
          .counter .inside .content-text::after {
            scale: 1;
            left: 10.5em; } }
      .counter .inside .content-text .rte {
        z-index: 3;
        padding-left: 8em; }
        @media screen and (min-width: 48em) {
          .counter .inside .content-text .rte {
            padding-left: 15em; } }
      .counter .inside .content-text h3 {
        text-align: left; }
      .counter .inside .content-text p {
        text-align: left; }

@media screen and (min-width: 58.75em) {
  .right-intro .inside {
    width: 100vw;
    margin: 0;
    padding: 2em 0; } }

@media screen and (min-width: 58.75em) {
  .right-intro .inside .row {
    width: 100vw;
    margin-right: auto; } }

@media screen and (min-width: 58.75em) {
  .right-intro .inside .row {
    padding-right: var(--base-spacing-unit-lg);
    max-width: 130%; } }

@media screen and (min-width: 120em) {
  .right-intro .inside .row {
    max-width: 150%; } }

@media screen and (min-width: 58.75em) {
  .right-intro .inside .row .content-text {
    padding: calc(var(--base-spacing-unit-xs) * 2); } }

@media screen and (min-width: 58.75em) {
  .right-intro .inside .row .content-text {
    padding: 0;
    max-width: 50em; } }

.left-intro .inside {
  width: 100vw;
  margin: 0;
  padding: 2em 0; }
  .left-intro .inside .row {
    width: 100vw;
    margin-right: auto; }
    @media screen and (min-width: 58.75em) {
      .left-intro .inside .row {
        padding-right: var(--base-spacing-unit-lg);
        max-width: 130%; } }
    @media screen and (min-width: 120em) {
      .left-intro .inside .row {
        max-width: 150%; } }
    @media screen and (min-width: 0) {
      .left-intro .inside .row .content-text {
        padding: calc(var(--base-spacing-unit-xs) * 2); } }
    @media screen and (min-width: 58.75em) {
      .left-intro .inside .row .content-text {
        padding: 0;
        max-width: 50em; } }

@media screen and (min-width: 48em) {
  .license .license-class {
    align-items: center; } }

@media screen and (min-width: 0) {
  .license .license-class .ce_columns {
    border-left: 0;
    padding-left: 0; } }

@media screen and (min-width: 48em) {
  .license .license-class .ce_columns {
    padding-left: 1em;
    border-left: solid 1px black; }
    .license .license-class .ce_columns:first-child {
      border-left: 0; } }

@media screen and (min-width: 0) {
  .license .license-class {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-self: start;
    text-align: start;
    padding-left: 0;
    padding-bottom: 1em; } }

@media screen and (min-width: 48em) {
  .license .license-class {
    display: grid;
    padding-bottom: 2em; }
    .license .license-class .content-text {
      margin-bottom: 0;
      padding: 1em 0px; } }

.license .license-class-letter .rte p {
  font-family: var(--headings-font-family);
  font-size: 30em;
  font-weight: 800;
  line-height: 1;
  opacity: 30%;
  display: flex;
  justify-content: center;
  align-self: center; }

.license .link-row {
  display: flex; }
  .license .link-row .btn {
    margin-bottom: 0; }

.car, .truck {
  position: absolute;
  left: -10%;
  max-width: 55%;
  bottom: 12%;
  z-index: 1; }
  @media screen and (min-width: 0) {
    .car, .truck {
      max-width: 70%;
      bottom: 45%; } }
  @media screen and (min-width: 58.75em) {
    .car, .truck {
      max-width: 52%;
      bottom: 12%; } }

.motorcycle {
  position: absolute;
  right: -10%;
  max-width: 55%;
  bottom: 12%;
  z-index: 1; }
  @media screen and (min-width: 0) {
    .motorcycle {
      max-width: 70%;
      bottom: 40%; } }
  @media screen and (min-width: 58.75em) {
    .motorcycle {
      max-width: 52%;
      bottom: 8%; } }

.registration {
  margin-top: 4em; }
  .registration .card-registration {
    display: flex;
    flex-flow: column;
    border: 1px solid var(--color-gray-dark);
    border-radius: 1em;
    padding: 1em;
    margin: 0 0.5em 1em 0.5em; }
    .registration .card-registration h2 {
      font-size: 2.5em; }
    .registration .card-registration img {
      border-radius: 0.5em;
      max-height: 400px;
      overflow: hidden; }
    .registration .card-registration .btn {
      margin-top: auto; }

/*# sourceMappingURL=../maps/default.css.map */
