.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #111;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: mundial, sans-serif;
  font-weight: 200;
}

.hero-text-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 0px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-logo-wrapper {
  display: none;
  width: 40%;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-titel {
  font-family: mundial, sans-serif;
  color: #909090;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.section-titel.mitte {
  text-align: center;
}

.titel {
  padding-top: 70px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  font-weight: 200;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 40px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-image: linear-gradient(94deg, #ac906a, #e7d6b3 53%, #ac906a);
  color: #000;
  font-size: 15px;
  font-weight: 100;
}

.button.ohne-margin {
  margin-top: 0px;
  font-family: mundial, sans-serif;
}

.link {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.hero-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: url('../images/geraete1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  position: absolute;
  left: auto;
  top: auto;
  right: 7.5vw;
  bottom: 0%;
  z-index: 100;
  width: 50vw;
  height: 42vh;
  margin-top: 347px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-2 {
  background-image: url('../images/geraete2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/geraete3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-color: transparent;
  background-image: url('../images/WhatsApp-Image-2022-08-09-at-16.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.dunkel {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #111;
}

.section.abstand-oben {
  margin-top: 160px;
}

.partner-logo-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3 Area-4"
    "Area-5 Area-6 Area-7 Area-8";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.container-inhalt {
  width: 85vw;
}

.bild-partner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-logo {
  display: block;
}

.section-inhalt-titel {
  margin-bottom: 10px;
  font-family: mundial, sans-serif;
  font-size: 50px;
  line-height: 65px;
  font-weight: 200;
}

.section-inhalt-titel.mitte {
  text-align: center;
}

.section-inhalt-titel.mitte.wei {
  color: #fff;
}

.moderne-ausstattung-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.ausstattung-bild-text-wrapper {
  width: 50%;
  margin-right: 20px;
}

.ausstattung-bild-text-wrapper.ohne-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ausstattung-kathegorien-wrapper {
  width: 50%;
}

.ausstattung-text {
  margin-top: 20px;
  font-family: mundial, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.aussattung-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-6 Area-5 Area-4"
    "Area-7 Area-8 .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.aussattung-kathegroe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aussattung-grid-bild {
  width: auto;
  height: 120px;
}

.aussattung-grid-text {
  font-family: mundial, sans-serif;
  text-align: center;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-button-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.zeitleiste-wrapper {
  margin-top: 90px;
}

.rezesionen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.untertitel-zeitleiste {
  font-family: mundial, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
}

.untertitel-zeitleiste.dunkel {
  margin-top: 10px;
  color: #000;
}

.zeitleiste-datum-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeitleiste-kreis-blau {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(177deg, #ac906a, #e7d6b3 53%, #ac906a);
}

.zweitleiste-geschichte-zukunft-schrift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zeitleiste-entwicklungen-wrapper {
  height: auto;
  min-height: auto;
  background-color: transparent;
}

.zeit-test-zeitleiste-entwicklungen {
  width: 250px;
  font-family: mundial, sans-serif;
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.zeitlinie-entwicklungen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.5px;
  min-height: 1.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #909090;
}

.zeitleiste-kreis-wei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #111;
}

.test-zeitleiste-entwicklungen {
  width: 250px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

.berschrift {
  font-family: mundial, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.berschrift.grid {
  margin-bottom: 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rezzesion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rezession-bild {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.resezzient {
  width: 150px;
}

.rezession-text {
  max-width: 400px;
  margin-top: 15px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.rezessient-text {
  margin-top: 10px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.image {
  padding-bottom: 0px;
  border-radius: 100px;
}

.image-2 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.wrapper-grid-leistungen-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper.links {
  margin-right: 20px;
}

.grid-wrapper.rechts {
  margin-left: 20px;
}

.leistungen-web-vorteile {
  width: auto;
  max-width: 500px;
  margin-bottom: 50px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: mundial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 200;
}

.zusatzangebote {
  max-width: 800px;
  margin-bottom: 51px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.paragraph-2 {
  width: 400px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.telefon-adresse {
  margin-top: 24px;
  font-family: mundial, sans-serif;
  color: #fff;
  text-align: center;
}

.telefon-adresse.dunkel {
  color: #000;
}

.slide-5 {
  background-image: url('../images/WhatsApp-Image-2022-08-09-at-16.04.36.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-3 {
  display: block;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.text-block {
  margin-right: 10px;
  margin-left: 10px;
  font-family: mundial, sans-serif;
  color: #ccc;
  text-decoration: none;
}

.text-block-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-3 {
  margin-top: 30px;
  font-family: mundial, sans-serif;
  color: #fff;
  font-weight: 100;
}

.slider-2 {
  display: none;
}

.zeitleiste-wrapper-mobil {
  display: none;
}

.zeitleiste-kreis-blau-2 {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: #0e60e0;
}

.zeitrahl-einzelnes-elemtenpaar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zeitstrahl-mobil-berschrift-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -301px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zeitstrahl-warpper-mobil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5px;
  height: 600px;
  min-width: 1.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d6c8d;
}

.zeitrahl-inhalte-mobil-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeitleiste-kreis-wei-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.rolf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-link {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  font-family: mundial, sans-serif;
  color: #5d6c8d;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.header-section-seiten {
  height: 50vh;
}

.nav-link {
  margin-right: 30px;
  margin-left: 30px;
  font-family: mundial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.w--current {
  color: #0e60e0;
}

.untertitel {
  margin-top: 80px;
  font-family: mundial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}

.untertitel.header-ohne-margin {
  margin-top: 0px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seiten-container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slogan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-nav {
  height: 10vh;
}

.slide-11 {
  background-image: url('../images/WhatsApp-Image-2022-08-13-at-16.57.51-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/WhatsApp-Image-2022-08-13-at-16.57.50-1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/WhatsApp-Image-2022-08-22-at-15.24.29.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/WhatsApp-Image-2022-08-13-at-16.57.51-1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/training2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-neueroeffnung-horgau {
  font-family: mundial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.titel-neueroeffnung {
  font-family: mundial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}

.slide-111 {
  background-image: url('../images/WhatsApp-Image-2022-08-20-at-18.04.12-1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-112 {
  background-image: url('../images/WhatsApp-Image-2022-08-22-at-15.24.30-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-113 {
  background-image: url('../images/WhatsApp-Image-2022-08-22-at-15.26.03.jpeg');
  background-position: 50% 8%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-114 {
  background-image: url('../images/WhatsApp-Image-2022-08-20-at-18.04.11-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-123 {
  background-image: url('../images/WhatsApp-Image-2022-08-13-at-16.57.50.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-124 {
  background-image: url('../images/WhatsApp-Image-2022-08-20-at-18.04.12-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.marketing-spruch {
  margin-top: 30px;
  margin-bottom: 50px;
  background-image: linear-gradient(86deg, #ac906a, #e7d6b3 55%, #ac906a);
  font-family: mundial, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-5 {
  position: absolute;
  left: 86%;
  top: 6670.546875px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.dunkel {
  color: #000;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }

  .container {
    width: 85vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-text-wrappper {
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-logo-wrapper {
    padding-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-titel {
    margin-top: 32px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 30px;
    text-align: center;
  }

  .titel {
    padding-top: 40px;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }

  .slider {
    position: static;
    display: none;
    margin-top: 0px;
  }

  .section.abstand-oben {
    margin-top: 100px;
  }

  .partner-logo-wrapper {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-inhalt-titel.mitte.wei.kleiner {
    line-height: 50px;
  }

  .moderne-ausstattung-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ausstattung-bild-text-wrapper {
    width: 100%;
  }

  .ausstattung-bild-text-wrapper.ohne-margin {
    margin-top: 31px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ausstattung-bild-text-wrapper.ohne-margin.mitte {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ausstattung-kathegorien-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .untertitel-zeitleiste.dunkel {
    margin-top: 0px;
  }

  .berschrift {
    font-size: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-2 {
    display: block;
    width: 100vw;
    background-color: transparent;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide-nav-2 {
    display: none;
  }

  .slide-6 {
    background-image: url('../images/geraete1.png');
    background-position: 50% 60%;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/geraete3.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-8 {
    background-image: url('../images/umkleide.jpeg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-9 {
    background-image: url('../images/ausdauer.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-10 {
    background-image: url('../images/WhatsApp-Image-2022-08-09-at-16.04.36.jpeg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .image-4 {
    padding-bottom: 30px;
  }

  .zeitleiste-wrapper-mobil {
    display: none;
  }

  .rolf {
    width: 100%;
  }

  .untertitel {
    font-size: 45px;
    line-height: 50px;
  }

  .slogan-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    position: absolute;
    left: 82%;
    top: auto;
    bottom: -7987.609375px;
  }
}

@media screen and (max-width: 767px) {
  .section-titel {
    font-size: 25px;
  }

  .titel {
    font-size: 50px;
    line-height: 50px;
  }

  .button.ohne-margin {
    margin-top: 15px;
  }

  .section.abstand-oben {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .partner-logo-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .bild-partner-wrapper {
    height: 80px;
  }

  .partner-logo {
    width: 60%;
  }

  .section-inhalt-titel {
    font-size: 40px;
  }

  .section-inhalt-titel.mitte.wei {
    line-height: 40px;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rezesionen-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zeitleiste-entwicklungen-wrapper {
    display: none;
  }

  .zeit-test-zeitleiste-entwicklungen.mobil {
    text-align: left;
  }

  .berschrift.grid {
    margin-bottom: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rezzesion-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .wrapper-grid-leistungen-web {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-wrapper.links {
    margin-top: 30px;
  }

  .grid-wrapper.rechts {
    margin-top: 0px;
    margin-left: 0px;
  }

  .paragraph {
    color: #fff;
  }

  .paragraph.dunkel {
    color: #000;
  }

  .zusatzangebote {
    font-size: 25px;
  }

  .zeitleiste-wrapper-mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zeitleiste-kreis-blau-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac906a), color-stop(51%, #e7d6b3), to(#ac906a));
    background-image: linear-gradient(180deg, #ac906a, #e7d6b3 51%, #ac906a);
  }

  .noch-zuknft-mobil-wrapper {
    margin-top: 400px;
  }

  .zeitstrahl-mobil-berschrift-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .zeitstrahl-warpper-mobil {
    background-color: #909090;
  }

  .zeitleiste-kreis-wei-2 {
    background-color: #111;
  }

  .hero-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav-link {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 15px;
  }

  .untertitel {
    margin-top: 60px;
    font-size: 40px;
    line-height: 40px;
  }

  .image-5 {
    left: 75%;
    bottom: -9285.609375px;
  }
}

@media screen and (max-width: 479px) {
  .section-titel {
    font-size: 20px;
  }

  .titel {
    font-size: 35px;
    line-height: 35px;
    font-weight: 100;
  }

  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.abstand-oben {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .partner-logo-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-inhalt {
    width: 95vw;
  }

  .bild-partner-wrapper {
    width: 100px;
    height: 100px;
  }

  .partner-logo {
    width: 80%;
  }

  .section-inhalt-titel {
    line-height: 40px;
  }

  .section-inhalt-titel.mitte.wei {
    font-size: 40px;
  }

  .section-inhalt-titel.mitte.wei.kleiner {
    font-size: 35px;
    line-height: 40px;
  }

  .moderne-ausstattung-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ausstattung-bild-text-wrapper {
    margin-right: 0px;
  }

  .ausstattung-text {
    font-size: 16px;
    line-height: 18px;
  }

  .aussattung-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .rezzesion-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .rezession-text {
    max-width: 100%;
  }

  .leistungen-web-vorteile {
    margin-bottom: 30px;
  }

  .paragraph.dunkel {
    color: #000;
  }

  .zusatzangebote {
    font-size: 18px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 15px;
  }

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

  .zeitleiste-wrapper-mobil {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .zeitleiste-kreis-blau-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac906a), color-stop(54%, #e7d6b3), to(#ac906a));
    background-image: linear-gradient(180deg, #ac906a, #e7d6b3 54%, #ac906a);
  }

  .zeitrahl-einzelnes-elemtenpaar {
    width: auto;
  }

  .noch-zuknft-mobil-wrapper {
    margin-top: 400px;
    margin-bottom: 0px;
  }

  .zeitstrahl-mobil-berschrift-wrapper {
    margin-left: -257px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .rolf {
    width: 100%;
  }

  .hero-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .untertitel {
    font-size: 35px;
  }

  .titel-neueroeffnung {
    font-size: 40px;
    line-height: 40px;
  }
}

#w-node-_2abdc829-19bd-ce72-796c-f0c0a81e5125-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b22e101-27b8-d60e-2542-37376ff14a20-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f04985dd-c122-0508-d552-48e6bc95201b-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5caea03d-b659-d11f-3521-84dd38fa94cf-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6048e74-58f2-d45c-1ca5-2e3d8465f323-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef8ba18e-8f63-0116-1b4a-cac2d5c98d17-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7276143a-3147-60c9-543c-94da94a43305-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ee39587-9e74-2a6a-aebe-34f9402c8be7-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c33c414b-d8fc-5617-1951-77371b056994-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cf902307-b795-8276-fdf4-aadc5db6497c-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3c003ffb-92f3-19c5-8f56-61db6612e64d-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b06e7f6-82b7-5bb8-0eb3-b626d95e699c-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b67767e-53e0-bc0f-e971-14b9352b8d18-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e65bb0c4-58d6-d475-9b09-549b62cdc9ed-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7d9e327-700e-5785-78b5-ffe3466c8cc6-a1e5c0b8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

