.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.center {
  height: 80vh;
  background-color: #cf0063;
  background-image: url('../images/Startseite.jpg'), linear-gradient(135deg, #dd1173, #350e47);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.center.start {
  height: 600px;
  background-color: #99999a;
  background-image: url('../images/Moritz-Keller-Inhaber-und-Geschäftsführer.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-top: 100px;
  padding-top: 11vh;
}

.section.center.tablet {
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Moritz-Keller_tableting-Tablettierwerkzeuge_v01.jpg');
  background-position: 75%;
  background-size: cover;
  margin-top: 100px;
}

.section.center.beratung {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Beratungseite.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 100px;
}

.section.wide {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #fff;
  justify-content: flex-start;
  padding-top: 3vh;
  padding-bottom: 0;
}

.section.wide.purple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.section.wide.text-only {
  padding-top: 15vh;
  padding-bottom: 0;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: center;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  max-width: 1280px;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Open sans regular v34 latin", sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.heading.black {
  text-align: left;
  cursor: pointer;
  margin-top: 0;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  align-self: center;
  padding-left: 1vw;
  padding-right: 1vw;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.breit {
  width: 100vw;
  max-width: 935px;
  margin-bottom: -132px;
  padding-bottom: 0;
}

.feature-content.breit.maargin {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.feature-content.top {
  align-self: flex-start;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: none;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap {
  max-width: 700px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.title {
  color: #6b6b6b;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 0;
  font-size: 12px;
  display: inline-block;
}

.image-2 {
  flex: none;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #000;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #000;
  box-shadow: inset 0 -5px #6b6b6b;
}

.nav-link.w--current {
  color: #6b6b6b;
}

.nav-link.sprachwechsel {
  margin-left: 0;
  margin-right: 0;
}

.nav-link.sprachwechsel:active {
  font-family: "Open sans 700 v34 latin", sans-serif;
}

.nav-link.sprachwechsel-trennung {
  margin-left: 5px;
  margin-right: 5px;
}

.hero-image {
  height: 85vh;
  display: none;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.black-text {
  width: 100%;
  height: 70px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  display: block;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  max-width: 1280px;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 7vh;
  margin-bottom: 7vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  max-width: 1280px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3vh;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
  font-family: "Open sans 700 v34 latin", sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hero-subhead {
  max-width: 60%;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  display: none;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-icon {
  height: 80px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 450px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 300px;
  margin-left: auto;
  margin-right: 311px;
  display: block;
}

.quote-wrap.werkzeuge {
  width: 450px;
  max-width: 450px;
  align-self: center;
  margin: 200px 0 304px 800px;
}

.quote-wrap.beratung {
  margin-bottom: 237px;
  margin-left: 595px;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  opacity: .7;
  color: #fff;
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2.sprachwechsel {
  margin-left: 15px;
  display: none;
}

.heading-3 {
  color: #000;
  margin-right: 470px;
  font-family: PT Sans, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 5vh;
  display: none;
}

.heading-3.startseite {
  margin-right: 0;
  font-size: 5vh;
  line-height: 6.5vh;
  display: none;
}

.bold-text {
  color: #000;
  font-size: 6.5vh;
  line-height: 6vh;
}

.image-5 {
  display: none;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2.bold-text {
  font-weight: 600;
}

.paragraph-3 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.list-2 {
  padding-left: 20px;
}

.list-2.centered {
  margin-left: 0;
  list-style-type: disc;
  position: relative;
  left: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-6 {
  object-fit: contain;
}

.heading-5 {
  margin-top: 7vh;
  line-height: 1vh;
}

.submit-button {
  background-color: #6b6b6b;
}

.submit-button:hover {
  background-color: #000;
}

.heading-6 {
  color: #fff;
}

.heading-6.hide {
  display: none;
}

.list-4.startseite {
  width: 100%;
  padding-left: 15px;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-7.datenschutz {
  color: #000;
  font-size: 30px;
  line-height: 35px;
}

.paragraph-4 {
  text-align: left;
  margin-top: 40px;
}

.paragraph-4.links, .paragraph-4.agb {
  text-align: left;
}

.heading-8 {
  margin-top: 0;
}

.text-block-3 {
  position: absolute;
  transform: rotate(-6deg);
}

.text-block-3.platzhalter {
  margin-top: 409px;
  margin-left: 74px;
}

.html-embed {
  width: 100vw;
  display: none;
}

.paragraph-5 {
  margin-top: 2vh;
}

.paragraph-5.kontakt {
  float: left;
  clear: none;
}

.paragraph-5.kontakt.hide {
  display: none;
}

.image-8 {
  float: left;
  clear: none;
  margin-left: 5px;
  margin-right: 8px;
  padding-top: 25px;
  position: static;
}

.div-block-13 {
  width: 85%;
}

.div-block-14 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.container.tablet {
  text-align: center;
  margin-bottom: -30px;
}

.container.tablet.desktop {
  display: none;
}

.stempel {
  width: 185px;
  align-self: flex-start;
  margin-top: -145px;
  margin-right: 700px;
  display: none;
  position: relative;
  left: 0;
}

.container-2 {
  position: absolute;
}

.div-block-15 {
  padding-bottom: 149px;
}

.div-block-16 {
  padding-bottom: 16px;
}

.datenschutz-liste {
  text-align: left;
}

.datenschutz-liste.unterpunkte {
  padding-left: 100px;
  list-style-type: disc;
}

.widerspruchsrecht-liste {
  color: #6b6b6b;
  text-align: left;
  font-weight: 700;
}

.accordion-icon {
  float: right;
  clear: none;
  cursor: pointer;
  object-fit: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  font-family: Open Sans, sans-serif;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.accordion-icon:hover {
  color: #6b6b6b;
}

.accordion-item-content {
  overflow: hidden;
}

.accordion-item {
  text-align: left;
  border-radius: 1px;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: static;
}

.accordion-item-trigger {
  color: #000;
  cursor: auto;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.datenschutz-heading {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.datenschutz-heading:hover {
  color: #6b6b6b;
}

.column-7 {
  padding-left: 0;
}

.paragraph-6 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-9 {
  color: #000;
  font-size: 30px;
  line-height: 35px;
}

.button-2 {
  width: 100%;
  height: 500px;
  max-width: 100%;
  background-image: url('../images/maps-test_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack {
  padding: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  margin-bottom: -50px;
}

.datenschutzhinweis-maps {
  background-color: rgba(80, 80, 80, .75);
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: relative;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.datenschutzhinweis-gmaps {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 1920px) {
  .section.center.start {
    height: 750px;
    background-position: 70%;
  }

  .section.center.tablet {
    height: 750px;
    background-position: 60%;
  }

  .section.wide.img {
    padding-top: 3vh;
  }

  .section.wide.text-only {
    padding-bottom: 0;
  }

  .quote-wrap {
    width: 25vw;
  }

  .heading-7.datenschutz {
    color: #000;
    font-size: 30px;
    line-height: 35px;
  }

  .stempel {
    display: none;
  }

  .div-block-15 {
    margin-top: 74px;
    padding-bottom: 75px;
  }

  .div-block-16 {
    padding-bottom: 20px;
  }

  .paragraph-6 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

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

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .section.center.start {
    height: 450px;
    background-position: 55%;
    margin-top: 76px;
    padding-top: 3vh;
    padding-bottom: 17vh;
  }

  .section.center.tablet {
    height: 450px;
    background-position: 55%;
    margin-top: 76px;
    padding-top: 2vh;
    padding-bottom: 20vh;
  }

  .section.wide {
    padding-top: 7vh;
  }

  .section.wide.img {
    padding-top: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content.icons {
    align-self: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content.breit.maargin {
    width: 93vw;
    text-align: left;
    margin-bottom: 0;
  }

  .feature-content.top {
    width: 47vw;
  }

  .wrap, .title {
    text-align: left;
  }

  .title.desktop {
    display: none;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.icons {
    align-items: flex-start;
  }

  .black.smaller.desktop {
    display: none;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 50vw;
    margin: 35px 0 43px 362px;
  }

  .quote-wrap.werkzeuge {
    width: 350px;
    margin: 10px 0 37px 371px;
  }

  .quote-icon {
    margin-bottom: 20px;
  }

  .menu-icon {
    color: #000;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu-2 {
    min-width: 240px;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .heading-6.mobile {
    margin-top: 0;
  }

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

  .heading-7.datenschutz {
    text-align: center;
  }

  .div-block-13 {
    width: 100%;
  }

  .container.tablet.desktop {
    display: block;
  }

  .stempel {
    margin-left: 497px;
    margin-right: 0;
  }

  .div-block-15, .div-block-16 {
    display: none;
  }

  .accordion-item {
    margin-left: auto;
    margin-right: auto;
  }

  .datenschutzhinweis-maps {
    background-color: #6b6b6b;
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center.start {
    background-position: 52%;
    margin-top: 70px;
    padding-top: 25vh;
    padding-bottom: 0;
  }

  .section.center.tablet {
    margin-top: 65px;
  }

  .section.wide {
    padding-top: 7vh;
  }

  .hero {
    background-color: #fff;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 55px;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .feature-content.breit.maargin {
    text-align: left;
    margin-bottom: 0;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3vh;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .title.desktop {
    display: none;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .black-text {
    height: auto;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .black {
    line-height: 25px;
  }

  .black.smaller {
    font-size: 25px;
  }

  .black.smaller.desktop {
    display: none;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .arrow {
    display: none;
  }

  .quote-wrap {
    width: 250px;
    background-color: rgba(0, 0, 0, 0);
    align-self: flex-end;
    margin: -185px 15px auto 0;
    padding: 8px 5px 0;
  }

  .quote-wrap.werkzeuge {
    width: 350px;
    align-self: flex-end;
    margin: -30px -1px -19px 104px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .quote-icon {
    display: none;
  }

  .menu-icon {
    color: #000;
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .image-6 {
    max-width: 90%;
  }

  .heading-5 {
    line-height: 10px;
  }

  .heading-6.mobile {
    display: none;
  }

  .heading-6.hide {
    width: 250px;
    margin-top: 22px;
    margin-left: 0;
    display: block;
  }

  .heading-6.hide.werkzeuge {
    width: 300px;
  }

  .heading-7 {
    line-height: 0;
  }

  .paragraph-4 {
    max-width: 70vw;
  }

  .heading-8 {
    line-height: 0;
  }

  .container.tablet.desktop {
    display: block;
  }

  .stempel {
    width: 150px;
    margin-top: -348px;
    margin-left: 302px;
  }

  .div-block-15 {
    padding-bottom: 154px;
    display: none;
  }

  .div-block-16 {
    display: none;
  }

  .accordion-item {
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .section.center.start {
    height: 350px;
    background-position: 55%;
    background-size: cover;
    margin-top: 67px;
    padding-top: 15vh;
    padding-bottom: 0;
  }

  .section.center.tablet {
    height: 350px;
    background-position: 48% 0;
    background-size: auto 130%;
    margin-top: 67px;
  }

  .section.center.beratung {
    padding-top: 0;
  }

  .section.wide {
    padding-top: 7vh;
  }

  .section.wide.img {
    padding-top: 3vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    order: 1;
  }

  .feature-content.icons {
    padding-left: 0;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content.breit.maargin {
    text-align: left;
    margin-bottom: 0;
  }

  .feature-content.top {
    width: 90vw;
    margin-bottom: 25px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    text-align: left;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title {
    text-align: left;
  }

  .image-2 {
    width: 100%;
    order: -1;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .nav-menu-wrap {
    color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    margin-bottom: 0;
  }

  .hero-image {
    width: 80%;
  }

  .black-text {
    height: auto;
  }

  .feature-wrap {
    flex-direction: column;
    display: flex;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .black {
    font-size: 28px;
    line-height: 25px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .arrow {
    display: none;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .quote-wrap {
    width: 220px;
    background-color: rgba(0, 0, 0, 0);
    align-self: flex-end;
    margin: -350px 0 -130px auto;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .quote-wrap.werkzeuge {
    width: 230px;
    margin: 80px 17px 20px 37px;
    position: relative;
  }

  .quote-wrap.beratung {
    margin-bottom: auto;
    margin-left: auto;
  }

  .quote-icon {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    color: #000;
  }

  .menu-button {
    background-color: #fff;
  }

  .nav-menu-2 {
    padding-top: 0;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .image-6 {
    max-width: 80%;
  }

  .heading-5 {
    text-align: left;
    margin-top: 5vh;
    padding-left: 0;
    line-height: 20px;
  }

  .heading-6 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
  }

  .heading-6.mobile {
    display: none;
  }

  .heading-6.hide {
    width: 200px;
    display: block;
  }

  .heading-6.hide.werkzeuge {
    width: 230px;
    margin-top: 0;
  }

  .list-4 {
    padding-left: 15px;
  }

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

  .paragraph-4, .paragraph-4.agb {
    max-width: 90vw;
  }

  .heading-8 {
    line-height: 25px;
  }

  .image-8 {
    padding-top: 30px;
  }

  .div-block-14 {
    margin-left: -3px;
  }

  .stempel {
    width: 100px;
    margin-top: -244px;
    margin-left: 198px;
  }

  .mobilform {
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .form-block-2 {
    width: 100vw;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .italic-text {
    display: block;
    position: absolute;
    left: 15px;
  }

  .image-9 {
    margin-left: 10px;
  }

  .grid {
    margin-bottom: 0;
  }
}

#w-node-_7b25df6e-c74b-0e15-6e54-1ff8c54c01b0-3f31c94f, #w-node-_84890a2c-9ecb-d863-0741-9b0ba8fdbc2b-3f31c94f, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae380b-3f31c94f, #w-node-_7b25df6e-c74b-0e15-6e54-1ff8c54c01b0-6d75d698, #w-node-_84890a2c-9ecb-d863-0741-9b0ba8fdbc2b-6d75d698, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae380b-6d75d698 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae37fb-3f31c94f, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae37ff-3f31c94f, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae3803-3f31c94f, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae3807-3f31c94f, #w-node-_35bfb79b-caa8-eec3-f6c9-3172ccae38b2-3f31c94f, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae37fb-6d75d698, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae37ff-6d75d698, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae3803-6d75d698, #w-node-d67791e5-e2f8-aa20-f678-ed55a6ae3807-6d75d698, #w-node-_35bfb79b-caa8-eec3-f6c9-3172ccae38b2-6d75d698 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Open sans 300 v34 latin';
  src: url('../fonts/open-sans-v34-latin-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans 700 v34 latin';
  src: url('../fonts/open-sans-v34-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans 600 v34 latin';
  src: url('../fonts/open-sans-v34-latin-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans 800 v34 latin';
  src: url('../fonts/open-sans-v34-latin-800.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans regular v34 latin';
  src: url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans 500 v34 latin';
  src: url('../fonts/open-sans-v34-latin-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
