/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

b,
strong {
  font-weight: 700;  
}

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

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

/**
 * Add the correct font 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;
}

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */




:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
  /*colors*/
  --color-red: #f2545b;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-darker-brown: #2e1b04;
  --color-dark-brown: #503629;
  --color-dark-brown_light:#C5B9AC;
  --color-beige: #FCF8F1;
  --color-grey-brown: #C5B9AC;
  --color-blue: #A6F2F4;
  --color-blue_darken: #7ecacc;
  --color-yellow: #EFF3A3;
  --color-yellow_darken: #c7cb7b;
  /* shadows */
  --box-shadow: 0px 0px 15px #5036294D;
}

.wsbs {
  white-space: break-spaces!important;
} 

.br5 {
  border-radius: 5px;
  overflow: hidden;
}

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

.mw1030 {
  margin: 0 auto;
  max-width: 1030px;
}

.mw950 {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}

.visible {
  display: block;
}

/* Gradients */
.effect {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.radial-gradient-1 {
  background: transparent radial-gradient(closest-side at 50% 50%, #FCF8F1E6 0%, #FCF8F100 100%) 0% 0% no-repeat padding-box;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.body-wrapper {
  position: relative;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

.information .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.information .content-wrapper .content-container {
  width: 48.5%;
}

.information .content-wrapper.special-wrapper .content-container:first-child {
  width: 100%;
}

.information .content-wrapper.special-wrapper .content-container:first-child .content-container__inner-wrapper {
  max-width: 48.5%;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/*
.dnd-section .dnd-column {
  padding: 0 1rem;
}*/

.dynamic-content .content-wrapper:not(.hero-content, .no-padding, .flights-tiles) > *:not(.ce08-04-hero,.no-padding, .flights-tiles),
.dynamic .hero, .arrival {
  padding: 3rem 0;
}

@media screen and (min-width: 1670px) {
  .content-wrapper,
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media(min-width: 1450px){
  .dynamic-content .content-wrapper:not(.hero-content, .no-padding, .flights-tiles) > *:not(.ce08-04-hero,.no-padding, .flights-tiles),
  .dynamic .hero {
    padding: 4rem 0;
  }
}

@media all and (max-width: 1024px) {
  .dynamic-content .content-wrapper:not(.hero-content, .no-padding, .flights-tiles) > *:not(.ce08-04-hero,.no-padding, .flights-tiles),
  .dynamic .hero {
    padding: 2rem 0;
  }

  .information h2 {
    text-align: center;
  }

  .information .content-wrapper {
    flex-flow: column;
  }

  .information .content-wrapper .content-container, .information .content-wrapper .content-container .content-container__inner-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: unset !important;
  }

  .information .content-wrapper .content-container .content-container__inner-wrapper {
    text-align: center;
  }

  .information .content-wrapper .content-container:first-child .content-container__inner-wrapper {
    max-width: unset;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/*
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
*/

.headline-ce53 {
  padding: 4rem 0 0 0 !important;
}

.filtered_content-wrapper .sub {
  margin-left: 0;
}

@media(min-width: 1751px){
  .filter:not(.contact-form__form .filter, .blog-filter) {
  min-height: 430px;
}
  .erlebnisse_tiles {
  margin-top:180px;
}
.flights-tiles {
  margin-top:80px;
}
.filtered_content-wrapper {
  margin-top: 10px;
}
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* Import Custom FONTS */
@font-face {
  font-family: "Jindo";
  src:
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Jindo/Jindo-Regular.woff2")
      format("woff2"),
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Jindo/Jindo-Regular.woff")
      format("woff");
  font-display: swap;
  font-weight: 400; /* normal */
  font-style: normal;
}

@font-face {
  font-family: "Jindo";
  src:
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Jindo/Jindo-Light.woff2")
      format("woff2"),
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Jindo/Jindo-Light.woff")
      format("woff");
  font-display: swap;
  font-weight: 200; /* light */
  font-style: normal;
}

@font-face {
  font-family: "Jindo";
  src:
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Jindo/Jindo-Bold.woff2")
      format("woff2"),
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Jindo/Jindo-Bold.woff")
      format("woff");
  font-display: swap;
  font-weight: 500; /* bold */
  font-style: normal;
}

@font-face {
  font-family: "Miamo Script";
  src:
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Miamo/Miamo-Script.woff2")
      format("woff2"),
    url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/fonts/Miamo/Miamo-Script.woff")
      format("woff");
  font-display: swap;
  font-weight: 400 !important;
  font-style: normal;
}
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */
body {
  overflow-wrap: break-word;
  font-weight: 200;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--color-beige);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-grey-brown);
    border-radius: 5px;
}

::-webkit-scrollbar-corner {
    background: #ffffff;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

::selection {
  background-color: var(--color-grey-brown);
}

/* Paragraphs */

p,
div.text {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

.bold {
  font-weight: 700 !important;
}
.upper {
  text-transform: uppercase !important;
}

.tile .upper {
  margin-bottom: 1.4rem !important;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

.pre-headline {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.063rem;
  line-height: 1.625rem;
  margin-left: 0;
  max-width: unset!important;
}

.miamo-script {
  font-family:
    Miamo Script,
    serif;
  font-variant-ligatures: no-common-ligatures;
}

p { 
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.body-container--imprint p {
  max-width: unset;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul:not(ul.no-list)
  li:not(
    header ul li,
    .listing-item__container li,
    .hs-search-field__suggestions-container ul li,
    .inputs-list li,
    #hs_cos_wrapper_module_17253590698604_ li,
    .breadcrumb li,
    footer li,
    .info-boxes li
  ) {
  margin-left: 1.5rem;
  position: relative;
}

ul
  li::before:not(
    header ul li,
    .hs-search-field__suggestions-container ul li,
    #hs_cos_wrapper_module_17253590698604_ li,
    .breadcrumb li,
    footer li,
    .info-boxes li
    .listing-item__container li
  ) {
  position: absolute;
  top: -3px;
  left: -25px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.693" height="8.477" viewBox="0 0 7.693 8.477"><path id="Pfad_487" data-name="Pfad 487" d="M19591.875-7247.505s-2.025-.544-2.025.663.43,3.365,2.025,3.644,1.84-1.21,1.57-2.622A2.147,2.147,0,0,0,19591.875-7247.505Z" transform="translate(-19587.85 7249.628)" fill="%23503629" stroke="%23503629" stroke-width="4"/></svg>');
}

ul li::marker {
  display: none !important;
  content: none !important;
}

ul.no-list li,
.inputs-list li,
.hs-menu-item,
.hs-breadcrumb-menu-item,
.flights-tiles ul li {
  margin-left: 0 !important;
}

ul.no-list li::before,
.inputs-list li::before,
.hs-menu-item::before,
.hs-breadcrumb-menu-item::before,
.flights-tiles ul li::before {
  content: none;
}

ul li strong {
  font-weight: bold;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/* CAVE ab 768px Root Fontzise = 18px und nicht mehr 16x */
@media (min-with: 768px) {
  .pre-headline {
    font-size: 1.111rem;
    line-height: 1.667rem;
  }
}
button,
.button,
.hs-button,
.submitted-message a {
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: fit-content;
}

button.hs-search-field__button  {
  display: inline-block;
}

button,
.button,
.btn,
.hs-button,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
  filter: opacity(0.2);
  pointer-events: none;
}

a.button:hover,
a.button:focus,
a.button:active,
a.button.show,
.submitted-message a:hover input[type="submit"]:hover {
  border-color: transparent;
  box-shadow: var(--box-shadow);
  text-decoration: none;
}

input[type="submit"]:hover {
  color: #503629 !important;
  border-color: transparent !important;
}

.submitted-message a {
  border: 1px solid #503629;
  border-radius: 5px;
  color: #503629;
  font-family: Jindo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: none;
}

.submitted-message a:hover {
  border-color: transparent;
  box-shadow: var(--box-shadow);
  text-decoration: none;
  background-color: #c5b9ac;
  border: 1px solid #c5b9ac;
  border-radius: 5px;
  color: #503629;
  font-weight: 200;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border-color: transparent;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
  display: inline-block;
}

.button.arrow-right::after,
button.arrow-right::after,
form input[type="submit"].hs-button::after,
.submitted-message a::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.797" height="8.371" viewBox="0 0 14.797 8.371"><path id="Icon-Pfeil-Buttons" d="M13.93,3.81.34,3.94a.345.345,0,0,0,0,.69L13.75,4.5,10.31,7.73c-.33.31.19,1.02.58.4L14.44,4.8c.64-.7.34-1.12-.23-1.68l-1.14-.99L10.75.09a.344.344,0,0,0-.45.52c.72.61,1.53,1.45,2.36,2.08a11.985,11.985,0,0,1,1.26,1.12" transform="translate(-0.003 -0.005)" fill="%23503629"/></svg>');
  margin-left: 16px;
  padding-left: 14.8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form .actions::after,
form .actions::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.797" height="8.371" viewBox="0 0 14.797 8.371"><path id="Icon-Pfeil-Buttons" d="M13.93,3.81.34,3.94a.345.345,0,0,0,0,.69L13.75,4.5,10.31,7.73c-.33.31.19,1.02.58.4L14.44,4.8c.64-.7.34-1.12-.23-1.68l-1.14-.99L10.75.09a.344.344,0,0,0-.45.52c.72.61,1.53,1.45,2.36,2.08a11.985,11.985,0,0,1,1.26,1.12" transform="translate(-0.003 -0.005)" fill="%23503629"/></svg>');
  margin-left: -36px;
  padding-left: 14.8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form .actions input,
form .actions input::after {
  background: none;
  padding-right: 51px;
  font-weight: 100;
}

.arrow-toggle {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  background-color: var(--color-beige);
}
.arrow-toggle::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.373" height="14.797" viewBox="0 0 8.373 14.797"><path id="Icon-Pfeil-Buttons" d="M13.927,4.567.337,4.437a.345.345,0,0,1,0-.69l13.41.13L10.307.646c-.33-.31.19-1.02.58-.4l3.55,3.331c.64.7.34,1.12-.23,1.68l-1.14.99-2.32,2.04a.344.344,0,0,1-.45-.52c.72-.61,1.53-1.45,2.36-2.08a11.985,11.985,0,0,0,1.26-1.12" transform="translate(0 14.797) rotate(-90)" fill="%23503629"/></svg>');
  margin-left: 16px;
  width: 14.8px;
  height: 14.8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: transform 0.15s ease;
  transform: rotate(180deg);
}

.arrow-toggle.active {
  background-color: var(--color-beige);
  border-color: var(--color-dark-brown);
}

.arrow-toggle.active::after {
  transform: rotate(0deg);
}

.button.bg-yellow,
.button.bg-yellow:hover {
  background-color: var(--color-yellow);
  border-color: transparent;
}

.button.bg-yellow:focus,
.button.bg-yellow:active {
  background-color: var(--color-yellow_darken);
}

.button.bg-blue,
.button.bg-blue:hover {
  background-color: var(--color-blue);
  border-color: transparent;
}

.button.bg-blue:focus,
.button.bg-blue:active {
  background-color: var(--color-blue_darken);
}

/* Custom ELEMENTS */

.link-icon {
  position: absolute;
  z-index: 1;
  transform: translateZ(1px);
}

.link-icon--wrapper {
  top: 27.72px;
  left: 28.73px;
}

.escape-collection,
.safari {
  cursor: help;
}

.link-icon.escape-collection,
.link-icon .escape-collection {
  top: 27.72px;
  left: 28.73px;
  height: 59px;
  width: 56.55px;
  content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Badge-Escape-Collection.svg?width=56.55&height=59");
}

.link-icon.safari,
.link-icon .safari {
  top: 27.72px;
  left: 28.73px;
  height: 59px;
  width: 56.55px;
  content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Badge-Safari.svg");
}

.link-icon.bucket-heart {
  top: 18.11px;
  right: 24.12px;
  height: 39px;
  width: 36.87px;
  content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Merk-Herzchen-in-Kacheln-inaktiv.svg");
}

@media all and (max-width: 767px) {
  .link-icon.bucket-heart {
    width: 30px;
  }
}

.link-icon.bucket-heart.added,
.link-icon.bucket-heart:hover {
  content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Merk-Herzchen-in-Kacheln-aktiv.svg");
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}
.filter {
  align-items: center;
}

.filter label {
  cursor: pointer;
  display: flex;
  gap: 17px;
  align-items: center;
}

input[type="checkbox"], .contact-form input[type="checkbox"],
input[type="radio"], .contact-form input[type="radio"] {
  cursor: pointer;
  appearance: none;
  background-color: var(--color-beige) !important;
  margin: 0;
  place-content: center;
  font: inherit;
  color: currentColor;
  width: 15px !important;
  height: 15px;
  min-width: 15px;
  border: 1px solid currentColor !important;
  border-radius: 2px !important;
  transform: translateY(-0.075em);
}

input[type="checkbox"]::before, .contact-form input[type="checkbox"]::before,
input[type="radio"]::before, .contact-form input[type="radio"]::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-dark-brown);
  display: grid;
  place-content: center;
}

input[type="checkbox"]:checked::before, .contact-form input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before, .contact-form input[type="radio"]:checked::before {
  transform: scale(1.1);
}

.filter-items {
  position: relative;
}

fieldset.dropdown, .filter {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  max-width: 1014px;
}

fieldset.dropdown {
  position: absolute;
  display: none;
  border: none;
  background-color: var(--color-beige);
  box-shadow: var(--box-shadow);
  z-index: 3;
  margin-top: 4px;
  padding: 22px 21px 28px;
  min-width: 250px;
  gap: 7px;
}

 .filterform.active fieldset.dropdown,
 fieldset.dropdown.active {
  display: flex;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

form input[type=checkbox],
form input[type=radio] {
  appearance: none;
  background-color: var(--color-beige) !important;
  border: 1px solid !important;
  border-radius: 2px !important;
  color: currentColor;
  font: inherit;
  height: 15px;
  margin: 0;
  min-width: 15px;
  place-content: center;
  transform: translateY(-.075em);
  width: 15px !important;
}

.hs-form-booleancheckbox label {
  display: flex;
  align-items: center;
}

.hs-form-booleancheckbox label p {
  font-size: 14px;
}

.hs-form-booleancheckbox {
  line-height: 20px;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext:not(.hs-main-font-element),
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  /*margin-left: 1rem !important;*/
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Flächen */
.beige-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.beige-bg-before::before {
  height: 1500px;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.bg-top-flat {
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce08-04-hero-beige-bg.svg");
}

.bg-top-flat-with-line-bottom {
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce09-bg-beige-top-flat-with-line-bottom.svg");
}

.bg-top-flat-before::before {
  content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce08-04-hero-beige-bg.svg");
  top: 0;
  left: 0;
}
.ce09-10-container {
  position: relative;
}

.bg-top-flat-with-line-bottom-after {
  position: absolute;
  width: 100%;
  z-index: -2;
  background-color: var(--color-beige);
}

.bg-top-flat-with-line-bottom-after::after {
  content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce09-bg-beige-top-flat-with-line-bottom.svg");
  display: block;
  position: absolute;
  top: 100%;
  height: fit-content;
  width: 100%;
  z-index: -2;
}

.bg-full {
  background-color: var(--color-beige);
  position: relative;
}

.bg-full::before {
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/bg-full-listing-top.svg");
  width: 100%;
  height: 150px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: -140px;
  z-index: -1;
}

.bg-full::after {
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/bg-full-listing-bottom.svg");
  width: 100%;
  height: 900px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: -890px;
  z-index: -1;
}

/* Footer Backgrounds */

.bg-footer-full {
  background-color: var(--color-beige);
}

.bg-footer-1 {
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/footer-bg-1.svg");
  background-position: 80% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg-footer-2-before {
  position: relative;
}

.bg-footer-2-before::before {
  content: '';
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/bg-footer-2.svg");
  background-position: bottom center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  height: 960px;
  width: 100%;
  top: -740px;
  z-index: -1;
}

.bg-footer-2 {
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/bg-footer-2.svg");
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 320px;
}
.private-travel .bg-footer-full,
.erlebnisse .bg-footer-full {
  position: relative;
}
.private-travel .bg-footer-full::before,
.erlebnisse .bg-footer-full::before {
  content: "";
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/bg-footer-3.svg");
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: block;
  position: absolute;
  top: -563px;
  height: 755px;
  width: 100%;
  z-index: -1;
}

.ce19-bg-footer {
  min-height: 500px;
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce19-bg-footer-bg.svg");
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Linien */

.svg-container {
  pointer-events: none;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transform: rotate(355deg);
}

.hero-line {
  width: 100%;
  height: auto;
}

.hero-line path {
  vector-effect: non-scaling-stroke;
}

.bg-line::before {
  position: absolute;
  width: 100vw;
  pointer-events: none;
  z-index: -1;
}

.filter-content.dce52-separator.visible.first {
  padding: 0;
}

.dce52-separator:not(:first-child).visible {
  padding: 120px 0 0 0;
}

.dce52-separator:not(:first-child)::before {
  content: "";
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/dce52-trennlinie.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  content: "";
  width: 100%;
  display: block;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-110px);
}

/* Modulbezogen */

.ce08-04-bg {
  padding-top: 127px;
}

/*

RESPONSIVE

*/

@media (max-width: 767px) {
  .dce52-separator:nth-child(odd):not(:first-child)::before {
    background-position: left;
  }

  .dce52-separator:nth-child(even):not(:first-child)::before {
    background-position: right;
  }
}

@media (min-width: 768px) and (max-width: 1920px) {
  .bg-line.dce-49::before {
    left: -30px;
    transform: translate(-130px, 270px);
    transform-origin: 10% 0%;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2036.979" height="495.041" viewBox="0 0 2036.979 495.041"><defs><clipPath id="clip-path"><rect id="Rechteck_2191" data-name="Rechteck 2191" width="2043.296" height="142.39" transform="translate(1122)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1371" data-name="Gruppe 1371" transform="matrix(0.985, -0.174, 0.174, 0.985, -1104.954, 549.648)"><g id="Gruppe_1293" data-name="Gruppe 1293" clip-path="url(%23clip-path)"><path id="Pfad_463" data-name="Pfad 463" d="M2261.681,107.334c229.351,0,458.187-32.64,753.156-89.867,102.818-19.942,330.332-67.195,578.2,173.355,154.978,150.41,293.973,298.7,415.749,437.307,156.345,178,284.63,340.365,382.067,470.852,80.284,107.529,128.116,195.982,132.167,283.171,4.021,86.929-35.434,173.851-129.554,278.878-174.958,195.226-352.613,372.314-524.261,525.734-178.8,159.791-351.239,293.991-507.5,396.354-323.185,211.819-711.624,317.707-1100.023,317.707h-.066c-388.406,0-776.844-105.888-1100.023-317.707-156.26-102.362-328.7-236.563-507.5-396.354-171.655-153.42-349.3-330.508-524.261-525.734C35.705,1556-3.743,1469.08.277,1382.152c4.039-87.189,51.878-175.642,132.161-283.171,97.444-130.487,225.722-292.852,382.073-470.852,121.777-138.6,260.772-286.9,415.736-437.307C1178.121-49.728,1427.323,1.414,1508.459,17.467c294.754,58.321,523.805,89.867,753.156,89.867h.066Z" transform="translate(-0.003 -0.001)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></svg>');
  }

  .bg-line.dce-49::before {
    left: -30px;
    z-index: -1;
    transform: translate(-130px, 270px);
    transform-origin: 10% 0%;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2036.979" height="495.041" viewBox="0 0 2036.979 495.041"><defs><clipPath id="clip-path"><rect id="Rechteck_2191" data-name="Rechteck 2191" width="2043.296" height="142.39" transform="translate(1122)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1371" data-name="Gruppe 1371" transform="matrix(0.985, -0.174, 0.174, 0.985, -1104.954, 549.648)"><g id="Gruppe_1293" data-name="Gruppe 1293" clip-path="url(%23clip-path)"><path id="Pfad_463" data-name="Pfad 463" d="M2261.681,107.334c229.351,0,458.187-32.64,753.156-89.867,102.818-19.942,330.332-67.195,578.2,173.355,154.978,150.41,293.973,298.7,415.749,437.307,156.345,178,284.63,340.365,382.067,470.852,80.284,107.529,128.116,195.982,132.167,283.171,4.021,86.929-35.434,173.851-129.554,278.878-174.958,195.226-352.613,372.314-524.261,525.734-178.8,159.791-351.239,293.991-507.5,396.354-323.185,211.819-711.624,317.707-1100.023,317.707h-.066c-388.406,0-776.844-105.888-1100.023-317.707-156.26-102.362-328.7-236.563-507.5-396.354-171.655-153.42-349.3-330.508-524.261-525.734C35.705,1556-3.743,1469.08.277,1382.152c4.039-87.189,51.878-175.642,132.161-283.171,97.444-130.487,225.722-292.852,382.073-470.852,121.777-138.6,260.772-286.9,415.736-437.307C1178.121-49.728,1427.323,1.414,1508.459,17.467c294.754,58.321,523.805,89.867,753.156,89.867h.066Z" transform="translate(-0.003 -0.001)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></svg>');
  }
}

@media (min-width: 768px) {

  .ce08-04-bg {
    padding-top: 220px;
  }

  .svg-container {
    top: 150px;
  }

  .bg-full::after {
    height: 400px;
    bottom: -390px;
  }

  .bg-line.dce-10::before {
    content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/dce10-bg-line-1.svg");
    transform: rotate(-20deg) translate(-40px, 176px);
    transform-origin: 0% 50%;
    z-index: -1;
  }

  /* Quickfix:*/

  .dynamic-content.reiseziele .bg-line.dce-10::before {
    content: unset;
  }


  /*
  .ce-09.bg-line::before {
    content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce09-bg-line-top.svg");
    left: calc(50% - 70px);
    transform: rotate(10deg) translate(-23%, 136%);
    transform-origin: bottom;
    width: fit-content;
  }*/

  .dce52-separator:not(:first-child).visible {
    padding: 160px 0 0 0;
  }

  .dce52-separator:not(:first-child)::before {
    background-position: center;
    height: 180px;
    transform: translateY(-220px);
  }
}

@media (min-width: 1025px) {
  .bg-full::after {
  height: 500px;
  bottom: -490px;
}
  .ce08-04-bg {
    padding-top: 260px;
  }
  /*
  .ce-09.bg-line::before {
    transform: rotate(10deg) translate(-50%, 23%);
  }*/
  .bg-top-flat-with-line-bottom-after::after {
    content: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/ce09-bg-beige-top-flat-with-line-bottom.svg");
  }
}

@media (min-width: 1176px) {
  .bg-line.dce-10::before {
    transform: rotate(-20deg) translate(0px, -120px);
  }
}

@media (min-width: 1370px) {
  .bg-full::after {
    height: 400px;
    bottom: -390px;
  }
  /*
  .ce-09.bg-line::before {
    transform: rotate(10deg) translate(-50%, 203px);
  }*/

  .dce52-separator:not(:first-child).visible {
    padding: 270px 0 0 0;
  }

  .dce52-separator:not(:first-child)::before {
    background-position: center;
    height: 170px;
    transform: translateY(-240px);
  }
}

@media all and (min-width: 1921px) {
  .bg-line.dce-10::before {
    transform: rotate(-20deg) translate(-200px, -120px);
  }
}

@media all and (min-width: 2374px) {
  .bg-line.dce-10::before {
    transform: rotate(-20deg) translate(-400px, -120px);
  }
}

@media (min-width: 2500px) {
  .bg-full::before,
  .bg-full::after {
    content: none;
  }

  .dce52-separator:not(:first-child).visible {
    padding: 310px 0 0 0;
  }

  .dce52-separator:not(:first-child)::before {
    height: 290px;
    transform: translateY(-330px);
  }
}

@media (min-width: 2835px) {
  .svg-container {
    top: 150px;
  }

  .bg-line.dce-10::before {
    transform: rotate(-20deg) translate(-600px, -120px);
  }
}
/*
RESPONSIVE END
*/

.bg-form-beige {
  position: relative;
}

.bg-form-beige-mirrored {
  position: relative;
}

.bg-form-beige::before {
  display: none;
  position: absolute;
  top: -100px;
  left: -1000px;
  z-index: -2;
}

.bg-form-beige-mirrored::before {
  display: none;
  position: absolute;
  top: -80px;
  left: -1180px;
  z-index: -2;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1) rotate(6deg);
}

.bg-form-beige-mirrored.bg-special-offset::before {
  display: none;
  left: -1100px;
  position: absolute;
  top: 150px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1) rotate(1deg);
  z-index: -2;
}

.bg-form-beige-mirrored.bg-straight {
  padding-top: 200px !important;
}

.bg-form-beige-mirrored.bg-straight::before {
  transform: scaleX(-1) rotate(-6deg);
  top: -280px;
}

.bg-form-beige-mirrored.bg-special-offset-top::before {
  top: -1000px;
}

@media (min-width: 1025px) and (max-width: 1700px) {
  .bg-form-beige::before {
    left: -1150px;
  }

  .bg-form-beige-mirrored::before,
  .bg-form-beige-mirrored.bg-special-offset::before {
    left: -1400px;
  }
}

@media (min-width: 1025px) and (max-width: 1940px) {
  .bg-form-beige::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="4128.668" height="2997.224" viewBox="0 0 4128.668 2997.224"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="3794.694" height="2433.565" fill="%23fcf8f1"/></clipPath></defs><g id="Gruppe_1353" data-name="Gruppe 1353" transform="translate(380.693) rotate(9)"><g id="Gruppe_1324" data-name="Gruppe 1324" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M1897.374,90.045c192.408,0,384.383-27.382,631.84-75.391,86.256-16.73,277.123-56.371,485.063,145.432,130.013,126.182,246.62,250.588,348.781,366.866,131.161,149.328,238.783,285.54,320.524,395.008,67.352,90.208,107.48,164.413,110.879,237.558,3.372,72.926-29.727,145.847-108.687,233.956-146.776,163.78-295.815,312.343-439.814,441.05-150,134.053-294.661,246.637-425.751,332.51-271.127,177.7-597,266.531-922.834,266.531h-.055c-325.842,0-651.712-88.831-922.834-266.531-131.09-85.874-275.751-198.458-425.752-332.51-144.005-128.707-293.038-277.27-439.815-441.05C29.954,1305.365-3.14,1232.444.232,1159.518c3.389-73.145,43.522-147.35,110.873-237.558,81.748-109.468,189.363-245.68,320.53-395.008C533.8,410.673,650.4,286.267,780.406,160.085c207.946-201.8,417.007-158.9,485.074-145.432,247.276,48.927,439.432,75.391,631.84,75.391h.055Z" transform="translate(-0.003 -0.001)" fill="%23fcf8f1" fill-rule="evenodd"/></g></g></svg>');
    display: block;
  }

  .bg-form-beige-mirrored::before,
  .bg-form-beige-mirrored.bg-special-offset::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="4128.668" height="2997.224" viewBox="0 0 4128.668 2997.224"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="3794.694" height="2433.565" fill="%23fcf8f1"/></clipPath></defs><g id="Gruppe_1353" data-name="Gruppe 1353" transform="translate(380.693) rotate(9)"><g id="Gruppe_1324" data-name="Gruppe 1324" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M1897.374,90.045c192.408,0,384.383-27.382,631.84-75.391,86.256-16.73,277.123-56.371,485.063,145.432,130.013,126.182,246.62,250.588,348.781,366.866,131.161,149.328,238.783,285.54,320.524,395.008,67.352,90.208,107.48,164.413,110.879,237.558,3.372,72.926-29.727,145.847-108.687,233.956-146.776,163.78-295.815,312.343-439.814,441.05-150,134.053-294.661,246.637-425.751,332.51-271.127,177.7-597,266.531-922.834,266.531h-.055c-325.842,0-651.712-88.831-922.834-266.531-131.09-85.874-275.751-198.458-425.752-332.51-144.005-128.707-293.038-277.27-439.815-441.05C29.954,1305.365-3.14,1232.444.232,1159.518c3.389-73.145,43.522-147.35,110.873-237.558,81.748-109.468,189.363-245.68,320.53-395.008C533.8,410.673,650.4,286.267,780.406,160.085c207.946-201.8,417.007-158.9,485.074-145.432,247.276,48.927,439.432,75.391,631.84,75.391h.055Z" transform="translate(-0.003 -0.001)" fill="%23fcf8f1" fill-rule="evenodd"/></g></g></svg>');
    display: block;
  }
}
.swiper {
  height: 100%;
}

/* Swiper Tiles */
div.swiper-tiles,
div.swiper-text-tiles,
div.swiper-single-tile,
div.dce55-slider,
div.related-swiper,
div.team-overview--swiper,
div.swiper-two-tiles {
  padding: 20px;
  margin: -20px;
}

@media (max-width: 1024px) {
  div.ce09-dce10-slider {
    padding: 20px;
    margin: -20px;
  }
}




/* Text with Img Slider */
.text_with_img_slider .swiper-pagination-lock{
  display: block;
}

.dce55-slider-0-parent {
  position: relative;
}

/* Globales Swiper Arrow Styling */
div.swiper-button-prev::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.321" height="16.008" viewBox="0 0 28.321 16.008"><path id="Icon-Pfeil-ohne-Hintergrund-links" d="M1.67,7.28l26,.25a.66.66,0,0,1-.01,1.32L2,8.6l6.58,6.17c.64.6-.36,1.96-1.1.77L.68,9.18C-.54,7.84.04,7.04,1.12,5.96L3.31,4.07,7.75.17a.66.66,0,0,1,.86,1C7.24,2.34,5.68,3.95,4.09,5.14A25.716,25.716,0,0,0,1.68,7.28" transform="translate(0.003 -0.005)" fill="%23503629"/></svg>');
}

div.swiper-button-next::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.311" height="16.008" viewBox="0 0 28.311 16.008"><path id="Icon-Pfeil-ohne-Hintergrund-rechts" d="M26.64,7.28l-26,.25A.66.66,0,0,0,.65,8.85L26.31,8.6l-6.58,6.17c-.64.6.36,1.96,1.1.77l6.79-6.37c1.22-1.34.64-2.14-.44-3.22L24.99,4.06,20.57.17a.66.66,0,0,0-.86,1c1.37,1.17,2.93,2.78,4.52,3.97a25.716,25.716,0,0,1,2.41,2.14" transform="translate(0.008 -0.005)" fill="%23503629"/></svg>');
}

div.swiper-button-prev.white::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.124" height="18.346" viewBox="0 0 29.124 18.346"><g id="Gruppe_1263" data-name="Gruppe 1263" transform="translate(2.755 2.755)"><g id="Gruppe_1262" data-name="Gruppe 1262" transform="translate(0 0)"><g id="Gruppe_1122" data-name="Gruppe 1122" transform="translate(0 0)"><g id="Gruppe_1022" data-name="Gruppe 1022"><g id="Gruppe_857" data-name="Gruppe 857"><line id="Linie_151" data-name="Linie 151" x1="10.319" y2="6.419" fill="none" stroke="%23fcf8f1" stroke-linecap="round" stroke-width="4"/></g><g id="Gruppe_1020" data-name="Gruppe 1020" transform="translate(0 6.418)"><line id="Linie_151-2" data-name="Linie 151" x1="10.319" y1="6.419" fill="none" stroke="%23fcf8f1" stroke-linecap="round" stroke-width="4"/></g><path id="Pfad_389" data-name="Pfad 389" d="M19971.836-7604.5h23.668" transform="translate(-19971.135 7610.918)" fill="none" stroke="%23fcf8f1" stroke-linecap="round" stroke-width="4"/></g></g></g></g></svg>');
}

div.swiper-button-next.white::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.124" height="18.346" viewBox="0 0 29.124 18.346"><g id="Gruppe_2148" data-name="Gruppe 2148" transform="translate(2.001 2.755)"><g id="Gruppe_1263" data-name="Gruppe 1263" transform="translate(0 0)"><g id="Gruppe_1262" data-name="Gruppe 1262" transform="translate(0 0)"><g id="Gruppe_1122" data-name="Gruppe 1122" transform="translate(0 0)"><g id="Gruppe_1022" data-name="Gruppe 1022"><g id="Gruppe_857" data-name="Gruppe 857" transform="translate(14.051)"><line id="Linie_151" data-name="Linie 151" x2="10.319" y2="6.418" fill="none" stroke="%23fcf8f1" stroke-linecap="round" stroke-width="4"/></g><g id="Gruppe_1020" data-name="Gruppe 1020" transform="translate(14.051 6.418)"><line id="Linie_151-2" data-name="Linie 151" y1="6.418" x2="10.319" fill="none" stroke="%23fcf8f1" stroke-linecap="round" stroke-width="4"/></g><path id="Pfad_389" data-name="Pfad 389" d="M19995.5-7604.5h-23.668" transform="translate(-19971.836 7610.918)" fill="none" stroke="%23fcf8f1" stroke-linecap="round" stroke-width="4"/></g></g></g></g></g></svg>');
}

.swiper-button-prev.swiper-nav-icon,
.swiper-button-next.swiper-nav-icon {
  width: 67px;
  height: auto;
}

.swiper-button-prev.swiper-nav-icon.brown {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Pfeil-links-Hintergrund-braun.svg');
}

.swiper-button-next.swiper-nav-icon.brown {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Pfeil-rechts-Hintergrund-braun.svg');
}


.swiper-button-prev.swiper-nav-icon.yellow {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Pfeil-links-Hintergrund-gelb.svg');
}

.swiper-button-next.swiper-nav-icon.yellow {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Pfeil-rechts-Hintergrund-gelb.svg');
}

/* Globales Swiper  Paginierung Styling */
.body-container-wrapper .swiper-pagination-bullets {
  position: relative;
  padding-top: 25px;
}

.swiper-hero .swiper .swiper-pagination-bullets {
  margin-top: -27px;
  padding-top: unset;
}

span.swiper-pagination-bullet {
  background: none;  
  opacity: 1;
  height: 12.38px;
  width: 10.93px;
  border-radius: unset;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.102" height="21.059" viewBox="0 0 18.102 21.059"><path id="Pfad_7109" data-name="Pfad 7109" d="M19597.582-7247.161s-7.732-2.079-7.732,2.532,1.641,12.847,7.732,13.912,7.025-4.623,5.992-10.009A8.189,8.189,0,0,0,19597.582-7247.161Z" transform="translate(-19587.85 7249.629)" fill="none" stroke="%23503629" stroke-width="4"/></svg>');
}

span.swiper-pagination-bullet-active {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.102" height="21.059" viewBox="0 0 18.102 21.059"><path id="Pfad_7109" data-name="Pfad 7109" d="M19597.582-7247.161s-7.732-2.079-7.732,2.532,1.641,12.847,7.732,13.912,7.025-4.623,5.992-10.009A8.189,8.189,0,0,0,19597.582-7247.161Z" transform="translate(-19587.85 7249.629)" fill="%23503629" stroke="%23503629" stroke-width="4"/></svg>');
}

@media(min-width: 1300px){
  .swiper-tiles .swiper-pagination,
  .swiper-text-tiles .swiper-pagination {
    display: none!important;
  }
}

@media (min-width: 1025px) {
  .swiper-hero .swiper-pagination {
    display: none;
  }
  /* Globale Paginierung Styling */
div.swiper-pagination-bullets {
  padding-top: 48px;
}
}

@media (max-width: 1024px) {
  /* Hero Slider */
  .swiper-hero .swiper-button-prev {
    display: none;
  }
  .swiper-hero .swiper-button-next {
    display: none;
  }
}

@media (min-width: 768px) {
  /* Globale Paginierung Styling */
  div.swiper-pagination-bullets {
    padding-top: 46px;
  }

  span.swiper-pagination-bullet {
    width: 14.09px;
    height: 17.04px;
  }
}
#lage .content-wrapper, #reiseplan .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lage #map, #reiseplan #map {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 975px;
    height: 549px;
    border-radius: 5px;
}

#lage .mapSection__text, #reiseplan .mapSection__text {
    max-width: 40%;
    text-align: center;
    padding: 0  50px;
}

@media (min-width: 1025px) and (max-width: 1940px) {
#lage .content-wrapper, #reiseplan .content-wrapper {
    position: relative;
  }

#lage .content-wrapper::after, #reiseplan .content-wrapper::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2007.729" height="442.137" viewBox="0 0 2007.729 442.137"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="1991.814" height="269.565" transform="translate(742.88)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1354" data-name="Gruppe 1354" transform="translate(-716.559 -64.746) rotate(5)"><g id="Gruppe_1324" data-name="Gruppe 1324" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M1897.374,90.045c192.408,0,384.383-27.382,631.84-75.391,86.256-16.73,277.123-56.371,485.063,145.432,130.013,126.182,246.62,250.588,348.781,366.866,131.161,149.328,238.783,285.54,320.524,395.008,67.352,90.208,107.48,164.413,110.879,237.558,3.372,72.926-29.727,145.847-108.687,233.956-146.776,163.78-295.815,312.343-439.814,441.05-150,134.053-294.661,246.637-425.751,332.51-271.127,177.7-597,266.531-922.834,266.531h-.055c-325.842,0-651.712-88.831-922.834-266.531-131.09-85.874-275.751-198.458-425.752-332.51-144.005-128.707-293.038-277.27-439.815-441.05C29.954,1305.365-3.14,1232.444.232,1159.518c3.389-73.145,43.522-147.35,110.873-237.558,81.748-109.468,189.363-245.68,320.53-395.008C533.8,410.673,650.4,286.267,780.406,160.085c207.946-201.8,417.007-158.9,485.074-145.432,247.276,48.927,439.432,75.391,631.84,75.391h.055Z" transform="translate(-0.003 -0.001)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></svg>');
    position: absolute;
    top: 0;
    left: -220px;
    z-index: -1;
  }
}

@media all and (max-width: 1024px) {
    #lage .content-wrapper, #reiseplan .content-wrapper {
        flex-flow: column;
    }

    #lage .mapSection__text, #reiseplan .mapSection__text {
        max-width: unset;
        margin-bottom: 40px;
    }

    #lage #map, #reiseplan #map {
        height: 392px;
    }
}

@media all and (max-width: 767px) {

    #lage #map, #reiseplan #map {
        height: 302px;
    }
    
}
.description-region {
    width: 100%;
    display: flex;
}

.description-region__inner-wrapper {
    background: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    box-shadow: var(--box-shadow);
    height: auto;
}

.description-region__inner-wrapper span {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.description-region__inner-wrapper h2 {
    margin-top: 10px;
}

.description-region .content {
    width: 50%;
}

.description-region .content ul {
    padding: 25px;
}

.description-region .media {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-region .content {
    padding: 5% 6%;
}

.description-region .media {
    position: relative;
    overflow: hidden;
}

.description-region .media img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    display: block;
}

@media all and (max-width: 1250px) {
    .description-region__inner-wrapper {
        flex-flow: column-reverse;
    }

    .description-region__inner-wrapper .content,
    .description-region__inner-wrapper .content ul {
        text-align: center;
        padding: 30px 50px;
    }
    .description-region .media,
    .description-region__inner-wrapper .content {
        width: 100%;
    }

    .description-region__inner-wrapper .content {
        max-width: 768px;
        margin: 0 auto;
    }

    .description-region__inner-wrapper .media,
    .description-region__inner-wrapper img {
        max-height: 410px;
    }
}

@media all and (max-width: 767px) {
    .description-region__inner-wrapper .content,
    .description-region__inner-wrapper .content ul {
        padding: 40px 20px;
    }

    .description-region__inner-wrapper .media,
    .description-region__inner-wrapper img {
        max-height: 210px;
    }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  height: fit-content;
}

#main-content {
  /*padding-top: 100px;*/
  overflow-x: clip;
}

#main-content .header-white-bg {
  background-image: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/white-wave-header-bg.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  max-height: 220px;
  min-height: 120px;
  height: 32vw;
  content: '';
  top: 0;
  transition: min-height .5s ease;
  width: 100%;
  z-index: 99;
}

.reconstructed-line #main-content, .reconstructed-line #error-page {
  padding-top: 0;
  overflow: hidden;
  position: relative;
}

.reconstructed-line #error-page::before {
  z-index: 99;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1366px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  /*#main-content {
  padding-top: 140px;
  }*/
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 306px;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header__logo {
    max-width: 200px;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1367px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 1366px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 1366px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1366px) {
  .header__navigation,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


.breadcrumb {
  display: none;
}


.bg-check.breadcrumb.background--light .hs-breadcrumb-menu *,
.bg-check.hero-content.background--light h1,
.bg-check.hero-content.background--light h2,
.bg-check.hero-content.background--light p {
  color: var(--color-darker-brown);
  text-shadow: 0px 0px 10px #fcf8f1;
}

.bg-check.breadcrumb.background--dark .hs-breadcrumb-menu *,
.bg-check.hero-content.background--dark h1,
.bg-check.hero-content.background--dark h2,
.bg-check.hero-content.background--dark p {
  color: var(--color-beige);
  text-shadow: 0px 0px 10px #2e1b04;
}



.bg-check.hero-content.background--complex h1,
.bg-check.hero-content.background--complex h2,
.bg-check.hero-content.background--complex p{
  color: var(--color-darker-brown);
  text-shadow: 0px 0px 20px #fcf8f1;
}

.bg-check.breadcrumb.background--light.background--complex .hs-breadcrumb-menu * {
  color: var(--color-white);
  text-shadow: 0px 0px 4px #2e1b04;
}

/* Header height - Queries */
@media(min-width: 560px) {
  #main-content .header-white-bg {
     height: 26vw;
  }
} 

@media(min-width: 660px) {
  #main-content .header-white-bg {
     height: 24vw;
  }
}

@media(min-width: 760px) {
  #main-content .header-white-bg {
     height: 22vw;
  }
}

@media(min-width: 860px) {
  #main-content .header-white-bg {
     height: 20vw;
  }
}

@media(min-width: 960px) {
  #main-content .header-white-bg {
     height: 19vw;
  }
}

@media(min-width:1025px) {

.breadcrumb {
display: flex;
top: 240px;
position: absolute;
width: 100%;
align-items: center;
z-index: 2;
}

.breadcrumb > .content-wrapper {
  width: 100%;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb .hs-breadcrumb-menu-item {
  font-size: 14px;
}

.breadcrumb .hs-breadcrumb-menu-item.last-crumb {
  font-weight: 700;
}

.breadcrumb .hs-breadcrumb-menu-divider:before {
  content:"/";
}
}

@media(max-width:1415px) {
  .breadcrumb {
  top: 280px;
}
}

/*
.logo--mobile {
  display: none;
}*/

@media all and (max-width: 767px) {
  /*.logo--mobile {
    display: block;
  }*/

  /*
  .header__logo--main > div:first-child {
    display: none;
  }*/
}
.footer {
    position: relative;
}

.footer a {
    text-decoration: none!important;
}

.footer p {
    margin-left: 0;
}

.footer a:hover {
    font-weight: 700;
} 

.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    gap: 22px;
    flex-direction: row!important;
}

.footer .dnd-section > .row-fluid {
    display: grid;
    position: relative;
    gap: 10px 20px; /* Abstand zwischen den Grid-Items */
}

.footer .dnd-section > .row-fluid > div {
    width: 100%; /* Stellt sicher, dass jedes Grid-Item die volle Breite seiner Spalte einnimmt */
    height: fit-content;
    grid-column: span 12;
}

.footer .dnd-section>.row-fluid > div:nth-child(4) form {
    height: 360px; 
}

@media (max-width: 767px) {
    .footer .dnd-section > .row-fluid > div {
        grid-column: span 8;
    }
}

@media (min-width: 1200px) {
    .footer .dnd-section > .row-fluid {
        grid-template-columns: repeat(12, 1fr); /* Vier Spalten auf größeren Bildschirmen */
        grid-template-rows: repeat(2, 1fr); /* Drei Zeilen */
    }
    .footer .dnd-section > .row-fluid > div:nth-child(1) { grid-column: 1/5; }
    .footer .dnd-section > .row-fluid > div:nth-child(2) { grid-column: 5/7 }
    .footer .dnd-section > .row-fluid > div:nth-child(3) { grid-column: 7/9; }
    .footer .dnd-section > .row-fluid > div:nth-child(4) { grid-column: 9/13; grid-row: 1 / 3; }
    .footer .dnd-section > .row-fluid > div:nth-child(5) {
        grid-column: 1 / 5; /* Item 5 über die ersten beiden Spalten */
        grid-row: 3; /* In der zweiten Zeile */
        margin-top: -120px;
    }
}

@media (max-width: 1199px) {
    .footer .dnd-section>.row-fluid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 50px 33px; /* Abstand zwischen den Grid-Items */
    }
    .footer .dnd-section>.row-fluid>div:nth-child(2) {
        grid-column: span 5;
        grid-row: 2;
    }
    .footer .dnd-section>.row-fluid > div:nth-child(3) {
        grid-row: 3;
        top: -150px;
        position: relative;
        margin-bottom: -150px;
    }
    .footer .dnd-section>.row-fluid > div:nth-child(4) {
        grid-column: span 6;
        grid-row: 2;
    }
    .footer .dnd-section>.row-fluid > div:nth-child(5) {
        grid-column: span 12;
        grid-row: 4;
}
}

@media (max-width: 767px) {
    .footer .dnd-section>.row-fluid {
        grid-template-columns: repeat(1, 1fr); 
        gap: 50px 20px; /* Abstand zwischen den Grid-Items */
    }
    .footer .dnd-section>.row-fluid > div:nth-child(2) {
        grid-row: 2;
        grid-column: span 5;
    }
    .footer .dnd-section>.row-fluid > div:nth-child(3) {
        grid-column: span 6;
        grid-row: 2;
        margin-bottom: unset;
        position: unset;
    }
    .footer .dnd-section>.row-fluid > div:nth-child(4) {
        grid-column: span 12; 
        grid-row: 4; 
    }
    .footer .dnd-section>.row-fluid > div:nth-child(5) {
        grid-column: span 12; 
        grid-row: 5; 
    }
}

#hs_form_target_widget_1723788402285 .hs-richtext p, 
footer .hs-form-booleancheckbox p, 
.ce18-flex .hs-richtext p, 
.ce18-flex .hs-form-booleancheckbox p {
    font-size: .875rem !important;
    font-weight: 100 !important;
}

#hs_form_target_widget_1723788402285 .hs-richtext p {
    margin: 0 0 1.7rem !important;
}

footer .legal-consent-container .field.hs-form-field {
    margin-bottom: 0 !important;
}

footer .hs-form-booleancheckbox {
    margin-bottom: 0 !important;
}

#hs_form_target_module_173858681677222 .hs_submit input,
#hs_form_target_widget_1723788402285 .hs_submit input, .button-wrapper .cyan-colored {
    padding-right: 47px;
    font-weight: 100;
    background: #A6F2F4;
    border-color: #A6F2F4;
}


.button-wrapper .cyan-colored {
    padding-right: 20px;
}

#hs_form_target_module_173858681677222 .hs_submit input:hover,
#hs_form_target_widget_1723788402285 .hs_submit input:hover, .button-wrapper .cyan-colored:hover {
    box-shadow: var(--box-shadow);
    background: #A6F2F4;
    border-color: #A6F2F4;
}

#toTop {
    position: absolute;
    cursor: pointer;
    top: -96px;
    right: 0;
}

.toTop__mobile {
    display: none;
}

@media all and (max-width: 767px) {
    .toTop__mobile {
        display: block;
    }
    .toTop__desktop {
        display: none;
    }
}

.footer .span3:nth-child(4) {
    max-width: 442px;
}

.footer .span3:nth-child(4) input {
    max-width: 332px;
}
/* 
Hero
 */
.hero {
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.hero.paddingless {
  max-height: unset;
}

.hero .background {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-beige);
}

.hero-content {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  position: relative;
  top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2; 
  flex-direction: column;
  height: 100vh;
  min-height: fit-content;
  padding-top: 120px;
  padding-bottom: 1rem;
}

.hero-content .intro {
  max-width: 780px;
  margin: 0 auto;
}

.hero img,
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  max-width: 100vw !important;
  content: "";
  background: transparent
    radial-gradient(closest-side at 50% 50%, #fcf8f1e6 0%, #fcf8f100 100%) 0% 0%
    no-repeat padding-box;
  background-size: cover;
  position: absolute;
  bottom: -2%;
  left: 0;
  width: 100%;
  height: calc(100% - 220px);
  z-index: 1;
  pointer-events: none;
}

.hero .hero__textContent--outerWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
}

.hero .hero__textContent {
  max-width: 830px;
  z-index: 2;
  position: relative;
  min-height: fit-content;
}

.hero .hero__keywords {
  max-width: 600px;
  margin: 0 auto;
  text-transform: uppercase;
  background: #eff3a3;
  box-shadow: var(--box-shadow);
  padding: 12px 20px;
}

/* Hero ce08-04 */
.ce08-04-hero {
  max-width: 810px;
  margin: 0 auto;
  padding-top: 60px;
}

.ce08-04-hero h1 {
  padding-bottom: 30px;
}

.hero .swiper-button-next,
.hero .swiper-button-prev {
  opacity: 1 !important;
  top: calc(50% - 44px);
  right: 60px;
}

.hero .swiper-button-prev {
  left: 60px;
}

.hero .swiper-button-prev::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.124" height="18.346" viewBox="0 0 29.124 18.346"><g id="Gruppe_1263" data-name="Gruppe 1263" transform="translate(2.755 2.755)"><g id="Gruppe_1262" data-name="Gruppe 1262" transform="translate(0 0)"><g id="Gruppe_1122" data-name="Gruppe 1122" transform="translate(0 0)"><g id="Gruppe_1022" data-name="Gruppe 1022"><g id="Gruppe_857" data-name="Gruppe 857"><line id="Linie_151" data-name="Linie 151" x1="10.319" y2="6.419" fill="none" stroke="%23503629" stroke-linecap="round" stroke-width="4"/></g><g id="Gruppe_1020" data-name="Gruppe 1020" transform="translate(0 6.418)"><line id="Linie_151-2" data-name="Linie 151" x1="10.319" y1="6.419" fill="none" stroke="%23503629" stroke-linecap="round" stroke-width="4"/></g><path id="Pfad_389" data-name="Pfad 389" d="M19971.836-7604.5h23.668" transform="translate(-19971.135 7610.918)" fill="none" stroke="%23503629" stroke-linecap="round" stroke-width="4"/></g></g></g></g></svg>');
}

.hero .swiper-button-next::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.123" height="18.346" viewBox="0 0 29.123 18.346"><g id="Gruppe_1287" data-name="Gruppe 1287" transform="translate(-18.671 -12.245)"><g id="Gruppe_1263" data-name="Gruppe 1263" transform="translate(20.671 15)"><g id="Gruppe_1262" data-name="Gruppe 1262" transform="translate(0 0)"><g id="Gruppe_1122" data-name="Gruppe 1122"><g id="Gruppe_1022" data-name="Gruppe 1022"><g id="Gruppe_857" data-name="Gruppe 857" transform="translate(14.051)"><line id="Linie_151" data-name="Linie 151" x2="10.319" y2="6.419" fill="none" stroke="%23503629" stroke-linecap="round" stroke-width="4"/></g><g id="Gruppe_1020" data-name="Gruppe 1020" transform="translate(14.051 6.419)"><line id="Linie_151-2" data-name="Linie 151" y1="6.419" x2="10.319" fill="none" stroke="%23503629" stroke-linecap="round" stroke-width="4"/></g><path id="Pfad_389" data-name="Pfad 389" d="M19995.5-7604.5h-23.668" transform="translate(-19971.836 7610.918)" fill="none" stroke="%23503629" stroke-linecap="round" stroke-width="4"/></g></g></g></g></g></svg>');
}

/**
RESPONSIVE 
**/
@media all and (max-width: 767px) {
  .body-container--about .hero {
    display: flex;
    flex-direction: column-reverse;
  }

  .body-container--about .hero::after {
    content: none;
  }

  .body-container--about .hero .background {
    position: relative;
  }

  .body-container--about .hero .background .radial-gradient-1 {
    background: none;
  }

  .body-container--about .hero .hero-content {
    padding-bottom: 0;
    background-color: var(--color-beige);
  }

  .hero .hero__textContent--outerWrapper {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Hero 
  .hero {
    max-height: 887px;
  }*/
  .hero-content {
    padding-top: 200px;
  }
}

@media (max-width: 1024px) {
  .hero .hero__textContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 620px;
  }

  .hero .hero__textContent h1 {
    margin-top: auto;
  }

  .hero .hero__textContent h2 {
    margin-bottom: auto;
  }
}

@media (min-width: 1025px) {
  .hero-content {
    padding-top: 360px;
    padding-bottom: 100px;
    height: 100%;
    min-height: calc(100vh - 200px);
  }
  /* Hero */
  .ce08-04-hero {
    padding-top: 100px;
  }

  .hero .hero__textContent {
    top: 10%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* 
General Stuff
*/
.flexbox {
  display: flex;
  flex-flow: row wrap;
  gap: 29.92px 20px;
}
.btn-wrapper {
  justify-content: center;
}
img {
  object-fit: cover;
}

/* stops body from scrolling when overlay active */
.no-scroll {
  overflow: hidden;
}


/* 
Travel Time
*/
#time-boxes.flexbox {
  gap: 14px 1rem;
}

.time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow);
  flex: 1 1 calc(33.333% - 1rem);
  aspect-ratio: 1 / 1;
  flex-grow: 1;
  padding: 0 5px;
  max-width: 119px;
  word-break: break-word;
}

.time-box.best {
  background-color: var(--color-dark-brown_light);
}

.time-box.good{
  background-color: var(--color-beige);
}

.legend {
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  margin: 10px auto 40px;
  gap: 15px 0px;
}

.legend > div {
  width: fit-content;
  display: flex;
  white-space: nowrap;
  gap: 15px 26px;
  align-items: center;
}

.legend .time-box {
  width: 26px;
  height: 26px;
}

/* MCE 31 Hotelbilder */ 



.hotelbilder-swiper .swiper-pagination {
  display: none;
}

.hotelbilder-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.media-gallery, .fullWidth-swiper {
  max-width: 1220px;
  margin: 0 auto;
}

@media all and (min-width: 769px) {
  .fullWidth-swiper {
    position: relative;
  }

  .hotelbilder-swiper {
    margin-bottom: 25px;
  }

  .hotelbilder-swiper .swiper-slide {
    max-height: 800px;
    height: 60vh;
    aspect-ratio: 16 / 9;
    max-height: 900px;
    height: 100%;
  }

  .hotelbilder-swiper__thumb .swiper-slide {
    height: 90px;
  }

  .hotelbilder-swiper__thumb .swiper-slide img {
    width: 120px;
    height: 120px !important;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
}

@media all and (max-width: 1472px) {
  #hotelbilder h2 {
    text-align: center;
  }
}

/* Globales Kachel Styling */
.tile {
  box-shadow: var(--box-shadow);
  background-color: var(--color-white);
}
.tile .img-wrapper img,
#instagram-feed a img {
  will-change: transform, filter;
  transition: transform .35s ease-in-out;
}

#instagram-feed a {
  overflow:hidden;
}

.swiper-slide.tile {
  display: flex;
  flex-direction: column;
  height: auto;
}

.swiper-button-prev.brown-arrows::after {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Pfeil-links-Hintergrund-braun.svg');
}

.swiper-button-next.brown-arrows::after {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Pfeil-rechts-Hintergrund-braun.svg');
}

.swiper-button-prev.brown-arrows::after {
  transform: scale(-1, 1);
}

/*
.moreHotels--swiper .swiper-pagination, .moreRoundtrips--swiper .swiper-pagination {
  display: none;
}*/



.swiper-button-prev.brown-arrows {
  left: -17%;
}

.swiper-button-next.brown-arrows {
  right: -17%;
}

@media all and (max-width: 1662px) {
  .swiper-button-prev.brown-arrows {
    left: -9.35%;
  }

  .swiper-button-next.brown-arrows {
    right: -9.35%;
  }
}



.media-gallery, .fullWidth-swiper {
  max-width: 1220px;
  margin: 0 auto;
}

@media all and (max-width: 1472px) {
  .swiper-button-prev.brown-arrows,
  .swiper-button-next.brown-arrows {
    display: none;
  }
}

@media all and (max-width: 1472px) {

/*
  .moreHotels--swiper .swiper-pagination, .moreRoundtrips--swiper .swiper-pagination {
    display: block;
  }
  */

  .hotelbilder-swiper .swiper-pagination {
    display: block;
  }
  

  .hotelbilder-swiper__thumb {
    display: none !important;
  } 

}

@media all and (max-width: 1472px) {
  .hotelbilder-swiper .swiper-slide {
    max-height: unset;
    height: 100%;
    aspect-ratio: 3 / 2;
  }
}

@media all and (max-width: 767px) {
  .hotelbilder-swiper .swiper-slide {
    max-height: unset;
    height: 100%;
    aspect-ratio: 3 / 2;
  }

  .hotelbilder-swiper .swiper-slide img {
    min-height: 210px;
  }
}

.img-wrapper {
  background-color: var(--color-dark-brown_light);
}

.tile .img-wrapper {
  width: 100%;
  aspect-ratio: 523 / 347;
  background-color: var(--color-beige);
  display: flex;
  position: relative;
  overflow: hidden;
}

.tile .img-wrapper img {
  width: 100%;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.tile .content {
  position: relative;
  padding: 25px 36px 38.5px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.tile .content.text-center {
  align-items: center;
}

.tile .content:not(.link-tile) {
  flex-grow: 1;
}

.tile .content .button,
.tile .content .btn-wrapper {
  margin-top: auto;
}

.ce25-teaser .tile .content {
  margin-top: unset;
}

.tiles-wrapper--4-col .tile .content {
  margin-top: unset;
  text-align: center;
}

.tiles-wrapper--4-col .tile .content h4 {
  font-weight: 100;
}

.tiles-wrapper--4-col .tile .content ul {
  list-style-type: none;
  padding: 0;
}

.tiles-wrapper--4-col .tile .content .icon-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.info-boxes h4 {
  text-transform: uppercase;
}

.info-boxes ul li {
  margin-left: 0;
}

.info-boxes ul li::before {
  content: none;
}

.info-boxes ul {
  text-align: center;
}

.info-boxes li {
  margin-bottom: 0;
}

.info-boxes .content {
  padding: 46px 51px 36.6px 51px !important;
}

.swiper-button-prev.brown-arrows,
.swiper-button-next.brown-arrows {
  width: 66px !important;
  height: 42px !important;
}

.swiper-button-prev.brown-arrows::after,
.swiper-button-next.brown-arrows::after {
  width: 66px !important;
  height: 42px !important;
}

.swiper-button-prev.brown-arrows::after {
  transform: unset;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="66.278" height="42.504" viewBox="0 0 66.278 42.504"><g id="Icon-Pfeil-links-Hintergrund-braun" transform="translate(0.004)"><path id="Pfad_7081" data-name="Pfad 7081" d="M33.13,40.93A56.981,56.981,0,0,0,22.1,42.25a8.62,8.62,0,0,1-8.47-2.54c-2.27-2.2-4.31-4.38-6.09-6.41-2.29-2.61-4.17-4.99-5.6-6.9A7.935,7.935,0,0,1,0,22.25c-.06-1.27.52-2.55,1.9-4.09a99.685,99.685,0,0,1,7.68-7.7,64.561,64.561,0,0,1,7.44-5.81A29.492,29.492,0,0,1,33.13,0h0A29.55,29.55,0,0,1,49.25,4.65a64.561,64.561,0,0,1,7.44,5.81,99.685,99.685,0,0,1,7.68,7.7c1.38,1.54,1.96,2.81,1.9,4.09a7.935,7.935,0,0,1-1.94,4.15c-1.43,1.91-3.31,4.29-5.6,6.9-1.78,2.03-3.82,4.2-6.09,6.41a8.894,8.894,0,0,1-8.47,2.54,56.209,56.209,0,0,0-11.03-1.32h0Z" fill="%23503629" fill-rule="evenodd"/><path id="Pfad_7082" data-name="Pfad 7082" d="M21.27,21.31l26,.25a.66.66,0,0,1-.01,1.32L21.6,22.63l6.58,6.17c.64.6-.36,1.96-1.1.77L20.29,23.2c-1.22-1.34-.64-2.14.44-3.22l2.19-1.89,4.44-3.9a.66.66,0,0,1,.86,1c-1.37,1.17-2.93,2.78-4.52,3.97a25.715,25.715,0,0,0-2.41,2.14" fill="%23fcf8f1"/></g></svg>');
}

@media (min-width: 1025px) and (max-width: 1940px) {
  .info-boxes {
    position: relative;
  }

  .info-boxes::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2161.627" height="750.455" viewBox="0 0 2161.627 750.455"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="2143.694" height="311.565" transform="translate(1037 -34)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1332" data-name="Gruppe 1332" transform="matrix(0.978, 0.208, -0.208, 0.978, -956.63, -182.348)"><g id="Gruppe_1324" data-name="Gruppe 1324" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M1897.374,90.045c192.408,0,384.383-27.382,631.84-75.391,86.256-16.73,277.123-56.371,485.063,145.432,130.013,126.182,246.62,250.588,348.781,366.866,131.161,149.328,238.783,285.54,320.524,395.008,67.352,90.208,107.48,164.413,110.879,237.558,3.372,72.926-29.727,145.847-108.687,233.956-146.776,163.78-295.815,312.343-439.814,441.05-150,134.053-294.661,246.637-425.751,332.51-271.127,177.7-597,266.531-922.834,266.531h-.055c-325.842,0-651.712-88.831-922.834-266.531-131.09-85.874-275.751-198.458-425.752-332.51-144.005-128.707-293.038-277.27-439.815-441.05C29.954,1305.365-3.14,1232.444.232,1159.518c3.389-73.145,43.522-147.35,110.873-237.558,81.748-109.468,189.363-245.68,320.53-395.008C533.8,410.673,650.4,286.267,780.406,160.085c207.946-201.8,417.007-158.9,485.074-145.432,247.276,48.927,439.432,75.391,631.84,75.391h.055Z" transform="translate(-0.003 -0.001)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></svg>');
    position: absolute;
    top: 0;
    left: -220px;
  }
}

.tile .content.link-tile {
  padding: 25px 36px 38.5px;
}

.tile .content h2 {
  text-transform: uppercase;
}

.tile.line_2 {
  background-clip: border-box;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="549.635" height="266.22" viewBox="0 0 549.635 266.22"><defs><clipPath id="clip-path"><rect id="Rechteck_2190" data-name="Rechteck 2190" width="521.345" height="178.399" transform="translate(139 335)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath><clipPath id="clip-path-2"><rect id="Rechteck_2190-2" data-name="Rechteck 2190" width="526.345" height="132.399" transform="translate(137 381)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1319" data-name="Gruppe 1319" transform="matrix(0.985, 0.174, -0.174, 0.985, -37.325, -44.538)"><g id="Gruppe_1282" data-name="Gruppe 1282" transform="translate(-64 -303)" clip-path="url(%23clip-path)"><path id="Pfad_455" data-name="Pfad 455" d="M356.218,19.106c36.123,0,72.248-4.719,118.623-14.154,39.817-8.1,52.028-10.583,91.067,27.3,24.409,23.69,46.3,47.046,65.481,68.877,24.625,28.035,44.83,53.608,60.176,74.16,12.645,16.936,20.178,30.867,20.817,44.6.633,13.691-5.581,27.382-20.405,43.924a1064.614,1064.614,0,0,1-82.572,82.8c-28.162,25.167-55.321,46.3-79.932,62.426-50.9,33.362-112.082,50.039-173.256,50.039h-.01c-61.175,0-122.354-16.677-173.256-50.039-24.611-16.122-51.77-37.259-79.932-62.426a1064.427,1064.427,0,0,1-82.572-82.8C5.623,247.274-.59,233.584.043,219.892c.636-13.732,8.171-27.664,20.816-44.6,15.348-20.552,35.552-46.125,60.177-74.16,19.18-21.83,41.072-45.187,65.479-68.877,39.04-37.887,51.25-35.4,91.069-27.3,46.375,9.435,82.5,14.154,118.624,14.154h.01Z" transform="translate(10.829 51.268)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g><g id="Gruppe_1320" data-name="Gruppe 1320" transform="matrix(0.995, -0.105, 0.105, 0.995, -68.42, 64.173)"><g id="Gruppe_1282-2" data-name="Gruppe 1282" transform="translate(-64 -303)" clip-path="url(%23clip-path-2)"><path id="Pfad_455-2" data-name="Pfad 455" d="M356.218,19.106c36.123,0,72.248-4.719,118.623-14.154,39.817-8.1,52.028-10.583,91.067,27.3,24.409,23.69,46.3,47.046,65.481,68.877,24.625,28.035,44.83,53.608,60.176,74.16,12.645,16.936,20.178,30.867,20.817,44.6.633,13.691-5.581,27.382-20.405,43.924a1064.614,1064.614,0,0,1-82.572,82.8c-28.162,25.167-55.321,46.3-79.932,62.426-50.9,33.362-112.082,50.039-173.256,50.039h-.01c-61.175,0-122.354-16.677-173.256-50.039-24.611-16.122-51.77-37.259-79.932-62.426a1064.427,1064.427,0,0,1-82.572-82.8C5.623,247.274-.59,233.584.043,219.892c.636-13.732,8.171-27.664,20.816-44.6,15.348-20.552,35.552-46.125,60.177-74.16,19.18-21.83,41.072-45.187,65.479-68.877,39.04-37.887,51.25-35.4,91.069-27.3,46.375,9.435,82.5,14.154,118.624,14.154h.01Z" transform="translate(10.829 51.268)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></svg>');
  background-origin: border-box;
  background-position: 50% -24%;
  background-size: 106%;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  min-height: 630px;
}

/* Globale Teaser Kacheln mit Bild und Text 3 Spaltig
.tiles-wrapper--3-col .tile .content h2, */
.dce55-tiles-detail .tile .content h3,
.ce53-tiles-detail .tiles-wrapper--3-col .tile .content h3,
.ce53-tiles-detail .tiles-wrapper--3-col .tile .content h4,
.ce56-tiles-detail .tiles-wrapper--3-col .tile .content:not(.link-tile) h3 {
  margin-bottom: 0!important;
}

.erlebnisse_tiles .tiles-wrapper--3-col .tile .upper {
  margin-bottom: 1.4rem !important;
}

.ce53-tiles-detail .text ul {
  margin-top: 15px;
}

@media all and (max-width: 1940px) {
  .filter-category.property:not(.filter-category:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2056.551" height="329.605" viewBox="0 0 2056.551 329.605"><defs><clipPath id="clip-path"><rect id="Rechteck_2190" data-name="Rechteck 2190" width="2048.786" height="258.261" transform="translate(310)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1728" data-name="Gruppe 1728" transform="translate(67.863 -1598.808)"><g id="Gruppe_1582" data-name="Gruppe 1582" transform="matrix(0.998, 0.07, -0.07, 0.998, 107.084, 196.527)"><g id="Gruppe_1494" data-name="Gruppe 1494" transform="translate(-1206.139 1478.211) rotate(-2)"><g id="Gruppe_1282" data-name="Gruppe 1282" transform="translate(830.1 -28)" clip-path="url(%23clip-path)"><path id="Pfad_455" data-name="Pfad 455" d="M2103.775,112.836c213.338,0,426.688-27.87,700.573-83.592C3039.5-18.6,3111.617-33.259,3342.177,190.5,3486.334,330.4,3615.625,468.343,3728.9,597.271c145.429,165.573,264.758,316.6,355.392,437.978,74.679,100.021,119.171,182.3,122.94,263.4,3.74,80.859-32.96,161.713-120.51,259.407-162.742,181.6-327.994,346.32-487.658,489.028C3432.745,2195.719,3272.347,2320.55,3127,2415.765,2826.375,2612.8,2465.057,2711.29,2103.775,2711.29h-.061c-361.289,0-722.607-98.494-1023.222-295.525-145.35-95.216-305.748-220.047-472.066-368.681-159.67-142.708-324.916-307.432-487.659-489.028C33.212,1460.362-3.481,1379.509.258,1298.649c3.757-81.1,48.256-163.379,122.934-263.4,90.64-121.377,209.963-272.405,355.4-437.978C591.864,468.343,721.156,330.4,865.3,190.5,1095.867-33.259,1167.975-18.6,1403.142,29.244c273.884,55.722,487.234,83.592,700.573,83.592h.061Z" transform="translate(-826.739 27.982)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g><g id="Gruppe_1495" data-name="Gruppe 1495" transform="matrix(0.998, -0.07, 0.07, 0.998, -1205.71, 1551.676)"><g id="Gruppe_1282-2" data-name="Gruppe 1282" transform="translate(830.1 -28)" clip-path="url(%23clip-path)"><path id="Pfad_455-2" data-name="Pfad 455" d="M2103.775,112.836c213.338,0,426.688-27.87,700.573-83.592C3039.5-18.6,3111.617-33.259,3342.177,190.5,3486.334,330.4,3615.625,468.343,3728.9,597.271c145.429,165.573,264.758,316.6,355.392,437.978,74.679,100.021,119.171,182.3,122.94,263.4,3.74,80.859-32.96,161.713-120.51,259.407-162.742,181.6-327.994,346.32-487.658,489.028C3432.745,2195.719,3272.347,2320.55,3127,2415.765,2826.375,2612.8,2465.057,2711.29,2103.775,2711.29h-.061c-361.289,0-722.607-98.494-1023.222-295.525-145.35-95.216-305.748-220.047-472.066-368.681-159.67-142.708-324.916-307.432-487.659-489.028C33.212,1460.362-3.481,1379.509.258,1298.649c3.757-81.1,48.256-163.379,122.934-263.4,90.64-121.377,209.963-272.405,355.4-437.978C591.864,468.343,721.156,330.4,865.3,190.5,1095.867-33.259,1167.975-18.6,1403.142,29.244c273.884,55.722,487.234,83.592,700.573,83.592h.061Z" transform="translate(-826.739 27.982)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></g></g></svg>');
    position: relative;
    transform: translateX(10px);
    margin-left: -170px;
    bottom: -50px;
  }
}

 .tiles-wrapper--3-col ul,
 .tiles-wrapper--3-col ul {
  padding: 0;
  list-style: none;
}

.tiles-wrapper--3-col > .tile {
  width: 100%;
  max-width: 523px;
}

.tiles-wrapper--3-col .tile .content h2,
.tiles-wrapper--3-col .tile .content .h2,
.tiles-wrapper--3-col .tile .content h3.h2,
.dce55-slider .tile .content h3.h2 {
  font-weight: 200;
  margin-bottom: 17px;
  text-transform: uppercase;
  max-width: 92%;
}

.tile .content .sub {
  font-weight: 700;
  margin-left: 0;
}

.tile .content .sub span:not(:first-child)::before,
.hero .hero__textContent .sub.reiselaender span:not(:first-child)::before {
  content: " – ";
}

/* Globale Teaser Kachel mit Text links und Bild rechts 1 Spaltig */
.tiles-wrapper--1-col > .tile {
  display: flex;
  flex-flow: column-reverse;
  justify-content: start;
}

.ce25-teaser .tiles-wrapper--1-col > .tile {
  align-items: center;
}

.tiles-wrapper--1-col .tile .content {
  padding: 36px 15px 38px; 
}

.tiles-wrapper--1-col .tile .img-wrapper {
  aspect-ratio: 16 / 9;
}

.tiles-wrapper--1-col .tile .img-wrapper .hs-video-widget {
  width: 100%;
}

/* REISEZIELE DYNAMIC LEVEL 0 */
.reiseziele .overview {
  justify-content: center;
  padding-top: 20px!important; 
}
.reiseziele .overview a {
  white-space: nowrap;
}

/* Pop-Up-Info-Box */
.badge-info-box-container {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.6s ease; 
  pointer-events: none;
}
.badge-info-box-container.visible {
  height: 100%;
  background-color: #a6a6a633;
  pointer-events: inherit;
}

.infobox {
  position: absolute;
  align-items: center;
  display: flex;
  flex-flow: column;
  height: auto;
  max-width: 470px;
  opacity: 0;
  text-align: center;
  transition: opacity .2s ease-out;
  z-index: 11;
}

.infobox.visible {
  opacity: 1;
  z-index: 15;
}
.close {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 15px;
}
.close::before {
  content: url('https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-X-zum-Schliessen.svg'); 
  height: 100%;
  width: 100%;
  display: block;
}

/*
.infobox * {
  white-space: nowrap;
}*/

.infobox .link-icon {
  position: relative;
  height: auto;
  left: unset;
  top: unset;
  width: 109px;
  margin: 22px 0 26px;
  cursor: unset;
}

.infobox h3 {
  font-weight: 200;
  text-transform: uppercase;
}

.infobox .text * {
  margin: 26px 20px 30px;
}

/* 

Responsive 

*/
 
@media (max-width: 300px) {
  .time-box {
    flex: 1 1 calc(50% - 1rem);
  }
}

/* prevents autoHeight for swiper 
*/

@media (min-width: 500px) and (max-width:1299px){
  .swiper-tiles .swiper-slide.tile {
    min-height: 100%;
    height: fit-content;
  }
}

@media (min-width: 700px)  and (max-width:1299px) {
  .tiles-wrapper--3-col>.swiper-slide.tile {
    min-height: 100%;
    height: fit-content;
  }
}

@media (max-width: 767px) {
    /* Hero */
  .reiseziele .overview a.button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ce53-tiles-detail .tiles-wrapper--3-col h3.h2 {
    max-width: 200px;
  }
}

@media (min-width: 768px){
/*
Travel Time
*/
#time-boxes.flexbox {
  gap: 16px 1rem;
}
/* Globales Kachel Styling */
.tile .content {
  padding: 46px 30px 36.6px 30px;
}

.flights-tiles .tile .content {
  align-items: start;
}

.tiles-wrapper--1-col .tile .content {
  padding: 43px 86px 46px;
}
}

@media(min-width: 768px) and (max-width:1472px) {
  /* Travel Time */
  .legend {
  margin: 20px auto 62px;
  gap: 23px 0px;
}
}

.ce09-10-container .btn-wrapper {
  margin-top: 35px;
}

@media(min-width: 1025px) {
/* General Stuff */
.flexbox {
  gap: 19px 20px;
}

/* Travel Time */
.legend {
  flex-direction: row;
  margin: 50px auto 75px;
  gap: 0px 62px;
}

.tile:not(.ce18-tile-wrapper, .noscale, .ce38-image-gallery .tile, .proven,.infobox):hover {
  /*transform: scale(1.015);*/
  box-shadow: 0px 0px 10px #50362940;
}

.tile:not(.infobox):hover .img-wrapper img,
#instagram-feed a:hover img {
  transform: scale(1.05);
  filter: saturate(1.25);
}

}

@media(max-width: 1199px) {
  .tiles-wrapper--1-col .tile .content {
    text-align: center;
    align-items: center;
  }

  .tiles-wrapper--1-col .tile .content .pre-headline {
    padding: 0 15%;
    margin: 1rem auto;
}
.tiles-wrapper--3-col > .tile {
  max-width: unset;
}
}

@media(min-width: 1200px) {
/* General Stuff */  
/* Globale Teaser Kachel mit Text links und Bild rechts 1 Spaltig */
.tiles-wrapper--1-col > .tile {
  flex-flow: row;
}

.tiles-wrapper--1-col .tile .content {
  max-width: 660px;
  padding: 55px 52px 55px 75px;
}
.tiles-wrapper--1-col .tile .btn-wrapper {
    justify-content: flex-start;
  }

}

@media(min-width: 1300px) {

/* Globale Teaser Kacheln mit Bild und Text 3 Spaltig */
.tiles-wrapper--3-col:not(.more-hotels, .more-roundtrips, .blog-swiper__active) {
  gap: 29px 30px;
  display: flex;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
}

.tiles-wrapper--4-col:not(.more-hotels, .more-roundtrips, .blog-swiper__active) {
  gap: 29px 30px;
  display: flex;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
}

  .tiles-wrapper--3-col > .tile {
  flex: 1 1 calc(100% / 3 - 22px);
  flex-grow: unset;
}

.tiles-wrapper--4-col > .tile {
  display: flex;
  flex: 1 1 calc(24% - 22px);
  flex-flow: row wrap;
  gap: 29px 35px;
  justify-content: center;
  max-width: 440px;
}
  /*Globales Tile Styling */
  .tile .content.link-tile {
    padding: 46px 80px 36.6px 80px;
  }
}

/*
**
** Bucket-List
**
*/

.bucket-list--tiles {
  padding-bottom: 80px;
}

.bucket-list--tiles .slider-wrapper {
  padding: 15px 0;
}

.bucket-list--tiles .slider-container {
  padding-bottom: 80px;
}

.bucket-list--tiles .slider-wrapper__inner {
  display: flex;
}

.hotels-container .swiper-tiles *, 
.private-container .swiper-tiles *,
.erlebnisse-container .swiper-tiles * {
  text-align: left;
}

.hotels-container h2, 
.private-container h2,
.erlebnisse-container h2 {
  width: 100%;
  max-width: unset !important;
}

.bucket-list--tiles .tile .img-wrapper {
  position: relative;
}

.tile .closing-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9999;
}

.tile .closing-icon:hover {
  cursor: pointer;
}

@media all and (max-width: 1940px) {
  .bucket-list--tiles .slider-container:not(.bucket-list--tiles .slider-container:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2056.551" height="329.605" viewBox="0 0 2056.551 329.605"><defs><clipPath id="clip-path"><rect id="Rechteck_2190" data-name="Rechteck 2190" width="2048.786" height="258.261" transform="translate(310)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1728" data-name="Gruppe 1728" transform="translate(67.863 -1598.808)"><g id="Gruppe_1582" data-name="Gruppe 1582" transform="matrix(0.998, 0.07, -0.07, 0.998, 107.084, 196.527)"><g id="Gruppe_1494" data-name="Gruppe 1494" transform="translate(-1206.139 1478.211) rotate(-2)"><g id="Gruppe_1282" data-name="Gruppe 1282" transform="translate(830.1 -28)" clip-path="url(%23clip-path)"><path id="Pfad_455" data-name="Pfad 455" d="M2103.775,112.836c213.338,0,426.688-27.87,700.573-83.592C3039.5-18.6,3111.617-33.259,3342.177,190.5,3486.334,330.4,3615.625,468.343,3728.9,597.271c145.429,165.573,264.758,316.6,355.392,437.978,74.679,100.021,119.171,182.3,122.94,263.4,3.74,80.859-32.96,161.713-120.51,259.407-162.742,181.6-327.994,346.32-487.658,489.028C3432.745,2195.719,3272.347,2320.55,3127,2415.765,2826.375,2612.8,2465.057,2711.29,2103.775,2711.29h-.061c-361.289,0-722.607-98.494-1023.222-295.525-145.35-95.216-305.748-220.047-472.066-368.681-159.67-142.708-324.916-307.432-487.659-489.028C33.212,1460.362-3.481,1379.509.258,1298.649c3.757-81.1,48.256-163.379,122.934-263.4,90.64-121.377,209.963-272.405,355.4-437.978C591.864,468.343,721.156,330.4,865.3,190.5,1095.867-33.259,1167.975-18.6,1403.142,29.244c273.884,55.722,487.234,83.592,700.573,83.592h.061Z" transform="translate(-826.739 27.982)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g><g id="Gruppe_1495" data-name="Gruppe 1495" transform="matrix(0.998, -0.07, 0.07, 0.998, -1205.71, 1551.676)"><g id="Gruppe_1282-2" data-name="Gruppe 1282" transform="translate(830.1 -28)" clip-path="url(%23clip-path)"><path id="Pfad_455-2" data-name="Pfad 455" d="M2103.775,112.836c213.338,0,426.688-27.87,700.573-83.592C3039.5-18.6,3111.617-33.259,3342.177,190.5,3486.334,330.4,3615.625,468.343,3728.9,597.271c145.429,165.573,264.758,316.6,355.392,437.978,74.679,100.021,119.171,182.3,122.94,263.4,3.74,80.859-32.96,161.713-120.51,259.407-162.742,181.6-327.994,346.32-487.658,489.028C3432.745,2195.719,3272.347,2320.55,3127,2415.765,2826.375,2612.8,2465.057,2711.29,2103.775,2711.29h-.061c-361.289,0-722.607-98.494-1023.222-295.525-145.35-95.216-305.748-220.047-472.066-368.681-159.67-142.708-324.916-307.432-487.659-489.028C33.212,1460.362-3.481,1379.509.258,1298.649c3.757-81.1,48.256-163.379,122.934-263.4,90.64-121.377,209.963-272.405,355.4-437.978C591.864,468.343,721.156,330.4,865.3,190.5,1095.867-33.259,1167.975-18.6,1403.142,29.244c273.884,55.722,487.234,83.592,700.573,83.592h.061Z" transform="translate(-826.739 27.982)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></g></g></svg>');
    position: relative;
    transform: translateX(10px);
    margin-left: -170px;
    bottom: -50px;
  }
}

.text-container {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 0 !important;
}
.pageNav-container {
    height: 79px;
}

@media all and (min-width: 1461px) {
    .pageNav-container {
        margin-bottom: 100px;
    }
}

.page-nav {
    background: var(--color-beige);
    box-shadow: var(--box-shadow);
    height: 79px;
    position: sticky;
    width: 100%;
    z-index: 99;
}

@media all and (max-width: 1024px) {
    .page-nav {
        display: none;
    }
}

.page-nav__inner-wrapper {
    max-width: 1422px;
    margin: 0 auto;
    height: 100%;
}

.page-nav__inner-wrapper ul,
.page-nav__inner-wrapper .ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    height: 100%;
}

.page-nav__inner-wrapper a, .page-nav__inner-wrapper a {
    text-decoration: none !important;
}

.page-nav__inner-wrapper a, .page-nav__inner-wrapper a:hover {
    text-decoration: none;
}
#unseremeinung {
    background: var(--color-yellow);
    position: relative;
    padding: 4% 9%;
    margin: 4rem 0;
}

#unseremeinung::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2193.781" height="358.459" viewBox="0 0 2193.781 358.459"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="2184.694" height="206.565" transform="translate(805 -26)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath><clipPath id="clip-path-2"><rect id="Rechteck_2197-2" data-name="Rechteck 2197" width="2120.694" height="186.378" transform="translate(837 -18)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_2269" data-name="Gruppe 2269" transform="translate(215.472 -19779.283)"><g id="Gruppe_1343" data-name="Gruppe 1343" transform="matrix(0.998, -0.07, 0.07, 0.998, -1016.697, 20013.77)"><g id="Gruppe_1324" data-name="Gruppe 1324" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M1897.374,90.045c192.408,0,384.383-27.382,631.84-75.391,86.256-16.73,277.123-56.371,485.063,145.432,130.013,126.182,246.62,250.588,348.781,366.866,131.161,149.328,238.783,285.54,320.524,395.008,67.352,90.208,107.48,164.413,110.879,237.558,3.372,72.926-29.727,145.847-108.687,233.956-146.776,163.78-295.815,312.343-439.814,441.05-150,134.053-294.661,246.637-425.751,332.51-271.127,177.7-597,266.531-922.834,266.531h-.055c-325.842,0-651.712-88.831-922.834-266.531-131.09-85.874-275.751-198.458-425.752-332.51-144.005-128.707-293.038-277.27-439.815-441.05C29.954,1305.365-3.14,1232.444.232,1159.518c3.389-73.145,43.522-147.35,110.873-237.558,81.748-109.468,189.363-245.68,320.53-395.008C533.8,410.673,650.4,286.267,780.406,160.085c207.946-201.8,417.007-158.9,485.074-145.432,247.276,48.927,439.432,75.391,631.84,75.391h.055Z" transform="translate(-0.003 -0.001)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g><g id="Gruppe_1344" data-name="Gruppe 1344" transform="matrix(0.999, -0.035, 0.035, 0.999, -998.412, 19941.787)"><g id="Gruppe_1324-2" data-name="Gruppe 1324" clip-path="url(%23clip-path-2)"><path id="Pfad_464-2" data-name="Pfad 464" d="M1897.374,90.045c192.408,0,384.383-27.382,631.84-75.391,86.256-16.73,277.123-56.371,485.063,145.432,130.013,126.182,246.62,250.588,348.781,366.866,131.161,149.328,238.783,285.54,320.524,395.008,67.352,90.208,107.48,164.413,110.879,237.558,3.372,72.926-29.727,145.847-108.687,233.956-146.776,163.78-295.815,312.343-439.814,441.05-150,134.053-294.661,246.637-425.751,332.51-271.127,177.7-597,266.531-922.834,266.531h-.055c-325.842,0-651.712-88.831-922.834-266.531-131.09-85.874-275.751-198.458-425.752-332.51-144.005-128.707-293.038-277.27-439.815-441.05C29.954,1305.365-3.14,1232.444.232,1159.518c3.389-73.145,43.522-147.35,110.873-237.558,81.748-109.468,189.363-245.68,320.53-395.008C533.8,410.673,650.4,286.267,780.406,160.085c207.946-201.8,417.007-158.9,485.074-145.432,247.276,48.927,439.432,75.391,631.84,75.391h.055Z" transform="translate(-0.003 -0.001)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></g></svg>');
    left: -220px;
    position: absolute;
    top: 0;
}

@media all and (max-width: 1414px) {
    #unseremeinung::after {
        left: -420px;
    }
}

@media all and (max-width: 1024px) {
    #unseremeinung::after {
        top: -70px;
    }
}

@media all and (max-width: 889px) {
    #unseremeinung::after {
        left: -250px;
        top: 0;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1135.967" height="185.614" viewBox="0 0 1135.967 185.614"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="1131.262" height="106.962" transform="translate(0)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath><clipPath id="clip-path-2"><rect id="Rechteck_2197-2" data-name="Rechteck 2197" width="1098.122" height="96.509" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_2270" data-name="Gruppe 2270" transform="translate(267.983 -3657)"><g id="Gruppe_1909" data-name="Gruppe 1909" transform="matrix(0.998, -0.07, 0.07, 0.998, -267.983, 3735.913)"><g id="Gruppe_1324" data-name="Gruppe 1324" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M982.484,46.626c99.631,0,199.038-14.179,327.174-39.039,44.665-8.663,143.5-29.19,251.172,75.306,67.322,65.339,127.7,129.758,180.6,189.968,67.917,77.324,123.645,147.856,165.971,204.54,34.876,46.711,55.654,85.135,57.415,123.011,1.746,37.762-15.393,75.521-56.28,121.146-76,84.807-153.177,161.735-227.741,228.381-77.672,69.414-152.579,127.712-220.459,172.178-140.393,92.016-309.132,138.013-477.855,138.013h-.028c-168.725,0-337.465-46-477.855-138.013-67.88-44.467-142.787-102.764-220.46-172.178C209.574,883.294,132.4,806.367,56.4,721.559,15.511,675.935-1.626,638.176.121,600.414c1.755-37.875,22.536-76.3,57.412-123.011,42.33-56.684,98.055-127.216,165.974-204.54,52.9-60.211,113.281-124.63,180.6-189.968C511.781-21.6,620.036.614,655.282,7.588,783.324,32.923,882.825,46.626,982.456,46.626h.028Z" transform="translate(-416.841 13.463)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g><g id="Gruppe_1910" data-name="Gruppe 1910" transform="matrix(0.999, -0.035, 0.035, 0.999, -240.58, 3716.706)"><g id="Gruppe_1324-2" data-name="Gruppe 1324" transform="translate(0 0)" clip-path="url(%23clip-path-2)"><path id="Pfad_464-2" data-name="Pfad 464" d="M982.484,46.626c99.631,0,199.038-14.179,327.174-39.039,44.665-8.663,143.5-29.19,251.172,75.306,67.322,65.339,127.7,129.758,180.6,189.968,67.917,77.324,123.645,147.856,165.971,204.54,34.876,46.711,55.654,85.135,57.415,123.011,1.746,37.762-15.393,75.521-56.28,121.146-76,84.807-153.177,161.735-227.741,228.381-77.672,69.414-152.579,127.712-220.459,172.178-140.393,92.016-309.132,138.013-477.855,138.013h-.028c-168.725,0-337.465-46-477.855-138.013-67.88-44.467-142.787-102.764-220.46-172.178C209.574,883.294,132.4,806.367,56.4,721.559,15.511,675.935-1.626,638.176.121,600.414c1.755-37.875,22.536-76.3,57.412-123.011,42.33-56.684,98.055-127.216,165.974-204.54,52.9-60.211,113.281-124.63,180.6-189.968C511.781-21.6,620.036.614,655.282,7.588,783.324,32.923,882.825,46.626,982.456,46.626h.028Z" transform="translate(-433.411 9.32)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></g></svg>');
    }
}

@media all and (max-width: 536px) {
    #unseremeinung::after {
        left: -250px;
        top: 0;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="796.973" height="130.223" viewBox="0 0 796.973 130.223"><defs><clipPath id="clip-path"><rect id="Rechteck_2197" data-name="Rechteck 2197" width="793.672" height="75.042" transform="translate(0)" fill="none" stroke="%23503629" stroke-width="1"/></clipPath><clipPath id="clip-path-2"><rect id="Rechteck_2197-2" data-name="Rechteck 2197" width="770.421" height="67.709" fill="none" stroke="%23503629" stroke-width="1"/></clipPath></defs><g id="Gruppe_1931" data-name="Gruppe 1931" transform="translate(267.984 -3657.001)"><g id="Gruppe_1909" data-name="Gruppe 1909" transform="matrix(0.998, -0.07, 0.07, 0.998, -267.984, 3712.364)"><g id="Gruppe_1324" data-name="Gruppe 1324" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Pfad_464" data-name="Pfad 464" d="M689.292,32.712c69.9,0,139.642-9.948,229.539-27.389,31.336-6.078,100.675-20.479,176.217,52.834,47.232,45.84,89.594,91.035,126.708,133.278,47.649,54.249,86.747,103.733,116.442,143.5,24.468,32.772,39.046,59.729,40.281,86.3,1.225,26.493-10.8,52.984-39.485,84.993A2060.007,2060.007,0,0,1,1179.216,666.46c-54.493,48.7-107.047,89.6-154.67,120.8-98.5,64.556-216.881,96.827-335.254,96.828h-.02c-118.374,0-236.759-32.271-335.254-96.828-47.623-31.2-100.177-72.1-154.67-120.8A2059.663,2059.663,0,0,1,39.569,506.232C10.882,474.223-1.14,447.732.085,421.239c1.231-26.573,15.811-53.53,40.279-86.3,29.7-39.768,68.793-89.252,116.444-143.5,37.114-42.243,79.476-87.438,126.7-133.278C359.056-15.155,435.005.431,459.733,5.324,549.565,23.1,619.373,32.712,689.272,32.712h.02Z" transform="translate(-292.448 9.445)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g><g id="Gruppe_1910" data-name="Gruppe 1910" transform="matrix(0.999, -0.035, 0.035, 0.999, -248.758, 3698.889)"><g id="Gruppe_1324-2" data-name="Gruppe 1324" transform="translate(0 0)" clip-path="url(%23clip-path-2)"><path id="Pfad_464-2" data-name="Pfad 464" d="M689.292,32.712c69.9,0,139.642-9.948,229.539-27.389,31.336-6.078,100.675-20.479,176.217,52.834,47.232,45.84,89.594,91.035,126.708,133.278,47.649,54.249,86.747,103.733,116.442,143.5,24.468,32.772,39.046,59.729,40.281,86.3,1.225,26.493-10.8,52.984-39.485,84.993A2060,2060,0,0,1,1179.216,666.46c-54.493,48.7-107.047,89.6-154.67,120.8-98.5,64.556-216.881,96.827-335.254,96.827h-.02c-118.374,0-236.759-32.271-335.254-96.827-47.623-31.2-100.177-72.1-154.67-120.8A2059.674,2059.674,0,0,1,39.569,506.232C10.882,474.223-1.14,447.732.085,421.239c1.231-26.573,15.811-53.53,40.279-86.3,29.7-39.769,68.793-89.252,116.444-143.5,37.114-42.243,79.476-87.438,126.7-133.278C359.056-15.155,435.005.431,459.733,5.324,549.565,23.1,619.373,32.712,689.272,32.712h.02Z" transform="translate(-304.073 6.539)" fill="none" stroke="%23503629" stroke-width="1" fill-rule="evenodd"/></g></g></g></svg>');
    }
}

@media all and (min-width: 1948px) {
    #unseremeinung::after {
        display: none;
    }
}

#unseremeinung .evaluation-polaroid__inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#unseremeinung .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 150px;
    width: 47.5%;
}

#unseremeinung .tfp-approved--mobile {
    display: none;
}

#unseremeinung .content__top {
    margin-bottom: 40px;
}

#unseremeinung .content h2 {
    margin-bottom: 0;
}

#unseremeinung .content h3 {
    position: relative;
    top: -12px;
}

#unseremeinung .swiper-evaluation {
    width: 100%;
    max-width: 870px;
    width: 49%;
    margin-left: 45px;
}

#unseremeinung .swiper-evaluation .swiper-slide {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}

#unseremeinung .swiper-evaluation .swiper-slide .swiper__inner {
    width: 100%;
    height: 100%;
    max-width: 483px;
    max-height: 668px;
}

#unseremeinung .swiper-evaluation .swiper-slide img {
    max-width: 483px !important;
    max-height: 596px !important;
    aspect-ratio: 1 / 1.18;
    width: 100%;
    height: 100%;
    border: solid #fff;
    border-width: 22px 22px 130px;
    box-shadow: var(--box-shadow);
}
#unseremeinung .swiper-evaluation .swiper-slide-shadow {
    display: none;
}

@media all and (max-width: 1024px) {
    #unseremeinung {
        padding: 60px 30px;
    }


    #unseremeinung .evaluation-polaroid__inner-wrapper {
        flex-flow: column;
        max-width: 670px;
        margin: 0 auto;
    }

    #unseremeinung .content {
        margin-bottom: 60px;
        width: unset;
        margin-top: 110px;
    }

    #unseremeinung .content__top {
        margin-bottom: 20px;
    }

    #unseremeinung .content img {
        margin-left: auto;
        height: auto;
        max-width: 243px;
    }

    #unseremeinung .swiper-evaluation {
        width: 100%;
        margin: 0 auto;
        padding: 0 60px;
    }
}

@media all and (max-width: 767px) {
    #unseremeinung {
        padding: 40px 20px;
    }

    #unseremeinung .content__top {
        margin-bottom: 0;
    }

    #unseremeinung .content {
        margin-top: 70px;
    }

    #unseremeinung .tfp-approved--desktop {
        display: none;
    }

    #unseremeinung .tfp-approved--mobile {
        display: block;
    }

    #unseremeinung .swiper-evaluation .swiper-slide img {
        border: solid #fff;
        border-width: 22px 22px 70px;
    }

    #unseremeinung .swiper-evaluation {
        padding: 0px;
    }
}
.text_with_img_slider {
  align-items: center;
  position: relative;
  justify-content: center;
}

.text_with_img_slider.bg-line-top::before {
  z-index: 0;
}
.text_with_img_slider .content {
  text-align: center;
  padding: 0 3%;
}

.text_with_img_slider .img-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.text_with_img_slider .swiper-button-prev,
.text_with_img_slider .swiper-button-next  {
  top: 40%;
}

.ce-09 .swiper-button-prev,
.ce-09 .swiper-button-next  {
  top: 47%;
}

.text_with_img_slider .swiper-slide .img-wrapper {
  aspect-ratio: 16/9;
}

.text_with_img_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proven {
  height: 110px;
  width: 163px;
  background-color: var(--color-yellow);
  background-image: url("https://143361042.fs1.hubspotusercontent-eu1.net/hubfs/143361042/Website/assets/Icon-Poststempel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  transform: translate(30px, -75px);
}

@media (max-width: 510px) {
  .text_with_img_slider.dce-10 .swiper .swiper-pagination-bullets.isproven {
    padding-top: 109px;
  }
}

@media (min-width: 511px) {
  .proven {
    transform: translate(30px, -15px);
  }
}

@media (min-width: 768px) {
  .text_with_img_slider.dce-10 .swiper .swiper-pagination-bullets {
  padding-top: 35px;
  }

  .proven {
    height: 123px;
    width: 190px;
    background-size: 70%;
    transform: translate(35px, -34px);
  }

  .text_with_img_slider .content {
    padding: 0 10%;
  }
}

@media (max-width: 1024px) {
  .text_with_img_slider .swiper-button-next,
  .text_with_img_slider .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 1025px) {
  .text_with_img_slider .content {
    width: calc(30% - 20px);
    flex-grow: 1;
    min-width: 550px;
    padding: 10px 0;
  }
  .text_with_img_slider .img-slider {
    width: 50%;
    flex-grow: 1;
    min-width: 800px;
    max-width: 990px;
    padding: 0 90px;
  }

  .proven {
    transform: translate(25px, -5px);
  }
}

@media(min-width: 1845px) {
  .text_with_img_slider .img-slider {
    transform: translateX(90px);
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


.hs-search-field__bar form {
    box-shadow: 0 0 15px rgba(80, 54, 41, .3) !important;
    background: none !important;
    border-radius: 5px !important;
}

.hs-search-field__bar input[type="search"] {
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: var(--color-dark-brown);
    padding: 25px 30px !important;
    font-size: 14px;
    outline: none;
}

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

.hs-search-field__bar input[type="search"]::placeholder {
    color: var(--color-dark-brown);
    font-size: 14px;
}

.hs-search-field__bar .hs-search-field__button {
    margin-left: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none !important;
    border: none !important;
    position: relative;
    padding-right: 30px !important;
}

.hs-search-field__bar .hs-search-field__button::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21.375" height="21.999" viewBox="0 0 21.375 21.999"><g id="Icon-Navigation-Suche" transform="translate(-0.31 -0.002)"><path id="Pfad_7027" data-name="Pfad 7027" d="M8.15,9.61a.434.434,0,0,1,.36.79C5.69,11.69,3,10.68,2.95,7.33c-.01-.61.22-2.08.93-1.68.53.3-.07.65-.06,1.67.05,2.74,2.13,3.29,4.33,2.29" fill="%23503629"/><path id="Pfad_7028" data-name="Pfad 7028" d="M11.95,10.61l-1.37,1.21c1.46,1.62,2.86,2.77,4.3,4.6,1.11,1.42,3.59,4.57,4.52,4.7a1.817,1.817,0,0,0,1.34-2.3,3.583,3.583,0,0,0-.56-1.25c-.73-1-5.22-4.46-6.45-5.43-.67-.54-1.33-1.17-1.68-1.51a.18.18,0,0,1-.1-.02M7.89,13.45c.66-.68,2.09,1.49-1.76.75C3.21,13.64,1.06,12.02.5,9.08-.29,4.9,1.37,1.52,5.81.32c2.48-.68,4.41-.3,6.11,1.45a7.017,7.017,0,0,1,1.3,6.56,5.519,5.519,0,0,1-.69,1.54c2.15,2.12,7.35,5.81,8.35,7.18a3.87,3.87,0,0,1,.7,3.12c-.24.78-1.35,1.96-2.31,1.82-1.37-.2-4.2-3.92-5.43-5.47a31.986,31.986,0,0,0-2.25-2.4L9.74,12.23c-.64-.44.41-1.21.75-1.49A5.316,5.316,0,0,0,12.6,5.73,5,5,0,0,0,10.09,1.4C7.87.07,3.58,1.53,2.24,3.56a6.67,6.67,0,0,0-.88,5.35c.49,2.58,2.36,3.93,4.93,4.43A5.231,5.231,0,0,0,7.89,13.45Z" fill="%23503629"/></g></svg>');
    display: block;
    height: 22px;
    width: 22px;
}

.hs-search-field__bar .hs-search-field__button:hover {
    background: none !important;
}