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

p {
  margin-bottom: 10px;
  line-height: 24px;
}

.mycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 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;
}

.mycontainer.leistunglang {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-image {
  display: block;
  opacity: 1;
}

.button {
  padding: 12px 25px;
  border-radius: 20px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  border-radius: 200px;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  border-radius: 500px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}

.button.cc-jumbo-button.secondary-btn {
  margin-top: 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px 2px 0px;
  border-color: #000;
  background-color: transparent;
  opacity: 1;
  cursor: auto;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.text-block {
  font-weight: 500;
}

.heading-jumbo {
  display: block;
  width: 100%;
  min-width: 0px;
  margin: 10px 0px;
  padding-left: 0px;
  color: #000;
  font-size: 40px;
  line-height: 53px;
  font-weight: 600;
  text-transform: none;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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;
  background-color: #f4f4f4;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 90%;
  min-width: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.intro-content.testemonial {
  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;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-top: 20px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.section {
  height: 50vh;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 70vh;
  padding: 80px 20px;
  -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;
}

.section.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 60vh;
  padding: 80px 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;
}

.section.probleme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 70vh;
  padding: 80px 20px;
  -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;
  background-color: #f8f8f8;
}

.section.probleme.vorteile {
  background-color: #fff;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 60vh;
}

.section.testemonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f8f8;
  color: #fff;
}

.section.betreuung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #6acaf4;
}

.section.navbar1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 23px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: transparent;
}

.section.zusammenarbeit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 60vh;
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.section.leistung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 60vh;
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.section.leistung.cd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 60vh;
  padding-right: 20px;
  padding-left: 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;
  background-color: #fff;
}

.section.leistung.ad {
  background-color: #fff;
}

.columns {
  max-width: 100%;
}

.column {
  position: relative;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 2.5fr 2fr;
  grid-template-columns: 2.5fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  border-radius: 600px;
}

.grid-2 {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-bottom: 0px;
  grid-column-gap: 54px;
  grid-row-gap: 55px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.text-block-2 {
  margin-top: 10px;
  text-align: center;
}

.text-block-3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.text-block-4 {
  margin-top: 10px;
}

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

.text-block-6 {
  margin-top: 10px;
}

.text-block-7 {
  margin-top: 10px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: normal;
}

.grid-3 {
  margin-top: 64px;
  grid-column-gap: 59px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  max-width: 85%;
  float: none;
}

.image-2 {
  padding: 0px;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  float: none;
  white-space: normal;
}

.grid-4 {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f8f8f8;
}

.heading-2 {
  margin-bottom: 20px;
}

.heading-2.ads {
  max-width: 70%;
}

.heading-2.content {
  max-width: 70%;
}

.heading-2.corporatedesign {
  max-width: 70%;
  line-height: 46px;
}

.grid-5 {
  justify-items: stretch;
  grid-column-gap: 86px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-5.right {
  grid-auto-flow: column;
}

.heading-3 {
  max-width: 71%;
  text-decoration: none;
}

.grid-6 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  width: auto;
  max-width: 5%;
  float: left;
  clear: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-3 {
  margin-top: 25px;
  margin-bottom: 45px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  float: none;
  clear: none;
  -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;
}

.heading-4 {
  margin-top: 3px;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 17px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 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;
}

.image-4 {
  display: inline-block;
  max-width: 35%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4.right {
  padding-top: 42px;
  float: right;
}

.section-4 {
  line-height: 70vh;
}

.footer-thin-container {
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-thin-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
}

.footer-thin-wrapper.footer-thin {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.footer-thin-wrapper.footer-thin.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #6acaf4;
  color: #939596;
  font-size: 14px;
}

.copyright-text {
  color: #fff;
  text-align: center;
}

.footer-with-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -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;
  font-family: Montserrat, sans-serif;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  color: #747474;
  font-size: 12px;
  line-height: 20px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
  color: #fff;
}

.footer-item {
  margin-right: 0px;
  margin-left: 0px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.footer-item.strich {
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-8 {
  color: #000;
}

.image-5 {
  max-width: 96%;
  border-radius: 700px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 147px;
  height: 147px;
  -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-style: solid;
  border-width: 3px;
  border-color: #6acaf4;
  border-radius: 500px;
  background-color: transparent;
  opacity: 1;
  color: transparent;
}

.div-block-3.big {
  width: 300px;
  height: 300px;
  max-width: 100%;
  border-width: 5px;
  border-color: #6acaf4;
  border-radius: 700px;
}

.text-span {
  box-shadow: inset 0 -18px 0 0 #6acaf4;
}

.text-span.small {
  box-shadow: inset 0 -16px 0 0 #6acaf4;
}

.text-span.small.yellow {
  box-shadow: inset 0 -16px 0 0 #ffdd81;
}

.text-span.small.red {
  box-shadow: inset 0 -16px 0 0 #fe9a8e;
}

.white-h2 {
  color: #fff;
}

.div-block-6 {
  padding-bottom: 0px;
}

.image-13 {
  margin-top: 15px;
  float: right;
}

.image-14 {
  margin-top: 15px;
  float: right;
}

.image-15 {
  margin-top: 15px;
  float: right;
}

.icon {
  width: 29px;
}

.icon.iconleistung {
  width: 29px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid5right {
  grid-column-gap: 86px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.image-16 {
  max-width: 60%;
}

.image-17 {
  max-width: 56%;
}

.image-18 {
  max-width: 51%;
}

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

@media screen and (min-width: 1440px) {
  .mycontainer {
    max-width: 1100px;
  }
}

@media screen and (max-width: 991px) {
  .mycontainer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .mycontainer.leistunglang {
    padding-right: 71px;
  }

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    padding: 0px;
  }

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

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

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-jumbo-button.secondary-btn {
    margin-top: 0px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .intro-text {
    width: auto;
  }

  .heading-jumbo {
    line-height: 57px;
  }

  .section.hero {
    height: auto;
    min-height: 60vh;
  }

  .section.about {
    min-height: 70vh;
  }

  .section.probleme {
    min-height: 80vh;
  }

  .section.probleme.vorteile {
    min-height: 70vh;
  }

  .section.betreuung {
    height: auto;
    min-height: 35vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.zusammenarbeit {
    min-height: 75vh;
  }

  .section.leistung {
    min-height: 80vh;
  }

  .section.leistung.ad {
    min-height: 60vh;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    max-width: 50%;
  }

  .grid-4 {
    -ms-grid-columns: 0.5fr 3fr;
    grid-template-columns: 0.5fr 3fr;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-2.corporatedesign {
    line-height: 39px;
  }

  .heading-2.white-h2 {
    margin-top: 0px;
  }

  .grid-5 {
    grid-column-gap: 34px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .image-3 {
    max-width: 5%;
    margin-right: 20px;
    padding-right: 0px;
  }

  .paragraph-3 {
    max-width: 100%;
  }

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

  .section-3 {
    height: 90vh;
  }

  .image-4 {
    width: 200px;
    max-width: none;
    margin-bottom: 0px;
    padding: 14px;
    float: right;
  }

  .footer-thin-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3.big {
    width: 250px;
    height: 250px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .paragraph-4 {
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .heading-jumbo {
    font-size: 31px;
    line-height: 45px;
  }

  .intro-content {
    width: 80%;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .section.about {
    height: auto;
    min-height: 85vh;
  }

  .section.cta {
    height: auto;
  }

  .section.zusammenarbeit {
    min-height: 85vh;
  }

  .section.leistung {
    min-height: 90vh;
  }

  .section.leistung.cd {
    min-height: 90vh;
  }

  .grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-3 {
    margin-top: 21px;
  }

  .section-2 {
    height: 90vh;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .heading-2.corporatedesign {
    margin-bottom: 10px;
    line-height: 35px;
  }

  .grid-5 {
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .section-3 {
    height: 100vh;
  }

  .image-4 {
    width: 150px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
  }

  .footer-thin-wrapper {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .footer-with-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

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

@media screen and (max-width: 479px) {
  .mycontainer {
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .mycontainer.leistunglang {
    padding-right: 0px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .button.cc-jumbo-button {
    max-width: 100%;
    min-width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-text {
    margin-bottom: 0px;
  }

  .text-block {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 31px;
  }

  .intro-content.cc-homepage {
    display: block;
    width: auto;
    max-width: 700px;
    min-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .paragraph-bigger {
    margin-bottom: 0px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .section.hero {
    height: auto;
    min-height: 60vh;
  }

  .section.about {
    height: auto;
    min-height: 90vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.probleme {
    height: auto;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.probleme.vorteile {
    min-height: 80vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta {
    height: auto;
    min-height: 60vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.testemonial {
    height: auto;
    min-height: 60vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.betreuung {
    height: auto;
    min-height: 40vh;
  }

  .section.navbar1 {
    max-height: none;
    min-height: 60px;
    padding: 0px 20px;
  }

  .section.zusammenarbeit {
    min-height: 100vh;
  }

  .section.leistung {
    min-height: 120vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.leistung.cd {
    min-height: 135vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.leistung.gc {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.leistung.ad {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-2 {
    margin-top: 40px;
    margin-bottom: 0px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .grid-4 {
    margin-top: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .section-2 {
    height: 105vh;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .heading-2.corporatedesign {
    max-width: 100%;
    float: none;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .heading-2.white-h2 {
    margin-bottom: 15px;
    line-height: 23px;
  }

  .heading-2.lassunsaendern {
    margin-top: 40px;
  }

  .heading-2.zusammenarbeit {
    margin-bottom: 20px;
  }

  .grid-5 {
    grid-auto-columns: 2.75fr;
  }

  .heading-3 {
    max-width: 100%;
    font-size: 15px;
    line-height: 21px;
  }

  .image-3 {
    display: inline-block;
    width: 25px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 6px;
    float: none;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    margin-bottom: 0px;
  }

  .div-block-2 {
    margin-left: 0px;
  }

  .heading-4 {
    font-size: 15px;
  }

  .section-3 {
    height: 115vh;
  }

  .image-4 {
    width: 123px;
  }

  .footer-with-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9px;
  }

  .text-span {
    box-shadow: inset 0 -14px 0 0 #6acaf4;
  }

  .text-span.blue {
    box-shadow: inset 0 -14px 0 0 #6acaf4;
  }

  .text-span.small {
    box-shadow: inset 0 -10px 0 0 #6acaf4;
  }

  .text-span.small.yellow {
    box-shadow: inset 0 -10px 0 0 #ffdd81;
  }

  .text-span.small.red {
    box-shadow: inset 0 -10px 0 0 #fe9a8e;
  }

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

  .div-block-4 {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .image-7 {
    width: 25px;
    max-width: 100%;
  }

  .image-8 {
    max-width: 9%;
  }

  .image-9 {
    max-width: 9%;
  }

  .image-10 {
    max-width: 9%;
  }

  .image-11 {
    max-width: 9%;
  }

  .image-12 {
    max-width: 9%;
  }

  .image-13 {
    float: left;
  }

  .image-14 {
    float: left;
  }

  .image-15 {
    float: left;
  }

  .icon {
    width: 26px;
  }

  .icon.iconleistung {
    margin-bottom: 6px;
  }
}

#w-node-_948b5140-2476-c2e9-586d-d55641894dfb-5347a18e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b50bcce2-b7ab-08bc-de86-eef66cc00ca7-5347a18e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c0d2ffb1-17cb-99a6-24f3-4cd2d3bfc797-5347a18e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_0380ae4c-7627-2420-1bad-9401bbcf4357-5347a18e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0380ae4c-7627-2420-1bad-9401bbcf435f-5347a18e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e1696c5b-48f6-95a2-fd85-abbfee1de98b-5347a18e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-c0d2ffb1-17cb-99a6-24f3-4cd2d3bfc797-5347a18e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-b1054ff6-bb63-5a9f-af07-822c32289b17-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0380ae4c-7627-2420-1bad-9401bbcf435f-5347a18e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_0380ae4c-7627-2420-1bad-9401bbcf4360-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e1696c5b-48f6-95a2-fd85-abbfee1de98b-5347a18e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-e1696c5b-48f6-95a2-fd85-abbfee1de98c-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_70f82503-9963-b4e9-222d-622bc9883d78-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b50bcce2-b7ab-08bc-de86-eef66cc00ca7-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c0d2ffb1-17cb-99a6-24f3-4cd2d3bfc797-5347a18e {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0380ae4c-7627-2420-1bad-9401bbcf4357-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0380ae4c-7627-2420-1bad-9401bbcf435f-5347a18e {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e1696c5b-48f6-95a2-fd85-abbfee1de983-5347a18e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e1696c5b-48f6-95a2-fd85-abbfee1de98b-5347a18e {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0d2ffb1-17cb-99a6-24f3-4cd2d3bfc797-5347a18e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0380ae4c-7627-2420-1bad-9401bbcf435f-5347a18e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e1696c5b-48f6-95a2-fd85-abbfee1de98b-5347a18e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}