:root {
  --white: white;
  --black: black;
  --global: #4fb3d2;
  --blue_highlight: #3594b1;
  --highlight_high: #005a8b;
  --light: #cae8f1;
  --startup-global: #4dbfa3;
  --startuplight: #9aeed9;
  --apps-blue: #edf7fa;
  --startupo: #3100d4;
  --startuplight-2: #d5fff4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.main {
  background-color: #4fb3d2;
  border-bottom: 3px solid #fff;
  width: 100vw;
  min-height: 100vh;
  font-family: Roboto, sans-serif;
}

.main.apps {
  background-color: #edf7fa;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  font-family: Roboto, sans-serif;
  display: flex;
}

.main.apps.sta {
  background-color: #cffff2;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 300px;
  height: 85vh;
  font-family: Roboto, sans-serif;
}

.navbar {
  background-color: #4fb3d2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 80px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.appsbar {
  background-color: #edf7fa;
}

.navbar.staaaa {
  background-color: #d5fff4;
  width: 100%;
}

.nav-link {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
}

.nav-link.w--current:hover, .nav-link.w--current:active {
  color: rgba(255, 255, 255, .7);
}

.nav-link.call {
  letter-spacing: 1px;
  background-color: #3594b1;
  align-items: center;
  height: 80px;
  margin-right: 0;
  padding-left: 39px;
  padding-right: 39px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-link.call:hover {
  color: #fff;
}

.nav-link.call.callapps {
  color: #3594b1;
  background-color: #edf7fa;
  padding-left: 10px;
}

.nav-link.call.sat {
  color: #3100d4;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.appslink {
  color: #3594b1;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 2px;
  margin-right: 2px;
}

.nav-link.appslink:hover, .nav-link.appslink.active.w--current {
  color: rgba(53, 148, 177, .7);
}

.nav-link.appslink.externallink {
  color: #205c6e;
  background-color: #98e7ff;
  border-radius: 10px;
}

.nav-link.sta {
  color: #3100d4;
}

.nav-link.sta:hover {
  color: rgba(49, 0, 212, .7);
}

.nav-link.sta.activestartup.w--current {
  color: #3100d4;
}

.dividermain {
  z-index: 1;
  border: 1px #000;
  border-bottom: 3px solid #005a8b;
  width: 50vw;
  height: 50vh;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header.sub {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
  bottom: -54px;
}

.image {
  width: 38%;
  height: 90vh;
  margin-top: 11.5vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 585px;
  right: -83px;
}

.image.appsimmage {
  mix-blend-mode: normal;
  height: 200px;
  margin-top: 100px;
  font-family: Roboto, sans-serif;
  position: relative;
  left: 0;
  right: 0;
}

.image.appsimmage.ai_brain_image {
  width: auto;
  height: 300px;
}

.image.team {
  height: 25vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  justify-content: flex-end;
  align-items: center;
  width: 0;
  min-width: 1300px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-2 {
  margin-left: 20px;
  font-family: Roboto, sans-serif;
}

.brand {
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.brand.w--current {
  height: 80px;
  font-family: Roboto, sans-serif;
}

.sidenumber {
  font-family: Roboto, sans-serif;
}

.div-block {
  color: #fff;
}

.button {
  color: #005a8b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  position: absolute;
  bottom: -128px;
  right: 0;
}

.button.buttonfurunternehmen, .button.buttonfursengilabs {
  position: relative;
  bottom: -108px;
}

.image-3 {
  position: absolute;
  bottom: -15px;
  left: 50px;
}

.leistungen {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  font-family: Roboto, sans-serif;
  display: block;
}

.leistungen.startup {
  height: 17vh;
  font-family: Roboto, sans-serif;
}

.leistungen.startup.bilder {
  height: 35vh;
  font-family: Roboto, sans-serif;
}

.leistungspacket {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #005a8b;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  margin: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.leistungspacket.plus {
  background-image: url('../images/Plus_StartUp.svg');
  background-position: 0 0;
  background-size: cover;
  border-style: none;
  border-width: 0;
  width: 40px;
  height: 40px;
  font-family: Roboto, sans-serif;
}

.leistungspacket.hidden {
  display: none;
}

.text-block {
  color: #005a8b;
  text-align: center;
  letter-spacing: 0;
  font-family: Robotocondensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.text-block.top {
  text-decoration: none;
}

.werbebereich {
  min-height: 125vh;
  font-family: Roboto, sans-serif;
  display: flex;
}

.block {
  background-color: #cae8f1;
  width: 50vw;
  min-height: 350px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.block.dark {
  background-color: #a7d9e8;
  justify-content: flex-end;
  padding-top: 0;
  font-family: Roboto, sans-serif;
}

.block.dark.left {
  font-family: Roboto, sans-serif;
}

.block.dark.left.bright {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.block.dark.left.bright.poor {
  background-color: #edf7fa;
  font-family: Roboto, sans-serif;
}

.block.dark.left.bright.flow {
  background-color: #d5fff4;
  font-family: Roboto, sans-serif;
}

.block.dark.left.bright.flow.ssss {
  background-color: #4dbfa3;
  font-family: Roboto, sans-serif;
}

.block.dark.right {
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
}

.block.dark.right.bbright {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.block.white {
  background-color: #fff;
  padding-top: 100px;
}

.block.start {
  background-color: #9aeed9;
}

.block.lefft {
  font-family: Roboto, sans-serif;
}

.block.lefft.st {
  background-color: #9aeed9;
  font-family: Roboto, sans-serif;
}

.block.lefft.pooor {
  background-color: #edf7fa;
  font-family: Roboto, sans-serif;
}

.block.lefft.floww {
  background-color: #d5fff4;
  font-family: Roboto, sans-serif;
}

.block.riggt {
  text-align: left;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
}

.block.riggt.sttt {
  background-color: #9aeed9;
  font-family: Roboto, sans-serif;
}

.customerfeedback {
  height: 600px;
  margin-top: 70px;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
}

.heading {
  letter-spacing: 0;
  margin-top: 74px;
  margin-bottom: 74px;
  font-family: Robotocondensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.heading.spc {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 34px;
}

.heading.bx {
  letter-spacing: 0;
  width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Robotocondensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.heading.bx.ssss {
  color: #fff;
  font-family: Robotocondensed, sans-serif;
}

.heading.bx.left, .heading.bx.right {
  font-family: Robotocondensed, sans-serif;
}

.heading.left {
  width: 100%;
  font-family: Robotocondensed, sans-serif;
}

.featuretext {
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.featuretext.left {
  text-align: left;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}

.featuretext.right {
  font-family: Roboto, sans-serif;
}

.featuretext.right.sengilabstext {
  color: #005a8b;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
}

.featuretext.contacttext {
  margin-top: 100px;
  margin-left: 50px;
}

.customerbox {
  justify-content: center;
  margin: 50px 15vw;
  font-family: Roboto, sans-serif;
  display: flex;
}

.customer {
  min-width: 500px;
  max-width: 560px;
  min-height: 220px;
  max-height: 220px;
  font-family: Roboto, sans-serif;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, .2);
}

.customer.leftf {
  margin-right: 80px;
  font-family: Roboto, sans-serif;
}

.zitat {
  color: #707070;
  height: 80px;
  margin-top: 18px;
  padding-left: 36px;
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.zitat.name {
  color: #009ccc;
  text-align: right;
  height: auto;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.zitat.name._1 {
  margin-top: 39px;
  font-family: Roboto, sans-serif;
}

.image-4 {
  margin-top: 15px;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
}

.whatwedo {
  font-family: Roboto, sans-serif;
  display: flex;
}

.golower {
  background-image: url('../images/arrowdown_bbish.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 150px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.golower.staaaaa {
  background-image: url('../images/arrowdown_startuo.svg');
  font-family: Roboto, sans-serif;
}

.unsereservices {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: none;
}

.unsereservices.su {
  margin-top: 100px;
  margin-bottom: 100px;
}

.servicesbox {
  border: 1px solid #005a8b;
  width: 700px;
  margin-top: 52px;
  padding-top: 0;
  padding-bottom: 43px;
  font-family: Roboto, sans-serif;
}

.servicesbox.subbb {
  width: 400px;
  height: 500px;
  margin-top: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
}

.triangle-down {
  flex-direction: column;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tablebox {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 39px;
  font-family: Roboto, sans-serif;
  display: none;
}

.tablebox.suuuuu {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: block;
}

.tablefeature {
  flex-direction: column;
  align-items: center;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tablefeature.suuuuuu {
  margin-top: 0;
  font-family: Roboto, sans-serif;
}

.tablehead {
  perspective: 1px;
  background-color: #4fb3d2;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.tablehead.s {
  background-color: #4dbfa3;
  font-family: Roboto, sans-serif;
}

.table {
  background-color: #4fb3d2;
  width: 300px;
  padding: 30px;
  font-family: Roboto, sans-serif;
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.table.trans {
  font-family: Roboto, sans-serif;
}

.table.trans.suuuuuu {
  height: 315px;
  font-family: Roboto, sans-serif;
}

.table.trans.st {
  background-color: #4dbfa3;
  font-family: Roboto, sans-serif;
}

.table.st.trans {
  font-family: Roboto, sans-serif;
}

.price {
  background-color: #cae8f1;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  margin-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.price.t {
  background-color: #9aeed9;
  font-family: Roboto, sans-serif;
}

.headerfeatertable {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Robotocondensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.entryfeaturetable {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.entryfeaturetable.trans {
  color: #4fb3d2;
  font-family: Roboto, sans-serif;
}

.preis {
  color: #005a8b;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 52px;
  font-family: Robotocondensed, sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.preis.tt {
  color: #9aeed9;
  font-family: Robotocondensed, sans-serif;
  text-decoration: none;
}

.image-5 {
  margin-top: -60px;
  margin-bottom: -60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  transform: rotate(-90deg);
}

.image-5.norm {
  font-family: Roboto, sans-serif;
  transform: none;
}

.image-5.norm.starttt {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  transform: rotate(90deg);
}

.image-6 {
  margin-right: 37px;
}

.dealteaser {
  justify-content: center;
  margin-bottom: 150px;
  font-family: Roboto, sans-serif;
  display: none;
}

.dealteaser.nostart {
  justify-content: space-between;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 138px;
  padding-right: 150px;
}

.dealteaser.wbsite {
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 64px;
  padding-right: 78px;
  font-family: Roboto, sans-serif;
}

.dealteaser.appsss {
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 62px;
  padding-right: 76px;
}

.unserdeal {
  background-color: #4dbfa3;
  justify-content: center;
  align-items: center;
  width: 622px;
  height: 80px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.unserdeal.nostartup {
  background-color: #4fb3d2;
  width: 645px;
  font-family: Roboto, sans-serif;
}

.specialdealclicker {
  background-color: #9aeed9;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  margin-left: 22px;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, .2);
}

.specialdealclicker.nostartupp {
  background-color: #cae8f1;
  margin-left: 71px;
}

.specialdealclicker.norm {
  background-color: #cae8f1;
  margin-left: 71px;
  font-family: Roboto, sans-serif;
}

.specialdealclicker.norm.w--current {
  font-family: Roboto, sans-serif;
}

.text-block-6 {
  color: #fff;
  flex: 0 auto;
  padding-right: 0;
  font-family: Robotocondensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-6.w--current {
  font-family: Robotocondensed, sans-serif;
}

.targetclicker {
  margin-left: 224px;
}

.targetclicker.web {
  margin-left: 165px;
}

.targetclicker.ani {
  margin-left: 102px;
}

.targetclicker.app {
  margin-left: 215px;
}

.targetclicker.stattt {
  margin-left: 191px;
}

.serviceheader {
  color: #005a8b;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: Robotocondensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.serviceheader.gg {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotocondensed, sans-serif;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.div-block-3.service {
  font-family: Roboto, sans-serif;
}

.ourservices {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.unverbindliche-anfrage {
  font-family: Roboto, sans-serif;
  display: flex;
}

.unverbindliche-anfrage.hidden {
  display: none;
}

.form {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 145px;
  padding-left: 80px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
}

.submit-button {
  background-color: #005a8b;
  width: 440px;
  font-family: Roboto, sans-serif;
}

.submit-button.s {
  background-color: #4dbfa3;
  font-family: Roboto, sans-serif;
}

.textarea {
  min-width: 440px;
  max-width: 440px;
  min-height: 100px;
  font-family: Roboto, sans-serif;
}

.footer {
  background-color: #2d2d2d;
  justify-content: center;
  align-items: center;
  padding-top: 93px;
  padding-bottom: 93px;
  display: flex;
}

.footerbox {
  border-right: 1px solid #fff;
  width: 50vw;
  height: 300px;
  font-family: Roboto, sans-serif;
}

.footerbox.right {
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.leistungenbild {
  flex: 0 auto;
  margin-top: -103px;
  font-family: Roboto, sans-serif;
}

.leistungenbild.pic {
  padding-left: 15px;
  font-family: Roboto, sans-serif;
}

.ibutton {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ipunkt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 45px;
  width: 60px;
  height: 60px;
  font-family: Roboto, sans-serif;
}

.ibutton.startup {
  background-image: url('../images/ipunkt_special.svg');
  font-family: Roboto, sans-serif;
}

.ibutton.clicker {
  background-image: url('../images/triangleright.svg');
  background-size: 50px 40px;
  margin-left: 224px;
  font-family: Roboto, sans-serif;
}

.ibutton.clicker.w {
  margin-left: 168px;
}

.ibutton.clicker.app {
  margin-left: 220px;
  font-family: Roboto, sans-serif;
}

.ibutton.clicker {
  background-image: url('../images/triangleright.svg');
  background-size: 50px 40px;
  margin-left: 164px;
}

.ibutton.clicker.vid {
  margin-left: 101px;
}

.ibutton.clicker.vid.w--current {
  font-family: Roboto, sans-serif;
}

.logoholder {
  margin-bottom: 34px;
  padding-left: 13vw;
  font-family: Roboto, sans-serif;
  display: flex;
}

.impressholder {
  flex-direction: row;
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.footertext {
  color: #fff;
  padding-left: 43px;
  padding-right: 43px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.footertext.copyr {
  text-align: right;
  width: 100vw;
  padding-bottom: 0;
  padding-left: 236px;
  font-family: Roboto, sans-serif;
  position: relative;
}

.link {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link.hidden {
  display: none;
}

.impresslinksholder {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 59px;
  padding-left: 51px;
  padding-right: 51px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  font-family: Roboto, sans-serif;
  display: flex;
}

.headersun {
  color: #005a8b;
  text-align: center;
  font-family: Robotocondensed, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.headersun.starrr {
  color: #3100d4;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Robotocondensed, sans-serif;
}

.headersun.starrrr {
  color: #3100d4;
  font-family: Robotocondensed, sans-serif;
}

.headersubtext {
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 31px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.headertextz {
  flex: 0 auto;
  width: 100%;
  margin: 14px auto 37px;
  padding-left: 234px;
  padding-right: 234px;
  font-family: Roboto, sans-serif;
  display: block;
  position: static;
}

.featuredetailsleft, .featuredetailsright {
  display: flex;
}

.text-span {
  font-family: Roboto, sans-serif;
}

.phoneicon {
  font-family: "Font awesome 5 free 400", sans-serif;
  font-size: 26px;
}

.phoneico {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 24px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-weight: 700;
}

.unsereserviceshorizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.unsereserviceshorizontal.su {
  margin-top: 100px;
  margin-bottom: 100px;
}

.comecloser {
  margin-top: -52px;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 700;
}

.tools {
  background-color: #edf7fa;
}

.tools.starrrt {
  background-color: #d5fff4;
}

.toolsentry {
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.heading-2 {
  color: #005a8b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotocondensed, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.heading-2.stttt {
  color: #3100d4;
  font-family: Robotocondensed, sans-serif;
}

.heading-2.text.left, .heading-2.left {
  font-family: Robotocondensed, sans-serif;
}

.div-block-5 {
  flex-direction: column;
  padding-left: 15vw;
  display: flex;
}

.text-block-8 {
  letter-spacing: 1px;
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-6 {
  background-image: url('../images/webflow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  width: 300px;
  height: 300px;
  margin-left: 194px;
  margin-right: 194px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-6.resp {
  background-image: url('../images/responsive.svg');
  background-size: 180px 180px;
}

.div-block-6.cms {
  background-image: url('../images/cms.svg');
  background-size: 180px;
}

.div-block-6.know {
  background-image: url('../images/LAMP.svg');
  background-size: 150px;
}

.div-block-6.snap {
  background-image: url('../images/snap.svg');
  background-size: 150px;
}

.div-block-6.funding {
  background-image: url('../images/funding.svg');
  background-size: 150px;
}

.div-block-6.pricing {
  background-image: url('../images/pricing.svg');
  background-size: 150px;
}

.div-block-6.rock {
  background-image: url('../images/startup.svg');
  background-size: 150px;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  margin: 34px auto 101px;
  padding-left: 41px;
  display: block;
}

.team-sengi {
  font-family: Roboto, sans-serif;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  width: 600px;
  margin-top: 100px;
  padding-right: 50px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.content.details {
  justify-content: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
}

.content.details.picture {
  background-image: url('../images/webflow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  font-family: Roboto, sans-serif;
}

.content.details.resp {
  background-image: url('../images/responsive.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  font-family: Roboto, sans-serif;
}

.content.details.cms {
  background-image: url('../images/cms.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px 140px;
  font-family: Roboto, sans-serif;
}

.content.details.wir {
  background-image: url('../images/LAMP_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.content.details.wir.rock {
  background-image: url('../images/startup_1.svg');
  background-position: 50%;
  background-size: contain;
}

.content.details.wir.rock.pic {
  font-family: Roboto, sans-serif;
}

.content.details.wir.fun {
  background-image: url('../images/funding.svg');
  background-position: 50%;
  background-size: contain;
}

.content.details.wir.fun.pic {
  font-family: Roboto, sans-serif;
}

.content.details.wir.gelaber {
  background-image: url('../images/pricing.svg');
  background-position: 50%;
  background-size: contain;
}

.content.details.wir.gelaber.pic, .content.details.wir.pic {
  font-family: Roboto, sans-serif;
}

.content.details.snap {
  background-image: url('../images/snap_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.content.details.snap.pic, .content.details.box, .content.center {
  font-family: Roboto, sans-serif;
}

.div-block-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.stroke {
  background-image: linear-gradient(#fff, #fff);
  width: 60px;
  height: 4px;
  margin-top: 7px;
  font-family: Roboto, sans-serif;
}

.stroke.left {
  font-family: Roboto, sans-serif;
}

.stroke.left.black {
  margin-top: 7px;
  font-family: Roboto, sans-serif;
}

.stroke.left.sttt {
  background-image: linear-gradient(#4dbfa3, #4dbfa3);
  font-family: Roboto, sans-serif;
}

.stroke.black {
  background-image: linear-gradient(#cae8f1, #cae8f1);
  margin-top: 7px;
}

.stroke.black.right, .stroke.sttt.left, .stroke.right {
  font-family: Roboto, sans-serif;
}

.featureright, .featureleft {
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.brand-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.brand-2.w--current {
  flex: 0 auto;
}

.backupherosection {
  background-image: linear-gradient(303deg, rgba(0, 0, 0, .71), rgba(255, 255, 255, 0)), url('../images/brad-neathery-303623.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h1 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  font-family: Opensans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.25em;
}

.h1.centered {
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 50px;
  line-height: 1.25em;
  display: flex;
}

.nav-menu {
  flex: none;
}

.containerbasic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

.containerbasic.tes {
  justify-content: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.containerbasic.tes.search {
  flex-direction: column;
  align-items: center;
}

.paragraph-big {
  color: #e2e2e2;
  text-align: left;
  margin-bottom: 16px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-big.centered {
  text-align: center;
  font-family: Opensans, sans-serif;
}

.paragraph-big.black {
  color: #333;
  font-family: Opensans, sans-serif;
}

.paragraph-big.darkgrey {
  color: #707070;
  font-family: Opensans, sans-serif;
}

.headingwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.headingwrapper._80vh {
  height: 100vh;
  font-family: Roboto, sans-serif;
}

.div-block-9 {
  flex: 1;
  align-items: center;
  display: flex;
}

.buttongreen {
  text-transform: uppercase;
  background-color: #4fb3d2;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.buttongreen:hover {
  opacity: .8;
}

.buttongreen.fixedwidth {
  text-align: center;
  min-width: 180px;
  margin-left: 8px;
  margin-right: 8px;
}

.buttongreen.fixedwidth.ctadownloadup {
  font-family: Roboto, sans-serif;
}

.buttongreen.hidden {
  display: none;
}

.navbar-2 {
  z-index: 98;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navlink {
  color: #ccc;
  text-transform: none;
  margin: 21px 10px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.navlink:hover, .navlink.w--current {
  color: #ddd;
}

.div-block-16 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
}

.section-5 {
  background-color: #fdfdfd;
  font-family: Roboto, sans-serif;
}

.section-5.hidden {
  display: none;
}

.mockupimage {
  filter: contrast(66%);
  border-radius: 4px;
  font-family: Roboto, sans-serif;
}

.row-2 {
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.important-text {
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.h2 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.h2.black {
  color: #333;
  font-family: Opensans, sans-serif;
}

.h2.black.centered {
  text-align: center;
  font-family: Opensans, sans-serif;
  display: block;
}

.h2.black.faq {
  margin-top: 10px;
  font-family: Opensans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.wrappertext {
  flex: 2 0 10%;
  padding: 15px;
  font-family: Roboto, sans-serif;
}

.wrapperpicture {
  flex: 10%;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.shielditem {
  z-index: 3;
  background-color: #fdfdfd;
  border-radius: 4px;
  width: 420px;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0 16px 8px;
  font-family: Roboto, sans-serif;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .09);
}

.shielditem.right {
  background-color: #fdfdfd;
  align-self: flex-end;
  font-family: Roboto, sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.shieldimage {
  z-index: 1;
  margin-left: 217px;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.h2-wrapper {
  width: 95%;
  margin: 60px auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.paragraphsmall {
  color: #707070;
  margin-top: 11px;
  font-family: Opensans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.shieldwrapper {
  flex-direction: column;
  margin: 60px 9px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.h3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.h3.black {
  color: #333;
  font-family: Opensans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.h3.black.faq {
  cursor: pointer;
  margin-top: 10px;
  font-family: Opensans, sans-serif;
}

.div-block-20 {
  border-bottom: 2px solid #dadada;
  font-family: Roboto, sans-serif;
}

.price-name {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  font-family: Opensans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-decoration: none;
}

.price-2 {
  color: #fff;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.pricing-wrapper {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block-10 {
  color: #fff;
  flex: 0 auto;
  align-items: center;
  padding: 10px;
  font-family: Opensans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.pricing-icon {
  filter: invert();
  flex: none;
  align-self: center;
  padding: 40px;
  font-family: Roboto, sans-serif;
}

.pricingsection {
  background-color: rgba(22, 57, 81, .1);
  border-top: 1px solid #163951;
  font-family: Roboto, sans-serif;
}

.pricingsection.hidden {
  display: none;
}

.pricingsectionwrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Roboto, sans-serif;
  display: block;
}

.tab-link {
  color: #333;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  min-width: 150px;
  margin-left: 7px;
  margin-right: 7px;
  font-family: Roboto, sans-serif;
}

.tab-link:hover {
  opacity: .8;
}

.tab-link.w--current {
  text-transform: uppercase;
  background-color: #35cc7c;
  border-color: #2fa566;
  min-width: 150px;
  font-family: Roboto, sans-serif;
}

.tab-link.w--current:hover {
  opacity: .8;
}

.price-wrapper {
  background-color: #163951;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.storage-size {
  color: #707070;
  text-align: center;
  flex: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Opensans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.tabpane {
  font-family: Roboto, sans-serif;
}

.pricing-item {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  flex-flow: column;
  flex: 1 0 20%;
  justify-content: space-between;
  align-items: stretch;
  margin: 5px 10px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 15px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.text-block-11 {
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section-4 {
  background-image: url('../images/helloquence-61189.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2500px;
  background-attachment: fixed;
  font-family: Roboto, sans-serif;
}

.section-4.hidden {
  display: none;
}

.div-block-18 {
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Roboto, sans-serif;
}

.div-block-17 {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.div-block-19 {
  margin: -50px auto 100px;
  font-family: Roboto, sans-serif;
  display: block;
}

.image-9 {
  background-color: #163951;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.search-input {
  color: #fdfdfd;
  background-color: rgba(0, 0, 0, .32);
  border-style: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 400px;
  max-width: 60vw;
  font-family: Opensans, sans-serif;
}

.herofaqs {
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .4)), url('../images/Headerpic_FAQ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.search {
  justify-content: center;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.greenghostbutton {
  color: #4fb3d2;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4fb3d2;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.greenghostbutton.w--current {
  font-family: Roboto, sans-serif;
}

.wrapperfaqs {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  display: block;
}

.answer {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.answer.black {
  color: #333;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  line-height: 35px;
  overflow: hidden;
}

.row-3 {
  margin-top: 53px;
  font-family: Roboto, sans-serif;
}

.wrappercategories {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Roboto, sans-serif;
}

.wrapperfaqh3 {
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 21px;
  padding: 10px 26px;
  font-family: Roboto, sans-serif;
}

.div-block-22 {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.wrapperquestions, .wrapperanswer {
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

.heroagb {
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .56), rgba(255, 255, 255, 0)), linear-gradient(#4fb3d2, #4fb3d2);
  margin-top: 80px;
  font-family: Roboto, sans-serif;
}

.wrapperlegallinks {
  flex-direction: column;
  margin-top: 68px;
  margin-bottom: 68px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.legaltext {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
}

.teammembers {
  flex-wrap: wrap;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: Roboto, sans-serif;
  display: none;
}

.teammemberwrapper {
  transform-style: preserve-3d;
  border-radius: 4px;
  flex-direction: column;
  flex: 18%;
  justify-content: center;
  align-items: center;
  margin: 25px;
  font-family: Roboto, sans-serif;
  display: flex;
  overflow: visible;
}

.teammember {
  border-radius: 4px;
  flex: 1;
  font-family: Roboto, sans-serif;
}

.teammemberdetailwrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
  border-radius: 4px;
  align-self: center;
  padding: 8px;
  font-family: Roboto, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.membername {
  color: #fdfdfd;
  font-family: Opensans, sans-serif;
}

.memberposition {
  color: #fdfdfd;
  font-family: Opensans, sans-serif;
  font-size: 12px;
}

.heroimprint {
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .59), rgba(255, 255, 255, 0)), url('../images/james-sutton-201910.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .29)), url('../images/giphy-downsized-1.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  font-family: Roboto, sans-serif;
}

.text-block-12 {
  color: #4dbfa3;
  font-family: Robotocondensed, sans-serif;
  font-weight: 700;
}

.text-block-12.left, .text-block-12.right {
  font-family: Robotocondensed, sans-serif;
}

.menu-button-2, .nav-menu-2, .bold-text, .image-10 {
  font-family: Roboto, sans-serif;
}

.div-block-24 {
  flex-direction: column;
  font-family: Roboto, sans-serif;
}

.div-block-25 {
  font-family: Roboto, sans-serif;
  display: flex;
}

.berschrift {
  text-decoration: none;
}

.heroprivacy {
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .68), rgba(255, 255, 255, 0)), url('../images/mikhail-pavstyuk-8436.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.greenghostbutton-2 {
  color: #4fb3d2;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4fb3d2;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.greenghostbutton-2.w--current {
  font-family: Roboto, sans-serif;
}

.bildcontainer {
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.scroll {
  z-index: 10;
  background-image: url('../images/scroll_empty.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 37px;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll.drei {
  z-index: 11;
  background-image: url('../images/scroll_down_1.svg');
  background-position: 50%;
  background-size: 37px;
  width: 200px;
  height: 100px;
  font-family: Roboto, sans-serif;
  bottom: 0;
}

.scrollo {
  z-index: 10;
  background-image: url('../images/scroll_empty.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 37px;
  width: 200px;
  height: 100px;
  font-family: Roboto, sans-serif;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.scrollo.drei {
  z-index: 11;
  background-image: url('../images/scroll_down.svg');
  background-size: 37px;
  width: 100px;
  height: 100px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.cookie_warning {
  z-index: 99;
  background-image: linear-gradient(#005a8b, #005a8b);
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.cookiebutton {
  color: #005a8b;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.projectswrapper {
  font-family: Roboto, sans-serif;
}

.greenghostbutton-3 {
  color: #35cc7c;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #35cc7c;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 400;
}

.greenghostbutton-3.hide {
  font-family: Roboto, sans-serif;
  display: none;
}

.wrapper700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: Roboto, sans-serif;
  display: block;
}

.row {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section-8 {
  font-family: Roboto, sans-serif;
  display: none;
}

.textherowrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 38px 50px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.cookie_warning-2 {
  z-index: 99;
  background-image: linear-gradient(#005a8b, #005a8b);
  border: 1px #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}

.cookiebutton-2 {
  color: #005a8b;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 45px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.cookiebutton-2.wide {
  text-align: center;
  width: 180px;
}

.div-block-27 {
  flex: 0 auto;
}

.div-block-28 {
  background-image: url('../images/Pfeil_StartUp.svg');
  background-position: 0 0;
  background-size: 106px 80px;
  flex: 0 auto;
  align-self: flex-start;
  width: 106px;
  height: 80px;
  margin-top: 13px;
  font-family: Roboto, sans-serif;
}

.startupbild {
  margin-left: 12px;
  margin-right: 12px;
  font-family: Roboto, sans-serif;
}

.div-block-29 {
  background-image: url('../images/Plus_StartUp.svg');
  background-position: 0 0;
  background-size: cover;
}

.section-12 {
  font-family: Roboto, sans-serif;
  display: none;
}

.body, .image-12, .form-block, .text-field, .text-field-2, .text-field-3, .select-field, .image-13, .image-14, .error-message, .text-block-13, .success-message, .text-block-14, .column, .column-2, .div-block-30, .icon, .form-block-2, .text-field-4, .text-field-5, .text-field-6, .select-field-2, .success-message-2, .text-block-15, .error-message-2, .text-block-16, .body-2, .image-15, .image-16, .image-17 {
  font-family: Roboto, sans-serif;
}

.image-18 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.image-19, .image-20, .image-21, .image-22, .form-block-3, .text-field-7, .text-field-8, .text-field-9, .select-field-3, .success-message-3, .text-block-17, .error-message-3, .text-block-18, .body-3, .video, .video-2, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .form-block-4, .text-field-10, .text-field-11, .text-field-12, .select-field-4, .success-message-4, .text-block-19, .error-message-4, .text-block-20, .div-block-31, .div-block-32, .div-block-33, .form-block-5, .text-field-13, .text-field-14, .text-field-15, .select-field-5, .success-message-5, .text-block-21, .error-message-5, .text-block-22, .body-4, .body-5, .section-13, .body-6, .column-3, .column-4, .section-14 {
  font-family: Roboto, sans-serif;
}

.section-14.hidden {
  display: none;
}

.container-2, .div-block-34, .tabs, .tabs-content, .tab-pane-monthly, .div-block-35, .section-15 {
  font-family: Roboto, sans-serif;
}

.section-15.hidden {
  display: none;
}

.body-7, .section-16, .column-5, .column-6, .body-8, .section-17, .columns, .column-7, .column-8, .rich-text-block, .body-9, .section-18, .columns-2, .column-9, .column-10, .body-10, .section-19, .columns-3, .column-11, .column-12, .body-11, .body-12, .image-30, .heading-3, .text-field-16, .submit-button-2, .error-message-6, .text-block-23 {
  font-family: Roboto, sans-serif;
}

.container-3 {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 90%;
  display: flex;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  min-height: 90vh;
  position: absolute;
}

.sengilabswerbeblock {
  z-index: 10;
  object-fit: fill;
  border-radius: 5%;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.headtext {
  object-fit: cover;
  background-color: #fff;
  border-radius: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.headingsengilabs {
  color: #005a8b;
  text-align: center;
  margin: 20px 30px 0;
  padding-top: 10px;
  font-family: Robotocondensed, sans-serif;
}

.heading-4 {
  color: #005a8b;
  text-align: center;
  margin-top: 0;
  font-family: Robotocondensed, sans-serif;
}

.feature-text {
  text-align: center;
  padding-bottom: 10px;
}

.headingleistung {
  text-align: center;
  font-family: Robotocondensed, sans-serif;
}

.smallflexdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.button-2 {
  z-index: 10;
  color: #005a8b;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  min-width: 200px;
  max-width: 300px;
  margin-bottom: -35%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Robotocondensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.div-block-36 {
  min-width: 200px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.spruchbereich {
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block-24 {
  margin-top: 100px;
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .main.apps.sta {
    height: 650px;
  }

  .navbar {
    justify-content: center;
  }

  .nav-link.call.sat {
    margin-left: 0;
  }

  .image {
    width: 45%;
    margin-top: 0;
    padding-right: 0%;
    top: -23px;
    left: 340px;
  }

  .image.appsimmage {
    margin-top: 185px;
    padding-right: 0;
  }

  .container {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  .brand.w--current {
    justify-content: flex-start;
  }

  .block {
    justify-content: center;
  }

  .heading.bx {
    width: 360px;
  }

  .customer, .customer.leftf {
    min-width: 330px;
    max-width: 330px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .servicesbox.subbb {
    width: 650px;
    min-width: 300px;
    margin-left: 10px;
  }

  .triangle-down {
    width: 100vw;
  }

  .tablebox {
    flex-direction: column;
  }

  .tablefeature {
    margin-left: 2px;
    margin-right: 2px;
  }

  .tablefeature.suuuuuu {
    margin-right: 10px;
  }

  .tablehead {
    width: 300px;
    margin-right: 0;
  }

  .table, .table.trans {
    width: 300px;
  }

  .table.trans.suuuuuu {
    margin-right: 0;
  }

  .price {
    width: 300px;
    margin-top: 0;
    margin-bottom: 22px;
    margin-right: 0;
  }

  .preis {
    padding-left: 35px;
    font-size: 20px;
  }

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

  .dealteaser.wbsite {
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .dealteaser.appsss {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unserdeal {
    width: 300px;
  }

  .unserdeal.nostartup {
    width: 600px;
    margin-left: 0;
  }

  .specialdealclicker.nostartupp {
    min-width: 300px;
    margin-left: 87px;
  }

  .specialdealclicker.norm {
    min-width: 300px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .targetclicker {
    margin-left: 0;
  }

  .targetclicker.web {
    margin-left: 67px;
  }

  .targetclicker.ani, .targetclicker.app, .targetclicker.stattt {
    margin-left: 0;
  }

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

  .submit-button {
    width: 350px;
    max-width: 240px;
  }

  .textarea {
    min-width: 0;
    max-width: 350px;
  }

  .leistungenbild.pic {
    padding-left: 6px;
  }

  .ibutton.clicker.vid {
    margin-left: -4px;
  }

  .ibutton.clicker.w {
    margin-left: 44px;
  }

  .ibutton.clicker.app {
    margin-left: 79px;
  }

  .ibutton.clicker {
    margin-left: 0;
  }

  .footertext.copyr {
    margin-top: 0;
    padding-left: 0;
  }

  .headersubtext {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .headertextz {
    margin-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .comecloser {
    margin-top: -74px;
  }

  .image-8 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .content {
    width: 360px;
    padding-right: 30px;
  }

  .content.details {
    padding-left: 30px;
  }

  .div-block-7 {
    width: 720px;
  }

  .text-block-9 {
    margin-top: 103px;
  }

  .sandwichicon {
    color: #ddd;
  }

  .nav-menu, .menu-button.w--open {
    background-color: #163951;
  }

  .wrappertext {
    flex-grow: 1;
  }

  .shieldimage {
    opacity: .35;
    margin-left: auto;
    display: block;
  }

  .pricing-wrapper {
    flex-wrap: wrap;
  }

  .pricing-item {
    flex-shrink: 0;
    flex-basis: 42%;
    position: relative;
  }

  .heroagb {
    width: 100vw;
  }

  .teammemberwrapper {
    flex-basis: 27%;
  }

  .teammemberwrapper:hover {
    box-shadow: none;
    transform: none;
  }

  .teammember {
    align-self: center;
  }

  .teammemberdetailwrapper {
    opacity: 1;
  }

  .membername {
    font-size: 12px;
  }

  .memberposition {
    font-size: 9px;
  }

  .menu-button-2 {
    background-image: linear-gradient(#4fb3d2, #4fb3d2);
    border: 1px solid #fff;
  }

  .menu-button-2.w--open {
    background-image: linear-gradient(#4fb3d2, #4fb3d2);
  }

  .nav-menu-2 {
    background-image: linear-gradient(#4fb3d2, #4fb3d2);
    border-bottom: 1px solid #005a8b;
  }

  .div-block-23 {
    position: relative;
  }

  .menu-button-3 {
    border: 1px solid #005a8b;
  }

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

  .nav-menu-3, .nav-menu-4 {
    background-color: #edf7fa;
    border-bottom: 1px solid #3594b1;
  }

  .menu-button-4 {
    background-color: #edf7fa;
    border: 1px solid #3594b1;
  }

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

  .menu-button-5 {
    border: 1px solid #9aeed9;
  }

  .menu-button-5.w--open {
    background-color: #d5fff4;
    border-color: #4dbfa3;
  }

  .nav-menu-5 {
    background-color: #d5fff4;
    border-style: none none solid;
    border-color: #9aeed9 #9aeed9 #4dbfa3;
    border-bottom-width: 1px;
  }

  .menu-button-6 {
    background-color: #edf7fa;
    border: 1px solid #4fb3d2;
  }

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

  .nav-menu-6 {
    background-color: #edf7fa;
    border-bottom: 1px solid #3594b1;
  }

  .scroll.drei {
    width: 100vw;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .scrollo {
    width: 100vw;
    bottom: -20px;
    left: 0;
    right: 0;
  }

  .cookie_warning {
    width: 650px;
  }

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

  .cookie_warning-2 {
    width: 650px;
  }

  .startupbild {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    height: 500px;
  }

  .dividermain {
    height: 295px;
  }

  .header {
    font-size: 30px;
  }

  .image {
    clear: none;
    width: 250px;
    height: 300px;
    margin-top: 183px;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: -34px;
    left: 400px;
    right: 0;
    overflow: visible;
  }

  .image.appsimmage {
    margin-top: 201px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .container {
    min-width: 430px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 100px;
    height: auto;
  }

  .leistungen {
    height: 400px;
  }

  .leistungspacket {
    height: 300px;
  }

  .block {
    justify-content: center;
  }

  .block.dark.right.bbright, .block.lefft {
    min-height: 0;
  }

  .heading.bx {
    width: 250px;
    padding-right: 50px;
  }

  .heading.bx.right {
    width: 100%;
    padding-right: 0;
  }

  .customer {
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
  }

  .customer.leftf {
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .zitat.name {
    margin-top: 57px;
  }

  .zitat.name._1 {
    margin-top: 73px;
  }

  .servicesbox {
    width: 500px;
  }

  .servicesbox.subbb {
    width: 500px;
    margin-left: 0;
  }

  .tablehead, .price {
    margin-right: 0;
  }

  .image-5 {
    transform: none;
  }

  .unserdeal {
    width: 250px;
  }

  .unserdeal.nostartup {
    min-width: 250px;
  }

  .specialdealclicker {
    width: 250px;
  }

  .specialdealclicker.nostartupp {
    width: 150px;
    min-width: 150px;
  }

  .specialdealclicker.norm {
    min-width: 150px;
    margin-left: 87px;
  }

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

  .targetclicker.web {
    margin-left: 3px;
  }

  .targetclicker.app {
    margin-left: 23px;
  }

  .ourservices {
    padding-left: 6px;
    padding-right: 6px;
  }

  .form {
    width: 100%;
  }

  .submit-button {
    max-width: 140px;
  }

  .footer {
    height: 1000px;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .footerbox {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .leistungenbild.pic {
    padding-left: 1px;
  }

  .ibutton.clicker.vid, .ibutton.clicker.w, .ibutton.clicker.vid {
    margin-left: 0;
  }

  .logoholder {
    padding-left: 0;
  }

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

  .footertext {
    display: block;
  }

  .footertext.copyr {
    margin-top: 18px;
    padding-top: 0;
    padding-left: 285px;
    padding-right: 10px;
  }

  .impresslinksholder {
    align-items: center;
    height: 200px;
    min-height: 200px;
    margin-bottom: -52px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .headersun {
    margin-top: 22px;
  }

  .headersubtext {
    min-width: 350px;
    max-width: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .headertextz {
    margin-top: -51px;
    margin-bottom: 37px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .unsereserviceshorizontal {
    flex-direction: column;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content {
    width: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content.details {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content.details.wir, .content.details.snap {
    width: 200px;
  }

  .content.center {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-7 {
    width: 510px;
  }

  .text-block-9 {
    margin-top: 0;
    text-decoration: underline;
  }

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

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

  .h1.centered {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    display: block;
  }

  .menu-button {
    padding: 10px;
  }

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

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

  .pricing-wrapper {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .div-block-17 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .bold-text {
    font-size: 12px;
  }

  .div-block-23 {
    padding-top: 74px;
    position: relative;
    top: 0;
  }

  .div-block-24 {
    height: 600px;
  }

  .div-block-25 {
    justify-content: center;
  }

  .scroll.drei, .scrollo {
    display: none;
  }

  .cookie_warning {
    width: 400px;
  }

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

  .row {
    flex-direction: column;
  }

  .textherowrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cookie_warning-2 {
    width: 400px;
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    flex-direction: column;
    height: 600px;
    margin-bottom: 0;
    display: flex;
  }

  .main.apps {
    height: 800px;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .nav-link.call {
    justify-content: center;
    height: 70px;
    margin-left: 41px;
    font-size: 16px;
  }

  .dividermain {
    border-bottom-style: none;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    position: relative;
  }

  .header.sub {
    font-size: 12px;
    bottom: 0;
  }

  .image {
    align-self: center;
    height: 300px;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .image.appsimmage {
    width: 350px;
    max-width: 200px;
    height: 250px;
    margin-top: 60px;
    padding-left: 25px;
    padding-right: 0;
  }

  .container {
    justify-content: flex-end;
    min-width: 100vw;
  }

  .image-2 {
    margin-left: -42px;
  }

  .brand {
    display: none;
  }

  .brand.w--current {
    padding-left: 95px;
    display: none;
  }

  .button {
    margin-top: 15px;
    position: relative;
    bottom: 0;
  }

  .leistungen {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .leistungen.startup.bilder {
    height: 90vh;
  }

  .leistungspacket {
    width: 90vw;
    height: 600px;
    min-height: 400px;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .leistungspacket.plus {
    height: 20px;
    min-height: 40px;
    padding-top: 9px;
  }

  .werbebereich {
    flex-direction: column;
  }

  .block {
    justify-content: center;
    width: 100vw;
  }

  .block.dark {
    width: 100vw;
    min-height: 200px;
  }

  .block.dark.left {
    justify-content: center;
    width: 100vw;
    min-height: 200px;
  }

  .block.dark.left.bright {
    width: 100vw;
    min-height: 200px;
  }

  .block.dark.left.bright.poor {
    width: 100vw;
    min-height: auto;
  }

  .block.dark.right {
    justify-content: center;
    width: 100vw;
    min-height: 200px;
  }

  .block.dark.right.bbright {
    width: 100vw;
    min-height: 200px;
  }

  .block.lefft {
    justify-content: center;
    width: 100vw;
    min-height: 300px;
  }

  .block.lefft.pooor {
    width: 100vw;
    min-height: 300px;
  }

  .block.riggt {
    justify-content: center;
    width: 100vw;
    min-height: 300px;
  }

  .customerfeedback {
    margin-bottom: 722px;
  }

  .heading.bx {
    width: 300px;
    padding-right: 0;
    font-size: 20px;
  }

  .featuretext {
    font-size: 12px;
  }

  .customerbox {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .customer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .whatwedo {
    flex-direction: column-reverse;
  }

  .servicesbox, .servicesbox.subbb {
    width: 300px;
  }

  .triangle-down {
    width: 100%;
  }

  .tablefeature.suuuuuu {
    margin-left: 0;
    margin-right: 0;
  }

  .preis.tt {
    padding-left: 0;
    display: none;
  }

  .dealteaser.appsss {
    justify-content: center;
    align-items: center;
    width: 340px;
  }

  .unserdeal {
    width: 190px;
    margin-left: 5px;
  }

  .unserdeal.nostartup {
    width: 200px;
    min-width: 200px;
  }

  .specialdealclicker {
    width: 190px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .specialdealclicker.nostartupp, .specialdealclicker.norm {
    width: 80px;
    min-width: 80px;
    margin-left: 10px;
  }

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

  .targetclicker.web {
    margin-left: 3px;
  }

  .targetclicker.ani {
    margin-left: 15px;
  }

  .ourservices {
    padding-left: 6px;
  }

  .unverbindliche-anfrage {
    flex-direction: column;
  }

  .form {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button {
    width: 300px;
    max-width: 268px;
  }

  .footerbox {
    border-style: none;
    width: 300px;
  }

  .leistungenbild.pic {
    padding-left: 11px;
  }

  .footertext {
    text-align: center;
  }

  .footertext.copyr {
    text-align: center;
    padding-left: 0;
    position: relative;
  }

  .headersun {
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headersubtext {
    width: 100%;
    min-width: 0;
    max-width: 500px;
  }

  .headertextz {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .phoneico {
    font-size: 18px;
  }

  .unsereserviceshorizontal {
    width: 300px;
  }

  .comecloser {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-8 {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .content {
    width: 300px;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .content.details {
    width: 300px;
    padding-left: 0;
  }

  .content.details.picture, .content.details.resp, .content.details.cms {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content.center {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-7 {
    width: 300px;
  }

  .featureright {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .featureleft {
    flex-direction: column;
  }

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

  .brand-2.w--current {
    flex: 1;
    padding: 5px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .h1.centered {
    font-size: 25px;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .menu-button {
    margin: 4px;
  }

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

  .wrapperpicture {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .shielditem {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h3.black.faq {
    font-size: 24px;
  }

  .pricing-item {
    flex-basis: 53%;
  }

  .teammemberwrapper {
    flex-basis: 46%;
  }

  .nav-menu-2 {
    border-bottom: 1px solid #005a8b;
  }

  .div-block-23 {
    padding-top: 159px;
  }

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

  .div-block-24 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .nav-menu-3 {
    background-color: #edf7fa;
    border-bottom: 1px solid #3594b1;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cookie_warning {
    width: 300px;
  }

  .cookie_warning-2 {
    width: 300px;
    height: 120px;
  }

  .div-block-28 {
    align-self: center;
  }

  .startupbild {
    margin-top: 19px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-29 {
    background-image: url('../images/Plus_StartUp.svg');
    background-position: 0 0;
    background-size: cover;
    align-self: center;
    width: 40px;
    height: 40px;
  }

  .spruchbereich {
    flex-direction: column;
  }
}

#w-node-_3bb7ba6f-f104-b38d-28de-1d8f63a20b7a-20760b6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3d590e8-eadf-d378-a167-eb2ab0acfea7-20760b6d, #w-node-_4a0786f2-64ca-3837-99a1-71fbd84b2930-20760b6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94ce818d-f6cd-669e-0609-54f834e139de-20760b6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_608e551e-d132-ce05-484c-33dbb6b8167f-20760b6d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bea93be1-1cc2-bc46-6c9c-80a63280b3b5-20760b6d {
  grid-area: 2 / 2 / 3 / 3;
}


@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}