:root {
  --black-95: #0d0d0d;
  --cornflower-blue: #4885fb;
  --white: white;
  --yellow: #eeff42;
  --light-steel-blue: #e1ecff;
}

body {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1, h2 {
  color: var(--black-95);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Comfortaa, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: var(--black-95);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black-95);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--black-95);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

ul {
  color: var(--black-95);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
}

.sec-topmenu {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sec-hero {
  height: 95vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Berge_hoch_1324.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 22px;
  display: flex;
}

.container-1200x {
  max-width: 1200px;
  text-align: left;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.container-1200x.danke {
  padding-top: 0;
  padding-bottom: 110px;
}

.navbar {
  height: 90px;
  background-color: rgba(72, 133, 251, .95);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.navlink {
  color: rgba(255, 255, 255, .66);
  text-align: center;
  align-self: flex-start;
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.navlink:hover {
  color: var(--white);
}

.navlink.w--current {
  color: var(--white);
  justify-content: flex-end;
}

.navlink.dropdown:hover {
  color: var(--white);
}

.navlink.mobile.ausgeblendet {
  display: none;
}

.div-hero {
  z-index: 1;
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.paragraph {
  color: var(--black-95);
  text-align: center;
  margin-top: 5px;
  font-family: Comfortaa, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph.hero {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.paragraph.p-mont-blanc {
  text-align: left;
  margin-top: 15px;
  line-height: 32px;
}

.paragraph.left, .paragraph.team {
  text-align: left;
}

.paragraph.team.quote {
  margin-top: 10px;
}

.button {
  width: 250px;
  background-color: var(--cornflower-blue);
  color: var(--white);
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 15px 16px 20px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease-in-out;
  display: flex;
}

.button:hover {
  transform: scale(1.1);
}

.button.yellow {
  width: 250px;
  background-color: var(--yellow);
  color: var(--black-95);
  margin-top: 60px;
}

.button.yellow.topmrnu {
  width: 210px;
  height: 40px;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 0;
  font-size: 14px;
}

.button.mitos {
  margin-top: 38px;
}

.container-hero {
  max-width: 1200px;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.sec-footer {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.sec-movie {
  background-color: var(--white);
  padding-bottom: 264px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-footer {
  color: var(--white);
  text-align: left;
}

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

.sec-blue {
  background-color: var(--light-steel-blue);
  padding-bottom: 188px;
  padding-left: 5%;
  padding-right: 5%;
}

.image-2 {
  margin-top: -13px;
  margin-right: 0%;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 5%;
}

.section-border-down {
  flex-direction: column;
  display: flex;
}

.section-border-down.above-footer {
  background-color: var(--cornflower-blue);
}

.section-border-up {
  flex-direction: column;
  margin-top: -40px;
  display: flex;
}

.section-border-up.white {
  align-items: center;
  margin-top: -40px;
}

.image-3 {
  min-width: 100%;
  opacity: 1;
  align-self: center;
}

.image-4 {
  z-index: 0;
  min-width: 100%;
  align-self: center;
}

.list-item {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.list-item.mitos, .list-item.lp {
  margin-bottom: 20px;
}

.image-6 {
  margin-top: -4px;
}

.list-text {
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.list-icon {
  margin-right: 10px;
}

.list-icon.benefit {
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-top: -1px;
}

.list-icon.benefit.single {
  margin-right: 20px;
}

.div-block {
  width: 550px;
  height: 500px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  padding-top: 24px;
  display: flex;
}

.text-span {
  color: var(--cornflower-blue);
  font-size: 24px;
}

.heading-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
}

.image-7 {
  margin-top: -3px;
  margin-right: 10px;
}

.p-bold-blue {
  color: var(--cornflower-blue);
  font-weight: 700;
}

.montblanc-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 140px;
  display: flex;
}

.montblanc-wrapper.invers {
  flex-direction: row-reverse;
}

.div-image-montblanc {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-image-montblanc.rignt {
  align-items: flex-start;
}

.titel-montblanc {
  text-align: left;
  font-family: Comfortaa, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.div-text-montblanc {
  width: 60%;
}

.image-8 {
  transform-style: preserve-3d;
  border: 1px #000;
  margin-bottom: -50px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.text-span-4 {
  font-size: 23px;
  font-weight: 500;
}

.movie-frame {
  width: 55%;
  border: 1px solid var(--cornflower-blue);
  border-radius: 4px;
  margin-right: 40px;
  overflow: hidden;
}

.image-9 {
  margin-bottom: -56px;
}

.text-span-5 {
  margin-top: 5px;
  display: block;
}

.div-button-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.sectio-benefit {
  padding-bottom: 171px;
  padding-left: 5%;
  padding-right: 5%;
}

.subwrapper-benefit {
  width: 46%;
  flex-direction: column;
  display: flex;
}

.image-haken {
  width: 100%;
}

.bold-light-blue-bg {
  background-color: var(--light-steel-blue);
  font-weight: 700;
}

.heading-7 {
  text-align: left;
  margin-left: 0;
  font-size: 26px;
}

.heading-7.single {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.wrapper-benefit {
  justify-content: space-around;
  margin-top: 48px;
  margin-bottom: 60px;
  display: flex;
}

.wrapper-text-training {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px 25px;
  box-shadow: 0 0 4px 1px rgba(188, 186, 186, .51);
}

.line-hr-white {
  width: 100%;
  margin-top: 199px;
  margin-bottom: 178px;
}

.line-hr-white.lp {
  margin-top: 80px;
  margin-bottom: 40px;
}

.text-span-6 {
  color: var(--cornflower-blue);
}

.wrapper-angebot-team-1x {
  width: 30%;
  background-color: var(--white);
  border-radius: 8px;
  transition: transform .4s ease-in-out;
}

.wrapper-angebot-team-1x.shadow {
  max-width: 350px;
  flex-direction: column;
  margin-top: 26px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 2% 40px;
  display: flex;
  box-shadow: 0 0 4px 1px rgba(188, 186, 186, .51);
}

.wrapper-angebot-team-1x.shadow.team {
  color: var(--black-95);
}

.wrapper-angebot-team-1x.shadow.team:hover {
  transform: scale(1.05);
}

.wrapper-angebot-team-1x.shadow.team.nadine {
  margin-left: 30px;
}

.titel-angebot {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Comfortaa, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.trext-angebot {
  text-align: center;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px #d6d4d4;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.preis-angebot {
  color: var(--cornflower-blue);
  text-align: center;
  border-top: 1px solid #d6d4d4;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: Comfortaa, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.text-span-7 {
  color: var(--cornflower-blue);
}

.wrapper-angebot-teram-3x {
  justify-content: center;
  margin-top: 56px;
  margin-bottom: 192px;
  display: flex;
}

.wrapper-angebot-teram-3x.team {
  margin-top: 80px;
  margin-bottom: 60px;
}

.section-team {
  background-color: var(--white);
  padding-bottom: 146px;
}

.section-team.lightblue {
  background-color: var(--light-steel-blue);
}

.intro-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 86px;
  display: flex;
}

.text-frame {
  width: 40%;
}

.wrapper-image-training {
  min-width: 17%;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.wrapper-training {
  align-items: center;
  margin-top: 62px;
  margin-bottom: 62px;
  display: flex;
}

.image-11 {
  width: 100%;
  padding-right: 20px;
}

.wrapper-team-image {
  border-radius: 8px;
  overflow: hidden;
}

.team-name {
  margin-top: 26px;
  font-family: Comfortaa, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-3 {
  margin-top: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.wrapper-footer {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrapper-kunde-1x {
  min-width: 32%;
  margin-bottom: 60px;
}

.text-kunde {
  padding: 20px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 26px;
  box-shadow: 0 0 5px -3px rgba(0, 0, 0, .74);
}

.sterne {
  color: #e2bb0d;
  letter-spacing: 2px;
  margin-top: 5px;
  padding-left: 1px;
  font-family: Comfortaa, sans-serif;
  font-size: 25px;
}

.name-kunde {
  margin-top: 17px;
  padding-left: 1px;
  font-size: 17px;
  font-weight: 700;
}

.frame-kunde {
  background-color: var(--white);
  border-radius: 8px;
}

.column-kunden {
  grid-column-gap: 10px;
  margin-top: 84px;
  margin-bottom: 61px;
  display: flex;
}

.body-2 {
  background-color: var(--light-steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.container-impressum {
  width: 100%;
  max-width: 1200px;
  background-color: var(--white);
  border-radius: 8px;
  padding: 3% 3% 5%;
}

.image-12 {
  max-width: 150px;
  margin-top: -30px;
  margin-bottom: 50px;
}

.rich-text-impressum {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.footer-link {
  color: var(--white);
}

.footer-link:hover {
  color: rgba(225, 236, 255, .78);
}

.section-danke-top {
  height: 200px;
  background-color: var(--light-steel-blue);
  color: var(--black-95);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sec-jotform {
  background-color: var(--white);
  color: var(--black-95);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

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

.text-block-8 {
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  line-height: 16px;
}

.text-block-9 {
  color: var(--black-95);
  font-size: 18px;
  font-weight: 700;
}

.image-13 {
  filter: invert();
  margin-top: -4px;
  margin-left: -15px;
  margin-right: 5px;
  transform: rotate(-23deg);
}

.phone-link {
  flex-direction: row-reverse;
  margin-top: 20px;
  display: flex;
}

.button-zur-ck {
  background-color: var(--cornflower-blue);
  color: var(--white);
  border-radius: 5px;
  align-self: center;
  margin-top: 40px;
  padding: 15px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .4s ease-in-out;
}

.button-zur-ck:hover {
  transform: scale(1.1);
}

.image-14 {
  z-index: 1;
  width: 90%;
}

.button-back-wrapper {
  justify-content: center;
  display: none;
}

.section-6 {
  margin-top: 102px;
}

.danke-wrapper {
  justify-content: center;
  margin-bottom: 78px;
  display: flex;
}

.div-danke-left {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.div-danke-rechts {
  width: 30%;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.heading-17 {
  font-size: 40px;
}

.div-hero-text-wrapper {
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  color: var(--black-95);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-16 {
  padding-bottom: 0;
}

._404-startseite {
  margin-top: 82px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

._404-startseite.titel {
  font-size: 32px;
  line-height: 45px;
  text-decoration: none;
}

.link-2 {
  color: var(--black-95);
}

.link-2:hover {
  color: var(--cornflower-blue);
}

.miete {
  text-align: left;
}

.wrapper-miete {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

.step-miete {
  width: 22%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.step-miete.full {
  width: 60%;
  justify-content: space-between;
  margin-top: 34px;
}

.mietablauf {
  color: var(--black-95);
  text-align: center;
  margin-top: 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.mietablauf.quer {
  margin-top: 43px;
  font-size: 16px;
  line-height: 24px;
}

.icon-miete {
  width: 40%;
}

.icon-miete.quer {
  width: 200px;
  margin-top: 0;
}

.wrapper-miete-hoch {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-18 {
  margin-top: 82px;
}

.number {
  width: 50px;
  height: 50px;
  border: 2px solid var(--black-95);
  background-color: var(--cornflower-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.number.unten {
  color: var(--white);
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
}

.number.quer {
  width: 40px;
  height: 40px;
  min-height: 40px;
  color: var(--white);
  margin-bottom: 20px;
  padding-top: 1px;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
}

.div-block-3 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: -28px;
  display: flex;
}

.div-block-3.quer {
  height: auto;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.text-span-9, .text-span-10 {
  color: var(--cornflower-blue);
  font-weight: 700;
}

.link-3 {
  color: var(--cornflower-blue);
  text-decoration: underline;
}

.button-center {
  justify-content: center;
  margin-top: 140px;
  display: flex;
}

.button-center.geringer {
  margin-top: 100px;
}

.heading-18 {
  margin-top: 134px;
  margin-bottom: 0;
}

.container-lp {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-window-lp {
  z-index: 9;
  width: 900px;
  height: 60vh;
  max-height: 600px;
  min-height: 500px;
  border: 3px none var(--yellow);
  background-color: rgba(255, 255, 255, .95);
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  padding: 15px 20px;
  display: flex;
  box-shadow: 1px 1px 10px #888;
}

.h1-hero-lp {
  color: var(--cornflower-blue);
  margin-bottom: 40px;
  font-size: 30px;
}

.sec-hero-lp {
  height: 90vh;
  background-image: url('../images/Berge_hoch_1324.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-7 {
  height: 50vh;
  background-image: url('../images/Berge_hoch_1324.jpg');
  background-position: 60% 40%;
  background-size: cover;
}

.wrapper-content-window {
  flex-direction: row-reverse;
  justify-content: space-around;
  display: flex;
}

.wrapperlp-points {
  width: 60%;
  margin-left: 15px;
}

.text-span-13, .text-span-14, .text-span-15 {
  background-color: var(--light-steel-blue);
}

.heading-20 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  background-color: var(--light-steel-blue);
}

.wrapper-team-details {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  display: flex;
}

.wrapper-team-details.inverted {
  flex-direction: row-reverse;
}

.subwrapper-team {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  display: flex;
}

.wrapper-submenu.w--open {
  background-color: rgba(72, 133, 251, .9);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 5px;
  margin-top: auto;
  margin-bottom: -92px;
}

.image-19 {
  z-index: 9;
  min-width: 100%;
  opacity: .95;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.wrapperlp-image {
  width: 40%;
  justify-content: center;
  align-self: center;
  margin-right: 15px;
  display: flex;
}

.wrapper-miete-quer {
  flex-direction: row;
  align-items: flex-start;
  margin-top: -32px;
  display: flex;
}

.titel-wrapper-quer {
  color: var(--cornflower-blue);
  text-align: center;
  margin-top: 113px;
  margin-bottom: 40px;
  font-size: 26px;
}

.wrapper-vor-ort {
  display: flex;
}

.wrapper-item-vor-ort {
  width: 33%;
  flex-direction: column;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.image-vor-ort {
  max-width: 200px;
}

.text-vor-ort {
  color: var(--black-95);
  text-align: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-21 {
  margin-top: 70px;
}

.text-span-21 {
  color: var(--cornflower-blue);
}

.wrapper-hero-lpmiete {
  color: var(--cornflower-blue);
  font-size: 40px;
}

.text-span-30 {
  font-size: 40px;
}

.text-span-33 {
  font-size: 34px;
}

.phonelink-topmenu {
  color: var(--white);
  align-self: stretch;
  align-items: center;
  margin-left: 20px;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.wrapper-jotform {
  width: 100%;
}

.topmenu-telnumber {
  z-index: 1001;
  height: 20px;
  background-color: var(--yellow);
  color: var(--black-95);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Comfortaa, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: none;
}

.text-block-15 {
  color: var(--black-95);
}

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

.aktion {
  z-index: 1100;
  width: 300px;
  height: 250px;
  background-color: var(--light-steel-blue);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: -250px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .63);
}

.title-action {
  color: #ff0b0b;
  text-align: center;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 700;
}

.subline-action-1 {
  color: var(--black-95);
  text-align: center;
  margin-bottom: -1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-8 {
  width: 50px;
  cursor: pointer;
  background-color: #ff0101;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block-17 {
  width: 250px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding: 20px 13px 13px;
  display: flex;
}

.text-block-18 {
  color: var(--black-95);
  text-align: center;
  margin-bottom: -10px;
  font-size: 12px;
  font-weight: 600;
}

.gelb-fett {
  background-color: var(--yellow);
  font-weight: 700;
}

.profit {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.link-4 {
  color: red;
  cursor: pointer;
  font-size: 20px;
  text-decoration: underline;
}

.link-block-2 {
  color: #ff0707;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}

.link-block-2:hover {
  color: rgba(13, 13, 13, .85);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .sec-topmenu {
    flex-direction: column;
    display: flex;
    position: static;
  }

  .sec-hero {
    height: 1050px;
    margin-top: -15px;
  }

  .container-1200x {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
  }

  .navbar {
    z-index: 1000;
    height: 70px;
    background-color: var(--cornflower-blue);
  }

  .navlink {
    color: var(--white);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .navlink.dropdown {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink.mobile {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
    font-size: 18px;
  }

  .navlink.mobile.w--current {
    padding-top: 10px;
  }

  .icon {
    width: 25px;
    height: 25px;
    color: var(--white);
  }

  .div-hero {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 92px;
    padding-right: 0;
  }

  .paragraph.hero {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2px;
  }

  .paragraph.p-mont-blanc {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph.left {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

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

  .button.yellow.topmrnu {
    display: none;
  }

  .container-hero {
    flex-direction: column;
    align-items: center;
    padding-top: 68px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sec-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .sec-movie {
    padding-bottom: 183px;
  }

  .sec-blue {
    padding-bottom: 174px;
  }

  .image-2 {
    margin-top: 0;
  }

  .nav-menu {
    z-index: 8;
    background-color: rgba(72, 133, 251, .95);
    border: 1px #000;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .list-wrapper {
    margin-bottom: 110px;
  }

  .list-wrapper.benfit {
    margin-bottom: 0;
  }

  .list-item {
    align-items: flex-start;
    display: flex;
  }

  .list-icon.benefit {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }

  .div-block {
    width: 400px;
    height: 350px;
    margin-top: 35px;
    margin-left: 0%;
    padding: 11px;
  }

  .montblanc-wrapper {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .montblanc-wrapper.invers {
    flex-direction: column;
    margin-top: 100px;
  }

  .div-image-montblanc {
    width: 80%;
    align-items: center;
    margin-top: 60px;
  }

  .div-image-montblanc.rignt {
    align-items: center;
    margin-top: 80px;
  }

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

  .div-text-montblanc {
    width: 90%;
  }

  .image-8 {
    margin-top: -26px;
    margin-bottom: 0;
  }

  .movie-frame {
    width: 90%;
    margin-bottom: 45px;
    margin-right: 0;
  }

  .image-9 {
    margin-top: -28px;
    margin-bottom: 106px;
  }

  .div-button-center {
    margin-top: auto;
  }

  .sectio-benefit {
    padding-bottom: 40px;
  }

  .heading-7 {
    margin-bottom: 10px;
  }

  .wrapper-text-training {
    width: 80%;
    margin-bottom: 42px;
  }

  .line-hr-white {
    margin-top: 152px;
    margin-bottom: 169px;
  }

  .wrapper-angebot-team-1x.shadow {
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrapper-angebot-team-1x.shadow.team {
    max-width: 320px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .wrapper-angebot-teram-3x {
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px;
  }

  .section-team {
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-10 {
    margin-top: -41px;
    margin-right: -57px;
  }

  .intro-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 65px;
  }

  .text-frame {
    width: 90%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrapper-image-training {
    width: 30%;
    margin-bottom: 16px;
  }

  .wrapper-training {
    flex-direction: column;
    margin-bottom: 4px;
  }

  .image-11 {
    padding-right: 0;
  }

  .column-kunden {
    width: 80%;
    margin-bottom: 26px;
    display: block;
  }

  .container-impressum {
    padding-bottom: 60px;
  }

  .rich-text-impressum {
    margin-bottom: 40px;
  }

  .section-danke-top {
    height: 150px;
  }

  .danke-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-danke-left {
    width: 80%;
  }

  .div-danke-rechts {
    width: 60%;
    margin-top: 80px;
  }

  .column-8 {
    margin-bottom: 11px;
  }

  .heading-17 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .div-hero-text-wrapper {
    max-width: 550px;
    background-color: rgba(255, 255, 255, .53);
    align-items: center;
    margin-top: -13px;
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    display: flex;
  }

  .icon-close {
    width: 25px;
    height: 25px;
    opacity: 0;
    margin-top: -25px;
  }

  .image-15 {
    padding: 5px;
  }

  .image-16 {
    margin-bottom: 42px;
  }

  ._404-startseite.titel {
    margin-top: 30px;
  }

  .miete {
    text-align: center;
    line-height: 45px;
  }

  .wrapper-miete {
    flex-direction: column;
  }

  .step-miete.full {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .icon-miete {
    width: 200px;
  }

  .icon-miete.quer {
    width: auto;
    max-width: 150px;
  }

  .image-18 {
    max-width: 300px;
  }

  .heading-18 {
    margin-top: 1px;
  }

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .container-lp {
    margin-top: -15px;
  }

  .div-window-lp {
    width: 95%;
    height: auto;
    max-height: 620px;
    flex-direction: row;
    align-items: center;
  }

  .h1-hero-lp {
    margin-bottom: 20px;
    line-height: 45px;
  }

  .sec-hero-lp {
    min-height: 900px;
    background-size: cover;
  }

  .wrapper-content-window {
    align-items: flex-start;
  }

  .wrapperlp-points {
    width: 65%;
    text-align: left;
  }

  .wrapper-team-details {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-team-details.inverted {
    flex-direction: column;
    justify-content: center;
  }

  .subwrapper-team {
    width: 100%;
    padding-left: 0;
  }

  .wrapper-submenu.w--open {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .image-19 {
    opacity: 1;
  }

  .wrapperlp-image {
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .wrapper-item-vor-ort {
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-vor-ort {
    max-width: 180px;
  }

  .text-vor-ort {
    padding-left: 0;
    padding-right: 0;
  }

  .image-20 {
    margin-top: 10px;
  }

  .wrapper-hero-lpmiete {
    font-size: 38px;
  }

  .text-span-33 {
    font-size: 32px;
  }

  .phonelink-topmenu {
    display: none;
  }

  .topmenu-telnumber {
    height: 18px;
    display: block;
  }

  .aktion {
    z-index: 2000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    font-size: 16px;
  }

  .sec-hero {
    height: 800px;
  }

  .container-1200x {
    margin-bottom: 20px;
  }

  .navlink {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .navlink.mobile {
    text-align: left;
    font-size: 16px;
  }

  .sec-footer {
    padding-top: 64px;
  }

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

  .nav-menu {
    padding-bottom: 20px;
  }

  .list-wrapper {
    margin-bottom: 71px;
  }

  .list-text.benefit {
    font-size: 17px;
    line-height: 20px;
  }

  .list-icon.benefit {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: flex;
  }

  .div-block {
    display: none;
  }

  .montblanc-wrapper {
    margin-top: 60px;
  }

  .div-image-montblanc {
    margin-bottom: -73px;
  }

  .div-button-center {
    margin-top: 110px;
  }

  .subwrapper-benefit {
    width: 90%;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .heading-7 {
    margin-bottom: 10px;
  }

  .wrapper-benefit {
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
    margin-bottom: 64px;
  }

  .wrapper-angebot-team-1x.shadow {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-angebot-team-1x.shadow.team {
    max-width: 320px;
  }

  .angebot {
    width: 80%;
  }

  .wrapper-angebot-teram-3x {
    margin-bottom: 42px;
  }

  .section-team {
    padding-bottom: 104px;
  }

  .wrapper-image-training {
    width: 50%;
  }

  .logo {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .wrapper-footer {
    flex-direction: column;
    align-items: center;
  }

  .column-kunden {
    margin-bottom: -101px;
  }

  .image-12 {
    width: auto;
    height: 80px;
  }

  .section-danke-top {
    height: 100px;
  }

  .sec-jotform {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-danke-left {
    width: 90%;
  }

  .div-danke-rechts {
    width: 80%;
    margin-top: 62px;
  }

  .column-8 {
    margin-bottom: 57px;
  }

  .heading-17 {
    margin-top: 10px;
    font-size: 35px;
  }

  .div-hero-text-wrapper {
    background-color: rgba(255, 255, 255, .7);
    margin-bottom: 26px;
  }

  .icon-miete {
    width: 150px;
  }

  .icon-miete.quer {
    max-width: 180px;
  }

  .image-18 {
    width: 350px;
    max-width: 250px;
  }

  .number.quer {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .div-block-3 {
    margin-bottom: -20px;
  }

  .div-block-3.quer {
    flex-direction: row-reverse;
  }

  .heading-19 {
    z-index: 10;
    position: static;
  }

  .div-window-lp {
    max-height: 700px;
    margin-top: 157px;
  }

  .h1-hero-lp {
    object-fit: fill;
    font-size: 28px;
    line-height: 38px;
    position: relative;
  }

  .wrapper-content-window {
    flex-direction: column-reverse;
    align-items: center;
  }

  .wrapperlp-points {
    width: 100%;
  }

  .heading-20 {
    text-align: center;
    margin-top: 11px;
    font-size: 26px;
  }

  .wrapper-submenu.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapperlp-image {
    width: 40%;
    align-self: center;
  }

  .wrapper-miete-quer, .wrapper-vor-ort {
    flex-direction: column;
  }

  .wrapper-item-vor-ort {
    width: 100%;
  }

  .image-vor-ort {
    max-width: 200px;
  }

  .image-21 {
    max-width: 120px;
    align-self: flex-start;
  }

  .wrapper-hero-lpmiete {
    margin-top: 28px;
    margin-bottom: 67px;
    margin-left: 142px;
    font-size: 36px;
    line-height: 45px;
  }

  .text-span-33 {
    display: none;
  }

  .wrapper-mitetger-t {
    align-self: flex-start;
    margin-top: -204px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 67px;
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .sec-hero {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-1200x {
    margin-bottom: 0;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .div-hero {
    justify-content: flex-start;
  }

  .paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph.hero {
    margin-top: 0;
  }

  .paragraph.p-mont-blanc {
    font-size: 18px;
  }

  .paragraph.left {
    font-size: 18px;
    line-height: 30px;
  }

  .button {
    justify-content: center;
  }

  .button.yellow {
    z-index: 5;
    position: static;
  }

  .button.unten {
    justify-content: center;
    margin-bottom: 55px;
  }

  .container-hero {
    margin-top: 67px;
    padding-top: 28px;
  }

  .sec-movie {
    padding-bottom: 165px;
  }

  .sec-blue {
    padding-bottom: 145px;
  }

  .list-wrapper {
    margin-bottom: 52px;
  }

  .list-wrapper.benfit {
    padding-right: 5px;
  }

  .list-text.benefit {
    font-size: 17px;
  }

  .heading-4 {
    text-align: left;
  }

  .text-block {
    font-size: 14px;
  }

  .montblanc-wrapper {
    margin-top: 33px;
    margin-bottom: 36px;
  }

  .div-image-montblanc {
    width: 100%;
  }

  .div-image-montblanc.rignt {
    margin-bottom: 3px;
  }

  .titel-montblanc {
    font-size: 26px;
  }

  .text-span-4 {
    font-size: 22px;
  }

  .movie-frame {
    width: 100%;
  }

  .image-9 {
    margin-bottom: 14px;
  }

  .div-button-center {
    margin-top: 52px;
    margin-bottom: -47px;
  }

  .sectio-benefit {
    margin-bottom: -70px;
  }

  .subwrapper-benefit {
    margin-top: 0;
  }

  .heading-7 {
    margin-left: 0;
  }

  .heading-7.single {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .wrapper-benefit {
    margin-top: -5px;
    margin-bottom: 100px;
  }

  .wrapper-text-training {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-hr-white {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .wrapper-angebot-team-1x.shadow.team {
    max-width: 280px;
    margin-top: 40px;
  }

  .angebot {
    width: 90%;
  }

  .preis-angebot {
    font-size: 20px;
  }

  .wrapper-angebot-teram-3x {
    margin-bottom: 59px;
  }

  .wrapper-angebot-teram-3x.team {
    margin-top: -17px;
  }

  .section-team {
    padding-bottom: 76px;
  }

  .image-10 {
    margin-top: -51px;
    margin-right: 0;
  }

  .wrapper-image-training {
    width: 70%;
    margin-bottom: 7px;
  }

  .wrapper-training {
    margin-top: 2px;
    margin-bottom: 12px;
  }

  .team-name {
    font-size: 20px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 16px;
  }

  .column-kunden {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -103px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-impressum {
    text-align: left;
  }

  .div-danke-left, .div-danke-rechts {
    width: 95%;
  }

  .column-8 {
    margin-bottom: 84px;
  }

  .heading-17 {
    margin-bottom: 26px;
    font-size: 32px;
  }

  .div-hero-text-wrapper {
    background-color: rgba(255, 255, 255, .8);
    margin-top: -32px;
  }

  .miete {
    margin-bottom: 33px;
    line-height: 40px;
  }

  .step-miete.full {
    width: 90%;
  }

  .icon-miete {
    width: 65%;
  }

  .icon-miete.quer {
    max-width: 160px;
  }

  .image-18 {
    max-width: 200px;
  }

  .number.unten {
    width: 40px;
    height: 40px;
  }

  .number.quer {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .div-window-lp {
    max-height: 800px;
    margin-top: 121px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-hero-lp {
    margin-left: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-20 {
    font-size: 24px;
    line-height: 28px;
  }

  .wrapper-submenu.w--open {
    align-items: flex-start;
  }

  .wrapperlp-image {
    width: 70%;
  }

  .titel-wrapper-quer {
    margin-top: 58px;
  }

  .wrapper-vor-ort {
    margin-top: -8px;
  }

  .div-block-5 {
    margin-top: 48px;
  }

  .image-21 {
    max-width: 100px;
    margin-top: 41px;
    margin-bottom: 20px;
    margin-left: 18px;
  }

  .text-span-26 {
    font-size: 22px;
  }

  .text-span-29 {
    font-size: 22px;
    line-height: 28px;
  }

  .wrapper-hero-lpmiete {
    color: var(--cornflower-blue);
    margin-left: 104px;
    font-size: 28px;
    line-height: 40px;
  }

  .text-span-30 {
    font-size: 30px;
  }

  .wrapper-mitetger-t {
    margin-top: -258px;
    margin-left: -9px;
  }

  .aktion {
    width: 285px;
  }

  .div-block-8 {
    width: 35px;
  }
}

#w-node-_45ee9851-6b66-6645-ed99-fce162136f53-62136f52, #w-node-_45ee9851-6b66-6645-ed99-fce162136f55-62136f52, #w-node-_45ee9851-6b66-6645-ed99-fce162136f60-62136f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}