@-webkit-keyframes Loader {
  0% {
    background-position: 100% 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes walk {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

:root {
  --vh: 1vh;
  --primary-color-green-300: #b2ffda;
  --primary-color-green-pressed-300: #a5d4ba;
  --primary-color-green-hover-300: #a6f5c8;
  --primary-color-green-text-300: #353b41;
  --secondary-color-green-50: #eefcf4;
  --secondary-color-pressed-green-50: #d6ffe8;
  --secondary-color-hover-green-50: #ecfef1;
  --secondary-color-text-green-50: #716f80;
  --secondary-color-button-text-50: #799479;
  --secondary-color-button-text-hover-50: #6fbc92;
  --outlined-negative-border-50: #eefcf4;
  --outlined-negative-pressed-50: #d6ffe8;
  --outlined-negative-hover-50: #eefcf4;
  --outlined-negative-text-50: #2e3b33;
  --outlined-negative-border-text-50: #eefcf4;
  --outlined-border-900: #252533;
  --outlined-pressed-900: #252533;
  --outlined-hover-900: #1d5362;
  --outlined-text-900: #e5f7ff;
  --outlined-border-text-900: #2e3b33;
  --callout-alert-bg: #fdf1ed;
  --callout-alert-border: #fabba8;
  --callout-alert-text: #c2451e;
  --callout-success-bg: #e6faed;
  --callout-success-border: #a9eabf;
  --callout-success-text: #20a14b;
  --callout-warning-bg: #fff7e5;
  --callout-warning-border: #fd9;
  --callout-warning-text: #cc7a00;
  --terminampel-verfuegbar: #7edf9f;
  --terminampel-wenige: #ffbc33;
  --terminampel-ausgebucht: #6a7682;
  --terminampel-heller-text: #fff;
  --terminampel-dunkler-text: #082820;
  --button-text-link-color: #716f80;
  --button-text-pressed-bg: #e5f7ff;
  --button-text-hover-color: #1d5362;
  --background-green-50: #eefcf4;
  --background-green-400: #a6f5c8;
  --background-green-500: #a5d4ba;
  --primary-800: #2e3b33;
  --secondary-800: #1d5362;
  --secondary-700: #716f80;
  --neutral-200: #dee4eb;
}

@font-face {
  font-display: swap;
  font-family: Brandon Grotesque;
  font-style: normal;
  font-weight: 450;
  src: url("Brandon_bld.df57127e.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Brandon Grotesque;
  font-style: normal;
  font-weight: 500;
  src: url("Brandon_blk.cc52070c.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Brandon Text;
  font-style: normal;
  font-weight: 390;
  src: url("BrandonText-Regular.712b7af4.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Brandon Text;
  font-style: normal;
  font-weight: 420;
  src: url("BrandonText-Medium.09e6853e.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Brandon Text;
  font-style: normal;
  font-weight: 450;
  src: url("BrandonText-Bold.86c3396b.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Brandon Text;
  font-style: normal;
  font-weight: 500;
  src: url("BrandonText-Black.d9595a6f.woff2") format("woff2");
}

body {
  font-family: Brandon Text;
  font-weight: 390;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a:hover, section.hero ul.navigation-list li a:hover {
  opacity: .6;
}

a.overlay_navi_link {
  position: relative;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.noscroll {
  overflow: hidden;
}

.relative {
  position: relative;
}

.callout {
  border-radius: 8px;
  width: 50%;
  margin: 30px auto 0;
}

.callout.alert {
  background-color: var(--callout-alert-bg);
  color: var(--callout-alert-text);
  border: 1px solid var(--callout-alert-border);
}

.callout.success {
  background-color: var(--callout-success-bg);
  color: var(--callout-success-text);
  border: 1px solid var(--callout-success-border);
}

.callout.warning {
  background-color: var(--callout-warning-bg);
  color: var(--callout-warning-text);
  border: 1px solid var(--callout-warning-border);
}

@media screen and (width <= 1024px) {
  .callout {
    width: 90%;
  }
}

.gg-arrow-right {
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  position: relative;
}

.btn-primary.show-activities-overlay .gg-arrow-right {
  position: absolute;
  right: 16px;
}

.gg-arrow-right:after, .gg-arrow-right:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 3px;
}

.gg-arrow-right:after {
  border-top: 2px solid;
  border-right: 2px solid;
  width: 8px;
  height: 8px;
  bottom: 7px;
  transform: rotate(45deg);
}

.gg-arrow-right:before {
  background: currentColor;
  width: 16px;
  height: 2px;
  bottom: 10px;
}

.back-to-top {
  z-index: 100;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 50px;
  box-shadow: 0 45px 18px #00000003, 0 25px 15px #00000008, 0 11px 11px #0000000a, 0 3px 6px #0000000d, 0 0 #0000000d;
}

@media screen and (width <= 1024px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 25px;
  }
}

.back-to-top:before, .close-button {
  color: var(--secondary-color-text-green-50);
}

.back-to-top:before {
  content: "âŒµ";
  font-size: 35px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-.5turn);
}

@media screen and (width <= 1024px) {
  .back-to-top:before {
    font-size: 25px;
  }
}

.back-to-top:hover {
  opacity: unset;
}

.close-button:after {
  content: "Ã—";
  display: inline-block;
}

.close-button {
  font-size: 3em;
  font-style: normal;
}

.navigation-close {
  border-radius: unset !important;
  box-shadow: unset !important;
}

.navigation-close .close-button {
  background-color: var(--secondary-color-green-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0 8px;
  font-size: 2em;
  display: flex;
  top: 0;
}

@media screen and (width >= 1024px) {
  .navigation-close .close-button {
    font-size: 2em;
    top: 3rem;
    right: 3rem;
  }
}

.navigation-open {
  display: none;
  position: absolute;
  right: 3vw;
}

.navigation-open .icon-nav-show:before {
  color: var(--secondary-color-text-green-50);
  font-size: clamp(1rem, .9282rem + .3065vw, 1.25rem);
  position: relative;
  top: 35%;
  left: 30%;
}

@media screen and (width <= 768px) {
  .navigation-open .icon-nav-show:before {
    top: 10%;
    left: 10%;
  }
}

@media screen and (width <= 475px) {
  .navigation-open .icon-nav-show:before {
    top: 5%;
    left: 5%;
  }
}

.map-box__content > p.display, section.table-dates p.display {
  display: inline;
}

.map-box__content form, section.table-dates form {
  margin-left: 50px;
  display: inline;
}

.btn_year {
  background-color: inherit;
  color: #252533;
  opacity: .3;
  cursor: pointer;
  letter-spacing: 6px;
  border-radius: unset;
  border: 0;
  padding: 14px 28px;
  font-size: 18px;
  display: inline-block;
}

.btn_year.active {
  opacity: 1;
  pointer-events: none;
  border-bottom: 2px solid #a4efc4;
}

@media screen and (width <= 1024px) {
  .map-box__content form, section.table-dates form {
    margin-left: 0;
    display: block;
  }

  .btn_year {
    width: unset;
  }

  .btn_year:first-child {
    padding: 14px 0;
  }
}

section.table-dates div.terminspalte div:first-child {
  color: #252533;
  margin-bottom: 11px;
  font-size: clamp(1.125rem, 1.0172rem + .4598vw, 1.5rem);
  font-weight: 420;
  line-height: normal;
}

section.table-dates div.terminspalte, section.table-dates div.zimmerspalte {
  margin-bottom: 20px;
}

section.table-dates div.terminspalte div a, section.table-dates div.terminspalte div:not(:first-child) {
  color: #7b8394;
  font-size: clamp(.875rem, .8032rem + .3065vw, 1.125rem);
  font-weight: 390;
  overflow: hidden;
}

section.table-dates div.zimmerspalte, section.table-dates div.zimmerspalte a {
  color: #232323;
  font-size: clamp(.75rem, .6782rem + .3065vw, 1rem);
  font-weight: 390;
  line-height: 24px;
}

section.table-dates div.zimmerspalte a {
  color: #252533;
  text-decoration: underline;
}

section.table-dates div.zimmerspalte div [class^="icon-"]:before {
  color: #022662;
  float: none;
  margin-right: 10px;
  font-size: 24px;
}

section.table-dates div.zimmerspalte div span:nth-child(2) {
  width: 180px;
  display: inline-block;
}

section.table-dates div.zimmerspalte div.stoptext, section.table-dates div.zimmerspalte div.stoptext [class^="icon-"]:before {
  color: #7b8394;
}

section.table-dates div.zimmerspalte div {
  padding-bottom: 12px;
}

section.table-dates span.vacany {
  color: var(--terminampel-dunkler-text);
  text-align: center;
  border-radius: 10px;
  width: 150px;
  padding: 3px 0;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}

section.table-dates span.ok {
  background: var(--terminampel-verfuegbar);
}

section.table-dates span.notavailable, section.table-dates span.stop {
  background: var(--terminampel-ausgebucht);
  color: var(--terminampel-heller-text);
}

section.table-dates span.yellow {
  background: var(--terminampel-wenige);
}

section.table-dates span.rq {
  color: var(--terminampel-heller-text);
  background: #055bf0;
}

section.table-dates span.vorschau {
  background: #afccfd;
}

@media (width >= 768px) {
  section.table-dates div.terminspalte {
    margin-bottom: 0;
  }

  section.table-dates div.terminspalte div:first-child {
    margin-bottom: 24px;
  }

  section.table-dates div.zimmerspalte {
    margin: 0;
  }

  section.table-dates div.zimmerspalte div span:nth-child(2) {
    width: 260px;
  }
}

.display, h1, h2, h3, h4, h5 {
  color: #252533;
  text-transform: uppercase;
  font-family: Brandon Grotesque;
  font-size: 18px;
  font-weight: 450;
}

.startreisetitel span {
  color: #716f80;
  font-size: 18px;
  display: block;
}

.display--xlarge {
  font-size: 80px;
  line-height: 98.5%;
}

@media screen and (width <= 1024px) {
  .display--xlarge {
    font-size: 32px;
  }
}

.background-green-100 {
  background: #a4efc41a;
}

.background-blue-100 {
  background: #f4f7fa;
}

.background-brown {
  background: #3b7d9b;
}

.copy {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  color: #716f80;
  font-family: Brandon Text;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  font-weight: 390;
  line-height: clamp(1.3125rem, 1.2047rem + .4598vw, 1.6875rem);
}

.copy--xlarge {
  color: #716f80;
  font-size: 42px;
  line-height: 150.5%;
}

@media screen and (width <= 1024px) {
  .copy--xlarge {
    font-size: 20px;
  }
}

.copy--large {
  font-size: 32px;
  line-height: 150.5%;
}

@media screen and (width <= 1440px) {
  .copy--large {
    font-size: 24px;
  }
}

@media screen and (width <= 1024px) {
  .copy--large {
    font-size: 20px;
  }
}

.copy--medium {
  font-size: 24px;
  line-height: 150%;
}

@media screen and (width <= 1440px) {
  .copy--medium {
    font-size: 20px;
  }
}

.copy--normal {
  color: #716f80;
  font-size: 18px;
  line-height: 150.5%;
}

@media screen and (width <= 1024px) {
  .copy--normal {
    font-size: 16px;
    line-height: 24px;
  }
}

#reiseverlauf .copy--normal {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.3125rem, 1.2047rem + .4598vw, 1.6875rem);
}

@media screen and (width <= 1024px) {
  #reiseverlauf .copy--normal {
    color: #2e3b33;
  }
}

.copy--tiny {
  font-size: 14px;
  line-height: 150.5%;
}

.display--large {
  font-size: 64px;
  line-height: 110%;
}

@media screen and (width <= 1440px) {
  .display--large {
    font-size: 38px;
  }
}

@media screen and (width <= 1024px) {
  .display--large {
    font-size: 24px;
    line-height: 28px;
  }
}

.display--medium {
  font-size: 42px;
  line-height: 140.5%;
}

@media screen and (width <= 1440px) {
  .display--medium {
    font-size: 32px;
  }
}

@media screen and (width <= 1024px) {
  .display--medium {
    font-size: 24px;
    line-height: 28px;
  }
}

.display--small {
  font-size: 24px;
  font-weight: 500;
  line-height: 108.5%;
}

@media screen and (width <= 1024px) {
  .display--small {
    font-size: 16px;
    line-height: 24px;
  }
}

.display--section {
  letter-spacing: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150.5%;
}

.tagueberschrift {
  color: #2e3b33;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  font-weight: 450;
  line-height: clamp(1.5375rem, 1.507rem + .1303vw, 1.6438rem);
}

@media screen and (width <= 1024px) {
  .display--section {
    font-size: 12px;
  }

  .tagueberschrift {
    letter-spacing: .15px;
  }

  h2.display-startsite {
    margin-top: 80px;
  }
}

.display--label {
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 23px;
}

.display--label.description_home {
  letter-spacing: .03em;
}

.display--xs-regular {
  font-family: Brandon Text;
  font-size: 16px;
  font-weight: 390;
  line-height: 24px;
}

.display--xs-bold {
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
}

blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

form [type="color"], form [type="date"], form [type="datetime-local"], form [type="datetime"], form [type="email"], form [type="month"], form [type="number"], form [type="password"], form [type="search"], form [type="tel"], form [type="text"], form [type="time"], form [type="url"], form [type="week"], form input, form textarea {
  color: #252533;
  width: auto;
  box-shadow: none;
  border: 0;
  border-radius: 34px;
  padding: 44px 50px;
  font-size: 20px;
  display: inline-block;
}

form [type="color"]:focus, form [type="date"]:focus, form [type="datetime-local"]:focus, form [type="datetime"]:focus, form [type="email"]:focus, form [type="month"]:focus, form [type="number"]:focus, form [type="password"]:focus, form [type="search"]:focus, form [type="tel"]:focus, form [type="text"]:focus, form [type="time"]:focus, form [type="url"]:focus, form [type="week"]:focus, form input:focus, form textarea:focus {
  box-shadow: none;
  border: 0;
}

form [type="color"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="date"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="datetime-local"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="datetime"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="email"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="month"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="number"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="password"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="search"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="tel"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="text"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="time"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="url"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="week"]::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form input::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form textarea::-moz-placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="color"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="date"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="datetime-local"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="datetime"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="email"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="month"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="number"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="password"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="search"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="tel"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="text"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="time"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="url"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="week"]:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form input:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form textarea:-ms-placeholder-shown {
  color: #cbcbcb;
  text-transform: uppercase;
}

form [type="color"]::placeholder, form [type="date"]::placeholder, form [type="datetime-local"]::placeholder, form [type="datetime"]::placeholder, form [type="email"]::placeholder, form [type="month"]::placeholder, form [type="number"]::placeholder, form [type="password"]::placeholder, form [type="search"]::placeholder, form [type="tel"]::placeholder, form [type="text"]::placeholder, form [type="time"]::placeholder, form [type="url"]::placeholder, form [type="week"]::placeholder, form input::placeholder, form textarea::placeholder {
  color: #cbcbcb;
  text-transform: uppercase;
}

@media screen and (width <= 1024px) {
  form [type="color"], form [type="date"], form [type="datetime-local"], form [type="datetime"], form [type="email"], form [type="month"], form [type="number"], form [type="password"], form [type="search"], form [type="tel"], form [type="text"], form [type="time"], form [type="url"], form [type="week"], form input, form textarea {
    text-align: center;
    width: 100%;
    margin: 20px 0;
    padding: 31px 30px;
    font-size: 16px;
  }
}

form [type="button"], form [type="reset"], form button {
  text-transform: uppercase;
  color: #252533;
  cursor: pointer;
  background: #fff;
  border-radius: 99px;
  padding: 30px 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

a.btn-link:hover, a.text-link:hover, form [type="button"]:hover, form [type="reset"]:hover, form button:hover {
  opacity: .7;
}

@media screen and (width <= 1024px) {
  form [type="button"], form [type="reset"], form button {
    width: 100%;
    margin: 20px 0;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 22px;
  }
}

.box-carousel__wrapper .box .date {
  float: right;
  color: #6a7682;
  font-size: 15px;
  line-height: 38px;
}

.date-picker {
  color: #716f80;
  border: 1px solid #a5d4ba;
  border-radius: 99px;
  width: auto;
  height: 48px;
  margin: 0 20px;
  padding: 24px 60px 24px 34px;
  font-size: 15px;
  font-weight: 450;
  line-height: 22px;
  cursor: pointer !important;
}

.date-picker:focus {
  border: 1px solid #a5d4ba;
}

@media screen and (width <= 767px) {
  .date-picker {
    width: 90%;
  }
}

a.btn-link {
  letter-spacing: clamp(.0656rem, .1018rem - .0345vw, .0938rem);
  text-transform: uppercase;
  margin-top: 42px;
  font-family: Brandon Grotesque;
  font-size: clamp(.9375rem, 1.018rem - .0766vw, 1rem);
  font-weight: 450;
  line-height: clamp(1.3406rem, 1.5458rem - .1954vw, 1.5rem);
  display: inline-block;
}

a.btn-link, a.text-link {
  color: var(--button-text-link-color);
  cursor: pointer;
}

a.btn-link .gg-arrow-right {
  margin-left: 30px;
}

@media screen and (width <= 1024px) {
  .box-carousel__wrapper .box .date {
    font-size: 12px;
  }
}

.btn-primary, .btn-secondary, form [type="submit"]:not(.btn_year) {
  color: var(--primary-color-green-text-300);
  background: var(--primary-color-green-300);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  display: inline-flex;
}

.btn-secondary {
  color: var(--secondary-color-button-text-50);
  background: var(--secondary-color-green-50);
}

.btn-primary i:before {
  color: var(--primary-color-green-text-300) !important;
  font-size: 24px !important;
}

.btn-secondary i:before {
  color: var(--secondary-color-button-text-50) !important;
  font-size: 24px !important;
}

.btn-primary:hover, .btn-secondary:hover, form [type="submit"]:not(.btn_year):hover {
  color: #092015;
  background: var(--primary-color-green-hover-300);
  opacity: 1;
  box-shadow: 0 4px 6px -1px #00000014, 0 2px 4px -1px #0000000f;
}

.btn-secondary:hover {
  color: var(--secondary-color-button-text-hover-50);
  background: var(--secondary-color-hover-green-50);
}

.btn-primary:active, .btn-secondary:active, form [type="submit"]:not(.btn_year):active {
  background: var(--primary-color-green-pressed-300);
  color: #092015;
  opacity: 1;
  box-shadow: 0 1px 2px #0000000a, 0 1px 3px #00000014;
}

.btn-secondary:active {
  background: var(--secondary-color-pressed-green-50);
  color: var(--secondary-color-button-text-50);
}

.btn-transparent:active i:before, .btn-transparent:hover i:before {
  color: var(--outlined-negative-text-50);
}

#newspopup .btn-primary {
  width: 100%;
  margin-top: 20px;
}

.btn-primary.show-activities-overlay {
  text-align: center;
  width: 100%;
  margin: 10px 0;
  padding: 12px 40px 12px 16px;
  position: relative;
}

.btn-transparent {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid var(--outlined-negative-border-50);
  cursor: pointer;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  display: inline-flex;
  color: var(--outlined-negative-border-text-50) !important;
}

.btn-outlined, .btn-transparent.show-locations-overlay {
  padding: 16px 24px;
}

.btn-transparent i:before {
  color: var(--outlined-negative-border-text-50);
  font-size: 24px;
}

.btn-transparent:active, .btn-transparent:hover {
  opacity: 1;
  color: var(--outlined-negative-text-50) !important;
}

.btn-transparent:hover {
  border: 1px solid var(--outlined-negative-hover-50);
  background: var(--outlined-negative-hover-50);
}

.btn-transparent:active {
  border: 1px solid var(--outlined-negative-pressed-50);
  background: var(--outlined-negative-pressed-50);
}

.btn-outlined {
  color: var(--outlined-border-text-900);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid var(--outlined-border-900);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  font-weight: 450;
  line-height: 24px;
  display: inline-flex;
}

.btn-outlined i:before {
  color: var(--outlined-border-text-900);
  font-size: 24px;
}

.btn-outlined:hover {
  border: 1px solid var(--outlined-hover-900);
  background: var(--outlined-hover-900);
  color: var(--outlined-text-900) !important;
}

.btn-outlined:active i:before, .btn-outlined:hover i:before {
  color: var(--outlined-text-900);
}

.btn-outlined:active {
  border: 1px solid var(--outlined-pressed-900);
  background: var(--outlined-pressed-900);
  opacity: 1;
  color: var(--outlined-text-900) !important;
}

@media screen and (width <= 1024px) {
  .btn-outlined, .btn-primary, .btn-transparent.show-locations-overlay {
    padding: 12px 16px;
  }

  .btn-transparent.show-locations-overlay, .price-booking .btn-primary {
    width: 100%;
  }

  .btn-primary.rif, .btn-secondary.hints {
    width: 90%;
    margin: 15px 20px;
  }
}

.headerbtn {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #716f80;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 10px 0;
  padding: 8px;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  display: inline-flex;
}

.headerbtn i.icon-road-sign:before {
  float: none;
  color: #716f80;
  vertical-align: middle;
  font-size: 24px;
}

.btn-zuschlag {
  text-transform: unset;
  text-decoration: underline;
  color: var(--secondary-800) !important;
  margin: 0 0 15px !important;
  display: block !important;
}

@media screen and (width <= 1024px) {
  .btn-zuschlag {
    margin: 0 0 0 20px !important;
    display: inline-block !important;
  }
}

.readless, .readmore {
  display: none;
}

@media screen and (width <= 767px) {
  .readless, .readmore {
    background: var(--secondary-color-green-50);
    cursor: pointer;
    width: 150px;
    color: var(--secondary-color-text-green-50);
    text-align: center;
    letter-spacing: .07em;
    text-transform: uppercase;
    border-radius: 99px;
    margin: 0;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 450;
    display: block;
    position: absolute;
    bottom: 33px;
    left: 30%;
  }

  .readless {
    position: unset;
    margin: 10px auto;
  }

  .readless:hover, .readmore:hover {
    background: var(--secondary-color-hover-green-50);
    color: var(--secondary-color-text-green-50);
    opacity: 1;
  }

  .readless:active, .readmore:active {
    background: var(--secondary-color-pressed-green-50);
  }
}

@media screen and (width >= 1024px) {
  .no-padding-bottom-large {
    padding-bottom: 0 !important;
  }

  .no-padding-top-large {
    padding-top: 0 !important;
  }
}

.vertical-margin-1 {
  margin: 75px 0;
}

.vertical-margin-bottom-1 {
  margin-bottom: 75px;
}

.vertical-margin-top-1 {
  margin-top: 75px;
}

.vertical-margin-2 {
  margin: 150px 0;
}

.background-green-100-to-white {
  background: linear-gradient(#a4efc41a 0 70%, #fff 70% 100%);
}

@media screen and (width <= 1024px) {
  .background-green-100-to-white {
    background: #a4efc41a;
  }
}

.vertical-padding-1 {
  padding: 75px 0;
}

.vertical-padding-bottom-1 {
  padding-bottom: 50px;
}

.vertical-padding-2 {
  padding: 160px 0;
}

.vertical-padding-bottom-2 {
  padding-bottom: 150px;
}

.hero:not(.hero__video) {
  height: calc(100 * var(--vh));
  max-height: 1150px;
  position: relative;
}

.hero:not(.hero__video) .hero__image {
  width: 100%;
}

.hero:not(.hero__video) .hero__image img {
  height: 100%;
}

.hero.hero__video {
  height: inherit;
  max-height: calc(100 * var(--vh));
  z-index: 2;
  position: relative;
}

.hero__image, .hero__image img {
  position: relative;
  overflow: hidden;
}

.hero__image {
  height: 100%;
}

.hero__image img {
  height: calc(100 * var(--vh));
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
}

.more_information {
  margin: 50px auto 0;
}

.mousescroll {
  position: absolute;
  bottom: 25px;
  left: 45%;
}

.icon-scroll-bottom-icon:before {
  color: #fff !important;
}

.hero__content {
  left: 9vw;
  right: 9vw;
  bottom: calc(17 * var(--vh));
  position: absolute;
}

.hero__content h1.display--xlarge, .hero__content span.display--small {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(.75rem, .5345rem + .9195vw, 1.5rem);
  font-weight: 500;
  line-height: clamp(1.0425rem, .8744rem + .7172vw, 1.6275rem);
}

.hero__content h1.display--xlarge {
  margin: 24px 0;
  font-size: clamp(2.125rem, 1.2989rem + 3.5249vw, 5rem);
  font-weight: 450;
  line-height: clamp(2.2971rem, 1.542rem + 3.2219vw, 4.925rem);
}

.hero__content div {
  min-height: 54px;
}

@media screen and (width <= 1024px) {
  .hero__content span.display--small {
    letter-spacing: 1.5px;
    font-weight: 450;
  }

  .hero__content h1.display--xlarge {
    letter-spacing: .25px;
    margin: 8px 0;
  }
}

@media screen and (width <= 480px) {
  .hero__mobil {
    height: calc(100 * var(--vh));
    display: block;
    -webkit-touch-callout: none !important;
  }

  .hero__mobil .hero__content h1 > span, .hero__start {
    display: none;
  }

  .hero__mobil .hero__content {
    text-align: center;
    top: 40vw;
  }

  .hero__mobil .hero__content h1 {
    color: #fff;
  }

  .hero__mobil .hero__content span {
    font-weight: 450;
  }
}

.progress, .progress-container {
  -webkit-tap-highlight-color: transparent;
  display: flex;
}

.progress-container {
  cursor: pointer;
  flex-direction: row;
  width: 100%;
  position: relative;
  top: 80px;
}

.progress {
  background-image: -webkit-linear-gradient(left, #fff 0 50%, #ffffff1a 50.001% 100%);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 200%;
  flex-grow: 1;
  height: 4px;
  margin: 0 7px;
  animation-timing-function: linear;
  animation-delay: .2s;
}

.progress-container::active {
  color: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: 0;
}

.progress-container::focus {
  color: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: 0;
}

.progress-container::target {
  color: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: 0;
}

.progress::active {
  color: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: 0;
}

.progress::focus {
  color: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: 0;
}

.progress::target {
  color: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: 0;
}

.progress.active {
  animation-name: Loader;
}

.progress.passed {
  background-position: 0 0;
}

.slider__container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.slider__container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.slider__container img:first-child {
  object-position: -700px 0;
}

.slider__container img.active_img {
  animation-name: walk;
  animation-duration: 15s;
  display: block;
}

@media screen and (width <= 1024px) {
  .more_information {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.copyright-left {
  color: #fff;
  background-color: #01153680;
  padding: 3px;
  font-size: .7em;
  position: absolute;
  bottom: 0;
}

.copyright-left.right {
  right: 0;
}

.copyright-left.bottom {
  bottom: -250px;
  left: -100px;
}

.copyright-left.cellcopy {
  border-radius: 0 0 0 15px;
  bottom: 60px;
}

.copyright-left.cellcopyhigher {
  border-radius: 0 0 0 15px;
  bottom: 210px;
}

.copyright-left.copyoverlay {
  border-radius: 0 0 0 4px;
}

@media screen and (width <= 1024px) {
  .copyright-left.right {
    right: unset;
  }

  .copyright-left.cellcopy, .copyright-left.cellcopyhigher {
    border-radius: 0 0 0 15px;
    bottom: 30px;
  }
}

@media screen and (width <= 1440px) {
  .copyright-left.bottom {
    bottom: -100px;
    left: -50px;
  }
}

@media screen and (width <= 1024px) {
  .copyright-left.bottom {
    bottom: 0;
    right: -107px;
    left: unset;
  }
}

.hero__content .btn-primary-xl {
  margin: 20px 0;
  display: inline-block;
}

@media screen and (width <= 1024px) {
  .hero:not(.hero__video) {
    height: 100vw;
  }

  .hero.vollbild {
    height: calc(100 * var(--vh));
  }

  .hero__content.nopopup {
    padding-right: 20px;
    position: absolute;
    top: 200px;
  }

  .hero__content.httperror {
    top: 30vw;
  }

  .hero__content .copy, .hero__content .display, .hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5 {
    color: #252533;
  }

  .hero__content.httperror h1 {
    color: #fff;
  }
}

.navigation {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 25px 0 0 40px;
  position: absolute;
  top: 0;
}

.hero .navigation {
  background: linear-gradient(#00000017 0, #0000 100%);
}

.navigation .logo img, .navigation .logo_no_link {
  width: 200px;
  height: auto;
}

.hero .navigation .logo img, .hero .navigation .logo_no_link {
  position: relative;
  top: 10px;
}

.navigation .navigation-toggle {
  float: right;
  background-color: #fff;
  border-radius: 50%;
  width: clamp(2rem, 1.6767rem + 1.3793vw, 3.125rem);
  height: clamp(2rem, 1.6767rem + 1.3793vw, 3.125rem);
  box-shadow: 0 45px 18px #00000003, 0 25px 15px #00000008, 0 11px 11px #0000000a, 0 3px 6px #0000000d, 0 0 #0000000d;
}

a.navigation-toggle:hover {
  opacity: unset;
}

@media screen and (width <= 768px) {
  .navigation {
    width: 100%;
    padding: 20px;
  }

  .navigation .logo img, .navigation .logo_no_link {
    width: 120px;
  }

  .hero .navigation .logo img, .hero .navigation .logo_no_link {
    top: 0;
  }

  .navigation .navigation-toggle {
    padding-top: 10px;
    padding-left: 7px;
  }
}

@media screen and (width >= 1024px) {
  .navigation {
    padding: 48px 0 0 67px;
  }
}

.text-teaser {
  z-index: 1;
  position: relative;
}

.text-teaser:before {
  content: "";
  z-index: -1;
  background-size: 420px 420px;
  width: 420px;
  height: 420px;
  position: absolute;
  top: -60px;
  left: -50px;
  transform: rotate(20deg);
}

section.text-teaser-video h2.display-startsite {
  color: #1b1d21;
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 830px;
  font-size: clamp(1.5rem, 1.0714rem + 2.1429vi, 3rem);
  font-weight: 450;
  line-height: clamp(1.6438rem, 1.254rem + 1.6628vw, 3rem);
}

.text-teaser .text {
  color: #716f80;
  letter-spacing: .5px;
  max-width: 1005px;
  margin: 40px 0;
  font-size: clamp(1.125rem, 1.0179rem + .5357vi, 1.5rem);
  line-height: clamp(1.6875rem, 1.5259rem + .6897vw, 2.25rem);
  display: inline-block;
}

.text-teaser .btn-link {
  margin-top: 0;
}

@media screen and (width <= 1024px) {
  section.text-teaser-video h2.display-startsite {
    letter-spacing: normal;
  }

  .text-teaser {
    background: none;
    margin-top: 0;
    padding: 64px 0;
  }

  .text-teaser:before {
    display: none;
  }

  .text-teaser-video.text-teaser, h2.display-startsite {
    margin-top: 0;
  }

  .text-teaser .text {
    margin: 24px 0;
    line-height: 27px;
  }
}

@media screen and (width <= 480px) {
  .text-teaser {
    margin-top: 20px;
  }
}

@media screen and (width >= 2260px) {
  .text-teaser {
    background: none;
  }
}

.section-headline {
  padding: 60px 0;
}

#konzeptread, #werwirsindread {
  padding: 160px 0 60px;
}

@media screen and (width <= 1024px) {
  #konzeptread, #werwirsindread {
    padding: 64px 0 0;
  }
}

.section-headline__circle {
  float: left;
  background: #a1d5ec;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-right: 40px;
  position: relative;
}

.section-headline__circle img {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.section-headline__circle .icon-desert:before {
  color: #fff;
  font-size: 47px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.section-headline h2, .section-headline h3, .section-headline h4, .section-headline h5 {
  margin: 0;
  line-height: 90px;
}

@media screen and (width <= 1024px) {
  .section-headline {
    padding: 30px 0;
  }

  .unserereisenheadline {
    margin-bottom: -70px;
  }

  .section-headline__circle {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .section-headline__circle .icon-desert:before {
    font-size: 20px;
    top: 6px;
    left: 6px;
  }

  .section-headline h2, .section-headline h3, .section-headline h4, .section-headline h5 {
    line-height: 32px;
  }

  .grid-container.headline-box-container {
    padding: 0;
  }
}

.headline-button-box {
  background: #fff;
  border-radius: 7px;
  padding: 50px;
}

.headline-button-box h1 {
  max-width: 100%;
  margin-bottom: 24px;
}

.headline-button-box h1 > span {
  color: #252533;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
  font-family: Brandon Text;
  font-size: clamp(.75rem, .6422rem + .4598vw, 1.125rem);
  font-weight: 450;
  line-height: normal;
  display: block;
}

.headline-button-box .description, .headline-button-box .price {
  color: #5b524f;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Brandon Text;
  font-size: clamp(1.125rem, 1.0172rem + .4598vw, 1.5rem);
  font-weight: 390;
  line-height: clamp(1.6875rem, 1.5259rem + .6897vw, 2.25rem);
  display: inline-block;
}

.headline-button-box .description_home {
  font-size: 1em;
}

.headline-button-box--hero-overlay {
  max-width: 590px;
  position: absolute;
  top: -200px;
  right: 0;
  box-shadow: 0 143px 86px #00000005, 0 64px 64px #00000008, 0 16px 35px #00000008, 0 0 #00000008;
}

.headline-button-box--hero-overlay .display--large {
  font-size: clamp(1.5rem, 1.069rem + 1.8391vw, 3rem);
  line-height: clamp(1.6438rem, 1.254rem + 1.6628vw, 3rem);
}

.headline-button-box--hero-overlay .btn-primary {
  width: 100%;
}

.image-text-teaser__content p.copy {
  margin: 16px 0 28px;
}

@media screen and (width >= 1024px) {
  .headline-button-box--hero-overlay .display--large {
    letter-spacing: -1px;
  }

  .image-text-teaser__content p.copy {
    margin: 34px 0;
  }
}

@media screen and (width <= 1024px) {
  .headline-button-box {
    padding: 50px;
  }

  .image-text-teaser__content.headline-button-box {
    padding: 50px 30px;
  }

  .headline-button-box--hero-overlay {
    max-width: none;
    margin-bottom: 50px;
    position: relative;
    top: 0;
    right: 0;
  }

  .headline-button-box--hero-overlay .btn-primary {
    text-align: center;
    width: 100%;
  }
}

@media screen and (width <= 768px) {
  .image-text-teaser__content .btn-primary {
    width: 100%;
  }
}

.circle-headline-box {
  max-width: 400px;
  margin: 110px 0 0 200px;
  display: inline-block;
  position: relative;
}

.circle-headline-box .circle {
  z-index: -1;
  background-color: #c7f1ff;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -120px;
  left: -98px;
}

.circle-headline-box .circle img {
  position: absolute;
  top: 98px;
  left: 98px;
}

.circle-headline-box .circle .icon-geotag:before {
  color: #799479;
  font-size: 24px;
  position: absolute;
  top: 98px;
  left: 98px;
}

.circle-headline-box .circle span {
  color: #4f4f4f;
  position: absolute;
  top: 40px;
  left: 98px;
}

.circle-headline-box .circle hr {
  z-index: 0;
  border: 0;
  border-bottom: 2px dashed #799479;
  width: 500px;
  margin: 0;
  position: absolute;
  top: 110px;
  left: -400px;
}

.nocircle {
  display: none;
}

@media screen and (width >= 2200px) {
  .circle-headline-box .circle hr {
    width: 1000px;
    left: -900px;
  }
}

.circle-headline-box .circle--sand {
  background-color: #fff2e1;
}

.circle-headline-box .circle--chalk {
  background-color: #bf978b33;
}

.circle-headline-box .circle--clay {
  background-color: #e9ad7533;
}

.circle-headline-box h3 {
  color: #4f4f4f;
  z-index: 9;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.3204rem + .7663vw, 2.125rem);
  line-height: clamp(1.6438rem, 1.456rem + .8011vw, 2.2971rem);
  position: relative;
}

@media screen and (width <= 1440px) {
  .circle-headline-box .circle {
    width: 106px;
    height: 106px;
    top: 0;
    left: 0;
  }

  .circle-headline-box .circle .icon-geotag:before, .circle-headline-box .circle img {
    top: 40px;
    left: 42px;
  }

  .circle-headline-box .circle hr {
    width: 600px;
    top: 52px;
    left: -560px;
  }

  .circle-headline-box h3 {
    margin-top: 80px;
    margin-bottom: 25px;
  }
}

@media screen and (width <= 1024px) {
  .circle-headline-box .circle {
    top: 0;
  }

  .circle-headline-box .circle hr {
    width: 600px;
    top: 52px;
    left: -560px;
  }
}

.image-text-teaser, .image-text-teaser--image-right {
  clear: both;
  margin: 0 0 240px;
  display: block;
  overflow: hidden;
}

.image-text-teaser__gallery, .image-text-teaser__image {
  float: left;
  width: 65%;
  position: relative;
}

.image-text-teaser__gallery {
  z-index: 9;
  width: 55%;
  margin-left: 50px;
}

.image-text-teaser__gallery img:nth-of-type(2), .image-text-teaser__gallery picture:nth-of-type(2) {
  position: absolute;
  bottom: -250px;
  left: -100px;
}

.image-text-teaser__gallery--two-images {
  width: 45%;
  margin-bottom: 250px;
}

.image-text-teaser__gallery--two-images img, .image-text-teaser__gallery--two-images picture {
  width: 846px;
  height: auto;
}

.image-text-teaser__gallery--two-images img:nth-of-type(2), .image-text-teaser__gallery--two-images picture:nth-of-type(2) {
  width: 430px;
}

.image-text-teaser__content {
  z-index: 1;
  max-width: 580px;
  position: absolute;
  top: clamp(0px, 36.5854vw - 374.634px, 240px);
  right: 250px;
}

.image-text-teaser .grid-container, .image-text-teaser--image-right .grid-container, section.nojourney.twoimages .image-text-teaser__gallery .first-image-container {
  position: relative;
}

.image-text-teaser .circle-headline-box {
  max-width: 435px;
  margin: 0;
  right: 0;
}

.image-text-teaser--image-right .circle-headline-box {
  max-width: 435px;
  right: 0;
}

.image-text-teaser .circle-headline-box .copy--medium, .image-text-teaser--image-right .circle-headline-box .copy--medium {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  margin: 32px 0;
  font-size: clamp(1rem, .9282rem + .3065vw, 1.25rem);
  line-height: clamp(1.3125rem, 1.1509rem + .6897vw, 1.875rem);
}

.werwirsind_highlight .circle-headline-box {
  max-width: 500px;
}

@media screen and (width >= 1024px) and (width <= 1440px) {
  .werwirsind_highlight .circle-headline-box {
    max-width: 400px;
  }
}

.image-text-teaser--image-right .image-text-teaser__gallery, .image-text-teaser--image-right .image-text-teaser__image {
  float: right;
  text-align: right;
}

.image-text-teaser--image-right .image-text-teaser__gallery {
  margin-right: 60px;
}

.image-text-teaser--image-right .image-text-teaser__content {
  left: 250px;
  right: auto;
}

.image-text-teaser--image-right .circle-headline-box {
  margin: 100px 200px 0 0;
  left: 0;
}

.image-text-teaser--image-right .circle-headline-box .circle hr {
  z-index: 1;
  width: 1000px;
  left: 120px;
}

.image-text-teaser--coloured-background {
  margin: 0;
  padding: 150px 0;
}

.image-text-teaser--coloured-background .image-text-teaser__content {
  position: relative;
  top: 0;
  left: auto;
}

.image-text-teaser--coloured-background .image-text-teaser__gallery {
  width: 45%;
}

.image-text-teaser--coloured-background .display, .image-text-teaser--coloured-background h1, .image-text-teaser--coloured-background h2, .image-text-teaser--coloured-background h3, .image-text-teaser--coloured-background h4, .image-text-teaser--coloured-background h5 {
  color: #fff;
}

.image-text-teaser--coloured-background .display--section {
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  font-family: Brandon Text;
  font-size: 12px;
  font-weight: 450;
  line-height: normal;
}

.image-text-teaser--coloured-background .display--large {
  overflow-wrap: break-word;
  font-size: clamp(1.5rem, .8534rem + 2.7586vw, 3.75rem);
  line-height: clamp(1.6438rem, .9523rem + 2.9502vw, 4.05rem);
}

.image-text-teaser--coloured-background .copy {
  color: #fff;
  max-width: 400px;
  font-size: 20px;
  margin: 32px 0 !important;
}

.image-text-teaser .circle-headline-box .highlights, .image-text-teaser--image-right .circle-headline-box .highlights {
  color: #4f4f4f;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Brandon Text;
  font-size: 14px;
  font-weight: 450;
  line-height: normal;
  display: inline-block;
}

@media screen and (width >= 1440px) {
  .image-text-teaser--coloured-background .image-text-teaser__gallery {
    margin-right: 150px;
  }
}

@media screen and (width <= 1440px) {
  .image-text-teaser__content {
    max-width: 480px;
    right: 50px;
  }

  .image-text-teaser--image-right .image-text-teaser__content {
    left: 50px;
    right: auto;
  }

  .image-text-teaser--image-right .circle-headline-box .circle hr {
    width: 700px;
  }

  .image-text-teaser .circle-headline-box, .image-text-teaser--image-right .circle-headline-box {
    margin: 0;
  }

  .image-text-teaser__gallery--two-images {
    margin-bottom: 100px;
  }

  .image-text-teaser__gallery--two-images img:nth-of-type(2), .image-text-teaser__gallery--two-images picture:nth-of-type(2) {
    width: 250px;
    bottom: -100px;
    left: -50px;
  }
}

@media screen and (width <= 1024px) {
  .image-text-teaser, .image-text-teaser--image-right {
    margin: 0 0 104px;
  }

  .image-text-teaser__image {
    float: none;
    width: 100%;
  }

  .image-text-teaser__gallery {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .image-text-teaser__gallery img, .image-text-teaser__gallery picture {
    scroll-snap-align: start;
    width: 100%;
    height: auto;
  }

  .image-text-teaser__gallery img:nth-of-type(2), .image-text-teaser__gallery picture:nth-of-type(2) {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .image-text-teaser__gallery--two-images {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-y: hidden;
  }

  .image-text-teaser__gallery--two-images img:first-of-type, .image-text-teaser__gallery--two-images picture:first-of-type {
    margin-right: 8px;
    scroll-margin-left: 20px;
  }

  .image-text-teaser__content {
    max-width: none;
    position: relative;
    top: 0;
    right: 0;
  }

  .image-text-teaser .circle-headline-box, .image-text-teaser--image-right .circle-headline-box {
    max-width: 100%;
    margin: 28px 0 0;
  }

  .image-text-teaser .circle-headline-box .highlights, .image-text-teaser--image-right .circle-headline-box .highlights {
    display: none;
  }

  .image-text-teaser--image-right, .image-text-teaser--image-right .image-text-teaser__gallery, .image-text-teaser--image-right .image-text-teaser__image {
    float: none;
    text-align: left;
  }

  .image-text-teaser--image-right .image-text-teaser__content {
    left: 0;
    right: 0;
  }

  .image-text-teaser--image-right .circle-headline-box .circle {
    left: auto;
    right: 10%;
  }

  .image-text-teaser--image-right .circle-headline-box .circle hr {
    left: 80px;
  }

  .image-text-teaser--image-right .circle-headline-box h3 {
    text-align: right;
  }

  .image-text-teaser--coloured-background {
    min-height: unset;
    margin: 0;
    padding: 50px 0;
  }

  .image-text-teaser--coloured-background .image-text-teaser__gallery {
    width: 100%;
  }

  .image-text-teaser--coloured-background .copy, .image-text-teaser--coloured-background .display--section {
    max-width: 100%;
    margin: 20px 0;
  }
}

section.nojourney.twoimages .image-text-teaser__gallery {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 125px;
  display: flex;
  position: relative;
}

section.nojourney.twoimages .image-text-teaser__gallery .first-image-container img:first-of-type {
  object-fit: cover;
  max-height: 846px;
}

section.nojourney.twoimages .image-text-teaser__gallery .first-image-container img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

@media screen and (width <= 1440px) {
  section.nojourney.twoimages .image-text-teaser__gallery .first-image-container img:nth-of-type(2) {
    width: 250px;
  }
}

@media screen and (width <= 1024px) {
  section.nojourney.twoimages .image-text-teaser__gallery {
    margin-bottom: 0;
  }

  section.nojourney.twoimages .image-text-teaser__gallery .first-image-container {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    margin-bottom: 0;
  }

  section.nojourney.twoimages .image-text-teaser__gallery .first-image-container img {
    object-position: center;
    object-fit: cover;
    max-height: 846px;
  }

  section.nojourney.twoimages .image-text-teaser__gallery .first-image-container img:first-of-type {
    scroll-margin-left: 20px;
  }

  section.nojourney.twoimages .image-text-teaser__gallery .first-image-container img:nth-of-type(2) {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
  }
}

.three-images-teaser {
  padding: 120px 0 240px;
}

.three-images-teaser__content {
  margin-top: 140px;
}

.three-images-teaser__content h4 {
  margin: 0;
  font-size: clamp(1.5rem, 1.3204rem + .7663vw, 2.125rem);
  line-height: clamp(1.6438rem, 1.456rem + .8011vw, 2.2971rem);
}

@media screen and (width >= 1024px) {
  .three-images-teaser__content h4 {
    letter-spacing: .25px;
  }
}

.three-images-teaser__content p {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  margin: 24px 0;
  font-size: clamp(1rem, .9282rem + .3065vw, 1.25rem);
  line-height: clamp(1.3125rem, 1.1509rem + .6897vw, 1.875rem);
}

@media screen and (width >= 1024px) {
  .three-images-teaser__content p {
    margin: 32px 0;
  }
}

.three-images-teaser__content a.btn-link {
  margin: 0;
}

.three-images-teaser__images-canvas img {
  border-radius: 8px;
  height: auto;
  position: relative;
}

.three-images-teaser__images-canvas img:first-of-type {
  width: 25%;
  margin: 0 auto;
  top: 50%;
}

.three-images-teaser__images-canvas img:nth-of-type(2) {
  width: 40%;
  margin: 0 5%;
}

.three-images-teaser__images-canvas img:nth-of-type(3) {
  width: 20%;
  margin: 0 auto;
  top: 30%;
}

@media screen and (width <= 1440px) {
  .three-images-teaser__images-canvas {
    margin-bottom: 75px;
  }

  .three-images-teaser__images-canvas img:first-of-type {
    top: 30%;
  }

  .three-images-teaser__images-canvas img:nth-of-type(3) {
    top: 20%;
  }
}

@media screen and (width <= 1024px) {
  .three-images-teaser {
    padding: 50px 30px 80px;
  }

  .three-images-teaser__content {
    margin: 0;
  }

  .three-images-teaser__images-canvas {
    margin-bottom: 75px;
  }

  .three-images-teaser__images-canvas img:first-of-type {
    top: 0;
  }

  .three-images-teaser__images-canvas img:nth-of-type(2) {
    top: 30%;
  }

  .three-images-teaser__images-canvas img:nth-of-type(3) {
    top: 0;
  }
}

.icon-list {
  padding: 200px 0;
}

.icon-list-padding {
  padding: 100px 0 150px;
}

.icon-list .display--section {
  margin-bottom: 30px;
}

.icon-list__content .icon-box-text {
  border-bottom: 1px solid #0003;
  margin-bottom: 28px;
  padding: 0 20px;
}

.icon-list__content .icon-box-text:last-of-type {
  border-bottom: none;
}

.icon-list__content .icon-box-text .icon {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 50px;
}

#kontakt .icon-list__content [class^="icon-"]:before, [class*=" icon-"]:before {
  color: #799479;
  font-size: clamp(1.875rem, 1.6954rem + .7663vw, 2.5rem);
}

.icon-list__content .icon-box-text [class^="icon-"]:before {
  margin-right: 50px;
}

.icon-list__content .icon-box-text .text-wrapper {
  overflow: hidden;
}

.icon-list__content .icon-box-text h5 {
  padding-top: 20px;
}

.icon-list__content .icon-box-text .display--label {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.085rem, 1.046rem + .1663vw, 1.2206rem);
}

.icon-list__content .icon-box-text p.copy--normal {
  color: #6a7682;
  margin-bottom: 28px;
  font-size: clamp(.875rem, .8032rem + .3065vw, 1.125rem);
  line-height: clamp(1.3169rem, 1.2104rem + .4544vw, 1.6875rem);
  overflow: hidden;
}

@media screen and (width <= 1024px) {
  .icon-list {
    padding: 50px 0;
  }

  .icon-list .display--section {
    margin-bottom: 20px;
  }

  .icon-list__content .icon-box-text {
    padding: 0;
  }

  .icon-list__content .icon-box-text .icon {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }

  .icon-list__content .icon-box-text [class^="icon-"]:before {
    margin-right: 25px;
  }

  .icon-list__content .icon-box-text h5 {
    padding-top: 0;
  }

  .icon-list__content .icon-box-text p.copy--normal {
    margin-bottom: 16px;
  }

  .icon-list__content .icon-box-text:last-of-type {
    border-bottom: 1px solid #0003;
  }
}

.contact {
  background: var(--background-green-50);
  padding: 120px 237px;
}

.contact-box, .contact_box_horizontal {
  text-align: center;
  background: #fff;
  border-radius: 12px;
}

.contact-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 621px 174px #0000, 0 397px 159px #0000, 0 223px 134px #00000005, 0 99px 99px #00000008, 0 25px 55px #00000008, 0 0 #00000008;
}

.contact-box p.display--medium {
  color: #799479;
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-size: clamp(1.5rem, 1.069rem + 1.8391vw, 3rem);
  line-height: clamp(1.6438rem, 1.254rem + 1.6628vw, 3rem);
}

.contact-box p.display--small {
  color: var(--primary-800);
  font-size: 24px;
  font-weight: 450;
  line-height: 26.3px;
}

.contact-box.flight {
  text-align: unset;
  margin-top: 25px;
}

.contact-box.flight div.icon-box-text {
  display: table;
}

.contact-box.flight div.icon-box-text div.text-wrapper, .contact-box.flight div.icon-box-text i.icon-flug {
  vertical-align: top;
  display: table-cell;
}

.contact_box_horizontal {
  border: 3px solid #f4f7fa;
  padding: 83px 119px;
  box-shadow: 0 264px 158px #00000005, 0 117px 117px #00000008, 0 29px 64px #00000008, 0 0 #00000008;
}

.contact_box_horizontal > .grid-x {
  align-items: center;
}

.contact-box img, .contact_box_horizontal img {
  border-radius: 50%;
  width: 212px;
  height: 212px;
  margin: 60px auto 40px;
  display: block;
}

.contact_box_horizontal img {
  margin: 0 auto 40px;
}

.contact_box_horizontal p {
  color: #716f80;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 450;
}

.contact_box_horizontal p:first-child {
  letter-spacing: clamp(-.0625rem, .0381rem - .0958vw, .0156rem);
  text-transform: uppercase;
  color: #6e91a1;
  font-family: Brandon Grotesque;
  font-size: clamp(2.125rem, 1.8736rem + 1.0728vw, 3rem);
  line-height: clamp(2.2971rem, 2.0951rem + .8618vw, 3rem);
}

.contact_box_horizontal p:nth-child(2) {
  letter-spacing: clamp(.0094rem, .0031rem + .0268vw, .0313rem);
  text-transform: none;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  line-height: clamp(1.5375rem, 1.3328rem + .8736vw, 2.25rem);
}

.contact_box_horizontal p:last-child {
  margin-bottom: 0;
  line-height: 36px;
}

.contact_box_horizontal p:last-child a {
  color: #716f80;
  letter-spacing: .5px;
  font-size: 24px;
  font-weight: 450;
  line-height: 36px;
}

.contact-box span, .contact_box_horizontal span {
  display: block;
}

.contact-box a {
  margin: 40px 0 0;
  font-size: 24px;
  display: block;
}

.contact-box a:last-child {
  margin: 0 0 40px;
}

@media screen and (width <= 1440px) {
  .contact {
    padding: 120px;
  }

  .contact_box_horizontal {
    padding: 60px 80px;
  }

  .contact_box_horizontal p {
    font-size: 32px;
  }
}

@media screen and (width <= 1024px) {
  .contact {
    padding: 12px;
  }

  .contact-box {
    padding: 60px 24px;
  }

  .contact_box_horizontal.grid-container {
    padding: 83px 24px;
  }

  .contact-box p.display--medium {
    color: #000;
    margin-bottom: 0;
  }

  .contact-box p.display--small {
    color: #000;
  }

  .contact-box img {
    width: 160px;
    height: 160px;
  }

  .contact_box_horizontal img {
    width: 212px;
    height: 212px;
  }

  .contact-box .name {
    margin: 12px 0 32px;
  }

  .contact_box_horizontal p {
    text-align: center;
    margin-bottom: 24px;
  }

  .contact_box_horizontal p:nth-child(2) {
    text-transform: uppercase;
    margin-bottom: 32px;
  }

  .contact_box_horizontal p:last-child {
    margin-top: 32px;
  }

  .contact-box a {
    margin: 10px 0 0;
  }

  .contact-box a:last-child {
    margin: 0 0 10px;
  }
}

.newsletter-signup {
  background: var(--background-green-400);
  text-align: center;
  margin-bottom: 240px;
  padding: 120px 0;
}

.newsletter-signup div.display {
  text-align: center;
  font-size: 24px;
  line-height: 26.3px;
}

.newsletter-signup__input-wrapper {
  margin-top: 32px;
  display: inline-block;
}

.newsletter-signup form input {
  text-align: left;
  border: 1px solid #c3ccd6;
  border-radius: 12px;
  min-width: 343px;
  margin: 0 32px;
  padding: 12px 16px;
  box-shadow: 0 1px 2px #00000014;
}

.newsletter-signup form input::placeholder {
  color: #6a7682;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Brandon Text;
  font-size: 18px;
  font-style: normal;
  font-weight: 390;
  line-height: 27px;
}

@media screen and (width <= 1440px) {
  .newsletter-signup__input-wrapper {
    display: block;
  }
}

@media screen and (width <= 1024px) {
  .newsletter-signup {
    margin-bottom: 40px;
    padding: 200px 24px;
  }

  .newsletter-signup__input-wrapper {
    width: 90%;
    max-width: 500px;
    margin: 24px auto 0;
    display: block;
  }

  .newsletter-signup form span {
    margin-bottom: 25px;
    padding: 0 15px;
    display: inline-block;
  }

  .newsletter-signup form input {
    min-width: auto;
    margin: auto;
  }
}

.social-teaser {
  text-align: center;
  margin-bottom: 240px;
}

@media screen and (width <= 1024px) {
  .social-teaser {
    margin-bottom: 40px;
  }
}

.social-teaser__intro {
  max-width: 1031px;
  margin: 0 auto 133px;
}

@media screen and (width <= 768px) {
  .social-teaser__intro {
    margin: 0 auto 32px;
  }
}

.social-teaser__intro .display--medium {
  margin-bottom: 33px;
  font-size: clamp(1.5rem, 1.3204rem + .7663vw, 2.125rem);
  line-height: clamp(1.6438rem, 1.456rem + .8011vw, 2.2971rem);
}

@media screen and (width >= 1024px) {
  .social-teaser__intro .display--medium {
    letter-spacing: .25px;
  }
}

.social-teaser__intro .display--label {
  letter-spacing: normal;
  font-size: 20px;
  line-height: 150%;
}

@media screen and (width <= 768px) {
  .social-teaser__intro .display--label {
    letter-spacing: .5px;
    text-transform: none;
    font-family: Brandon Text;
    font-weight: 390;
  }
}

.social-teaser__intro .benefits span {
  white-space: nowrap;
  margin: 0 14px;
}

.social-teaser__intro .benefits span img {
  margin-top: -4px;
  margin-right: 10px;
}

.social-teaser__intro .benefits .icon-checkmark:before {
  float: none;
  font-size: 19px;
}

.social-teaser .three-image-rows {
  margin: 0 auto;
}

.social-teaser .three-image-rows img {
  border-radius: 12px;
}

.social-teaser .social-links p {
  margin-bottom: 20px;
}

.social-teaser .social-links a {
  margin: 0 10px;
}

.social-teaser .social-links .icon-facebook-circle:before, .social-teaser .social-links .icon-instagram:before {
  float: none;
  color: #a5d4ba;
  font-size: 39px;
}

.three-image-rows {
  max-width: 1200px;
}

.three-image-rows .cell {
  padding: 0 25px;
  position: relative;
}

.three-image-rows .cell img {
  margin-bottom: 60px;
}

.three-image-rows .cell:first-of-type, .three-image-rows .cell:nth-of-type(3) {
  margin-top: 150px;
}

.three-image-rows .cell:nth-of-type(5) {
  margin-top: -150px;
}

@media screen and (width <= 1024px) {
  .three-image-rows .cell {
    padding: 0 15px;
  }

  .three-image-rows .cell img {
    margin-bottom: 30px;
  }

  .three-image-rows .cell:first-of-type, .three-image-rows .cell:nth-of-type(3), .three-image-rows .cell:nth-of-type(4), .three-image-rows .cell:nth-of-type(5), .three-image-rows .cell:nth-of-type(6) {
    margin-top: 0;
  }
}

@media screen and (width <= 475px) {
  .three-image-rows .cell:first-of-type {
    margin-top: 50px;
  }

  .three-image-rows .cell:nth-of-type(4), .three-image-rows .cell:nth-of-type(6) {
    margin-top: -50px;
  }

  .three-image-rows .cell:nth-of-type(2) .copyright-left.cellcopyhigher, .three-image-rows .cell:nth-of-type(4) .copyright-left.cellcopy, .three-image-rows .cell:nth-of-type(6) .copyright-left.cellcopy {
    bottom: 80px;
  }
}

.map-box {
  margin-top: 300px;
}

.map-box__content {
  padding-left: 150px;
}

.map-box__content .headline {
  margin-bottom: 24px;
  font-size: clamp(1.5rem, 1.069rem + 1.8391vw, 3rem);
  line-height: clamp(1.6438rem, 1.254rem + 1.6628vw, 3rem);
}

.map-box__content .headline > span {
  color: #4f4f4f;
  letter-spacing: 1.5px;
  padding: 57px 0 8px;
  font-family: Brandon Text;
  font-size: clamp(.75rem, .7141rem + .1533vw, .875rem);
  font-weight: 450;
  line-height: clamp(1.0425rem, .9926rem + .213vw, 1.2163rem);
  display: block;
}

@media screen and (width <= 1024px) {
  .map-box__content .headline > span {
    padding: 30px 0 8px;
  }
}

.map-box__content .opener {
  letter-spacing: .5px;
  font-size: clamp(1.125rem, 1.0891rem + .1533vw, 1.25rem);
  line-height: clamp(1.6875rem, 1.6336rem + .2299vw, 1.875rem);
}

.map-box__map {
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-box__map img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (width <= 1024px) {
  .map-box {
    margin-top: 0;
  }

  .map-box__content {
    padding: 50px;
  }

  #faq .map-box__content {
    padding: 20px;
  }
}

.properties-box {
  border-radius: 8px;
  max-width: 1100px;
  margin: 50px auto 250px 90px;
  padding: 60px;
  box-shadow: 0 264px 158px #00000005, 0 117px 117px #00000008, 0 29px 64px #00000008, 0 0 #00000008;
}

.properties-box .anspruch_property:hover, .properties-box .ecoscore_property:hover, .simple-overlay__content .cat label:hover {
  cursor: pointer;
}

.properties-box__property .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: block;
}

.properties-box__property [class^="icon-"]:before {
  color: #799479;
  float: none;
  margin-bottom: 10px;
  font-size: 32px;
  display: block;
}

.properties-box__property span {
  letter-spacing: clamp(.0094rem, .0577rem - .046vw, .0469rem);
  color: var(--primary-800);
  font-size: clamp(1rem, .9282rem + .3065vw, 1.25rem);
  line-height: clamp(1.5375rem, 2.1329rem - .567vw, 2rem);
  display: block;
}

.properties-box__property span:nth-of-type(2) {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  color: var(--secondary-700);
  text-transform: none;
  margin-top: 10px;
  font-family: Brandon Text;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  font-weight: 390;
  line-height: clamp(1.3125rem, 1.2047rem + .4598vw, 1.6875rem);
}

@media screen and (width <= 1440px) {
  .properties-box {
    margin: 50px 10px 50px 90px;
  }
}

@media screen and (width <= 1024px) {
  .properties-box {
    margin: 20px;
    padding: 20px 10px;
  }

  .properties-box__property {
    text-align: center;
    margin: 25px 0;
  }

  .properties-box__property .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }

  .properties-box__property [class^="icon-"]:before {
    margin: 0 auto 10px;
    font-size: 40px;
  }
}

.rating {
  margin: 0;
  list-style-type: none;
}

.rating .rating-dot {
  opacity: .2;
  background: #799479;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.rating .rating-dot__active {
  opacity: 1;
}

.box-carousel {
  padding: 80px 0;
  position: relative;
}

.box-carousel div.rvoberhead {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.box-carousel div.rvhead {
  margin: 0 40px 0 80px;
  display: inline-block;
}

.icon-list div.leistunghead, .table-dates div.dateshead {
  display: inline-block;
}

.icon-list div.leistunghead {
  margin-bottom: 32px;
}

.box-carousel h3.headline:first-child, .icon-list div.leistunghead h5:first-child, .table-dates div.dateshead p:first-child {
  color: #8593a3;
  letter-spacing: 1.5px;
  z-index: 0;
  font-family: Brandon Text;
  font-size: clamp(.75rem, .7141rem + .1533vw, .875rem);
  font-weight: 450;
  line-height: normal;
  display: block;
}

.box-carousel h3.headline:nth-child(2), .icon-list div.leistunghead h5:nth-child(2), .table-dates div.dateshead p:nth-child(2) {
  color: #252533;
  letter-spacing: .25px;
  z-index: 0;
  font-family: Brandon Grotesque;
  font-size: clamp(1.5rem, 1.3204rem + .7663vw, 2.125rem);
  font-weight: 450;
  line-height: clamp(1.6438rem, 1.456rem + .8011vw, 2.2971rem);
  display: block;
}

.icon-list div.leistunghead h5, .table-dates div.dateshead p {
  margin-bottom: 0;
}

@media screen and (width <= 1024px) {
  .box-carousel div.rvhead {
    margin: 0 0 30px 20px;
  }

  .box-carousel h3.headline:nth-child(2), .icon-list div.leistunghead h5:nth-child(2), .table-dates div.dateshead p:nth-child(2) {
    letter-spacing: normal;
  }
}

.box-carousel .close {
  float: right;
  z-index: 9;
  margin-right: 200px;
  position: relative;
}

.box-carousel .navigation-button {
  cursor: pointer;
  z-index: 99;
  background-color: #fff;
  border-radius: 99px;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 45px 18px #00000003, 0 25px 15px #00000008, 0 11px 11px #0000000a, 0 3px 6px #0000000d, 0 0 #0000000d;
}

.box-carousel .navigation-button:hover {
  width: 89px;
  height: 89px;
}

.box-carousel .navigation-button.inactive {
  display: none;
}

.box-carousel .navigation-button.button--previous {
  left: 40px;
}

.box-carousel .navigation-button.button--previous:hover {
  left: 37px;
}

.box-carousel .navigation-button.button--next {
  right: 40px;
}

.box-carousel .navigation-button.button--next:hover {
  right: 37px;
}

@media (hover: none) {
  .box-carousel .navigation-button {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .navigation-button.button--next, .navigation-button.button--previous {
    display: none;
  }
}

.box-carousel__progressbar {
  background-color: #fff;
  border-radius: 24px;
  padding: 2px 12px 8px;
  display: inline-block;
  position: relative;
  top: -140px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.box-carousel__progressbar .dot {
  background-color: silver;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  display: inline-block;
}

.box-carousel__progressbar .dot.active, .box-carousel__progressbar .dot.neighbour {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  position: relative;
  top: 1px;
}

.box-carousel__progressbar .dot.active {
  background-color: #000;
}

@media (hover: none) {
  .box-carousel__progressbar {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .box-carousel__progressbar {
    display: none;
  }
}

.box-carousel__wrapper {
  white-space: nowrap;
  clear: both;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 160px;
  display: flex;
  overflow-y: hidden;
}

.box-carousel__wrapper::-webkit-scrollbar {
  display: none;
}

.box-carousel__wrapper .box {
  vertical-align: top;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  white-space: normal;
  background: #fff;
  border-radius: 8px;
  flex: 0 0 600px;
  width: 600px;
  height: auto;
  margin: 50px 20px;
  padding: 60px 80px;
  scroll-margin-left: 80px;
  display: inline-block;
  box-shadow: 0 193px 116px #00000005, 0 86px 86px #00000008, 0 21px 47px #00000008, 0 0 #00000008;
}

@media screen and (width <= 767px) {
  .box-carousel__wrapper .box {
    height: 100%;
    min-height: 385px;
  }

  .box-carousel__wrapper .boxmore {
    height: 385px;
    position: relative;
    overflow: hidden;
  }

  .box-carousel__wrapper .boxmore p.copy--normal {
    height: 250px;
    mask-image: linear-gradient(#000 25%, #0000 75%);
  }
}

.box-carousel__wrapper .box .day {
  background: var(--secondary-color-green-50);
  text-transform: uppercase;
  color: var(--secondary-color-text-green-50);
  border-radius: 99px;
  margin-bottom: 20px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 450;
  display: inline-block;
}

.box-carousel__wrapper .box blockquote {
  color: #51b37f;
  margin: 64px 0;
  font-size: 40px;
  font-style: italic;
  line-height: 62px;
}

.box-carousel__wrapper .box .profile .name {
  color: #363636;
}

.box-carousel__wrapper .box:first-of-type {
  margin-left: 80px;
}

.box-carousel__wrapper .box--testimonial {
  flex-basis: auto;
  width: 1200px;
  height: 640px;
  padding: 120px;
}

.box-carousel__wrapper .box--location {
  flex-basis: auto;
  max-width: 400px;
  padding: 20px;
}

.box-carousel__wrapper .box--location h5 {
  color: #1f1c1b;
  min-height: 55px;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  font-weight: 450;
  line-height: clamp(1.8813rem, 1.7731rem + .4613vw, 2.2575rem);
}

.box-carousel__wrapper .box--location:first-child:last-child {
  cursor: default;
  flex-basis: auto;
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.box-carousel__wrapper .box--location:first-child:last-child .meta-wrapper {
  margin-bottom: 20px;
}

.box-carousel__wrapper .box--location:first-child:last-child .meta-wrapper > * {
  display: inline;
}

.box-carousel__wrapper .box--location:first-child:last-child .teaser-image {
  float: left;
  width: 60%;
  margin-bottom: 0;
  margin-right: 20px;
}

.box-carousel__wrapper .box--location:first-child:last-child .teaser-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-carousel__wrapper .box--location .location {
  color: #1f1c1b;
  align-items: flex-start;
  margin: 20px 0;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.505rem, 1.4509rem + .2307vw, 1.6931rem);
  display: inline-flex;
}

.box-carousel__wrapper .box--location .location.reisetag {
  margin: 0 0 20px;
  display: block;
}

.box-carousel__wrapper .box--location .location img {
  margin-right: 20px;
}

.box-carousel__wrapper .box--location .location .icon-geotag:before, .box-carousel__wrapper .box--location .location .icon-unterkunft_standort:before {
  color: #799479;
  margin-right: 20px;
  font-size: 24px;
}

.box-carousel__wrapper .box--location .teaser-image {
  border-radius: 8px;
  margin-bottom: 60px;
  overflow: hidden;
}

.box-carousel__wrapper .box--location .copy--normal {
  color: #1f1c1b;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.505rem, 1.4526rem + .2238vw, 1.6875rem);
}

@media (hover: none) {
  .box-carousel__wrapper {
    scroll-snap-type: x mandatory;
  }
}

.box-carousel--draggable .box {
  cursor: grab;
}

.box-carousel__wrapper.active {
  scroll-snap-type: none;
}

.box-carousel--overlay {
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.box-carousel--overlay.active {
  display: block;
}

.box-carousel--overlay .mobile-close {
  display: none;
}

.box-carousel--overlay .headline {
  color: #000;
  letter-spacing: 6px;
  font-size: clamp(.75rem, .6422rem + .4598vw, 1.125rem);
  line-height: clamp(1.1288rem, .9666rem + .692vw, 1.6931rem);
  position: relative;
  top: 14px;
  left: 5px;
}

.box-carousel--overlay-navigation {
  padding: 0;
}

.box-carousel--overlay-navigation .navigation {
  position: relative;
}

.box-carousel--overlay-navigation .navigation-list {
  margin: 0 0 0 30px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.box-carousel--overlay-navigation .navigation-list li, section.hero .navigation-list li {
  margin: 0 20px;
  display: inline-block;
}

.box-carousel--overlay-navigation .navigation-list li a {
  color: var(--button-text-link-color);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: clamp(.875rem, .8391rem + .1533vw, 1rem);
  font-weight: 450;
  line-height: clamp(1.5rem, 2.7874rem - 1.2261vw, 2.5rem);
}

.box-carousel--overlay-navigation .navigation-list li a span.angle {
  float: right;
  font-size: 24px;
  display: block;
}

@media screen and (width >= 768px) {
  .box-carousel--overlay .headline {
    left: 90px;
  }

  .box-carousel--overlay-navigation .navigation-list li a span.angle {
    display: none;
  }
}

@media screen and (width <= 1440px) {
  .box-carousel__wrapper .box--testimonial {
    width: 800px;
    padding: 60px;
  }

  .box-carousel__wrapper .box--testimonial blockquote {
    font-size: 36px;
  }
}

@media screen and (width <= 1024px) {
  .box-carousel {
    padding-bottom: 0;
  }

  .box-carousel .display--section {
    margin-bottom: .5rem;
  }

  .box-carousel .display--section.headline {
    left: 20px;
  }

  .box-carousel__wrapper {
    padding-bottom: 70px;
  }

  .box-carousel__wrapper .box {
    flex-basis: auto;
    width: 85%;
    max-width: 400px;
    margin: 10px 5px;
    padding: 28px;
    scroll-margin-left: 20px;
  }

  .box-carousel__wrapper .box:first-of-type {
    margin-left: 20px;
  }

  .box-carousel__wrapper .box blockquote {
    font-size: 24px;
    line-height: 29px;
  }

  .box-carousel__wrapper .box .profile img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .box-carousel__wrapper .box--location {
    height: auto;
    min-height: 0;
  }

  .box-carousel__wrapper .box--location:first-child:last-child .meta-wrapper > * {
    display: block;
  }

  .box-carousel__wrapper .box--location:first-child:last-child .teaser-image {
    width: 100%;
  }

  .box-carousel__wrapper .box--testimonial {
    height: auto;
    min-height: 450px;
  }

  .box-carousel--overlay {
    padding-top: 20px;
  }

  .box-carousel--overlay .btn-outlined {
    display: none;
  }

  .box-carousel--overlay .mobile-close {
    margin-top: -10px;
    margin-right: 20px;
    display: inline-block;
  }

  .box-carousel--overlay .box-carousel__wrapper {
    padding-bottom: 200px;
  }
}

@media screen and (width <= 1440px) {
  .box-carousel--overlay-navigation .navigation-list {
    margin: 16px 0 0;
    display: block;
  }

  .box-carousel--overlay-navigation .navigation-list li {
    margin: 0;
    display: block;
  }
}

.simple-overlay {
  z-index: 999;
  background: #0009;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.simple-overlay.active, footer .logo {
  display: block;
}

.simple-overlay .close-buttons {
  float: right;
}

.simple-overlay__content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  padding: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.simple-overlay__content h3 {
  color: #1f1c1b;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  line-height: clamp(1.8813rem, 1.7731rem + .4613vw, 2.2575rem);
}

.simple-overlay__content .copy--normal {
  color: #1f1c1b;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.505rem, 1.4509rem + .2307vw, 1.6931rem);
}

.simple-overlay__content .mobile-close {
  display: none;
}

.simple-overlay__content .detail-container {
  margin-top: 20px;
  overflow: hidden;
}

.simple-overlay__content .detail-container span {
  color: #252533;
  display: block;
}

.simple-overlay__content .teaser-image {
  float: left;
  width: 60%;
  height: auto;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.simple-overlay__content .teaser-image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.simple-overlay__content.overlay__zuschlag {
  width: 50%;
}

@media screen and (width <= 768px) {
  .simple-overlay__content .vertical-margin-top-1 {
    margin-top: 15px;
  }
}

@media screen and (width <= 1024px) {
  .simple-overlay__content {
    width: 95%;
    max-width: 480px;
    padding: 32px;
  }

  .simple-overlay__content .teaser-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .simple-overlay__content .close {
    display: none;
  }

  .simple-overlay__content .mobile-close {
    display: inline-block;
  }
}

@media screen and (width <= 1440px) {
  .simple-overlay__content.overlay__zuschlag {
    width: 90%;
  }
}

.box-carousel.reisenstart h3#unserereisen {
  color: #6a7682;
  letter-spacing: 1.5px;
  font-size: clamp(.75rem, .7143rem + .1786vi, .875rem);
}

.box-carousel.reisenstart h3.display:not(.display--section) {
  color: #1b1d21;
  letter-spacing: clamp(.0094rem, .0076rem + .0077vw, .0156rem);
  font-size: clamp(1.25rem, 1rem + 1.25vi, 2.125rem);
  line-height: clamp(1.5375rem, 1.3192rem + .9313vw, 2.2971rem);
}

.box-carousel__wrapper.reisenstartseite {
  padding: 5px;
}

@media screen and (width <= 1024px) {
  .box-carousel__wrapper.reisenstartseite {
    padding: 0 0 70px;
  }
}

@media screen and (width >= 1024px) {
  .box-carousel__wrapper.reisenstartseite {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 32px;
    max-width: 1330px;
    margin: 83px auto 0;
    display: grid;
  }
}

.box-carousel__wrapper.reisenstartseite .box {
  background: #fff;
  border-radius: 0 0 10px 10px;
  width: 590px;
  padding: 40px;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

@media screen and (width >= 1024px) {
  .box-carousel__wrapper.reisenstartseite .box {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .box-carousel__wrapper.reisenstartseite .box:first-of-type {
    margin-left: 0;
  }
}

.box-carousel__wrapper.reisenstartseite div.box div.boxcontent {
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 21.7011px + .613vw, 32px);
  display: flex;
}

.box-carousel__wrapper.reisenstartseite .box img {
  border-radius: 10px 10px 0 0;
}

@media screen and (width <= 1024px) {
  .box-carousel__wrapper.reisenstartseite .box {
    width: 85%;
    padding: 0;
  }
}

.box-carousel__wrapper.reisenstartseite div.box h4 {
  color: #434242;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  line-height: 24.6px;
}

@media screen and (width <= 768px) {
  .box-carousel__wrapper.reisenstartseite div.box h4 {
    letter-spacing: .15px;
  }
}

.box-carousel__wrapper.reisenstartseite div.box p {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.3125rem, 1.2047rem + .4598vw, 1.6875rem);
}

div.reisenstartseite div.box p.textsub {
  min-height: 81px;
}

section.reisenstart.box-carousel {
  padding: 20px 0;
}

@media screen and (width >= 1024px) {
  section.reisenstart.box-carousel {
    padding: 0 80px 140px;
  }
}

section.reisenstart.box-carousel .navigation-button {
  top: 40%;
}

@media screen and (width <= 1024px) {
  section.reisenstart .box-carousel__progressbar {
    top: -40px;
  }
}

@media screen and (width >= 1024px) {
  section.box-carousel.reisenstart .box-carousel__progressbar, section.box-carousel.reisenstart .navigation-button {
    display: none;
  }
}

.table-dates {
  padding: 100px 0;
}

.table-dates .display--section {
  margin-bottom: 30px;
}

.table-dates__entry {
  background: #fff;
  margin-top: 56px;
  margin-bottom: 50px;
}

.table-dates__entry:first-of-type {
  margin-top: 50px;
}

.table-dates__entry .cell {
  padding: 40px 0;
}

.table-dates__entry .cell:first-child {
  padding: 40px 60px;
}

.table-dates__entry .cell:first-child span, .table-dates__entry .cell:last-child span {
  color: #252533;
}

@media screen and (width <= 1024px) {
  .table-dates .display--section {
    margin-bottom: 20px;
  }

  .table-dates__entry {
    border-radius: 8px;
    margin-top: 24px;
    padding: 20px;
  }

  .table-dates__entry:first-of-type {
    margin-top: 15px;
  }

  .table-dates__entry .cell, .table-dates__entry .cell:first-child {
    padding: 0;
  }

  .table-dates__entry .cell:first-child, .table-dates__entry .cell:last-child {
    text-align: left;
  }

  .table-dates__entry .cell.price-booking .price {
    margin-bottom: 15px;
    font-size: 16px;
    display: inline-block;
  }
}

footer {
  background-color: var(--background-green-500);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

footer div.grid-container {
  padding-left: clamp(20px, 7.622vw - 58.0488px, 70px);
  padding-right: clamp(20px, 7.622vw - 58.0488px, 70px);
}

@media screen and (width <= 640px) {
  footer {
    padding: 80px 0 29px;
  }
}

footer .circle-logo {
  position: absolute;
  top: clamp(-200px, 250.575px - 26.8199vw, 150px);
  left: 45%;
  transform: rotate(350deg);
}

@media screen and (width <= 768px) {
  footer .circle-logo {
    left: clamp(-50px, 76.3359vw - 336.26px, 250px);
  }
}

footer .circle-logo .icon-wyldaway-circle:before {
  float: none;
  color: #97c8ac;
  font-size: clamp(29.0625rem, 23.4052rem + 24.1379vw, 48.75rem);
  display: block;
  overflow: hidden;
}

footer div.cell {
  z-index: 1;
}

footer div.cell:nth-child(2) {
  padding-left: clamp(0px, 6.1303vw - 22.9885px, 80px);
}

footer .cell:first-child span {
  color: var(--primary-800);
  margin: 20px 0 28px;
  font-size: clamp(1.125rem, 1.2859rem - .1533vw, 1.25rem);
  font-weight: 420;
  display: block;
}

@media screen and (width <= 1024px) {
  footer .cell:first-child span {
    margin-bottom: 20px;
  }
}

footer .social-links a {
  margin: 0 27px;
}

footer .social-links a:first-child {
  margin: 0;
}

footer .social-links a:last-child {
  margin: 0 27px 0 0;
}

footer .social-links a [class^="icon-"]:before {
  color: #799479;
  float: none;
  margin-right: 0;
  font-size: 35px;
}

@media screen and (width <= 640px) {
  footer .social-links {
    margin: 0 auto;
  }

  footer .social-links a {
    margin: 0 37px;
  }

  footer .social-links a [class^="icon-"]:before {
    font-size: 48px;
  }
}

@media screen and (width <= 1024px) {
  footer .logo {
    width: 290px;
    height: auto;
  }

  footer .social-links a:last-child {
    margin: 0;
  }
}

footer ul.navigation-list {
  float: left;
  margin: 0;
  list-style-type: none;
}

footer ul.navigation-list:last-child {
  margin-left: 52px;
}

@media screen and (width >= 1024px) and (width <= 1600px) {
  footer ul.navigation-list:first-child {
    margin-left: 52px;
  }
}

footer ul.navigation-list li a {
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--primary-800);
  font-size: clamp(1.125rem, 1.0891rem + .1533vw, 1.25rem);
  font-weight: 450;
  line-height: 30px;
}

footer ul.navigation-list li a:hover {
  opacity: .6;
  color: var(--primary-800) !important;
}

@media screen and (width <= 1024px) {
  footer ul.navigation-list li a {
    color: var(--primary-800);
  }

  footer ul.navigation-list li a:hover {
    color: var(--primary-800) !important;
  }

  footer ul.navigation-list {
    float: none;
    margin: 0;
    margin-left: 0 !important;
  }
}

@media screen and (width <= 640px) {
  footer .cell:nth-child(2) {
    margin: 43px 0 27px;
  }

  footer .cell:nth-child(3) {
    margin-bottom: 35px;
  }
}

footer .cell:nth-child(3) div {
  color: var(--primary-800);
  font-size: clamp(1.5rem, 1.8833rem - .3651vw, 1.7978rem);
  font-weight: 450;
  line-height: clamp(1.785rem, 2.9702rem - 1.1287vw, 2.7056rem);
}

footer .cell:nth-child(3) div:first-child {
  margin-bottom: 30px;
  font-weight: 390;
}

@media screen and (width <= 1024px) {
  footer .cell:nth-child(3) div:first-child {
    margin-bottom: 0;
    font-weight: 450;
  }
}

footer .cell:nth-child(3) div a {
  color: var(--primary-800);
}

footer .cell:nth-child(3) div a:hover {
  color: var(--primary-800);
  opacity: .6;
}

footer .cell:nth-child(3) div:nth-child(3) a {
  text-decoration: underline;
}

#faq {
  margin-top: 160px;
}

@media screen and (width <= 1024px) {
  #faq {
    margin-top: 64px;
  }
}

.accordion {
  margin-bottom: 80px;
}

.accordion-item {
  margin-bottom: 16px;
  box-shadow: 0 1047px 293px #0000, 0 670px 268px #0000, 0 377px 226px #00000003, 0 168px 168px #00000005, 0 42px 92px #00000005, 0 0 #00000005;
}

.accordion-title:before {
  content: "âŒµ";
  color: #a5d4ba;
  font-size: 40px;
  top: 35%;
}

.is-active > .accordion-title:before {
  content: "âŒµ";
  top: 45%;
  transform: rotate(-.5turn);
}

.accordion-title {
  background: #fff;
  border: 0;
  padding: 24px;
  font-size: clamp(1.125rem, 1.0891rem + .1533vw, 1.25rem);
  line-height: clamp(1.6875rem, 1.6336rem + .2299vw, 1.875rem);
  color: #252533 !important;
  border-radius: 8px !important;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
}

.accordion-item.is-active .accordion-title {
  border-bottom: none !important;
  border-radius: 8px 8px 0 0 !important;
}

.accordion-title div {
  display: table-cell;
}

@media screen and (width <= 1440px) {
  .accordion-title div {
    padding-right: 25px;
  }
}

.accordion-content {
  letter-spacing: .5px;
  color: #716f80;
  background: #fff;
  border: 0;
  border-radius: 0 0 8px 8px;
  padding: 24px;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.6rem, 1.5749rem + .1073vw, 1.6875rem);
}

:last-child > .accordion-content:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

@media screen and (width <= 1024px) {
  .accordion-content {
    letter-spacing: normal;
  }
}

.accordion-content p {
  margin-bottom: 10px;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-content a {
  color: var(--button-text-link-color);
  cursor: pointer;
  text-decoration: underline;
}

.accordion-content a:hover {
  opacity: .7;
}

@media screen and (width <= 768px) {
  section#faq .map-box__content .headline {
    text-align: center;
  }
}

.resp-table {
  width: 100%;
  margin-bottom: 15px;
  display: table;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  width: 90%;
  display: table-cell;
}

@media screen and (width <= 768px) {
  .table-body-cell {
    width: 80%;
  }

  .resp-table-row div:nth-child(2) {
    text-align: right;
  }
}

#newspopup.reveal {
  border: 0;
  padding: 0;
}

#newspopup.reveal .callout {
  width: 100%;
  margin-bottom: -10px;
}

#newspopup.reveal .close-button {
  background: var(--secondary-color-green-50);
  border-radius: 99px;
  width: 32px;
  height: 32px;
}

#newspopup.reveal .close-button:after {
  margin-left: 1px;
  font-size: 30px;
  display: block;
}

#newspopup.reveal .close-button:hover {
  background: var(--secondary-color-hover-green-50);
  color: var(--secondary-color-text-green-50);
  opacity: 1;
}

.popuptext {
  text-align: center;
  padding: 29px 32px;
}

.nopopup {
  text-align: left;
  padding: 0;
}

.nopopup h1, .nopopup span {
  color: #fff !important;
}

.nopopup .callout {
  margin: 30px 0;
}

@media screen and (width <= 1024px) {
  .nopopup .callout {
    width: 100%;
  }
}

.popuptext p:first-child {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 108.5%;
}

@media screen and (width <= 768px) {
  .popuptext p:first-child {
    font-size: 16px;
    font-weight: 450;
  }
}

.popuptext .popupfooter {
  letter-spacing: .25px;
  color: #000;
  margin-top: 38px;
  font-size: 14px;
  font-weight: 390;
  line-height: 21px;
}

.popuptext .popupfooter a {
  color: #1779ba;
  text-decoration: underline;
}

.popuptext.nopopup .popupfooter, .popuptext.nopopup .popupfooter a {
  color: #fff;
}

.popuptext form input {
  text-align: center;
  border: 1px solid #c3ccd6;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin: 38px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}

.popuptext form input:focus {
  border: 1px solid #c3ccd6;
}

i.icon-compass:before {
  color: #000 !important;
  font-size: 20px !important;
}

#trip-navigator {
  background: #fff;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin: 0 40px;
  padding: 24px 58px;
  display: flex;
  box-shadow: 0 6px 16px -2px #0000000a, 0 24px 40px -4px #00000014;
}

#trip-navigator.fixed {
  z-index: 99;
  width: calc(100% - 80px);
  display: none;
  position: fixed;
  top: 40px;
}

.trip-navigator, .trip-navigator-mobile {
  text-wrap: nowrap;
  -webkit-flex-flow: wrap;
  align-items: center;
  gap: 29px;
  margin: 0;
  list-style: none;
  display: flex;
}

.trip-navigator li, .trip-navigator-mobile li {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 450;
  line-height: normal;
}

.trip-navigator li > a, .trip-navigator-mobile li > ul > li > a {
  color: var(--secondary-800) !important;
}

.trip-navigator li.headline, .trip-navigator-mobile > li.headline > a {
  color: #000;
}

#trip-navigator, .trip-navigator li > a.is-active {
  border-radius: 99px;
}

.is-dropdown-submenu li > a.is-active, .trip-navigator li > a.is-active {
  background: var(--button-text-pressed-bg);
  padding: 11px 16px;
}

.trip-navigator li > a.is-active {
  background: var(--neutral-200);
}

.is-dropdown-submenu li > a.is-active {
  border-radius: 0;
}

.is-dropdown-submenu li > a.laast.is-active {
  border-radius: 0 0 24px 24px;
}

.trip-navigator > li:last-child {
  display: none;
}

.trip-navigator > li:last-child .icon-up-open:before {
  color: #000;
  font-size: 20px;
  rotate: 180deg;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  border-color: #000 #0000 #0000;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: -10px;
}

.is-dropdown-submenu {
  border: 0;
  border-radius: 0 0 24px 24px;
  width: 242px;
  box-shadow: 0 6px 16px -2px #0000000a, 0 24px 40px -4px #00000014;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a.newafter:after {
  content: "";
  border-style: solid;
  border-width: 6px 6px 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  left: auto;
  right: 5px;
  border-color: #000 #0000 #0000 !important;
  rotate: 180deg !important;
}

@media screen and (width <= 768px) {
  .trip-navigator {
    gap: 20px;
  }

  #trip-navigator {
    margin: 0 20px;
    padding: 2px 10px;
  }

  #trip-navigator.fixed {
    width: inherit;
    top: 20px;
  }
}

.video-frame-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-bg-video {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.w-background-video {
  height: calc(100 * var(--vh));
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

@media screen and (width <= 479px) {
  .hero__start {
    display: block;
  }

  .hero__mobil {
    display: none;
  }
}

section.big-image > div {
  position: relative;
}

section.big-image img {
  object-position: center;
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  height: 744px;
}

section.big-image .overlay-button, section.big-image .overlay-text {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.big-image .overlay-text {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 16px #0009;
  font-family: Brandon Grotesque;
  font-size: clamp(1.25rem, .9908rem + 1.2958vi, 2.1571rem);
  font-style: normal;
  font-weight: 450;
  line-height: clamp(1.5375rem, 1.2417rem + 1.2621vw, 2.5669rem);
  top: 25%;
}

section.big-image .overlay-button {
  width: 100%;
  top: 48%;
}

@media screen and (width >= 768px) {
  section.big-image .overlay-text {
    width: 715px;
    display: none;
    top: 50%;
  }

  section.big-image .overlay-button {
    display: none;
    top: 70%;
  }
}

section.headline_button {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  gap: 8px;
  padding: 40px 0;
  display: flex;
}

@media screen and (width >= 1024px) {
  section.headline_button {
    padding: 140px 54px;
  }
}

section.headline_button > .grid-container {
  text-align: center;
  max-width: 673px;
}

section.headline_button > .grid-container > div:first-child {
  color: #8593a3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Brandon Text;
  font-size: clamp(.75rem, .7141rem + .1533vw, .875rem);
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

section.headline_button > .grid-container > div:nth-child(2) {
  color: #a5d4ba;
  text-align: center;
  letter-spacing: clamp(-.0937rem, -.0535rem - .0383vw, -.0625rem);
  text-transform: uppercase;
  margin: 8px 0 30px;
  font-family: Brandon Grotesque;
  font-size: clamp(3rem, 2.1379rem + 3.6782vw, 6rem);
  font-style: normal;
  font-weight: 450;
  line-height: clamp(3rem, 2.1559rem + 3.6015vw, 5.9375rem);
}

section.nojourney div.image-text-teaser__content > div:not(.small_headline) {
  font-size: clamp(1.5rem, 1.3214rem + .8929vi, 2.125rem);
  line-height: clamp(1.6438rem, 1.456rem + .8011vw, 2.2971rem);
}

section.nojourney div.image-text-teaser__content > div.small_headline, section.three-images-teaser div.three-images-teaser__content > div.small_headline {
  color: #6a7682;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: clamp(.75rem, .7068rem + .1869vw, .875rem);
  font-weight: 500;
}

section.nojourney .image-text-teaser__gallery {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (width >= 1024px) {
  section.nojourney.image-text-teaser--image-right .circle-headline-box {
    margin: 0 200px 0 0;
  }

  section.nojourney div.image-text-teaser__content > div {
    letter-spacing: .25px;
  }
}

@media screen and (width >= 1440px) {
  section.nojourney .circle-headline-box {
    max-width: 507px !important;
  }
}

@media screen and (width: 1440px) {
  section.nojourney .circle-headline-box {
    max-width: 400px !important;
  }
}

@media screen and (width <= 1024px) {
  section.nojourney .image-text-teaser__gallery img {
    object-position: center;
    object-fit: cover;
    max-height: 846px;
  }

  section.big-image {
    margin-top: -40px;
  }
}

@media screen and (width >= 1024px) {
  .noshadow {
    gap: 25px;
    box-shadow: none !important;
    justify-content: flex-start !important;
  }
}

@media screen and (width >= 1441px) {
  .noshadow {
    gap: 98px;
  }
}

.input-icons {
  cursor: pointer;
  margin-bottom: 16px;
  position: relative;
}

.input-icons i {
  position: absolute;
}

.input-icons i.icon {
  text-align: center;
  min-width: 50px;
  padding: 10px;
  top: 20px;
}

.input-icons i.icon-calendar:before {
  color: #252533;
  font-size: 24px;
}

@media screen and (width >= 1024px) {
  .input-icons {
    margin-bottom: inherit;
  }

  .input-icons i.icon {
    top: 42px;
  }
}

input.monthpicker_input {
  text-align: center;
  border: 1px solid #c3ccd6;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin: 16px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}

input.monthpicker_input[readonly] {
  cursor: pointer;
  background-color: #fff;
}

input.monthpicker_input::placeholder {
  letter-spacing: .5px;
  color: #6a7682;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (width >= 768px) {
  input.monthpicker_input {
    width: 200px;
  }
}

@media screen and (width >= 1024px) {
  input.monthpicker_input {
    margin: 38px 0 0;
  }

  .flexcon {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.simple-overlay__content .container {
  width: 250px;
  height: 38px;
  margin: 32px auto;
}

.simple-overlay__content div label input {
  margin-right: 100px;
}

.simple-overlay__content .cat {
  float: left;
  background: #fff;
  border: 1px solid #c3ccd6;
  border-radius: 12px;
  margin: 4px;
  overflow: hidden;
}

.simple-overlay__content .cat label {
  float: left;
  width: 8em;
  line-height: 3em;
}

.simple-overlay__content .cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}

.simple-overlay__content .cat label input {
  display: none;
  position: absolute;
  color: #6a7682 !important;
}

.simple-overlay__content .cat label input + span {
  color: #6a7682;
  letter-spacing: .25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 390;
}

.simple-overlay__content .cat input:checked + span {
  color: #353b41;
  background-color: var(--primary-color-green-300);
}

.simple-overlay.tiny .buttons {
  text-align: center;
  border-top: 1px solid #dee4eb;
  margin: 20px 0;
  padding-top: 16px;
}

.simple-overlay.tiny .buttons a {
  margin: 0 8px;
}

.simple-overlay.tiny .buttons a.btn-three {
  background: var(--secondary-color-green-50);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-color-green-text-300);
  border: 0;
  border-radius: 99px;
  padding: 12px 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px;
}

.simple-overlay.tiny .buttons a.btn-three.close {
  color: var(--secondary-color-text-green-50);
}

.simple-overlay.tiny .buttons a.btn-three:hover {
  background-color: var(--primary-color-green-300);
  color: var(--primary-color-green-text-300);
  opacity: 1;
}

.simple-overlay__content.tiny {
  width: 312px;
  padding: 0;
}

@media screen and (width <= 1024px) {
  .simple-overlay__content .close.btn-three {
    display: inline-block;
  }
}

.simple-overlay__content.tiny a.btn-link {
  margin: 20px 0 0;
  font-size: 12px;
}

.overlay-monthpicker {
  justify-content: space-between;
  max-width: 650px;
  margin-left: 20px;
  display: flex;
}

@media (width <= 991px) {
  .overlay-monthpicker {
    margin-right: 20px;
    display: block;
  }
}

.overlay-monthpicker > div h3:first-child {
  color: #8593a3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 450;
}

.overlay-monthpicker > div h3:last-child {
  letter-spacing: .15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 450;
  line-height: 24.6px;
}

@media screen and (width >= 1024px) {
  .overlay-monthpicker {
    margin-left: 70px;
  }

  .overlay-monthpicker > div h3:first-child {
    font-size: 14px;
  }

  .overlay-monthpicker > div h3:last-child {
    letter-spacing: .25px;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 108.1%;
  }

  .overlay-monthpicker .monthpicker_input {
    margin: 5px 0 0;
  }

  .overlay-monthpicker .input-icons i.icon {
    top: 8px;
  }
}

@media screen and (width <= 1024px) {
  #overlay-navigation .navigation {
    padding: 0 20px;
  }
}

#overlay-navigation .btn-primary.navigation-contact {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  position: absolute;
  right: clamp(4.0625rem, 3.0747rem + 4.2146vw, 7.5rem);
}

#overlay-navigation .btn-transparent.navigation-book {
  border: 1px solid var(--button-text-link-color);
  border-radius: 99px;
  margin: 32px 0;
  display: none;
  color: var(--button-text-link-color) !important;
}

#overlay-navigation .btn-transparent.navigation-book i.icon-reiseleiter:before {
  color: var(--button-text-link-color) !important;
}

#overlay-navigation .btn-transparent.navigation-book:hover, #overlay-navigation .btn-transparent.navigation-book:hover i.icon-reiseleiter:before {
  background: none;
  color: var(--button-text-hover-color) !important;
  border: 1px solid var(--button-text-hover-color) !important;
}

#overlay-navigation .btn-transparent.navigation-book:hover i.icon-reiseleiter:before {
  border: 0 !important;
}

#overlay-navigation .btn-transparent.navigation-book:active {
  color: var(--button-text-link-color) !important;
  background: var(--button-text-pressed-bg) !important;
  border: 1px solid var(--button-text-pressed-bg) !important;
}

#overlay-navigation .btn-transparent.navigation-book:active i.icon-reiseleiter:before {
  color: var(--button-text-link-color) !important;
}

#overlay-navigation .box-carousel__wrapper .box--destination {
  background: #fff;
  border-radius: 0 0 10px 10px;
  flex-basis: auto;
  max-width: 360px;
  margin-left: 20px;
  padding: 0;
  scroll-margin-left: 20px;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

#overlay-navigation .box-carousel__wrapper .box--destination .teaser-image {
  border-radius: 10px 10px 0 0;
}

#overlay-navigation .box-carousel__wrapper .box--destination h5 {
  color: #434242;
  min-height: 55px;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  font-weight: 450;
  line-height: 24.6px;
}

#overlay-navigation .box-carousel__wrapper .box--destination .content {
  padding: 20px;
}

#overlay-navigation .box-carousel__wrapper .box--destination .content p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 115px;
  display: -webkit-box;
  overflow: hidden;
}

#overlay-navigation .box-carousel__wrapper .box--destination .content .price, #overlay-navigation .box-carousel__wrapper .box--destination .content .textsub {
  letter-spacing: clamp(.0156rem, .0111rem + .0192vw, .0313rem);
  margin-bottom: 20px;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.3125rem, 1.2047rem + .4598vw, 1.6875rem);
}

#overlay-navigation .box-carousel__wrapper .box--destination .content .textsub {
  min-height: 108px;
}

#overlay-navigation .box-carousel__wrapper .box--destination .content .price {
  color: #716f80;
  display: inline-block;
}

#overlay-navigation .box-carousel__wrapper .box--destination .content .btn-primary {
  text-align: center;
  width: 100%;
  font-size: clamp(.75rem, .6782rem + .3065vw, 1rem);
}

@media screen and (width <= 1024px) {
  #overlay-navigation .box-carousel__wrapper .box--destination .content .textsub, #overlay-navigation .box-carousel__wrapper .box--destination h5 {
    min-height: unset;
  }
}

@media screen and (width <= 768px) {
  #overlay-navigation .box-carousel__wrapper .box {
    max-width: 215px;
  }

  #overlay-navigation .box-carousel__wrapper .box--destination {
    min-height: 0;
    padding: 0;
  }

  #overlay-navigation .box-carousel__wrapper .box--destination h5 {
    min-height: 55px;
  }

  #overlay-navigation .box-carousel__wrapper .box--destination .content {
    padding: 16px;
  }

  #overlay-navigation .box-carousel__wrapper .box--destination .content .btn-primary .gg-arrow-right, #overlay-navigation .box-carousel__wrapper .box--destination .content .textsub {
    display: none;
  }
}

@media screen and (width >= 768px) {
  #overlay-navigation .btn-transparent.navigation-book {
    width: 250px;
  }
}

@media screen and (width <= 1440px) {
  #overlay-navigation .btn-transparent.navigation-book {
    display: flex;
  }
}

section.hero .navigation .btn-primary {
  letter-spacing: clamp(.0625rem, .0535rem + .0383vw, .0938rem);
  padding: 12px 16px;
  font-size: clamp(.75rem, .6782rem + .3065vw, 1rem);
  line-height: clamp(1rem, .8563rem + .613vw, 1.5rem);
}

section.hero .navigation-list {
  margin: 0 0 0 30px;
  display: inline-block;
  position: relative;
  top: 13px;
}

section.hero .navigation .navigation-contact {
  position: absolute;
  right: clamp(4.0625rem, 3.0747rem + 4.2146vw, 7.5rem);
}

section.hero .navigation .navigation-book {
  letter-spacing: clamp(.0625rem, .0535rem + .0383vw, .0938rem);
  font-size: clamp(.75rem, .6782rem + .3065vw, 1rem);
  line-height: clamp(1rem, .8563rem + .613vw, 1.5rem);
  position: absolute;
  right: clamp(11.25rem, 8.25rem + 8vw, 16.25rem);
}

section.hero .navigation .navigation-book i:before {
  font-size: clamp(1rem, .7rem + .8vw, 1.5rem);
}

@media screen and (width <= 768px) {
  section.hero .navigation .navigation-book {
    padding: 8px 12px;
  }
}

@media screen and (width >= 600px) {
  section.hero .navigation .navigation-book {
    display: block !important;
  }
}

section.hero ul.navigation-list li a {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
}

@media screen and (width <= 1600px) {
  section.hero .navigation .navigation-book, section.hero .navigation-list {
    display: none;
  }

  .navigation-open {
    display: block;
  }
}

@media screen and (width <= 1024px) {
  section.hero .navigation .btn-primary {
    width: unset;
  }
}

@media screen and (width <= 768px) {
  section.hero .navigation .btn-primary {
    padding: 8px 12px;
  }
}

.hero.smart_bgc {
  background-color: #a4efc4;
  height: clamp(72px, 46.6479px + 6.7606vw, 144px);
}

.hero__smartbg {
  background-color: #a4efc4;
  width: 100%;
  height: 100%;
}

.map-box.onlytext {
  max-width: 85rem;
  margin: 160px auto;
}

.map-box.onlytext .map-box__content {
  max-width: 920px;
  padding-left: 0;
}

@media screen and (width <= 1439px) {
  .map-box.onlytext {
    margin: 64px auto;
  }

  .map-box.onlytext .map-box__content {
    padding-left: 100px;
  }
}

@media screen and (width <= 1024px) {
  .map-box.onlytext .map-box__content {
    padding: 0 20px;
  }
}

h1.display-medium, h2.display-medium {
  hyphens: auto;
  hyphenate-limit-chars: 6 2 2;
  hyphenate-limit-lines: 2;
  font-size: clamp(24px, 17.662px + 1.6901vw, 42px);
  font-style: normal;
  font-weight: 450;
}

h2.display-medium {
  margin: 32px 0;
  font-size: clamp(20px, 15.0704px + 1.3146vw, 34px);
}

.onlytext p.copy--normal, .onlytext ul.copy--normal {
  color: #000;
  margin-bottom: 15px;
  font-size: clamp(1rem, .9641rem + .1533vw, 1.125rem);
  line-height: clamp(1.3125rem, 1.2047rem + .4598vw, 1.6875rem);
}

section.partnerbox {
  background: #f4f7fa;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 240px;
  padding: 120px 20px;
}

section.partnerbox div {
  max-width: 505px;
}

section.partnerbox .show_logo {
  background-image: url("wikinger-logo.a5514407.svg");
  background-size: cover;
  width: 158px;
  height: 107px;
}

section.partnerbox div.display--xlarge {
  color: #1b1d21;
  font-size: 24px;
  line-height: 26.3px;
}

section.partnerbox div.copy--small {
  letter-spacing: .25px;
  color: #716f80;
  font-size: 16px;
  line-height: 21px;
}

section.partnerbox, section.partnerbox .show_ceo {
  justify-content: center;
  align-items: center;
  display: flex;
}

section.partnerbox .show_ceo {
  gap: 27px;
}

section.partnerbox .show_ceo img {
  border-radius: 80px;
  box-shadow: 0 0 72px #0000000a;
}

section.partnerbox .show_ceo .text_ceo {
  color: #000;
  font-size: 24px;
  font-weight: 450;
  line-height: 98.5%;
}

section.partnerbox .show_ceo .text_ceo span {
  color: #000;
  font-size: 16px;
  font-weight: 390;
  line-height: 98.5%;
}

@media screen and (width <= 1024px) {
  section.partnerbox {
    margin: 0 0 104px;
    padding: 60px 20px;
  }
}

section.text-teaser-options h2.display-site {
  color: #1b1d21;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.5rem, 1.069rem + 1.8391vw, 3rem);
  font-weight: 450;
  line-height: clamp(1.6438rem, 1.254rem + 1.6628vw, 3rem);
}

.text-teaser-options .text {
  color: #716f80;
  letter-spacing: .5px;
  margin: 40px 0 0;
  font-size: clamp(1.25rem, 1.1782rem + .3065vw, 1.5rem);
  line-height: clamp(1.875rem, 1.7672rem + .4598vw, 2.25rem);
}

@media screen and (width <= 1024px) {
  .text-teaser-options .text {
    margin: 24px 0 0;
  }
}

.text-teaser-options.vertical-padding-3 {
  padding: 160px 0;
}

@media screen and (width >= 50em) {
  .text-teaser-options .grid-container {
    max-width: 54rem;
  }
}

@media screen and (width <= 768px) {
  .text-teaser-options .grid-container {
    padding: 0;
  }
}

@media screen and (width <= 1024px) {
  .text-teaser-options.vertical-padding-3 {
    padding: 64px 20px;
  }
}

.text-teaser-options .benefits {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
  display: flex;
}

.text-teaser-options .benefits span {
  white-space: nowrap;
}

.text-teaser-options .benefits span.display--label {
  letter-spacing: .15px;
  text-transform: uppercase;
  font-family: Brandon Grotesque;
  font-size: clamp(1rem, .9282rem + .3065vw, 1.25rem);
  font-weight: 450;
  line-height: clamp(1.375rem, 1.3283rem + .1992vw, 1.5375rem);
}

.text-teaser-options .benefits span img {
  margin-top: -4px;
  margin-right: 10px;
}

.text-teaser-options .benefits .icon-checkmark:before {
  float: none;
  font-size: 19px;
}

@media screen and (width <= 768px) {
  .text-teaser-options .benefits {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 24px;
  }

  .text-teaser-options .benefits span.display--label {
    width: 100%;
  }
}

.dropdown.menu > li.is-active > a {
  color: #000;
}

.reveal-overlay {
  z-index: 9999;
}

@media print, screen and (width <= 39.9988em) {
  .reveal {
    height: 50%;
    min-height: 50%;
  }

  #newspopup.reveal {
    height: 100%;
    min-height: 100%;
  }
}

@media screen and (width <= 1024px) {
  .grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (width >= 90em) {
  .grid-container {
    max-width: 85rem;
  }
}

@media screen and (width: 90em) {
  .grid-container {
    max-width: 75rem;
  }
}

@media screen and (width >= 40em) {
  footer .grid-container {
    max-width: 116rem;
  }
}

@media print, screen and (width >= 40em) {
  #newspopup.reveal .grid-x > .medium-8 {
    width: 66.6667%;
  }
}
