@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #fcfcfc;
}

body {
  overflow-x: hidden;
}

.script, .polaroid p, .polaroid .dropdown-item .dropdown-content, .dropdown-item .polaroid .dropdown-content {
  font-family: "Caveat", cursive;
}

.backlight, #summary-days {
  display: inline-block;
  background: #f0f2f4;
  padding: 2px 10px;
  border-radius: 5px;
}

#cookies {
  position: fixed;
  bottom: -150px;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.8s;
}
#cookies .inner {
  background: #074154;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding: 15px 24px;
  width: calc(100% - 60px);
  border-radius: 20px;
}
#cookies .inner p, #cookies .inner .dropdown-item .dropdown-content, .dropdown-item #cookies .inner .dropdown-content {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}
#cookies .inner a {
  font-size: 14px;
  font-weight: 600;
  color: white;
}
#cookies .inner .btn, #cookies .inner .btn--white, #cookies .inner .btn--blue {
  background: #5dc3e6;
  padding: 9px 20px;
  font-size: 13px;
}
#cookies .inner .btn:hover, #cookies .inner .btn--white:hover, #cookies .inner .btn--blue:hover {
  background: white;
  color: #074154;
}
#cookies.active {
  bottom: 20px;
}

/* SELECTION */
::selection {
  background-color: #5dc3e6;
  color: #ffffff;
}

::-moz-selection {
  background-color: #5dc3e6;
  color: #ffffff;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  word-break: break-word;
}

/* HELPER */
.flex-center, #payment-block .inner, .contact-card a, .option .img, .invest .container .row .col-12, .invest-contact .container .row .contact-info p, .invest-contact .container .row .contact-info .dropdown-item .dropdown-content, .dropdown-item .invest-contact .container .row .contact-info .dropdown-content,
.invest-contact .container .row .contact-info a, .arguments .container .col-7, .arguments .container .row .col-12, .stage-invest-alt .container .row .col-7, .stage-invest-alt .container .row .r, .stage--faq .container .row .col-12, #step-4 .success-card .inner, #booked-slubes-summary .item .l, #booked-slubes-summary .item, #list .item .delete, #step-1 .col-12 .inner .swiper-container .swiper-wrapper, .stage--buchen .col-12, .stage--konzept .container .row:first-child, .stage--standorte .container .row .col-12, .variant-card, .stage--standort .container .row div, .values--home .container .row .col-md-2, .icon-tag div, .icon-tag, footer .footer-r, footer .footer-l, header {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FONT */
.highlight, .smartslube .container .row .col-lg-4 h1 span.m, .smartslube .container .row .col-lg-4 h2.h1-style span.m, h3 span, h2 span.m, h1 span.m {
  position: relative;
  z-index: 1;
  color: white;
  display: inline;
  margin-left: 2px;
}
.highlight:before, .smartslube .container .row .col-lg-4 h1 span.m:before, .smartslube .container .row .col-lg-4 h2.h1-style span.m:before, h3 span:before, h2 span.m:before, h1 span.m:before {
  position: absolute;
  content: "";
  background: #5dc3e6;
  width: calc(100% + 14px);
  height: calc(100% + 4px);
  left: -8px;
  top: -2px;
  border-radius: 10px;
  z-index: -1;
  transform: rotate(-0.2deg);
}

h1,
h2.h1-style {
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 110.9%;
  color: white;
  margin-top: 6px;
}
h1 span,
h2.h1-style span {
  display: inline;
  position: relative;
  z-index: 3;
}
h1 span.m,
h2.h1-style span.m {
  display: inline-block;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 119%;
  color: #074154;
}
h2 span {
  display: inline;
  position: relative;
  z-index: 3;
}
h2 span.m {
  display: inline-block;
}
h2.h2-head {
  max-width: 540px;
}
h2.h1-style {
  font-size: 45px;
  line-height: 110.9%;
  color: white;
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 110.9%;
  color: #074154;
}
h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 110.9%;
  color: #074154;
}

p, .dropdown-item .dropdown-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #074154;
}
p.medium, .dropdown-item .medium.dropdown-content, .standort-row .title--wrap .adress p, .standort-row .title--wrap .adress .dropdown-item .dropdown-content, .dropdown-item .standort-row .title--wrap .adress .dropdown-content, .stage--standorte .container .row .col-12 p, .stage--standorte .container .row .col-12 .dropdown-item .dropdown-content, .dropdown-item .stage--standorte .container .row .col-12 .dropdown-content, .standort-infos p, .standort-infos .dropdown-item .dropdown-content, .dropdown-item .standort-infos .dropdown-content {
  font-weight: 500;
}
p.semi, .dropdown-item .semi.dropdown-content {
  font-weight: 600;
}
p.bold, .dropdown-item .bold.dropdown-content {
  font-weight: 700;
}

p.label, .dropdown-item .label.dropdown-content, .variant-card p, .variant-card .dropdown-item .dropdown-content, .dropdown-item .variant-card .dropdown-content {
  font-weight: 400;
  font-size: 13px;
  background: #074154;
  padding: 3px 13px;
  border-radius: 98px;
  margin-bottom: 6px;
  color: white;
}

.white {
  color: white;
}

/* HEADER & MENU */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  transition: ease 0.4s;
  z-index: 100;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 17px 38px rgba(0, 0, 0, 0), 0px 5.125px 11.4559px rgba(0, 0, 0, 0), 0px 2.12866px 4.75819px rgba(0, 0, 0, 0), 0px 0.769896px 1.72094px rgba(0, 0, 0, 0);
}
header .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logos #tourismuspreis {
  max-height: 65px;
  margin-left: 4px;
  position: relative;
  top: -3px;
  padding: 7px;
  filter: invert(17%) sepia(69%) saturate(803%) hue-rotate(154deg) brightness(99%) contrast(95%);
}
header .btn, header .btn--white, header .btn--blue {
  transition: ease 0.3s;
  padding: 12px 33px;
}
header .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
header .container .row nav .btn--white {
  margin-left: 8px;
}
header.active {
  background: #f0f2f4;
  height: 70px;
  box-shadow: 0px 17px 38px rgba(34, 49, 75, 0.07), 0px 5.125px 11.4559px rgba(34, 49, 75, 0.0456112), 0px 2.12866px 4.75819px rgba(34, 49, 75, 0.035), 0px 0.769896px 1.72094px rgba(34, 49, 75, 0.01);
}
header.active .btn, header.active .btn--white, header.active .btn--blue {
  background: #5dc3e6;
  color: white;
}
header.active #burger span {
  background: #5dc3e6 !important;
}
header.active #tourismuspreis {
  filter: invert(17%) sepia(69%) saturate(803%) hue-rotate(154deg) brightness(99%) contrast(95%) !important;
}
header.menu-open {
  background: transparent;
}

.body-- header .container .row nav .link,
.body--faq header .container .row nav .link,
.body--kontakt header .container .row nav .link,
.body--investieren--alt header .container .row nav .link {
  color: white;
}
.body-- header.active .container .row nav .link,
.body--faq header.active .container .row nav .link,
.body--kontakt header.active .container .row nav .link,
.body--investieren--alt header.active .container .row nav .link {
  color: #074154;
}

/* Burger */
#burger {
  width: 52px;
  margin-right: -10px;
  margin-top: -6px;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: ease 0.4s;
  z-index: 101;
}

#burger > span {
  width: 25px;
  height: 3px;
  background: #5dc3e6;
  border-radius: 10px;
  margin: 2px 0;
  transition: ease 0.4s;
}

header.small > .nav--mobile > #burger.active {
  top: 5px;
}

#burger.active > span:nth-child(2) {
  opacity: 0;
}

#burger.active > span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}

#burger.active > span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

#mobile-menu {
  width: 100%;
  height: 100%;
  background: #074154;
  position: fixed;
  top: 0;
  z-index: 99;
  right: -100%;
  transition: ease 0.5s;
}
#mobile-menu .inner {
  padding: 110px 30px;
  display: flex;
  flex-direction: column;
}
#mobile-menu .inner .btn--white {
  text-align: center;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-menu .inner .list {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mobile-menu .inner .list .label, #mobile-menu .inner .list .variant-card p, #mobile-menu .inner .list .variant-card .dropdown-item .dropdown-content, .dropdown-item #mobile-menu .inner .list .variant-card .dropdown-content, .variant-card #mobile-menu .inner .list p, .variant-card #mobile-menu .inner .list .dropdown-item .dropdown-content, .dropdown-item .variant-card #mobile-menu .inner .list .dropdown-content {
  background: white;
  color: #074154;
  display: inline-block;
}
#mobile-menu .inner .list a {
  display: block;
  color: white;
  padding: 3px 0;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
#mobile-menu.active {
  right: 0;
}

.body--home header #burger span {
  background: white;
}
.body--home header #tourismuspreis {
  filter: invert(91%) sepia(52%) saturate(0%) hue-rotate(252deg) brightness(110%) contrast(101%);
}

/* FOOTER */
footer {
  background: #5dc3e6;
  padding: 80px 0 40px;
}
footer .footer-l {
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-l svg {
  width: 130px;
  height: auto;
}
footer .footer-l p, footer .footer-l .dropdown-item .dropdown-content, .dropdown-item footer .footer-l .dropdown-content {
  color: white;
  margin-top: 8px;
  font-weight: 600;
  width: 130px;
  text-align: center;
}
footer .footer-r {
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-r .ig-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
}
footer .footer-r .ig-link svg {
  margin-right: 5px;
}
footer .footer-m {
  display: flex;
  justify-content: center;
  align-self: flex-start;
}
footer .footer-m .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 25px;
}
footer .footer-m .list .label, footer .footer-m .list .variant-card p, footer .footer-m .list .variant-card .dropdown-item .dropdown-content, .dropdown-item footer .footer-m .list .variant-card .dropdown-content, .variant-card footer .footer-m .list p, .variant-card footer .footer-m .list .dropdown-item .dropdown-content, .dropdown-item .variant-card footer .footer-m .list .dropdown-content {
  background: white;
  color: #5dc3e6;
}
footer .footer-m .list a {
  color: white;
  padding: 5px 0;
  font-weight: 600;
  text-decoration: none;
}
footer .footer-m .list a:hover {
  text-decoration: underline;
}

/* BUTTONS */
.btn, .btn--white, .btn--blue {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  border-radius: 10px;
  color: white;
  padding: 14px 33px;
  background: #074154;
  display: inline-block;
  text-decoration: none;
  transition: ease 0.1s;
  cursor: pointer;
}
.btn:hover, .btn--white:hover, .btn--blue:hover {
  background: white;
  color: #5dc3e6;
}

.btn--blue {
  background: #5dc3e6;
}
.btn--blue svg {
  margin-left: 6px;
  transition: transform 0.3s;
}
.btn--blue:hover svg {
  transform: translateX(5px);
}
.btn--blue:hover svg * {
  fill: #5dc3e6;
}

.btn--white {
  background: white;
  color: #5dc3e6;
}
.btn--white:hover {
  color: white;
  background: #074154;
}

.btn--on-white:hover {
  color: white;
  background: #5dc3e6;
}

.btn--text {
  color: #5dc3e6;
  text-decoration: underline;
  display: inline-block;
  font-weight: 600;
}

.btn--wrapper {
  margin-top: 18px;
}
.btn--wrapper .btn:nth-child(2), .btn--wrapper .btn--blue:nth-child(2), .btn--wrapper .btn--white:nth-child(2) {
  margin-left: 8px;
}

.link {
  color: #074154;
  font-weight: 600;
  font-size: 15px;
  padding: 8px;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}

/* ELEMENTS */
.wave {
  width: 100%;
  height: auto;
  transform: translateY(10px);
  pointer-events: none;
}
.wave * {
  fill: #fcfcfc;
}
.wave.dark * {
  fill: #074154;
}
.wave.light * {
  fill: #f0f2f4;
}

.icon-tag {
  flex-direction: column;
  margin-bottom: 12px;
}
.icon-tag div {
  background: #074154;
  width: 90px;
  height: 36px;
  border-radius: 10px;
  margin-bottom: 4px;
}
.icon-tag div img {
  width: 65px;
  height: auto;
}
.icon-tag p, .icon-tag .dropdown-item .dropdown-content, .dropdown-item .icon-tag .dropdown-content {
  color: #074154;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
}

.img {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.img .pin {
  position: absolute;
  left: 17px;
  top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.img .pin svg {
  margin-right: 6px;
}
.img .pin span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.img .new-button {
  position: absolute;
  right: -4%;
  top: -4%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  max-width: 70px;
}

.stage {
  padding: 180px 0 0;
}

.polaroid {
  background: #f0f2f4;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 280px;
  height: 290px;
  box-shadow: 0px 65px 50px rgba(0, 0, 0, 0.03), 0px 23.7261px 18.2508px rgba(0, 0, 0, 0.0206994), 0px 11.5186px 8.86044px rgba(0, 0, 0, 0.0166887), 0px 5.64662px 4.34355px rgba(0, 0, 0, 0.0133113), 0px 2.23268px 1.71745px rgba(0, 0, 0, 0.00930055);
}
.polaroid p, .polaroid .dropdown-item .dropdown-content, .dropdown-item .polaroid .dropdown-content {
  font-size: 22px;
  text-align: center;
}
.polaroid .img {
  margin-top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 80px);
}
.polaroid .img:before {
  background: linear-gradient(0deg, transparent 39.62%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.polaroid .img .playbutton {
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.polaroid p, .polaroid .dropdown-item .dropdown-content, .dropdown-item .polaroid .dropdown-content {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.polaroid.big {
  width: 420px;
  height: 435px;
  box-shadow: 0px 65px 50px rgba(0, 0, 0, 0.03), 0px 23.7261px 18.2508px rgba(0, 0, 0, 0.0206994), 0px 11.5186px 8.86044px rgba(0, 0, 0, 0.0166887), 0px 5.64662px 4.34355px rgba(0, 0, 0, 0.0133113), 0px 2.23268px 1.71745px rgba(0, 0, 0, 0.00930055);
}
.polaroid.big .img {
  margin-top: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 100px);
}
.polaroid.big p, .polaroid.big .dropdown-item .dropdown-content, .dropdown-item .polaroid.big .dropdown-content {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-swiper-full .swiper-container {
  padding-left: calc((100vw - 1240px) / 2 - 18px);
}
.container-swiper-full .swiper-umgebung {
  padding-left: calc((100vw - 1240px) / 2);
}

/* HOME */
.stage--home {
  background: #5dc3e6;
}
.stage--home .container .row {
  padding: 20px 0 30px;
}
.stage--home .container .row .right .polaroid {
  position: absolute;
  z-index: 2;
  transform: rotate(5.82deg) translateY(-20px);
}
.stage--home .wave {
  margin-top: 60px;
}

.values--home {
  margin: 170px 0 140px;
}
.values--home .container .row {
  background: #f0f2f4;
  height: 420px;
  border-radius: 15px;
}
.values--home .container .row .col-md-2 {
  flex-direction: column;
  align-items: flex-end;
}
.values--home .container .row .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
}
.values--home .container .row .col-lg-5 h3,
.values--home .container .row .col-lg-5 p,
.values--home .container .row .col-lg-5 .dropdown-item .dropdown-content,
.dropdown-item .values--home .container .row .col-lg-5 .dropdown-content {
  max-width: 500px;
}
.values--home .container .row .col-lg-5 p, .values--home .container .row .col-lg-5 .dropdown-item .dropdown-content, .dropdown-item .values--home .container .row .col-lg-5 .dropdown-content {
  font-size: 14px;
  margin-top: 8px;
}
.values--home .container .row .col-lg-5 .img--wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 21px 0 12px;
}
.values--home .container .row .col-lg-5 .img--wrapper .img {
  width: 150px;
  height: 110px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.values--home .container .row .col-md-4 {
  position: relative;
}

.iframe {
  outline: none;
  border: none;
  width: 107%;
  height: 134%;
  position: absolute;
  bottom: -21px;
  left: -10px;
}
.iframe #arButton {
  transform: scale(0.5) translateY(5px);
}

#canvas-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease, bottom 1s ease;
  bottom: -20px;
}
#canvas-wrapper .shadow {
  position: absolute;
  width: 255px;
  height: 60px;
  background: #1b363f;
  border-radius: 100%;
  bottom: 17px;
  left: calc(50% - 128px);
  filter: blur(8px);
  opacity: 0.1;
  display: none;
}
#canvas-wrapper canvas {
  position: absolute;
  cursor: grab;
  left: calc(50% - 285px);
  bottom: -10px;
}

.canvas-wrapper--konzept .shadow {
  left: calc(50% - 120px);
}

/* HOME STANDORTE */
.home--standorte {
  margin-bottom: 100px;
}

.swiper-home-standorte {
  margin: 50px 0 40px;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.card {
  width: 390px;
  height: 390px;
  border-radius: 15px;
  background: transparent;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  transition: background ease 0.2s;
  text-decoration: none;
}
.card .img {
  width: calc(100% - 50px);
  height: calc(100% - 120px);
  border-radius: 15px;
  margin-top: 25px;
}
.card .img:before {
  background: linear-gradient(0deg, transparent 39.62%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.card .title--wrap {
  width: calc(100% - 50px);
  margin-top: 18px;
  padding-left: 8px;
}
.card .title--wrap h4 {
  margin-bottom: 4px;
}
.card .title--wrap p, .card .title--wrap .dropdown-item .dropdown-content, .dropdown-item .card .title--wrap .dropdown-content {
  transition: ease 0.4s;
  opacity: 0;
  transform: translateX(-5px);
}
.card .title--wrap p .arrow, .card .title--wrap .dropdown-item .dropdown-content .arrow, .dropdown-item .card .title--wrap .dropdown-content .arrow {
  margin-left: 6px;
}
.card:hover {
  background: #f0f2f4;
}
.card:hover .title--wrap p, .card:hover .title--wrap .dropdown-item .dropdown-content, .dropdown-item .card:hover .title--wrap .dropdown-content {
  opacity: 1;
  transform: translateX(0);
}

/* UMGEBUNG */
.umgebung {
  background: #074154;
  padding: 120px 0 60px;
}
.umgebung .container .row h2 span {
  color: white;
}
.umgebung .container .row h2 span.m {
  color: #074154;
}
.umgebung .container .row .btn--wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.umgebung .container .row .btn--wrap .btn--white {
  color: #074154;
}
.umgebung .container .row .btn--wrap .btn--white:hover {
  background: #5dc3e6;
  color: white;
}

.swiper-umgebung {
  width: 100%;
  margin: 40px 0;
  padding: 10px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(1) {
  transform: rotate(2.34deg);
}
.swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(2) {
  transform: rotate(-0.13deg) translateY(-5px);
}
.swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(3) {
  transform: rotate(0.1deg) translateY(6px);
}
.swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(4) {
  transform: rotate(-2.59deg) translateY(-3px);
}

/* SMARTSLUBE */
.smartslube {
  padding: 60px 0;
}
.smartslube .container .row .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.smartslube .container .row .col-lg-4 h1,
.smartslube .container .row .col-lg-4 h2.h1-style {
  color: #074154;
  line-height: 100%;
  margin: 5px 0 12px;
}
.smartslube .container .row .col-lg-4 h1 span,
.smartslube .container .row .col-lg-4 h2.h1-style span {
  display: inline;
  position: relative;
}
.smartslube .container .row .col-lg-4 h1 span.m,
.smartslube .container .row .col-lg-4 h2.h1-style span.m {
  margin-right: 13px;
}
.smartslube .container .row .col-lg-4 h1 span.m:before,
.smartslube .container .row .col-lg-4 h2.h1-style span.m:before {
  height: calc(100% - 10px);
  top: 5px;
}
.smartslube .container .row .col-lg-4 .btn--text {
  color: #074154;
}
.smartslube .container .row .col-lg-4 p, .smartslube .container .row .col-lg-4 .dropdown-item .dropdown-content, .dropdown-item .smartslube .container .row .col-lg-4 .dropdown-content {
  margin-bottom: 6px;
}

.smartslube-mockup {
  max-width: 600px;
  height: auto;
  width: 90%;
}

/* TEASER */
.teaser {
  margin: 120px 0 170px;
}
.teaser .container .row .col-md-12 {
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  padding: 50px 72px;
  position: relative;
}
.teaser .container .row .col-md-12 h1,
.teaser .container .row .col-md-12 h2.h1-style {
  max-width: 550px;
  font-size: 40px;
  margin-bottom: 18px;
}
.teaser .container .row .col-md-12 img {
  position: absolute;
  width: 370px;
  height: auto;
  right: 10px;
  top: -130px;
}

/* STANDORT */
.stage--standort {
  padding: 220px 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.stage--standort .wave {
  margin-top: 120px;
}
.stage--standort .container .row div {
  flex-direction: column;
}
.stage--standort .container .row div .label, .stage--standort .container .row div .variant-card p, .stage--standort .container .row div .variant-card .dropdown-item .dropdown-content, .dropdown-item .stage--standort .container .row div .variant-card .dropdown-content, .variant-card .stage--standort .container .row div p, .variant-card .stage--standort .container .row div .dropdown-item .dropdown-content, .dropdown-item .variant-card .stage--standort .container .row div .dropdown-content {
  background: #5dc3e6;
}
.stage--standort .container .row div h1 {
  max-width: 550px;
  text-align: center;
  margin: 6px 0 12px;
}
.stage--standort .container .row div .medium, .stage--standort .container .row div .standort-row .title--wrap .adress p, .stage--standort .container .row div .standort-row .title--wrap .adress .dropdown-item .dropdown-content, .dropdown-item .stage--standort .container .row div .standort-row .title--wrap .adress .dropdown-content, .standort-row .title--wrap .adress .stage--standort .container .row div p, .standort-row .title--wrap .adress .stage--standort .container .row div .dropdown-item .dropdown-content, .dropdown-item .standort-row .title--wrap .adress .stage--standort .container .row div .dropdown-content, .stage--standort .stage--standorte .container .row div .col-12 p, .stage--standort .stage--standorte .container .row div .col-12 .dropdown-item .dropdown-content, .dropdown-item .stage--standort .stage--standorte .container .row div .col-12 .dropdown-content, .stage--standorte .stage--standort .container .row div .col-12 p, .stage--standorte .stage--standort .container .row div .col-12 .dropdown-item .dropdown-content, .dropdown-item .stage--standorte .stage--standort .container .row div .col-12 .dropdown-content, .stage--standort .stage--standorte .container .row .col-12 div p, .stage--standort .stage--standorte .container .row .col-12 div .dropdown-item .dropdown-content, .dropdown-item .stage--standort .stage--standorte .container .row .col-12 div .dropdown-content, .stage--standorte .stage--standort .container .row .col-12 div p, .stage--standorte .stage--standort .container .row .col-12 div .dropdown-item .dropdown-content, .dropdown-item .stage--standorte .stage--standort .container .row .col-12 div .dropdown-content, .stage--standort .container .row div .standort-infos p, .stage--standort .container .row div .standort-infos .dropdown-item .dropdown-content, .dropdown-item .stage--standort .container .row div .standort-infos .dropdown-content, .standort-infos .stage--standort .container .row div p, .standort-infos .stage--standort .container .row div .dropdown-item .dropdown-content, .dropdown-item .standort-infos .stage--standort .container .row div .dropdown-content {
  color: white;
  margin-top: 16px;
}
.stage--standort .container .row div .btn, .stage--standort .container .row div .btn--blue, .stage--standort .container .row div .btn--white {
  color: #074154;
}
.stage--standort .container .row div .btn:hover, .stage--standort .container .row div .btn--blue:hover, .stage--standort .container .row div .btn--white:hover {
  color: white;
}
.stage--standort:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
}

.standort--varianten {
  padding: 80px 0 90px;
}
.standort--varianten h3 {
  margin-bottom: 30px;
  max-width: 300px;
}

.variant-wrapper {
  display: flex;
}

.variant-card {
  width: 180px;
  height: 190px;
  background: #f0f2f4;
  border-radius: 15px;
  position: relative;
  margin-right: 32px;
}
.variant-card .amount {
  width: 38px;
  height: 38px;
  background: #80a0aa;
  font-weight: 600;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 100%;
}
.variant-card img {
  height: auto;
  width: 57%;
  margin-top: -18px;
}
.variant-card p, .variant-card .dropdown-item .dropdown-content, .dropdown-item .variant-card .dropdown-content {
  position: absolute;
  bottom: 5px;
}

.standort-infos {
  background: #f0f2f4;
  border-radius: 15px;
  padding: 40px 30px;
  width: auto;
  min-height: 190px;
}
.standort-infos p, .standort-infos .dropdown-item .dropdown-content, .dropdown-item .standort-infos .dropdown-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px;
}
.standort-infos p svg, .standort-infos .dropdown-item .dropdown-content svg, .dropdown-item .standort-infos .dropdown-content svg {
  width: 23px;
  height: auto;
  margin-right: 6px;
}
.standort-infos .btn--white {
  color: #074154;
}
.standort-infos .btn--white:hover {
  color: white;
}
.standort-infos .btn--blue:hover {
  color: white;
  background: #074154;
}

.impressionen {
  padding: 20px 0 100px;
}
.swiper-impressionen {
  padding-right: 50px;
  padding-bottom: 70px;
}
.swiper-impressionen .swiper-slide {
  width: 405px;
  max-width: 100%;
  cursor: grab;
}
.swiper-impressionen .swiper-slide .img {
  width: 100%;
  height: 265px;
}
.swiper-impressionen .swiper-slide p, .swiper-impressionen .swiper-slide .dropdown-item .dropdown-content, .dropdown-item .swiper-impressionen .swiper-slide .dropdown-content {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 13px;
  opacity: 0.6;
  padding-right: 30px;
}

.umgebung-bright {
  background: #f0f2f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
.umgebung-bright .swiper-umgebung {
  padding-bottom: 90px;
}
.umgebung-bright .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* STANDORTE */
.stage--standorte {
  background: #f0f2f4;
  padding: 250px 0 0;
}
.stage--standorte .container .row .col-12 {
  flex-direction: column;
}
.stage--standorte .container .row .col-12 h1 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #074154;
}
.stage--standorte .container .row .col-12 h1 svg {
  position: absolute;
  right: 90px;
  top: -50px;
}
.stage--standorte .container .row .col-12 p, .stage--standorte .container .row .col-12 .dropdown-item .dropdown-content, .dropdown-item .stage--standorte .container .row .col-12 .dropdown-content {
  max-width: 400px;
  text-align: center;
  margin-top: 18px;
}
.stage--standorte .container .row .col-12 .img {
  width: 160px;
  height: 130px;
  box-shadow: 0px 71px 80px rgba(51, 58, 98, 0.07), 0px 25.9162px 29.2013px rgba(51, 58, 98, 0.0482987), 0px 12.5818px 14.1767px rgba(51, 58, 98, 0.0389404), 0px 6.16784px 6.94968px rgba(51, 58, 98, 0.0310596), 0px 2.43877px 2.74791px rgba(51, 58, 98, 0.0217013);
  position: absolute;
}
.stage--standorte .container .row .col-12 .img:nth-child(1) {
  left: 130px;
  top: -100px;
  transform: rotate(-25.28deg);
}
.stage--standorte .container .row .col-12 .img:nth-child(2) {
  left: 180px;
  top: 150px;
  transform: rotate(-9.99deg);
}
.stage--standorte .container .row .col-12 .img:nth-child(3) {
  right: 140px;
  top: -100px;
  transform: rotate(6.16deg);
}
.stage--standorte .container .row .col-12 .img:nth-child(4) {
  right: 170px;
  top: 170px;
  transform: rotate(18.64deg);
}
.stage--standorte .wave {
  padding-top: 220px;
}

.standorte--overview {
  padding: 50px 0;
}
.standorte--overview .container .row {
  margin-bottom: 10px;
}

.standort-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  padding: 55px 50px 55px 100px;
  transition: background ease 0.3s;
  text-decoration: none;
}
.standort-row .img {
  min-width: 450px;
  height: 300px;
  margin-right: 50px;
}
.standort-row .title--wrap {
  max-width: 360px;
}
.standort-row .title--wrap p, .standort-row .title--wrap .dropdown-item .dropdown-content, .dropdown-item .standort-row .title--wrap .dropdown-content {
  margin-top: 12px;
}
.standort-row .title--wrap .adress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 14px 0 2px;
}
.standort-row .title--wrap .adress p, .standort-row .title--wrap .adress .dropdown-item .dropdown-content, .dropdown-item .standort-row .title--wrap .adress .dropdown-content {
  margin: 0;
}
.standort-row .title--wrap .adress svg {
  margin-right: 12px;
}
.standort-row .title--wrap .link {
  text-align: left;
  padding-left: 0;
  color: #5dc3e6;
  text-decoration: underline;
}
.standort-row:hover {
  background: #f0f2f4;
}

/* KONZEPT */
.body--konzept {
  background: #f0f2f4;
}

.stage--konzept {
  padding-top: 150px;
}
.stage--konzept .container .row:first-child {
  flex-direction: column;
}
.stage--konzept .container .row:first-child h1 {
  color: #074154;
}
.stage--konzept .container .row:first-child svg {
  width: 170px;
  height: auto;
}
.stage--konzept .container .row #canvas-wrapper {
  margin-top: 10px;
  width: 600px;
  height: 600px;
  position: relative;
  top: inherit;
  left: inherit;
}
.stage--konzept .container .row .tags--left .icon-tag div {
  background: #5dc3e6;
}

.tags--left,
.tags--right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  width: 80px;
}
.tags--left .icon-tag,
.tags--right .icon-tag {
  transition: opacity ease 0.6s;
  margin-bottom: 25px;
  opacity: 0;
}
.tags--left.active .icon-tag,
.tags--right.active .icon-tag {
  opacity: 1;
}

.tags--left {
  margin-right: 20px;
}
.tags--left .icon-tag:nth-child(1) {
  transform: translateX(68px);
  transition-delay: 0.1s;
}
.tags--left .icon-tag:nth-child(2) {
  transform: translateX(20px);
  transition-delay: 0.2s;
}
.tags--left .icon-tag:nth-child(3) {
  transition-delay: 0.3s;
}
.tags--left .icon-tag:nth-child(4) {
  transform: translateX(20px);
  transition-delay: 0.4s;
}
.tags--left .icon-tag:nth-child(5) {
  transform: translateX(68px);
  transition-delay: 0.5s;
}

.tags--right {
  margin-left: 20px;
}
.tags--right .icon-tag:nth-child(1) {
  transform: translateX(-68px);
  transition-delay: 0.1s;
}
.tags--right .icon-tag:nth-child(2) {
  transform: translateX(-20px);
  transition-delay: 0.2s;
}
.tags--right .icon-tag:nth-child(3) {
  transition-delay: 0.3s;
}
.tags--right .icon-tag:nth-child(4) {
  transform: translateX(-20px);
  transition-delay: 0.4s;
}
.tags--right .icon-tag:nth-child(5) {
  transform: translateX(-68px);
  transition-delay: 0.5s;
}

.konzept-detail {
  padding: 120px 0 100px;
}
.konzept-detail .container .row {
  margin-bottom: 120px;
}
.konzept-detail .container .row .img {
  min-height: 350px;
}
.konzept-detail .container .row video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.konzept-detail .container .row .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
}
.konzept-detail .container .row .right h2 {
  margin-bottom: 22px;
}
.konzept-detail .container .row:nth-child(even) {
  flex-direction: row-reverse;
}
.konzept-detail .container .row:nth-child(even) .right {
  padding-left: 0;
  padding-right: 60px;
}
.konzept-detail.top {
  padding-bottom: 0;
}

/* BUCHEN */
.body--buchen {
  background: #f0f2f4;
}
.body--buchen footer {
  margin-top: 100px;
}

#step-1,
#step-2,
#step-3 {
  display: none;
}
#step-1.active,
#step-2.active,
#step-3.active {
  display: flex;
}

.stage--buchen {
  padding-top: 150px;
}
.stage--buchen .col-12 {
  margin-bottom: 26px;
  flex-direction: column;
}
.stage--buchen .col-12 h1 {
  color: #074154;
}

.buchen-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.buchen-nav h3 {
  transition: color ease 0.3s;
  color: #aabdc4;
  cursor: pointer;
}
.buchen-nav h3.active {
  color: #5dc3e6;
}
.buchen-nav svg {
  margin: 0 12px;
}
.buchen-nav.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.best-price {
  width: calc(100% + 30px);
  background: #5dc3e6;
  padding: 4px 12px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: -15px;
}

.buchen-card {
  margin-bottom: 50px;
}
.buchen-card .col-12 {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 18px;
}

#step-1 .col-12 {
  padding: 0;
}
#step-1 .col-12 .inner .swiper-container {
  padding: 50px 20px;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row {
  padding: 0;
  flex-direction: column;
  background: #f6f6f6;
  align-items: flex-start;
  max-width: 300px;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row .img {
  width: calc(100% - 24px);
  height: 125px;
  min-width: inherit !important;
  margin-right: 0;
  margin-top: 12px;
  margin-left: 12px;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row .title--wrap {
  margin-bottom: 22px;
  margin-top: 9px;
  margin-left: 16px;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row .title--wrap .adress > p, #step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row .title--wrap .dropdown-item .adress > .dropdown-content, .dropdown-item #step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row .title--wrap .adress > .dropdown-content {
  font-size: 13px;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row .title--wrap svg {
  width: 12px;
  height: auto;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row:hover {
  border-color: #a6daed;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row.active {
  background: #5dc3e6;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row.active p, #step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row.active .dropdown-item .dropdown-content, .dropdown-item #step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row.active .dropdown-content {
  color: white;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row.active svg * {
  fill: white;
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row.active:before {
  position: absolute;
  width: 100px;
  font-size: 13px;
  color: white;
  font-weight: 500;
  top: -10px;
  background: #5dc3e6;
  text-align: center;
  border-radius: 15px;
  left: calc(50% - 50px);
}
#step-1 .col-12 .inner .swiper-container .swiper-wrapper .standort-row:last-child {
  margin-right: 0 !important;
}

#step-2 .inner {
  display: flex;
  justify-content: space-between;
}
#step-2 .inner .left {
  display: flex;
}
#step-2 .inner .left .preview-wrap {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3px;
}
#step-2 .inner .left .preview-wrap .img {
  width: 100%;
  height: calc(100% - 80px);
}
#step-2 .inner .left .checkin-wrap > .wrap {
  display: flex;
  padding-left: 6px;
}
#step-2 .inner .left .checkin-wrap > .wrap div {
  width: 50%;
}
#step-2 .inner .left .date-wrap {
  margin-left: 35px;
}
#step-2 .inner .right {
  width: 420px;
}
#step-2 .col-12 {
  position: relative;
}
#step-2 .col-12:after {
  content: "";
  width: 1px;
  background: #dee9ec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 490px;
}

#preview-img-text {
  opacity: 0;
  width: 120px;
  text-align: center;
  transition: ease 0.3s;
  padding: 10px;
  position: absolute;
  left: calc(50% - 60px);
  top: 20px;
  background: white;
  color: #5dc3e6;
  font-weight: 600;
  z-index: 3;
}
#preview-img-text.show {
  opacity: 1;
}

#preview-img-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 2;
}

#buchen-preview-checkout,
#buchen-preview-checkin {
  font-size: 15px;
  margin-top: 2px;
}

#buchen-preview-title {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 6px;
}

.available-wrapper {
  display: flex;
}
.available-wrapper .type {
  display: none;
}

.type {
  width: 200px;
  height: auto;
  background: #f0f2f4;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid transparent;
}
.type .inner {
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}
.type .inner .top {
  display: flex;
}
.type .inner .top .l img {
  width: 50px;
  height: auto;
}
.type .inner .top .r {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.type .inner .top .r p.semi, .type .inner .top .r .dropdown-item .semi.dropdown-content, .dropdown-item .type .inner .top .r .semi.dropdown-content {
  font-size: 15px;
}
.type .inner .top .r p, .type .inner .top .r .dropdown-item .dropdown-content, .dropdown-item .type .inner .top .r .dropdown-content {
  font-size: 14px;
}
.type .inner .middle p, .type .inner .middle .dropdown-item .dropdown-content, .dropdown-item .type .inner .middle .dropdown-content {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.75;
}
.type .inner .add {
  width: 100%;
  background: #5dc3e6;
  border-radius: 15px;
  transition: opacity ease 0.3s;
}
.type .inner .add p, .type .inner .add .dropdown-item .dropdown-content, .dropdown-item .type .inner .add .dropdown-content {
  font-weight: 500;
  font-size: 11px;
  color: white;
  display: inline-block;
  transform: translateY(-2px) translateX(-4px);
}
.type .inner .add .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #44a8ca;
  border-radius: 100%;
  margin-right: 12px;
}
.type:hover {
  border-color: #a6daed;
}
.type.disabled {
  opacity: 0.4;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.type.disabled .add {
  opacity: 0;
}
.type.disabled:after {
  content: "Ausgebucht";
  background: #5dc3e6;
  width: 140px;
  height: 22px;
  position: absolute;
  right: -39px;
  top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  transform: rotate(45deg);
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.type.loading {
  animation: fadeIn ease 2s infinite;
  pointer-events: none;
}
.type.feedback {
  animation: feedback ease 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes feedback {
  0% {
    transform: scale(1);
    background: #f0f2f4;
  }
  50% {
    transform: scale(1.03);
    background: #5dc3e6;
  }
  100% {
    transform: scale(1);
    background: #f0f2f4;
  }
}
#choose-hint {
  margin: 7px 0 11px;
}
#choose-hint .hint1 {
  display: none;
}
#choose-hint .hint2 {
  display: block;
}
#choose-hint.not-chosen .hint1 {
  display: block;
}
#choose-hint.not-chosen .hint2 {
  display: none;
}

.available-wrapper {
  transition: opacity 0.5s;
}
.available-wrapper .type:first-child,
.available-wrapper .type:nth-child(2) {
  margin-right: 19px;
}
.available-wrapper.not-chosen {
  opacity: 0;
}

#list {
  margin-bottom: 12px;
}
#list .item {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#list .item span {
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  background: #f0f2f4;
  margin-right: 10px;
  padding: 9px 13px;
  color: #074154;
  text-align: center;
  position: relative;
  width: 75px;
}
#list .item .delete {
  background: #ff8686;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  padding: 0;
}
#list .item .delete:after {
  content: "";
  width: 9px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
}
#list .item .dropdown {
  background: #f0f2f4;
  position: absolute;
  bottom: -62px;
  width: 90px;
  height: auto;
  border-radius: 5px;
  left: 84px;
  z-index: 8;
  display: none;
  background: #f0f2f4;
  border: 1px solid #5dc3e6;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.24);
}
#list .item .dropdown span {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: transparent;
  cursor: pointer;
}
#list .item .dropdown span:hover {
  color: white;
  background: #5dc3e6;
}
#list .item .guests {
  width: 60px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
#list .item .guests p, #list .item .guests .dropdown-item .dropdown-content, .dropdown-item #list .item .guests .dropdown-content {
  padding-left: 5px;
}
#list .item .guests:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #83a0a9;
  border-radius: 1px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.disclaimer, .booked-list .head p, .booked-list .head .dropdown-item .dropdown-content, .dropdown-item .booked-list .head .dropdown-content {
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  opacity: 0.5;
}

.booked-list {
  margin-top: 40px;
}
.booked-list .semi {
  margin-bottom: 12px;
}
.booked-list .head {
  display: flex;
  margin-bottom: 6px;
}
.booked-list .head p:first-child, .booked-list .head .dropdown-item .dropdown-content:first-child, .dropdown-item .booked-list .head .dropdown-content:first-child {
  width: 88px;
}
.booked-list .head p:nth-child(2), .booked-list .head .dropdown-item .dropdown-content:nth-child(2), .dropdown-item .booked-list .head .dropdown-content:nth-child(2) {
  width: 69px;
}
.booked-list .wrap {
  border: 1px solid #f0f2f4;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
.booked-list .wrap > .empty {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  top: 30px;
}
.booked-list.not-chosen .wrap > * {
  opacity: 0;
}
.booked-list.not-chosen .wrap > .empty {
  opacity: 0.4;
}
.booked-list.not-chosen .wrap .booking-sum-row {
  display: none;
}

#choice-not-available {
  display: none;
}

.booking-sum-row {
  margin: 17px 0 12px;
}
.booking-sum-row div h2 {
  font-size: 21px;
}
.booking-sum-row div p, .booking-sum-row div .dropdown-item .dropdown-content, .dropdown-item .booking-sum-row div .dropdown-content {
  font-size: 11px;
}

.discount {
  margin-top: 12px !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

#show-discount {
  opacity: 0.5;
  text-decoration: underline;
  cursor: pointer;
}

.discount-wrap {
  display: none !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
}
.discount-wrap input {
  width: 150px;
  border-radius: 20px;
  background: #f0f2f4;
  height: 36px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #dee2e7;
  text-align: center;
  padding: 5px;
  margin-top: 6px;
  color: #074154;
  font-weight: 600;
  letter-spacing: 4px;
}
.discount-wrap .btn:hover, .discount-wrap .btn--blue:hover, .discount-wrap .btn--white:hover {
  background: #074154;
}
.discount-wrap.show {
  display: flex !important;
}

.to-step-1,
.to-step-2,
.to-step-3,
#to-payment {
  padding: 22px 40px;
}

/* Datepicker */
.date-picker-wrapper {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.first-date-selected {
  background-color: #44a8ca !important;
  border-radius: 14px 0 0 14px !important;
}

.last-date-selected {
  border-radius: 0 14px 14px 0 !important;
  background-color: #44a8ca !important;
}

.drp_top-bar * {
  color: #074154 !important;
}

.real-today {
  background-color: #ffedc7 !important;
}

.month-wrapper {
  width: 320px !important;
  padding: 15px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f2f4 !important;
  border-radius: 15px !important;
}
.month-wrapper .gap {
  height: 15px !important;
  opacity: 0;
}
.month-wrapper table {
  width: 100% !important;
}
.month-wrapper table th {
  font-size: 13px !important;
  width: 18px !important;
}
.month-wrapper table .day {
  padding: 6px 0 !important;
  font-size: 14px !important;
}

.selected-days {
  display: none;
  opacity: 0;
}

.next,
.prev {
  background: #5dc3e6;
  border-radius: 100%;
  padding: 1px 5px !important;
  color: white;
}

/* Step 3 */
#step-3 {
  flex-direction: column;
  align-items: center;
  position: relative;
}
#step-3 #loader-checkout {
  display: none;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 100px);
  z-index: 10;
}
#step-3 .payments {
  display: block;
  width: 330px;
  height: auto;
  margin-top: 20px;
  max-width: 90%;
}
#step-3 .inner {
  display: flex;
  justify-content: center;
}
#step-3 .inner .left .semi {
  margin-bottom: 18px;
}
#step-3 .inner .right {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
}
#step-3 .inner .right .item-row {
  display: flex;
  margin-bottom: 20px;
}
#step-3 .inner .right .semi {
  margin-bottom: 18px;
  font-weight: 600;
}

#step-3.loading {
  pointer-events: none;
}
#step-3.loading #step3-inner,
#step-3.loading #to-payment,
#step-3.loading #payments {
  opacity: 0.3;
}
#step-3.loading #loader-checkout {
  display: block;
}

.info-form {
  display: flex;
  width: 470px;
  flex-wrap: wrap;
}
.info-form .form-element {
  margin-bottom: 18px;
  margin-right: 18px;
}
.info-form .form-element input,
.info-form .form-element select {
  width: 215px;
  outline: none;
  border: none;
  background: #f0f2f4;
  height: 36px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #dee2e7;
  padding-left: 10px;
  color: #074154;
  font-weight: 500;
  margin-top: 5px;
}
.info-form .form-element input.error,
.info-form .form-element select.error {
  background: #ff8686;
}

#invoice-hint {
  font-weight: 500;
  font-size: 14px;
  color: #074154;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: underline;
}

#invoice-form {
  display: none;
  margin-top: 22px;
}
#invoice-form p, #invoice-form .dropdown-item .dropdown-content, .dropdown-item #invoice-form .dropdown-content {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
#invoice-form.show {
  display: flex;
}

.summary-item, .summary-item-full {
  width: 190px;
}
.summary-item .disclaimer, .summary-item-full .disclaimer, .summary-item .booked-list .head p, .summary-item .booked-list .head .dropdown-item .dropdown-content, .dropdown-item .summary-item .booked-list .head .dropdown-content, .summary-item-full .booked-list .head p, .summary-item-full .booked-list .head .dropdown-item .dropdown-content, .dropdown-item .summary-item-full .booked-list .head .dropdown-content, .booked-list .head .summary-item p, .booked-list .head .summary-item .dropdown-item .dropdown-content, .dropdown-item .booked-list .head .summary-item .dropdown-content, .booked-list .head .summary-item-full p, .booked-list .head .summary-item-full .dropdown-item .dropdown-content, .dropdown-item .booked-list .head .summary-item-full .dropdown-content {
  margin-bottom: 3px;
}
.summary-item .semi, .summary-item-full .semi {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.summary-item-full {
  width: 100%;
}
.summary-item-full div {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.summary-item-full div h2 {
  line-height: 100%;
  margin-right: 6px;
}

#booked-slubes-summary {
  display: flex;
  flex-wrap: wrap;
}
#booked-slubes-summary .item {
  margin-right: 10px;
  background: #f0f2f4;
  border-radius: 4px;
}
#booked-slubes-summary .item .l {
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 13px;
  margin: 0;
  border-right: 1px solid #d9e0e4;
  width: 110px;
}
#booked-slubes-summary .item .l p, #booked-slubes-summary .item .l .dropdown-item .dropdown-content, .dropdown-item #booked-slubes-summary .item .l .dropdown-content {
  font-weight: 500;
  font-size: 12px;
}
#booked-slubes-summary .item .r {
  padding: 10px 13px;
}

/* STEP-Payment */
#step-payment {
  display: none;
}
#step-payment .inner h1 {
  text-align: center;
  color: #5dc3e6;
  margin-bottom: 8px;
}
#step-payment .inner .sumSubline {
  text-align: center;
  margin-bottom: 24px;
}
#step-payment .inner .sumSubline span {
  font-weight: 700;
}
#step-payment .inner #smart-button-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}

/* STEP 4 */
#step-4 {
  display: none;
}
#step-4 .success-card {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#step-4 .success-card .inner {
  position: relative;
  flex-direction: column;
  z-index: 2;
  padding: 50px 0;
}
#step-4 .success-card .inner h2 {
  color: white;
  text-align: center;
  max-width: 520px;
  margin: 6px 0 12px;
}
#step-4 .success-card .inner h2 span {
  padding: 0;
  background: transparent;
}
#step-4 .success-card .inner p, #step-4 .success-card .inner .dropdown-item .dropdown-content, .dropdown-item #step-4 .success-card .inner .dropdown-content {
  color: white;
  text-align: center;
  max-width: 450px;
}
#step-4 .success-card .inner .label, #step-4 .success-card .inner .variant-card p, #step-4 .success-card .inner .variant-card .dropdown-item .dropdown-content, .dropdown-item #step-4 .success-card .inner .variant-card .dropdown-content, .variant-card #step-4 .success-card .inner p, .variant-card #step-4 .success-card .inner .dropdown-item .dropdown-content, .dropdown-item .variant-card #step-4 .success-card .inner .dropdown-content {
  background: #5dc3e6;
  padding: 8px 17px;
  font-weight: 500;
}
#step-4 .success-card .inner p.semi, #step-4 .success-card .inner .dropdown-item .semi.dropdown-content, .dropdown-item #step-4 .success-card .inner .semi.dropdown-content {
  margin-bottom: 20px;
}
#step-4 .success-card:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
}

/* DEFAULT */
.stage--default {
  background: #f0f2f4;
  padding-top: 150px;
  padding-bottom: 100px;
}
.stage--default h1 {
  color: #074154;
  margin-bottom: 50px;
}
.stage--default p, .stage--default .dropdown-item .dropdown-content, .dropdown-item .stage--default .dropdown-content {
  margin-bottom: 12px;
}
.stage--default * {
  color: #074154;
}
.stage--default ol {
  margin-bottom: 12px;
}
.stage--default p a, .stage--default .dropdown-item .dropdown-content a, .dropdown-item .stage--default .dropdown-content a {
  color: #5dc3e6;
}

/* RECHNUNG */
#loader-rechnung {
  z-index: 99999;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader-rechnung.hide {
  display: none;
}

.body--rechnung {
  background: #f0f2f4;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

#rechnung {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#rechnung h2 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 25px;
}
#rechnung .info-text {
  margin-bottom: 24px;
  text-align: center;
  max-width: 600px;
}
#rechnung .col-12 .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
#rechnung .col-12 .inner .top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#rechnung .col-12 .inner .left .semi,
#rechnung .col-12 .inner .right .semi {
  margin-bottom: 24px;
}
#rechnung .col-12 .inner .left {
  margin-right: 40px;
}

.summary-wrap-rechnung {
  width: auto;
  max-width: 430px;
  display: flex;
  flex-wrap: wrap;
}
.summary-wrap-rechnung .item-row {
  display: flex;
  margin-bottom: 20px;
}
.summary-wrap-rechnung .semi {
  margin-bottom: 18px;
  font-weight: 600;
}

#booked-slubes-summary.backlight {
  display: inline-block;
  font-weight: 700;
  color: #074154;
  font-size: 14px;
}

#rechnung-form .form-element {
  position: relative;
  cursor: pointer;
}
#rechnung-form .form-element input {
  opacity: 0.5;
  pointer-events: none;
}
#rechnung-form .form-element.edit input {
  opacity: 1;
  pointer-events: auto;
}
#rechnung-form .form-element.edit:after {
  display: none;
}
#rechnung-form .form-element:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 28px;
  width: 13px;
  height: 13px;
  background-image: url(../img/edit.svg);
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

#guest-wrap {
  display: flex;
  flex-wrap: wrap;
}
#guest-wrap .slube {
  margin: 12px;
  margin-left: 0;
  background: #f0f2f4;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  padding: 13px;
  border-radius: 15px;
  width: 270px;
  max-width: 100%;
}
#guest-wrap .slube .btn, #guest-wrap .slube .btn--blue, #guest-wrap .slube .btn--white {
  font-size: 11px;
  padding: 11px;
  margin-bottom: 12px;
}
#guest-wrap .slube p, #guest-wrap .slube .dropdown-item .dropdown-content, .dropdown-item #guest-wrap .slube .dropdown-content {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}
#guest-wrap .slube .form.hidden {
  display: none;
}
#guest-wrap .slube .form-element p, #guest-wrap .slube .form-element .dropdown-item .dropdown-content, .dropdown-item #guest-wrap .slube .form-element .dropdown-content {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  opacity: 0.5;
}
#guest-wrap .slube input,
#guest-wrap .slube select {
  width: 180px;
  outline: none;
  border: none;
  background: #fff;
  height: 26px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #d3d3d3;
  padding-left: 10px;
  color: #074154;
  font-weight: 500;
  margin-bottom: 12px;
}

/* FAQ */
.faq-wrap {
  margin-bottom: 60px;
}
.faq-wrap h3 {
  color: #5dc3e6;
}

.dropdown-item {
  margin-bottom: 16px;
}
.dropdown-item .dropdown-head {
  position: relative;
  cursor: pointer;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 16px 30px;
  background: #074154;
  color: white;
}
.dropdown-item .dropdown-head .arrow {
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  width: 18px;
  height: auto;
  transition: ease 0.3s;
}
.dropdown-item .dropdown-head h4 {
  font-size: 16px;
  text-align: left;
  color: white;
  max-width: calc(100% - 30px);
}
.dropdown-item .dropdown-head a {
  color: #074154;
}
.dropdown-item .dropdown-head.active .arrow {
  transform: rotate(180deg);
}
.dropdown-item .dropdown-head:hover {
  opacity: 0.9;
}
.dropdown-item .dropdown-content {
  display: none;
  padding: 36px 30px;
  background: white;
  border-radius: 0 0 10px 10px;
  margin-top: -5px;
}
.dropdown-item .dropdown-content ul {
  padding-left: 20px;
  margin: 5px 0 20px;
}
.dropdown-item .dropdown-content svg {
  width: 100%;
  margin: 30px 0;
  max-width: 500px;
  height: auto;
}
.dropdown-item .dropdown-content p, .dropdown-item .dropdown-content .dropdown-content {
  margin-bottom: 12px;
}
.dropdown-item .dropdown-content p a, .dropdown-item .dropdown-content .dropdown-content a {
  color: #5dc3e6;
}

.stage--faq {
  background: #f0f2f4;
  margin-bottom: 50px;
  position: relative;
}
.stage--faq .container {
  position: relative;
  z-index: 3;
}
.stage--faq .container .row .col-12 {
  flex-direction: column;
}
.stage--faq .container .row .col-12 h1 {
  color: #074154;
  margin-bottom: 12px;
  margin-top: 20px;
}
.stage--faq .container .row .col-12 h4 {
  margin-bottom: 100px;
  text-align: center;
}
.stage--faq .wave {
  z-index: 10;
  position: relative;
}
.stage--faq.bgimage {
  background-size: cover;
  background-position: center;
}
.stage--faq.bgimage .container .row .col-12 h1,
.stage--faq.bgimage .container .row .col-12 h4 {
  color: white;
}
.stage--faq.bgimage:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.faq-block {
  margin-bottom: 50px;
  padding: 20px;
  background: #f0f2f4;
  border-radius: 20px;
}
.faq-block.invest-faq {
  background: #f0f2f4;
  padding: 0px;
}
.faq-block.invest-faq .dropdown-head {
  background: none;
  border: 2px solid #074154;
}
.faq-block.invest-faq .dropdown-head h4 {
  color: #074154;
}
.faq-block.invest-faq .dropdown-head .arrow {
  filter: invert(17%) sepia(69%) saturate(713%) hue-rotate(150deg) brightness(99%) contrast(95%);
}
.faq-block.invest-faq .dropdown-content {
  background: none;
}
.faq-block h2 {
  margin-bottom: 12px;
  font-size: 27px;
  display: block;
  padding: 12px 13px;
}

.faq-search {
  position: relative;
  margin-bottom: 25px;
  max-width: 500px;
}
.faq-search input {
  width: 100%;
  padding: 14px 50px 14px 20px;
  border: 2px solid #e0e4e8;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  color: #074154;
  background: #fff;
  transition: border-color 0.2s ease;
}
.faq-search input:focus {
  outline: none;
  border-color: #5dc3e6;
}
.faq-search input::placeholder {
  color: #a0a8b0;
}
.faq-search .search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.faq-no-results {
  padding: 30px;
  text-align: center;
  color: #074154;
  font-size: 16px;
  display: none;
}
.dropdown-item.faq-hidden {
  display: none;
}
.faq-block.faq-hidden {
  display: none;
}
.faq-item.faq-hidden {
  display: none;
}

.faq-nav {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.faq-nav .faq-item {
  padding: 5px 8px;
  opacity: 0.5;
  font-weight: 600;
  color: #074154;
  cursor: pointer;
  margin: 5px;
}
.faq-nav .faq-item.active {
  opacity: 1;
  background: #f0f2f4;
  border-radius: 5px;
}

#swiper-buchen {
  opacity: 0;
  pointer-events: none;
}

#loader-buchen-swiper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
#loader-buchen-swiper p, #loader-buchen-swiper .dropdown-item .dropdown-content, .dropdown-item #loader-buchen-swiper .dropdown-content {
  margin-top: 12px;
}

/* TYPEN KONZEPT */
.konzept-types {
  margin: 160px 0 0px;
}
.konzept-types .container .row .col-lg-5 {
  margin-bottom: 50px;
}
.konzept-types .container .row .col-lg-5 .wrap {
  background: white;
  border-radius: 30px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  box-shadow: 0px 100px 80px rgba(28, 51, 79, 0.07), 0px 12.5216px 10.0172px rgba(28, 51, 79, 0.035);
}
.konzept-types .container .row .col-lg-5 .wrap .type {
  position: absolute;
  left: 36px;
  top: -19px;
  width: auto;
  padding: 3px 13px;
  border-radius: 30px;
  background: #074154;
  color: white;
  font-weight: 600;
  font-size: 15px;
  z-index: 3;
}
.konzept-types .container .row .col-lg-5 .wrap .img {
  width: 170px;
  height: 170px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25px;
  position: relative;
}
.konzept-types .container .row .col-lg-5 .wrap .img:after {
  position: absolute;
  left: calc(100% + 15px);
  top: -25px;
  height: calc(100% + 50px);
  background: #f0f2f4;
  width: 1px;
  content: "";
}
.konzept-types .container .row .col-lg-5 .wrap .right {
  width: 100%;
  padding-bottom: 20px;
}
.konzept-types .container .row .col-lg-5 .wrap .right p, .konzept-types .container .row .col-lg-5 .wrap .right .dropdown-item .dropdown-content, .dropdown-item .konzept-types .container .row .col-lg-5 .wrap .right .dropdown-content {
  padding: 25px 25px 0 25px;
  font-size: 14px;
}
.konzept-types .container .row .col-lg-5 .wrap .right .tags {
  padding: 5px 25px 0 25px;
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
}
.konzept-types .container .row .col-lg-5 .wrap .right .tags .tag {
  font-weight: 500;
  font-size: 12px;
  background: #f0f2f4;
  color: #074154;
  padding: 4px 10px;
  border-radius: 8px;
  margin: 7px;
  margin-left: 0;
  margin-bottom: 2px;
}

/* INVEST */
.stage-invest-alt .container .row {
  background: white;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
}
.stage-invest-alt .container .row .background-image {
  width: 100%;
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  opacity: 100%;
}
.stage-invest-alt .container .row .r {
  padding-top: 55px;
  padding-bottom: 65px;
  flex-direction: column;
}
.stage-invest-alt .container .row .r h1 {
  text-align: center;
  line-height: 55px;
  font-size: 45px;
}
.stage-invest-alt .container .row .r p, .stage-invest-alt .container .row .r .dropdown-item .dropdown-content, .dropdown-item .stage-invest-alt .container .row .r .dropdown-content {
  text-align: center;
  margin: 24px 0 20px;
  max-width: 370px;
}
.stage-invest-alt .container .row .r .btn:hover, .stage-invest-alt .container .row .r .btn--blue:hover, .stage-invest-alt .container .row .r .btn--white:hover {
  color: white !important;
  background: #5dc3e6 !important;
}
.stage-invest-alt .container .row .col-7 img {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin-left: 40px;
  position: absolute;
}

.intro-invest .container {
  margin-bottom: 75px;
  padding: 35px 50px;
  border: 4px solid #5dc3e6;
  border-radius: 30px;
}
.intro-invest .container .row {
  position: relative;
}
.intro-invest .container .row img {
  width: 115%;
  position: relative;
  top: -115px;
  left: -119px;
  margin-bottom: -267px;
}
.intro-invest .container .row h1 {
  margin-bottom: 20px;
}
.intro-invest .container .row .btn, .intro-invest .container .row .btn--blue, .intro-invest .container .row .btn--white {
  margin-top: 20px;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none; /* Hide the element after fading out */
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    display: flex;
  }
  100% {
    opacity: 1;
  }
}
.arguments .container {
  background: #fcfcfc;
  border-radius: 30px;
  margin-bottom: 75px;
  padding: 20px;
}
.arguments .container .row {
  position: relative;
}
.arguments .container .row .arrow {
  width: 17px;
  height: 100%;
  background-image: url(../img/arrow-left.svg);
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
}
.arguments .container .row .arrow.left {
  left: 0px;
  margin-right: 25px;
}
.arguments .container .row .arrow.right {
  background-image: url(../img/arrow-right.svg);
  margin-left: 25px;
  right: 0px;
}
.arguments .container .row .col-12 {
  position: relative;
  flex-direction: column;
}
.arguments .container .row .col-12 .label, .arguments .container .row .col-12 .variant-card p, .variant-card .arguments .container .row .col-12 p, .arguments .container .row .col-12 .variant-card .dropdown-item .dropdown-content, .variant-card .dropdown-item .arguments .container .row .col-12 .dropdown-content, .arguments .container .row .col-12 .dropdown-item .variant-card .dropdown-content, .dropdown-item .variant-card .arguments .container .row .col-12 .dropdown-content {
  background: #f0f2f4;
  color: #074154;
  margin-bottom: 21px;
}
.arguments .container .row .col-12 .argument {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
.arguments .container .row .col-12 .argument.active {
  display: flex;
}
.arguments .container .row .col-12 .argument .argument-icon {
  margin-bottom: 20px;
  width: 70px;
  animation: fade-in 1.3s ease forwards;
}
.arguments .container .row .claim-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.arguments .container .row .claim-container .claim {
  display: inline-block;
  background: #074154;
  font-size: 18px;
  color: #fcfcfc;
  padding: 10px 20px;
  font-weight: 800;
  border-radius: 30px;
  text-align: center;
  margin: 0px 41px;
  animation: fade-in 1.3s ease forwards;
}
.arguments .container .row .explanation {
  margin-top: 20px;
  padding: 0px 50px;
  animation: fade-in 1.3s ease forwards;
  text-align: center;
}
.arguments .container h1 {
  text-align: center;
  color: #074154;
  margin-top: 35px;
  background-color: #f0f2f4;
  font-size: 15px;
}
.arguments .container .col-7 img {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin-left: 40px;
  position: absolute;
}

.invest-contact .container {
  background: #5dc3e6;
  border-radius: 30px;
  margin-bottom: 75px;
  padding: 35px 50px;
}
.invest-contact .container .row {
  position: relative;
}
.invest-contact .container .row h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fcfcfc;
}
.invest-contact .container .row .contact-img-left {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0px;
  left: -60px;
  right: 0px;
  bottom: 0px;
}
.invest-contact .container .row p, .invest-contact .container .row .dropdown-item .dropdown-content, .dropdown-item .invest-contact .container .row .dropdown-content {
  color: #fcfcfc;
}
.invest-contact .container .row .btn, .invest-contact .container .row .btn--blue, .invest-contact .container .row .btn--white {
  margin-top: 20px;
}
.invest-contact .container .row .contact-info {
  background-color: #f0f2f4;
  padding: 15px 30px;
  border-radius: 25px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.invest-contact .container .row .contact-info .left {
  width: 241px;
  flex-grow: 0;
  flex-shrink: 0;
}
.invest-contact .container .row .contact-info p, .invest-contact .container .row .contact-info .dropdown-item .dropdown-content, .dropdown-item .invest-contact .container .row .contact-info .dropdown-content,
.invest-contact .container .row .contact-info a {
  font-size: 16px;
  color: #074154;
  margin-bottom: 10px;
  font-weight: 500;
  justify-content: left;
  text-decoration: none;
}
.invest-contact .container .row .contact-info p.headline, .invest-contact .container .row .contact-info .dropdown-item .headline.dropdown-content, .dropdown-item .invest-contact .container .row .contact-info .headline.dropdown-content,
.invest-contact .container .row .contact-info a.headline {
  text-decoration: underline;
}
.invest-contact .container .row .contact-info p svg, .invest-contact .container .row .contact-info .dropdown-item .dropdown-content svg, .dropdown-item .invest-contact .container .row .contact-info .dropdown-content svg,
.invest-contact .container .row .contact-info a svg {
  margin-right: 8px;
}
.invest-contact .container .row .contact-info p svg *, .invest-contact .container .row .contact-info .dropdown-item .dropdown-content svg *, .dropdown-item .invest-contact .container .row .contact-info .dropdown-content svg *,
.invest-contact .container .row .contact-info a svg * {
  fill: #5dc3e6;
}
.invest-contact .container .row .contact-info p:last-child, .invest-contact .container .row .contact-info .dropdown-item .dropdown-content:last-child, .dropdown-item .invest-contact .container .row .contact-info .dropdown-content:last-child,
.invest-contact .container .row .contact-info a:last-child {
  margin-bottom: 0;
}
.invest-contact .container .row .contact-info a:hover {
  color: #5dc3e6;
}
.invest-contact .container .row .contact-info .right {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.invest-contact .container .row .contact-info img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

.body--investieren-alt {
  background: #f0f2f4;
}
.body--investieren-alt h1 {
  font-size: 30px;
  color: #074154;
}
.body--investieren-alt .faq .container {
  padding-left: 0px;
  padding-right: 0px;
}
.body--investieren-alt .faq .container .row h1 {
  text-align: center;
  color: #074154;
  margin-bottom: 30px;
}
.body--investieren-alt .faq .container .row .faq-wrap {
  margin-bottom: 20px;
}

.invest {
  margin: 75px 0 75px;
}
.invest .container .row .col-12 {
  flex-direction: column;
}
.invest .container .row .col-12 .label, .invest .container .row .col-12 .variant-card p, .variant-card .invest .container .row .col-12 p, .invest .container .row .col-12 .variant-card .dropdown-item .dropdown-content, .variant-card .dropdown-item .invest .container .row .col-12 .dropdown-content, .invest .container .row .col-12 .dropdown-item .variant-card .dropdown-content, .dropdown-item .variant-card .invest .container .row .col-12 .dropdown-content {
  background: white;
  color: #6a8d98;
}
.invest .container .row .col-12 h1 {
  color: #074154;
  max-width: 800px;
  text-align: center;
}

.optionen {
  margin-top: 50px;
}

.option {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}
.option .top {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.option .img {
  width: 192px;
  height: 137px;
  background: #5dc3e6;
  margin-bottom: 28px;
}
.option .img img {
  width: 90%;
  height: auto;
  max-height: 80%;
}
.option p, .option .dropdown-item .dropdown-content, .dropdown-item .option .dropdown-content {
  margin: 10px 0 12px;
}
.option .btn, .option .btn--blue, .option .btn--white {
  font-size: 13px;
  padding: 11px 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.option .btn svg, .option .btn--blue svg, .option .btn--white svg {
  width: 13px;
  height: auto;
  margin-right: 5px;
}
.option .btn:hover, .option .btn--blue:hover, .option .btn--white:hover {
  background: #5dc3e6;
  color: white;
}
.option ul {
  list-style: none;
  left: 30px;
  position: relative;
  list-style-position: inside;
}
.option ul li:before {
  content: "✓"; /* Fügt das Häkchen-Symbol ein */
  color: #5dc3e6; /* Farbe des Häkchens, kann angepasst werden */
  padding-right: 8px; /* Abstand zwischen dem Häkchen und dem Text */
}
.option ul li {
  text-indent: -20px;
  margin-bottom: 10px;
  color: #074154;
}
.option ul .imp {
  font-weight: 600;
}

#inpic {
  transition: ease 1s;
  opacity: 0;
}
#inpic.show {
  opacity: 1;
}

.stage--kontakt {
  padding-bottom: 100px;
}

.contact-card {
  padding: 30px 50px;
  border-radius: 30px;
  background: white;
}
.contact-card .ad {
  margin-top: 12px;
}
.contact-card a {
  color: #074154;
  font-weight: 600;
  margin-bottom: 6px;
  text-decoration: none;
}
.contact-card a svg {
  margin-right: 8px;
}
.contact-card a svg * {
  fill: #5dc3e6;
}
.contact-card a:hover {
  color: #5dc3e6;
}

.standort-auswahl .swiper-wrapper {
  justify-content: flex-start !important;
}

/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
@media (max-width: 1300px) {
  .container-swiper-full {
    max-width: 100%;
  }
  .container-swiper-full .row .swiper-container {
    padding-left: calc((100vw - 1240px) / 2 + 42px);
  }
  .preview-wrap {
    width: 220px !important;
  }
  .stage-invest-alt .background-image {
    top: -270px !important;
  }
  .intro-invest img {
    top: -115px !important;
    left: -123px !important;
    width: 118% !important;
  }
}
@media (max-width: 1200px) {
  .hero-section .container .slubevisu {
    top: 592px !important;
    right: 250px !important;
    width: 698px !important;
  }
  .container-swiper-full .row .swiper-container {
    padding-left: calc((100vw - 1240px) / 2 + 142px);
  }
  .values--home .container .row .col-md-2 {
    display: none;
  }
  .values--home .container .row .col-md-4 canvas {
    left: calc(50% - 325px) !important;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(1) {
    left: 90px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(2) {
    left: 110px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(3) {
    right: 80px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(4) {
    right: 100px;
  }
  .standort-row {
    padding: 35px 30px 35px 80px;
  }
  .standort-row .img {
    min-width: 300px;
  }
  #step-2 .col-12 .inner {
    flex-direction: column;
  }
  #step-2 .col-12 .inner .right {
    margin-top: 30px;
    border-top: 1px solid #f0f2f4;
    width: 100%;
    padding-top: 30px;
  }
  #step-2 .col-12:after {
    display: none;
  }
  .month-wrapper {
    flex-direction: row;
    width: 520px !important;
  }
  .month-wrapper .time {
    display: none !important;
  }
  #step-3 .inner .right {
    margin-left: 20px;
  }
  .stage-invest-alt .background-image {
    top: -198px !important;
  }
  .intro-invest img {
    top: -57px !important;
    left: -199px !important;
    width: 160% !important;
  }
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  .container-swiper-full .row .swiper-container {
    padding-left: calc((100vw - 1240px) / 2 + 244px);
  }
  .stage--home .container .row {
    flex-direction: column-reverse;
    padding: 0;
  }
  .stage--home .container .row .right .polaroid {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .stage--home .container .row .col-lg-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .values--home .container .row {
    position: relative;
    height: auto;
  }
  .values--home .container .row .col-lg-5 {
    padding: 30px;
  }
  .values--home .container .row .col-lg-5 .img--wrapper {
    flex-wrap: wrap;
  }
  .values--home .container .row .col-lg-5 .img--wrapper .img {
    margin-bottom: 10px;
  }
  .values--home .container .row .col-md-4 {
    position: absolute;
    right: -90px;
    top: 240px;
  }
  .values--home .container .row .col-md-4 #canvas-wrapper {
    bottom: inherit;
    top: 170px;
  }
  .values--home .container .row .col-md-4 #canvas-wrapper .shadow {
    width: 175px;
    bottom: 16px;
    left: calc(50% - 209px);
  }
  .smartslube .container .row .col-lg-7 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .smartslube .container .row .col-lg-7 .smartslube-mockup {
    max-width: 380px;
  }
  .smartslube .container .row .col-lg-4 {
    align-items: center;
    text-align: center;
  }
  .smartslube .container .row .col-lg-4 p, .smartslube .container .row .col-lg-4 .dropdown-item .dropdown-content, .dropdown-item .smartslube .container .row .col-lg-4 .dropdown-content {
    max-width: 370px;
    margin: 12px;
  }
  .teaser .container .row .col-md-12 {
    padding: 50px 32px !important;
  }
  .teaser .container .row .col-md-12 .left img {
    width: 360px;
    right: -120px;
    top: -100px;
  }
  .konzept-detail .container .row .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .stage--konzept .container .row.justify-content-center {
    flex-direction: column;
  }
  .stage--konzept .container .row.justify-content-center #canvas-wrapper {
    order: 1;
    margin: 0 auto;
  }
  .stage--konzept .container .row.justify-content-center .tags--left,
  .stage--konzept .container .row.justify-content-center .tags--right {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding-top: 10px;
  }
  .stage--konzept .container .row.justify-content-center .tags--left .icon-tag,
  .stage--konzept .container .row.justify-content-center .tags--right .icon-tag {
    transform: none;
    margin: 10px;
  }
  .stage--konzept .container .row.justify-content-center .tags--left .icon-tag p, .stage--konzept .container .row.justify-content-center .tags--left .icon-tag .dropdown-item .dropdown-content, .dropdown-item .stage--konzept .container .row.justify-content-center .tags--left .icon-tag .dropdown-content,
  .stage--konzept .container .row.justify-content-center .tags--right .icon-tag p,
  .stage--konzept .container .row.justify-content-center .tags--right .icon-tag .dropdown-item .dropdown-content,
  .dropdown-item .stage--konzept .container .row.justify-content-center .tags--right .icon-tag .dropdown-content {
    font-size: 12px;
  }
  .stage--konzept .container .row.justify-content-center .tags--left {
    margin-top: 30px;
  }
  .konzept--detail {
    padding-top: 120px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(1) {
    left: -40px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(2) {
    left: 0;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(3) {
    right: -50px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(4) {
    right: -10px;
  }
  .standort-row {
    padding: 25px 10px 25px 60px;
    margin-bottom: 20px;
  }
  .standort-row .img {
    min-width: 240px;
  }
  .standort--varianten .container .row .offset-xl-1 {
    margin-bottom: 40px;
  }
  .standort-infos .btn--wrapper .btn--white {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .standort-infos .btn--wrapper .btn--blue {
    margin-left: 0;
  }
  .umgebung-bright .container .row,
  .umgebung .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .umgebung-bright .container .row div,
  .umgebung .container .row div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .umgebung-bright .container .row div h2,
  .umgebung .container .row div h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 18px;
  }
  #step-2 .inner .left {
    flex-direction: column;
  }
  #step-2 .inner .left .date-wrap {
    margin-left: 0;
  }
  #step-2 .inner .left .preview-wrap {
    width: 100% !important;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  #step-2 .inner .left .preview-wrap .img {
    width: 160px;
    height: 140px;
  }
  #step-2 .inner .left .preview-wrap .checkin-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
  }
  #step-2 .inner .left .preview-wrap .checkin-wrap .wrap {
    width: 100%;
  }
  #step3-inner .inner {
    flex-direction: column;
  }
  #step3-inner .inner .right {
    margin-left: 0;
    margin-top: 35px;
  }
  #rechnung .col-12 .inner .top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #rechnung .col-12 .inner .left,
  #rechnung .col-12 .inner .right {
    width: 100%;
  }
  #rechnung .col-12 .inner .left .semi,
  #rechnung .col-12 .inner .right .semi {
    margin-bottom: 12px;
  }
  #rechnung .col-12 .inner .left {
    margin-right: 0;
  }
  .stage-invest-alt .container .row {
    background-color: #242e32;
    flex-direction: column;
    margin-right: -20px;
    margin-left: -20px;
  }
  .stage-invest-alt .container .row div {
    width: 100%;
    max-width: 100%;
  }
  .stage-invest-alt .container .row div img {
    position: relative !important;
    max-width: 400px !important;
    transform: translateY(-70px) !important;
    margin-bottom: -80px !important;
  }
  .stage-invest-alt .container .row::before {
    content: "";
    background: url("../img/location.png") !important;
    background-size: cover;
    background-position: 0 -257px;
    opacity: 0.25;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
  }
  .option {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 58px;
  }
  .option .top {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }
  .option .top p, .option .top .dropdown-item .dropdown-content, .dropdown-item .option .top .dropdown-content,
  .option .top h4 {
    text-align: center;
  }
  .stage-invest-alt .background-image {
    top: -122px !important;
  }
  .intro-invest .row {
    flex-direction: column;
  }
  .intro-invest .row .col-6 {
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .intro-invest .row .col-6.visuimage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro-invest .row .col-6 img {
    width: 400px !important;
    position: relative;
    margin-bottom: -60px;
    margin-top: -93px;
    top: 0px !important;
    left: -29px !important;
  }
  .invest-contact .container {
    padding: 15px 25px;
  }
  .invest-contact .row {
    flex-direction: column;
  }
  .invest-contact .row .col-6 {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px !important;
  }
  .invest-contact .row .col-6 .contact-info {
    width: 100%;
    padding: 15px;
  }
  .invest-contact .row .col-6 .contact-info p, .invest-contact .row .col-6 .contact-info .dropdown-item .dropdown-content, .dropdown-item .invest-contact .row .col-6 .contact-info .dropdown-content,
  .invest-contact .row .col-6 .contact-info a {
    font-size: 14px;
  }
  .invest-contact .row .col-6 .contact-info .left {
    width: 213px;
  }
  .invest-contact .row .col-6 .contact-img-left {
    display: none;
  }
  .footer-m .list {
    margin: 0px 12px !important;
  }
}
@media (max-width: 990px) {
  .stage-invest {
    margin-top: 135px !important;
  }
  .stage-invest .section-werde .row-invest .right .grid {
    gap: 3.125rem 3.25rem !important;
  }
  #mobile-bookingheader {
    height: 45px;
    background-color: #074154;
    border-radius: 0;
    display: flex !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    gap: 7px;
  }
  #mobile-bookingheader span {
    color: white;
    font-weight: 600;
    font-size: 14px;
  }
  #mobile-bookingheader span:after {
    content: "Deine Übernachtung im Mini-Hotel";
  }
  #mobile-bookingheader .btn, #mobile-bookingheader .btn--blue, #mobile-bookingheader .btn--white {
    background-color: #5dc3e6;
    padding: 7px 15px;
    flex-shrink: 0;
  }
  #mobile-bookingheader .btn:hover, #mobile-bookingheader .btn--blue:hover, #mobile-bookingheader .btn--white:hover {
    background-color: #f0f2f4;
    color: #5dc3e6;
  }
  .mainheader {
    top: 45px;
  }
  header svg {
    width: 100px;
    height: auto;
  }
  .container-swiper-full {
    padding-left: 20px;
  }
  .swiper-slide {
    width: 100%;
  }
  .swiper-slide .img {
    width: calc(100% - 30px);
  }
  .swiper-slide.polaroid {
    width: calc(100% - 30px) !important;
    max-width: 350px;
  }
  .container-swiper-full .swiper-umgebung {
    padding-left: 20px;
  }
  html {
    overflow-x: hidden;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 27px;
  }
  h2 span.m:before {
    width: calc(100% + 10px);
    height: calc(100% - 1px);
    left: -5px;
    top: 0px;
  }
  header nav {
    display: none;
  }
  #burger {
    display: flex;
  }
  #tourismuspreis {
    padding-top: 12px !important;
  }
  .stage {
    padding-top: 155px;
  }
  .stage--home .container .row .right .polaroid {
    max-width: calc(100% - 50px);
    height: 330px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .stage--home .container .row .right .polaroid p, .stage--home .container .row .right .polaroid .dropdown-item .dropdown-content, .dropdown-item .stage--home .container .row .right .polaroid .dropdown-content {
    font-size: 18px;
    max-width: 90%;
  }
  .stage--home .container .row .right .polaroid .img {
    margin-top: 14px;
    width: calc(100% - 22px);
    height: calc(100% - 30px);
  }
  .values--home {
    margin: 20px 0 60px;
  }
  .values--home .container .row {
    padding: 30px 0;
    height: auto;
    background: transparent;
  }
  .values--home .container .row .col-md-4 {
    width: 0px;
    height: 0px;
    right: inherit;
    left: calc(50% + 100px);
    top: 120px;
  }
  .swiper-home-standorte {
    margin-top: 10px;
  }
  .umgebung .container .row .btn--wrap {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }
  .umgebung {
    padding-top: 70px;
  }
  .teaser {
    margin: 20px 0 70px;
  }
  .teaser .container .row > div {
    max-width: calc(100% - 30px);
  }
  .teaser .container .row > div .left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .teaser .container .row > div .left img {
    display: none;
  }
  .teaser .container .row > div .left h1,
  .teaser .container .row > div .left h2.h1-style {
    font-size: 30px;
  }
  footer .container .row .footer-l {
    align-items: center;
    margin-bottom: 30px;
  }
  footer .container .row .footer-r {
    align-items: center;
    margin-top: 30px;
  }
  .card.swiper-slide {
    background: #f0f2f4;
  }
  .card.swiper-slide .title--wrap p, .card.swiper-slide .title--wrap .dropdown-item .dropdown-content, .dropdown-item .card.swiper-slide .title--wrap .dropdown-content {
    opacity: 1;
    transform: translateX(0);
  }
  .stage--standorte {
    padding-top: 210px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(1) {
    left: -80px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(2) {
    left: -70px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(3) {
    right: -100px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(4) {
    right: -60px;
  }
  .stage--standort {
    padding-top: 130px;
  }
  .stage--standort .wave {
    margin-top: 80px;
  }
  .standort-row {
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    background: #f0f2f4;
  }
  .standort-row .img {
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .standort-row .title--wrap {
    margin-top: 20px;
  }
  .standort-row .title--wrap h2 {
    font-size: 24px;
  }
  .month-wrapper {
    width: 480px !important;
  }
  .konzept-types {
    margin-top: 50px;
  }
  .konzept-types .container .row .col-lg-5 .wrap {
    flex-direction: column;
  }
  .konzept-types .container .row .col-lg-5 .wrap .img {
    width: 150px;
    height: 150px;
    margin: 10px;
  }
  .konzept-types .container .row .col-lg-5 .wrap .img:after {
    display: none;
  }
  .stage-invest-alt .background-image {
    top: -38px !important;
  }
  .stage-invest-alt .r {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
  .stage-invest-alt h1 {
    font-size: 35px !important;
    line-height: 130% !important;
  }
  .body--investieren-alt .invest {
    margin: 75px 0 0;
  }
  .body--investieren-alt .container {
    width: 95%;
  }
  .body--investieren-alt .option ul {
    left: 10px;
  }
  .body--investieren-alt .option .top {
    max-width: 90%;
  }
  .body--investieren-alt .intro-invest .container {
    padding: 35px 25px !important;
  }
}
@media (max-width: 800px) {
  #video iframe {
    width: 600px !important;
    height: 347.5px !important;
  }
  .stage-invest .slubevisu {
    display: none;
  }
  .stage-invest .hero-section {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
  .stage-invest .hero-section .content {
    max-width: 100% !important;
    align-items: center;
  }
  .stage-invest .hero-section .content h1 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #cookies .inner {
    flex-direction: column;
  }
  #cookies .inner p, #cookies .inner .dropdown-item .dropdown-content, .dropdown-item #cookies .inner .dropdown-content {
    text-align: center;
    margin-bottom: 12px;
    font-size: 13px;
  }
  #cookies .inner p a, #cookies .inner .dropdown-item .dropdown-content a, .dropdown-item #cookies .inner .dropdown-content a {
    font-size: 13px;
  }
  header svg {
    transition: ease 0.3s;
  }
  header.active {
    height: 50px;
  }
  header.active svg {
    width: 91px;
    margin-top: 4px;
  }
  .values--home .container .row > div .img--wrapper {
    width: 100%;
  }
  .values--home .container .row > div .img--wrapper .img {
    width: 100% !important;
  }
  .konzept-detail {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .konzept-detail .container .row {
    margin-bottom: 60px;
  }
  .konzept-detail .container .row .img {
    min-height: 220px;
  }
  .konzept-detail .container .row .right {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .canvas-wrapper--konzept {
    width: 400px !important;
    height: 400px !important;
    max-width: 100% !important;
    order: 2;
  }
  .canvas-wrapper--konzept canvas {
    left: calc(50% - 200px) !important;
    pointer-events: none;
  }
  .tags--right {
    order: 2;
    margin-top: 20px;
  }
  .tags--left {
    margin-top: 10px;
    order: 3;
  }
  .stage--standorte {
    padding-top: 240px;
  }
  .stage--standorte .container .row .col-12 h1 svg {
    display: none;
  }
  .stage--standorte .container .row .col-12 .img {
    width: 130px;
    height: 100px;
  }
  .stage--standorte .container .row .col-12 .img:nth-child(1) {
    left: 30px;
    top: -140px;
    transform: rotate(-13deg);
  }
  .stage--standorte .container .row .col-12 .img:nth-child(2) {
    right: 10px;
    top: -140px;
    left: inherit;
    transform: rotate(25deg);
  }
  .stage--standorte .container .row .col-12 .img:nth-child(3) {
    left: 30px;
    bottom: -140px;
    top: inherit;
    transform: rotate(5deg);
  }
  .stage--standorte .container .row .col-12 .img:nth-child(4) {
    right: 20px;
    bottom: -140px;
    top: inherit;
    transform: rotate(-5deg);
  }
  #list .item span:first-child {
    font-size: 12px;
  }
  #booking-title {
    font-size: 25px;
  }
  .buchen-nav h3 {
    font-size: 18px;
  }
  .buchen-nav svg {
    margin: 0 8px;
    width: 16px;
    height: auto;
  }
  .best-price {
    font-size: 14px;
  }
  .date-picker-wrapper {
    width: 100%;
  }
  .month-wrapper {
    width: 100% !important;
  }
  .available-wrapper {
    flex-direction: column;
  }
  .available-wrapper .type {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .info-form {
    width: 100%;
  }
  .info-form .form-element {
    width: 100%;
    margin-right: 0 !important;
  }
  .info-form .form-element input {
    width: 100%;
  }
  #step-2 > .col-12 > .inner > .left .preview-wrap {
    flex-direction: column;
  }
  #step-2 > .col-12 > .inner > .left .preview-wrap .checkin-wrap {
    margin-left: 0;
    margin-top: 12px;
  }
  #step-2 > .col-12 > .inner > .left .preview-wrap .img {
    width: 100%;
    height: 110px;
  }
  #step-3 .inner .right .item-row .summary-item:nth-child(1), #step-3 .inner .right .item-row .summary-item-full:nth-child(1) {
    width: 60%;
  }
  #step-3 .inner .right .item-row .summary-item:nth-child(2), #step-3 .inner .right .item-row .summary-item-full:nth-child(2) {
    width: 40%;
  }
  .summary-item-full {
    width: 100% !important;
  }
  #summary-standort {
    padding-right: 12px;
  }
  .stage-invest-alt .container .row {
    margin-top: 30px;
  }
  .stage-invest-alt .container .row div img {
    transform: translateY(-60px) !important;
    margin-bottom: -90px !important;
  }
  .stage-invest-alt .background-image {
    top: 0px !important;
  }
  .invest {
    margin-top: 70px;
  }
  #video iframe {
    width: 400px !important;
    height: 225px !important;
  }
}
@media (max-width: 430px) {
  #mobile-bookingheader span:after {
    content: "Deine Übernachtung";
  }
}
@media (max-width: 520px) {
  .section-werde .row-invest .right .grid {
    gap: 3.125rem 6.25rem !important;
  }
  .stage-invest .section-slider {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .section-werde {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .stage-invest .section-werde .row-invest .left .images img {
    width: 16% !important;
  }
}
@media (max-width: 400px) {
  #video iframe {
    width: 300px !important;
    height: 168.75px !important;
  }
}
@media (max-width: 323px) {
  #mobile-bookingheader span {
    display: none;
  }
}
@media (max-width: 300px) {
  #video iframe {
    width: 200px !important;
    height: 112.5px !important;
  }
}
/* PAYMENT */
#payment-block {
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.95);
}
#payment-block .inner {
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#payment-block .inner p, #payment-block .inner .dropdown-item .dropdown-content, .dropdown-item #payment-block .inner .dropdown-content {
  color: white;
  margin-top: 10px;
}

#close-payment {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.5;
  text-decoration: underline;
  cursor: pointer;
}

/* HELPER */
.swiper-pagination {
  bottom: 0px !important;
}

.pagination-booking {
  bottom: 20px !important;
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  background: #5dc3e6;
}

.pagination-light .swiper-pagination-bullet {
  background: white;
}
.pagination-light .swiper-pagination-bullet-active {
  background: white;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #5dc3e6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5dc3e6 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#video-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.8;
}

#video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
#video iframe {
  width: 800px;
  height: 450px;
  border-radius: 34px;
}

/* Customize the label (the container) */
.checkbox-container {
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  gap: 8px;
}

.checkbox-container p, .checkbox-container .dropdown-item .dropdown-content, .dropdown-item .checkbox-container .dropdown-content {
  line-height: 100%;
  font-weight: 500;
}

.checkbox-container p a, .checkbox-container .dropdown-item .dropdown-content a, .dropdown-item .checkbox-container .dropdown-content a {
  color: #074154;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  display: block;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #074154;
  border-radius: 4px;
  flex-shrink: 0;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #237793;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #074154;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  display: block;
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  position: relative;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stage-invest {
  margin-top: 90px;
  padding: 0;
}
.stage-invest p, .stage-invest .dropdown-item .dropdown-content, .dropdown-item .stage-invest .dropdown-content {
  font-weight: 16px;
  font-size: revert;
  line-height: revert;
  color: revert;
}
.stage-invest p.medium, .stage-invest .dropdown-item .medium.dropdown-content, .dropdown-item .stage-invest .medium.dropdown-content, .stage-invest .standort-infos p, .standort-infos .stage-invest p, .stage-invest .stage--standorte .container .row .col-12 p, .stage--standorte .container .row .col-12 .stage-invest p, .stage-invest .standort-row .title--wrap .adress p, .standort-row .title--wrap .adress .stage-invest p, .stage-invest .standort-infos .dropdown-item .dropdown-content, .standort-infos .dropdown-item .stage-invest .dropdown-content, .stage-invest .dropdown-item .standort-infos .dropdown-content, .dropdown-item .standort-infos .stage-invest .dropdown-content, .stage-invest .stage--standorte .container .row .col-12 .dropdown-item .dropdown-content, .stage--standorte .container .row .col-12 .dropdown-item .stage-invest .dropdown-content, .stage-invest .dropdown-item .stage--standorte .container .row .col-12 .dropdown-content, .dropdown-item .stage--standorte .container .row .col-12 .stage-invest .dropdown-content, .stage-invest .standort-row .title--wrap .adress .dropdown-item .dropdown-content, .standort-row .title--wrap .adress .dropdown-item .stage-invest .dropdown-content, .stage-invest .dropdown-item .standort-row .title--wrap .adress .dropdown-content, .dropdown-item .standort-row .title--wrap .adress .stage-invest .dropdown-content, .stage-invest p.semi, .stage-invest .dropdown-item .semi.dropdown-content, .dropdown-item .stage-invest .semi.dropdown-content, .stage-invest p.bold, .stage-invest .dropdown-item .bold.dropdown-content, .dropdown-item .stage-invest .bold.dropdown-content {
  font-weight: revert;
}
.stage-invest h3 {
  font-style: revert;
  font-weight: revert;
  font-size: revert;
  line-height: revert;
  color: revert;
}
.stage-invest h2 {
  font-style: revert;
  font-weight: revert;
  font-size: revert;
  line-height: revert;
  color: revert;
}
.stage-invest .container {
  width: 100%;
}
@media (max-width: 768px) {
  .stage-invest .container {
    width: auto;
    padding: 0rem 2rem;
    margin: 0;
  }
}
@media (max-width: 540px) {
  .stage-invest .container {
    padding: 0rem 1rem;
  }
}
.stage-invest .btn, .stage-invest .btn--blue, .stage-invest .btn--white {
  padding: 0.9375rem 1.875rem;
  border-radius: 10px;
  background: #5dc3e6;
  border: 1px solid #5dc3e6;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms;
}
.stage-invest .btn:hover, .stage-invest .btn--blue:hover, .stage-invest .btn--white:hover {
  background: transparent;
  color: #5dc3e6;
}
@media (max-width: 540px) {
  .stage-invest .btn, .stage-invest .btn--blue, .stage-invest .btn--white {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.stage-invest .heading-warpper {
  margin-bottom: 6.25rem;
}
@media (max-width: 540px) {
  .stage-invest .heading-warpper {
    margin-bottom: 3rem;
  }
}
.stage-invest .heading-style-h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (max-width: 540px) {
  .stage-invest .heading-style-h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.stage-invest .line {
  width: 7.5rem;
  height: 0.625rem;
  background: #5dc3e6;
  border-radius: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 540px) {
  .stage-invest .line {
    height: 0.375rem;
  }
}
.stage-invest .heading-style-h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3.125rem;
}
@media (max-width: 540px) {
  .stage-invest .heading-style-h3 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.stage-invest p, .stage-invest .dropdown-item .dropdown-content, .dropdown-item .stage-invest .dropdown-content {
  font-size: 16px;
}
@media (max-width: 540px) {
  .stage-invest p, .stage-invest .dropdown-item .dropdown-content, .dropdown-item .stage-invest .dropdown-content {
    font-size: 1rem;
  }
}
.stage-invest .hero-section {
  height: 666px;
  background-image: url("../assets/property/hero-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 540px) {
  .stage-invest .hero-section {
    height: 60vh;
  }
}
.stage-invest .hero-section .container .slubevisu {
  position: absolute;
  right: 250px;
  top: 588px;
  transform: translate(41%, -87%);
  width: 753px;
  opacity: 0.85;
}
.stage-invest .hero-section .content {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
  max-width: 70%;
}
@media (max-width: 540px) {
  .stage-invest .hero-section .content {
    gap: 2rem;
  }
}
.stage-invest .hero-section .content h1 {
  font-size: 64px;
  font-weight: 600;
  max-width: 16ch;
}
@media (max-width: 540px) {
  .stage-invest .hero-section .content h1 {
    font-size: 2.5rem;
  }
}
.stage-invest .hero-section .content .item {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 540px) {
  .stage-invest .hero-section .content .item {
    margin-bottom: 1rem;
  }
}
.stage-invest .hero-section .content .item p, .stage-invest .hero-section .content .item .dropdown-item .dropdown-content, .dropdown-item .stage-invest .hero-section .content .item .dropdown-content {
  font-weight: 600;
  line-height: 170%;
}
.stage-invest .hero-section .content .btn-wrapper {
  margin-top: 2rem;
}
.stage-invest .hero-section .slube-bike {
  position: absolute;
  bottom: -74px;
  right: -20px;
  width: 800px;
  opacity: 0.8;
}
.stage-invest .section-werde {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  color: #074154;
}
@media (max-width: 540px) {
  .stage-invest .section-werde {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.stage-invest .section-werde .row-invest {
  display: flex;
  gap: 6.25rem;
  align-items: center;
}
@media (max-width: 768px) {
  .stage-invest .section-werde .row-invest {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.stage-invest .section-werde .row-invest .left {
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-werde .row-invest .left {
    width: 100%;
  }
}
.stage-invest .section-werde .row-invest .left p, .stage-invest .section-werde .row-invest .left .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-werde .row-invest .left .dropdown-content {
  margin-bottom: 1.875rem;
}
.stage-invest .section-werde .row-invest .left .images {
  display: flex;
  gap: 3.125rem;
  align-items: center;
}
@media (max-width: 540px) {
  .stage-invest .section-werde .row-invest .left .images {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.stage-invest .section-werde .row-invest .left .images img {
  width: 100%;
  max-width: 4.375rem;
}
.stage-invest .section-werde .row-invest .right {
  width: 40%;
  max-width: 385px;
}
@media (max-width: 768px) {
  .stage-invest .section-werde .row-invest .right {
    width: 100%;
  }
}
.stage-invest .section-werde .row-invest .right .grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 3.125rem 6.25rem;
}
@media (max-width: 540px) {
  .stage-invest .section-werde .row-invest .right .grid {
    gap: 2rem 4rem;
  }
}
.stage-invest .section-werde .row-invest .right .grid .image-wrapper {
  position: relative;
}
.stage-invest .section-werde .row-invest .right .grid .image-wrapper img {
  width: 100%;
  opacity: 0.3;
}
.stage-invest .section-werde .row-invest .right .grid .image-wrapper .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.stage-invest .section-werde .row-invest .right .grid .image-wrapper .content h5 {
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 540px) {
  .stage-invest .section-werde .row-invest .right .grid .image-wrapper .content h5 {
    font-size: 1.5rem;
  }
}
.stage-invest .section-werde .row-invest .right .grid .image-wrapper .content p, .stage-invest .section-werde .row-invest .right .grid .image-wrapper .content .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-werde .row-invest .right .grid .image-wrapper .content .dropdown-content {
  font-weight: 500;
}
@media (max-width: 540px) {
  .stage-invest .section-werde .row-invest .right .grid .image-wrapper .content p, .stage-invest .section-werde .row-invest .right .grid .image-wrapper .content .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-werde .row-invest .right .grid .image-wrapper .content .dropdown-content {
    text-align: center;
  }
}
.stage-invest .section-vorteile {
  padding: 6.25rem 60px;
  background: #074154;
  color: white;
}
@media (max-width: 540px) {
  .stage-invest .section-vorteile {
    padding: 3rem 0rem;
  }
}
.stage-invest .section-vorteile .grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 6.25rem 10.625rem;
}
@media (max-width: 768px) {
  .stage-invest .section-vorteile .grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 4rem;
  }
}
.stage-invest .section-vorteile .grid .grid-content-item .grid-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  margin-bottom: 2.1875rem;
}
@media (max-width: 540px) {
  .stage-invest .section-vorteile .grid .grid-content-item .grid-heading-wrapper {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.stage-invest .section-vorteile .grid .grid-content-item .grid-heading-wrapper img {
  width: 100%;
  max-width: 4rem;
}
@media (max-width: 540px) {
  .stage-invest .section-vorteile .grid .grid-content-item .grid-heading-wrapper img {
    max-width: 2rem;
  }
}
.stage-invest .section-diese {
  padding-top: 6.25rem;
  padding-bottom: 6rem;
  padding-left: 60px;
  padding-right: 60px;
  color: #074154;
  background: #f7fcfe;
}
@media (max-width: 540px) {
  .stage-invest .section-diese {
    padding: 3rem 0rem;
  }
}
.stage-invest .section-diese .row-invest.is-last {
  margin-bottom: 0px;
}
.stage-invest .section-diese .row-invest {
  display: flex;
  margin-bottom: 9.375rem;
}
@media (max-width: 768px) {
  .stage-invest .section-diese .row-invest {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .stage-invest .section-diese .row-invest.is-reverse {
    flex-direction: column;
  }
}
.stage-invest .section-diese .row-invest .content-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-diese .row-invest .content-wrapper {
    width: 100%;
  }
}
.stage-invest .section-diese .row-invest .content-wrapper ul {
  padding-left: 2rem;
}
.stage-invest .section-diese .row-invest .content-wrapper ul li {
  margin-bottom: 1rem;
}
.stage-invest .section-diese .row-invest .image-wrapper {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .stage-invest .section-diese .row-invest .image-wrapper {
    width: 100%;
  }
}
.stage-invest .section-diese .row-invest .image-wrapper img {
  width: 100%;
  max-width: 14.375rem;
}
.stage-invest .section-slider {
  padding: 2rem 0rem;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 540px) {
  .stage-invest .section-slider {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest {
    flex-direction: column;
  }
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left {
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left {
    width: 100%;
  }
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .for-quteo {
  position: relative;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .for-quteo p, .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .for-quteo .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .for-quteo .dropdown-content {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 1.875rem;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .for-quteo img {
  position: absolute;
  top: -17px;
  left: -18px;
  width: 32px;
}
@media (max-width: 540px) {
  .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .for-quteo img {
    width: 1.25rem;
    left: 0;
  }
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .show-more-section {
  height: 0;
  overflow: hidden;
  transition: height 300ms;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left p, .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .dropdown-content {
  font-weight: 400;
  margin-bottom: 3.125rem;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .show-more-btn-wrapper .show-more {
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  background: #5dc3e6;
  color: #fff;
  border-radius: 0.625rem;
  border: 1px solid #5dc3e6;
  outline: none;
  cursor: pointer;
  transition: all 300ms;
  margin-bottom: 3.125rem;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .show-more-btn-wrapper .show-more:hover {
  background: transparent;
  color: #5dc3e6;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .person-wrapper {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .person-wrapper img {
  width: 100%;
  max-width: 6.25rem;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .person-wrapper .person-details-wrapper .person-name {
  margin: 0px;
  font-weight: bold;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .left .person-wrapper .person-details-wrapper .person-title {
  margin: 0px;
  color: #5dc3e6;
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .right {
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .right {
    width: 100%;
  }
}
.stage-invest .section-slider .swiper .swiper-wrapper .swiper-slide .row-invest .right img {
  width: 100%;
  border-radius: 20px;
}
.stage-invest .section-slider .swiper-pagination.is-section-slider {
  bottom: 10%;
  padding-bottom: 40px;
}
@media (max-width: 540px) {
  .stage-invest .section-slider .swiper-pagination.is-section-slider {
    bottom: 2%;
  }
}
.stage-invest .section-slider .swiper-pagination.is-section-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #5dc3e6;
  border: 0.125rem;
  border-radius: 100%;
  border: 2px solid #5dc3e6;
}
.stage-invest .section-slider .swiper-pagination.is-section-slider .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background: transparent;
  border: 0.125rem;
  border-radius: 100%;
  border: 2px solid #5dc3e6;
  opacity: 100%;
}
.stage-invest .section-schritte {
  padding-top: 4.25rem;
  background: #fafafc;
  color: #074154;
}
@media (max-width: 540px) {
  .stage-invest .section-schritte {
    padding: 3rem 0rem;
  }
}
.stage-invest .section-schritte .row-invest {
  display: flex;
  gap: 6.25rem;
}
@media (max-width: 768px) {
  .stage-invest .section-schritte .row-invest {
    flex-direction: column;
  }
}
.stage-invest .section-schritte .row-invest .image-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-schritte .row-invest .image-wrapper {
    width: 100%;
  }
}
.stage-invest .section-schritte .row-invest .image-wrapper img {
  width: 100%;
}
.stage-invest .section-schritte .row-invest .content-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-schritte .row-invest .content-wrapper {
    width: 100%;
  }
}
.stage-invest .section-schritte .row-invest .content-wrapper .accrodion .accrodion-item .accrodion-heading {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dee1e4;
  margin-bottom: 1.875rem;
}
.stage-invest .section-schritte .row-invest .content-wrapper .accrodion .accrodion-item .accrodion-heading p, .stage-invest .section-schritte .row-invest .content-wrapper .accrodion .accrodion-item .accrodion-heading .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-schritte .row-invest .content-wrapper .accrodion .accrodion-item .accrodion-heading .dropdown-content {
  font-weight: 600;
}
.stage-invest .section-schritte .row-invest .content-wrapper .accrodion .accrodion-item .accrodion-content {
  height: 0px;
  overflow: hidden;
  transition: 300ms;
}
.stage-invest .section-schritte .button {
  background: #074154;
  color: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  border: 1px solid #074154;
  transition: 0.3s;
}
.stage-invest .section-schritte .button:hover {
  background: transparent;
  color: #074154;
}
.stage-invest .section-tabs {
  padding: 6rem 0rem;
}
@media (max-width: 540px) {
  .stage-invest .section-tabs {
    padding: 3rem 0rem;
  }
}
.stage-invest .section-tabs .container {
  max-width: 48.125rem;
  padding: 0rem 1rem;
  margin: 0 auto;
}
.stage-invest .section-tabs .container .heading-warpper {
  margin-bottom: 1rem !important;
}
.stage-invest .section-tabs .tabs-button-wrapper {
  display: none;
  gap: 1.875rem;
  border-bottom: 1px solid #dee1e4;
}
@media (max-width: 540px) {
  .stage-invest .section-tabs .tabs-button-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.stage-invest .section-tabs .tabs-button-wrapper .tab-btn {
  font-size: 1rem;
  color: #074154;
  cursor: pointer;
  padding-bottom: 1.1875rem;
}
.stage-invest .section-tabs .tabs-button-wrapper .tab-btn.active {
  color: #5dc3e6;
  border-bottom: 2px solid #5dc3e6;
}
.stage-invest .section-tabs .tabs-content {
  padding-top: 1.875rem;
  display: none;
}
.stage-invest .section-tabs .tabs-content.active {
  display: block;
}
.stage-invest .section-tabs .tabs-content .accrodion-item {
  background: #074154;
  color: #fff;
  border-radius: 1.875rem;
  margin-bottom: 0.9375rem;
}
.stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-top: 1rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1rem;
}
.stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-heading p, .stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-heading .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-heading .dropdown-content {
  font-weight: 600;
}
.stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  height: 0;
  overflow: hidden;
  transition: 300ms;
}
.stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-content p, .stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-content .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-tabs .tabs-content .accrodion-item .accrodion-content .dropdown-content {
  font-size: 18px;
}
.stage-invest .section-kontakt {
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  background: #074154;
  color: #fff;
}
@media (max-width: 540px) {
  .stage-invest .section-kontakt {
    padding: 3rem 0rem;
  }
}
.stage-invest .section-kontakt .row-invest {
  display: flex;
}
@media (max-width: 768px) {
  .stage-invest .section-kontakt .row-invest {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.stage-invest .section-kontakt .row-invest .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 768px) {
  .stage-invest .section-kontakt .row-invest .left {
    width: 100%;
    align-items: center;
  }
}
.stage-invest .section-kontakt .row-invest .left .person-wrapper {
  text-align: center;
  margin-bottom: 1.875rem;
}
.stage-invest .section-kontakt .row-invest .left .person-wrapper img {
  width: 100%;
  max-width: 16.8125rem;
  margin-bottom: 1.875rem;
}
.stage-invest .section-kontakt .row-invest .left .person-wrapper p, .stage-invest .section-kontakt .row-invest .left .person-wrapper .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-kontakt .row-invest .left .person-wrapper .dropdown-content {
  font-size: 1.5rem;
  font-weight: 700;
}
.stage-invest .section-kontakt .row-invest .left .person-kontakt .kontakt-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  margin-bottom: 5px;
}
.stage-invest .section-kontakt .row-invest .left .person-kontakt .kontakt-link.hover {
  text-decoration: underline;
}
.stage-invest .section-kontakt .row-invest .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 768px) {
  .stage-invest .section-kontakt .row-invest .right {
    width: 100%;
  }
}
.stage-invest .section-kontakt .row-invest .right p, .stage-invest .section-kontakt .row-invest .right .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-kontakt .row-invest .right .dropdown-content {
  margin-bottom: 3.125rem;
}
.stage-invest .section-kontakt .row-invest .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 6.25rem;
}
.stage-invest .section-kontakt .row-invest .right ul li {
  display: flex;
  align-items: start;
  gap: 0.9375rem;
  font-size: 18px;
  margin-bottom: 1rem;
}
.stage-invest .section-kontakt .row-invest .right ul li p, .stage-invest .section-kontakt .row-invest .right ul li .dropdown-item .dropdown-content, .dropdown-item .stage-invest .section-kontakt .row-invest .right ul li .dropdown-content {
  margin-bottom: 0;
}
.stage-invest .section-kontakt .row-invest .right .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
