html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #FCFCFC;
  overflow-x: hidden; }

.script, .polaroid p {
  font-family: 'Caveat', cursive; }

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          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, header, footer .footer-l, footer .footer-r, .icon-tag, .icon-tag div, .values--home .container .row .col-md-2, .stage--standort .container .row div, .variant-card, .stage--standorte .container .row .col-12, .stage--konzept .container .row:first-child, .stage--buchen .col-12, #step-1 .col-12 .inner .swiper-container .swiper-wrapper, #list .item .delete, #booked-slubes-summary .item, #booked-slubes-summary .item .l, #step-4 .success-card .inner, #payment-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* FONT */
.highlight, h1 span.m, h2 span.m, h3 span, .smartslube .container .row .col-lg-4 h1 span.m {
  position: relative;
  z-index: 1;
  color: white;
  display: inline;
  margin-left: 2px; }
  .highlight:before, h1 span.m:before, h2 span.m:before, h3 span:before, .smartslube .container .row .col-lg-4 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;
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); }

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 110.9%;
  color: white;
  margin-top: 6px; }
  h1 span {
    display: inline;
    position: relative;
    z-index: 3; }
  h1 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; }

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 {
  font-weight: normal;
  font-size: 16px;
  line-height: 117.9%;
  color: #074154; }
  p.medium, .standort-infos p, .stage--standorte .container .row .col-12 p, .standort-row .title--wrap .adress p {
    font-weight: 500; }
  p.semi {
    font-weight: 600; }
  p.bold {
    font-weight: 700; }

p.label, .variant-card p {
  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%;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 100;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 17px 38px transparent, 0px 5.125px 11.4559px transparent, 0px 2.12866px 4.75819px transparent, 0px 0.769896px 1.72094px transparent;
          box-shadow: 0px 17px 38px transparent, 0px 5.125px 11.4559px transparent, 0px 2.12866px 4.75819px transparent, 0px 0.769896px 1.72094px transparent; }
  header .btn, header .btn--blue, header .btn--white {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    padding: 12px 33px; }
  header .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px; }
  header.active {
    background: #F0F2F4;
    height: 70px;
    -webkit-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);
            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--blue, header.active .btn--white {
      background: #5DC3E6;
      color: white; }
    header.active #burger span {
      background: #5DC3E6 !important; }
  header.menu-open {
    background: transparent; }

.body-- header .container .row nav .link {
  color: white; }

.body-- header.active .container .row nav .link {
  color: #074154; }

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

#burger > span {
  width: 25px;
  height: 3px;
  background: #5DC3E6;
  border-radius: 10px;
  margin: 2px 0;
  -webkit-transition: ease 0.4s;
  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) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px); }

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

#mobile-menu {
  width: 100%;
  height: 100%;
  background: #074154;
  position: fixed;
  top: 0;
  z-index: 99;
  right: -100%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s; }
  #mobile-menu .inner {
    padding: 110px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #mobile-menu .inner .btn--white {
      text-align: center;
      height: 47px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #mobile-menu .inner .list {
      margin: 20px 0; }
      #mobile-menu .inner .list .label, #mobile-menu .inner .list .variant-card p, .variant-card #mobile-menu .inner .list p {
        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; }
  #mobile-menu.active {
    right: 0; }

.body--home header #burger span {
  background: white; }

/* FOOTER */
footer {
  background: #5DC3E6;
  padding: 80px 0 40px; }
  footer .footer-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    footer .footer-l svg {
      width: 130px;
      height: auto; }
    footer .footer-l p {
      color: white;
      margin-top: 8px;
      font-weight: 600;
      width: 130px;
      text-align: center; }
  footer .footer-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    footer .footer-r .ig-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    footer .footer-m .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 25px; }
      footer .footer-m .list .label, footer .footer-m .list .variant-card p, .variant-card footer .footer-m .list p {
        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--blue, .btn--white {
  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;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  cursor: pointer; }
  .btn:hover, .btn--blue:hover, .btn--white:hover {
    background: white;
    color: #5DC3E6; }

.btn--blue {
  background: #5DC3E6; }
  .btn--blue svg {
    margin-left: 6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .btn--blue:hover svg {
    -webkit-transform: translateX(5px);
            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;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none; }
  .wave * {
    fill: #FCFCFC; }
  .wave.dark * {
    fill: #074154; }
  .wave.light * {
    fill: #F0F2F4; }

.icon-tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    color: #074154;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center; }

.img {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .img .pin {
    position: absolute;
    left: 17px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .img .pin svg {
      margin-right: 6px; }
    .img .pin span {
      color: white;
      font-weight: 500;
      font-size: 14px; }

.stage {
  padding: 180px 0 0; }

.polaroid {
  background: #F0F2F4;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  height: 290px;
  -webkit-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);
          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 {
    font-size: 22px;
    text-align: center; }
  .polaroid .img {
    margin-top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 80px); }
    .polaroid .img:before {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(39.62%, transparent), to(rgba(0, 0, 0, 0.2)));
      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 p {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .polaroid.big {
    width: 420px;
    height: 435px;
    -webkit-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);
            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 {
      height: 74px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.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 .right .polaroid {
    position: absolute;
    z-index: 2;
    -webkit-transform: rotate(5.82deg) translateY(-20px);
            transform: rotate(5.82deg) translateY(-20px); }
  .stage--home .wave {
    margin-top: 60px; }

.values--home {
  margin: 150px 0 140px; }
  .values--home .container .row {
    background: #F0F2F4;
    height: 420px;
    border-radius: 15px; }
    .values--home .container .row .col-md-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .values--home .container .row .col-lg-5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 20px; }
      .values--home .container .row .col-lg-5 h3, .values--home .container .row .col-lg-5 p {
        max-width: 340px; }
      .values--home .container .row .col-lg-5 p {
        font-size: 14px;
        margin-top: 8px; }
      .values--home .container .row .col-lg-5 .img--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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; }

#canvas-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease, bottom 1s ease;
  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);
    -webkit-filter: blur(8px);
            filter: blur(8px);
    opacity: 0.1;
    display: none; }
  #canvas-wrapper canvas {
    position: absolute;
    cursor: -webkit-grab;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background ease 0.2s;
  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: -webkit-gradient(linear, left bottom, left top, color-stop(39.62%, transparent), to(rgba(0, 0, 0, 0.2)));
      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 {
      -webkit-transition: ease 0.4s;
      transition: ease 0.4s;
      opacity: 0;
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }
      .card .title--wrap p .arrow {
        margin-left: 6px; }
  .card:hover {
    background: #F0F2F4; }
    .card:hover .title--wrap p {
      opacity: 1;
      -webkit-transform: translateX(0);
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: 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) {
    -webkit-transform: rotate(2.34deg);
            transform: rotate(2.34deg); }
  .swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(2) {
    -webkit-transform: rotate(-0.13deg) translateY(-5px);
            transform: rotate(-0.13deg) translateY(-5px); }
  .swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(3) {
    -webkit-transform: rotate(0.1deg) translateY(6px);
            transform: rotate(0.1deg) translateY(6px); }
  .swiper-umgebung .swiper-wrapper .swiper-slide:nth-child(4) {
    -webkit-transform: rotate(-2.59deg) translateY(-3px);
            transform: rotate(-2.59deg) translateY(-3px); }

/* SMARTSLUBE */
.smartslube {
  padding: 60px 0; }
  .smartslube .container .row .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .smartslube .container .row .col-lg-4 h1 {
      color: #074154;
      line-height: 100%;
      margin: 5px 0 12px; }
      .smartslube .container .row .col-lg-4 h1 span {
        display: inline;
        position: relative; }
      .smartslube .container .row .col-lg-4 h1 span.m {
        margin-right: 13px; }
        .smartslube .container .row .col-lg-4 h1 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 {
      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 {
      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: -110px; }

/* 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .stage--standort .container .row div .label, .stage--standort .container .row div .variant-card p, .variant-card .stage--standort .container .row div p {
      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-infos p, .standort-infos .stage--standort .container .row div p, .stage--standort .stage--standorte .container .row div .col-12 p, .stage--standorte .stage--standort .container .row div .col-12 p, .stage--standort .stage--standorte .container .row .col-12 div p, .stage--standorte .stage--standort .container .row .col-12 div p, .stage--standort .container .row div .standort-row .title--wrap .adress p, .standort-row .title--wrap .adress .stage--standort .container .row div p {
      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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 100%; }
  .variant-card img {
    height: auto;
    width: 57%;
    margin-top: -18px; }
  .variant-card p {
    position: absolute;
    bottom: 5px; }

.standort-infos {
  background: #F0F2F4;
  border-radius: 15px;
  padding: 40px 30px;
  width: auto;
  min-height: 190px; }
  .standort-infos p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 9px; }
    .standort-infos p 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: -webkit-grab;
    cursor: grab; }
    .swiper-impressionen .swiper-slide .img {
      width: 100%;
      height: 265px; }
    .swiper-impressionen .swiper-slide p {
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

/* STANDORTE */
.stage--standorte {
  background: #F0F2F4;
  padding: 250px 0 0; }
  .stage--standorte .container .row .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
      max-width: 400px;
      text-align: center;
      margin-top: 18px; }
    .stage--standorte .container .row .col-12 .img {
      width: 160px;
      height: 130px;
      -webkit-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);
              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;
      -webkit-transform: rotate(-25.28deg);
              transform: rotate(-25.28deg); }
    .stage--standorte .container .row .col-12 .img:nth-child(2) {
      left: 180px;
      top: 150px;
      -webkit-transform: rotate(-9.99deg);
              transform: rotate(-9.99deg); }
    .stage--standorte .container .row .col-12 .img:nth-child(3) {
      right: 140px;
      top: -100px;
      -webkit-transform: rotate(6.16deg);
              transform: rotate(6.16deg); }
    .stage--standorte .container .row .col-12 .img:nth-child(4) {
      right: 170px;
      top: 170px;
      -webkit-transform: rotate(18.64deg);
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  padding: 55px 50px 55px 100px;
  -webkit-transition: background ease 0.3s;
  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 {
      margin-top: 12px; }
    .standort-row .title--wrap .adress {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 14px 0 2px; }
      .standort-row .title--wrap .adress p {
        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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px; }
  .tags--left .icon-tag, .tags--right .icon-tag {
    -webkit-transition: opacity ease 0.6s;
    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) {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .tags--left .icon-tag:nth-child(2) {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .tags--left .icon-tag:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .tags--left .icon-tag:nth-child(4) {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .tags--left .icon-tag:nth-child(5) {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }

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

.konzept-detail {
  padding: 220px 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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 45px; }
      .konzept-detail .container .row .right h2 {
        margin-bottom: 22px; }
  .konzept-detail .container .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .konzept-detail .container .row:nth-child(even) .right {
      padding-left: 0;
      padding-right: 60px; }

/* 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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

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

.buchen-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px; }
  .buchen-nav h3 {
    -webkit-transition: color ease 0.3s;
    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; }

.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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #F6F6F6;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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 {
          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 {
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #step-2 .inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #step-2 .inner .left .preview-wrap {
      width: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              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: -webkit-box;
      display: -ms-flexbox;
      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;
  -webkit-transition: ease 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    height: 100%; }
    .type .inner .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .type .inner .top .l img {
        width: 50px;
        height: auto; }
      .type .inner .top .r {
        margin-left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .type .inner .top .r p.semi {
          font-size: 15px; }
        .type .inner .top .r p {
          font-size: 14px; }
    .type .inner .middle p {
      font-size: 12px;
      margin-bottom: 8px;
      opacity: 0.75; }
    .type .inner .add {
      width: 100%;
      background: #5DC3E6;
      border-radius: 15px;
      -webkit-transition: opacity ease 0.3s;
      transition: opacity ease 0.3s; }
      .type .inner .add p {
        font-weight: 500;
        font-size: 11px;
        color: white;
        display: inline-block;
        -webkit-transform: translateY(-2px) translateX(-4px);
                transform: translateY(-2px) translateX(-4px); }
      .type .inner .add .icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: 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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 3;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      font-size: 11px;
      color: #fff;
      text-align: center; }
  .type.loading {
    -webkit-animation: fadeIn ease 2s infinite;
            animation: fadeIn ease 2s infinite;
    pointer-events: none; }
  .type.feedback {
    -webkit-animation: feedback ease 0.5s;
            animation: feedback ease 0.5s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.1; } }

@keyframes fadeIn {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.1; } }

@-webkit-keyframes feedback {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #F0F2F4; }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    background: #5DC3E6; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #F0F2F4; } }

@keyframes feedback {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #F0F2F4; }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    background: #5DC3E6; }
  100% {
    -webkit-transform: scale(1);
            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 {
  -webkit-transition: opacity 0.5s;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
      -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.24);
              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 {
        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 {
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px; }
    .booked-list .head p:first-child {
      width: 88px; }
    .booked-list .head p: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 {
    font-size: 13px; }

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 160px;
    height: auto;
    margin-top: 20px;
    max-width: 90%; }
  #step-3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #step-3 .inner .left .semi {
      margin-bottom: 18px; }
    #step-3 .inner .right {
      margin-left: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #step-3 .inner .right .item-row {
        display: -webkit-box;
        display: -ms-flexbox;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -ms-flex-wrap: wrap;
      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 {
    width: 100%;
    display: block;
    margin-bottom: 6px; }
  #invoice-form.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.summary-item, .summary-item-full {
  width: 190px; }
  .summary-item .disclaimer, .summary-item-full .disclaimer, .summary-item .booked-list .head p, .booked-list .head .summary-item p, .summary-item-full .booked-list .head p, .booked-list .head .summary-item-full p {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .summary-item-full div h2 {
      line-height: 100%;
      margin-right: 6px; }

#booked-slubes-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #booked-slubes-summary .item {
    margin-right: 10px;
    background: #F0F2F4;
    border-radius: 4px; }
    #booked-slubes-summary .item .l {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 10px 13px;
      margin: 0;
      border-right: 1px solid #D9E0E4; }
      #booked-slubes-summary .item .l p {
        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 4 */
#step-4 {
  display: none; }
  #step-4 .success-card {
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    #step-4 .success-card .inner {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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 {
        color: white;
        text-align: center;
        max-width: 450px; }
      #step-4 .success-card .inner .label, #step-4 .success-card .inner .variant-card p, .variant-card #step-4 .success-card .inner p {
        background: #5DC3E6;
        padding: 8px 17px;
        font-weight: 500; }
      #step-4 .success-card .inner p.semi {
        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 {
    margin-bottom: 12px; }
  .stage--default * {
    color: #074154; }
  .stage--default ol {
    margin-bottom: 12px; }
  .stage--default p a {
    color: #5DC3E6; }

/* RECHNUNG */
#wrap {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%; }

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

#download-invoice {
  position: fixed;
  bottom: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

#loader-download h4 {
  color: white;
  margin-top: 140px; }

.body--rechnung {
  background: #F0F2F4;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0; }

#rechnung {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #rechnung h2 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 25px; }
  #rechnung .info-text {
    margin-bottom: 24px;
    text-align: center;
    max-width: 600px;
    padding: 0 15px; }
  #rechnung .col-12 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    #rechnung .col-12 .inner .top {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .summary-wrap-rechnung .item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    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 select {
    cursor: pointer;
    opacity: 0.5; }
  #rechnung-form .form-element input {
    opacity: 0.5;
    pointer-events: none; }
  #rechnung-form .form-element.edit select {
    opacity: 1; }
  #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; }

#invoice-created {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  #invoice-created #invoice-downloaded {
    margin-top: 12px; }
  #invoice-created.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#guest-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #guest-wrap .slube {
    margin: 12px;
    margin-left: 0;
    background: #F0F2F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 14px; }
    #guest-wrap .slube .form.hidden {
      display: none; }
    #guest-wrap .slube .form-element p {
      margin-bottom: 5px;
      font-weight: 500;
      font-size: 11px;
      line-height: 100%;
      opacity: 0.5; }
    #guest-wrap .slube input {
      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; }

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

@media (max-width: 1200px) {
  .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; }
  .standort-auswahl .swiper-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  #step-2 .col-12 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 520px !important; }
    .month-wrapper .time {
      display: none !important; }
  #step-3 .inner .right {
    margin-left: 20px; } }

@media (max-width: 991px) {
  .container-swiper-full .row .swiper-container {
    padding-left: calc((100vw - 1240px) / 2 + 244px); }
  .stage--home .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      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 {
        -ms-flex-wrap: wrap;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .smartslube .container .row .col-lg-7 .smartslube-mockup {
      max-width: 380px; }
  .smartslube .container .row .col-lg-4 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .smartslube .container .row .col-lg-4 p {
      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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .stage--konzept .container .row.justify-content-center #canvas-wrapper {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 auto; }
    .stage--konzept .container .row.justify-content-center .tags--left, .stage--konzept .container .row.justify-content-center .tags--right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          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 {
        -webkit-transform: none;
                transform: none;
        margin: 10px; }
        .stage--konzept .container .row.justify-content-center .tags--left .icon-tag p, .stage--konzept .container .row.justify-content-center .tags--right .icon-tag p {
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .umgebung-bright .container .row div, .umgebung .container .row div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .umgebung-bright .container .row div h2, .umgebung .container .row div h2 {
        text-align: center;
        margin: 0;
        margin-bottom: 18px; }
  #step-2 .inner .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #step-2 .inner .left .date-wrap {
      margin-left: 0; }
    #step-2 .inner .left .preview-wrap {
      width: 100% !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 20px; }
        #step-2 .inner .left .preview-wrap .checkin-wrap .wrap {
          width: 100%; }
  #step3-inner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #step3-inner .inner .right {
      margin-left: 0;
      margin-top: 35px; }
  #rechnung .col-12 .inner .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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; } }

@media (max-width: 786px) {
  .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; }
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .stage {
    padding-top: 110px; }
  .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 {
      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: 50px 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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; }
        .teaser .container .row > div .left img {
          display: none; }
        .teaser .container .row > div .left h1 {
          font-size: 30px; }
  footer .container .row .footer-l {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
  footer .container .row .footer-r {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
  .card.swiper-slide {
    background: #F0F2F4; }
    .card.swiper-slide .title--wrap p {
      opacity: 1;
      -webkit-transform: translateX(0);
              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; }
  .standort-row {
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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; } }

@media (max-width: 600px) {
  header svg {
    -webkit-transition: ease 0.3s;
    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: calc(50% - 10px) !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: 10px; }
  .canvas-wrapper--konzept {
    width: 400px !important;
    height: 400px !important;
    max-width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .canvas-wrapper--konzept canvas {
      left: calc(50% - 200px) !important;
      pointer-events: none; }
  .tags--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px; }
  .tags--left {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            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;
      -webkit-transform: rotate(-13deg);
              transform: rotate(-13deg); }
    .stage--standorte .container .row .col-12 .img:nth-child(2) {
      right: 10px;
      top: -140px;
      left: inherit;
      -webkit-transform: rotate(25deg);
              transform: rotate(25deg); }
    .stage--standorte .container .row .col-12 .img:nth-child(3) {
      left: 30px;
      bottom: -140px;
      top: inherit;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
    .stage--standorte .container .row .col-12 .img:nth-child(4) {
      right: 20px;
      bottom: -140px;
      top: inherit;
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg); }
  #booking-title {
    font-size: 25px; }
  .buchen-nav h3 {
    font-size: 18px; }
  .buchen-nav svg {
    margin: 0 8px;
    width: 16px;
    height: auto; }
  .date-picker-wrapper {
    width: 100%; }
  .month-wrapper {
    width: 100% !important; }
  .available-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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, .info-form .form-element select {
        width: 100%; }
  #step-2 > .col-12 > .inner > .left .preview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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; } }

/* 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%; }
    #payment-block .inner p {
      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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #5DC3E6;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          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) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

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

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

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
