.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;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90px;
  margin-top: 0px;
  margin-left: 50%;
  padding-top: 4px;
  padding-right: 3vw;
  padding-left: 3vw;
  -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-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-link {
  display: block;
  margin-right: 15px;
  padding-right: 0px;
  padding-left: 0px;
  color: #3a5860;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: #3e958d;
  font-weight: 600;
}

.nav-link.w--current {
  color: #3e958d;
  font-weight: 700;
}

.nav-link.cta {
  width: 193px;
  margin: 7px 0px 8px 35px;
  padding: 13px 15px 12px;
  border: 3px solid #3e958d;
  border-radius: 12px;
  background-color: #3e958d;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.nav-link.cta:hover {
  background-color: #fff;
  color: #3e958d;
}

.nav-link.cta.m {
  display: none;
}

.nav-link.last {
  margin-right: 0px;
}

.nav-link.drop {
  margin-right: 0px;
  color: #3a5860;
  text-decoration: none;
}

.nav-link.drop:hover {
  color: #3e958d;
  font-weight: 700;
}

.nav-link.long {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.home-intro {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 950px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(
    330deg,
    rgba(71, 153, 146, 0.1),
    rgba(69, 176, 113, 0) 45%,
    rgba(68, 198, 81, 0.1) 92%
  );
}

.green-block {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 1303px;
  height: 850px;
  margin-top: auto;
  margin-right: -1037px;
  background-color: rgba(133, 251, 194, 0.2);
}

.green-block.hide-m.serv {
  top: 0px;
  bottom: auto;
}

.div-block-2 {
  width: 570px;
  max-width: 570px;
  min-width: 570px;
  margin-top: 0px;
}

.subhead {
  color: #3e958d;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}

.subhead.head-intro {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 58px;
  line-height: 80.64px;
  font-weight: 800;
}

.par {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.par.intro {
  margin-top: 24px;
  margin-bottom: 48px;
}

.par.tabs {
  font-size: 16px;
}

.par.tab {
  max-width: 40vw;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}

.par.middle {
  width: 743px;
  margin-top: 24px;
  margin-bottom: 0px;
  text-align: center;
}

.par.white {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
}

.par.footer {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
}

.par.foot {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 31px;
}

.par.serv {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 1px;
  padding-left: 0px;
}

.button {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 64px;
  -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: 3px solid #3e958d;
  border-radius: 12px;
  background-color: #3e958d;
  box-shadow: 0 0 40px 20px rgba(71, 153, 146, 0.35);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.button:hover {
  background-color: #fff;
  color: #3e958d;
}

.button.white {
  background-color: #fff;
  box-shadow: none;
  color: #3e958d;
}

.intro-img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 745px;
  max-height: 745px;
  max-width: none;
  min-height: 745px;
  min-width: auto;
  margin-top: 0px;
}

.tab-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  max-width: 92vw;
  padding-top: 150px;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs {
  display: none;
  width: 1280px;
  max-width: 92vw;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.green-separ {
  width: 64px;
  height: 8px;
  margin-bottom: 24px;
  border-radius: 42px;
  background-color: #3e958d;
}

.head-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50.4px;
  font-weight: 800;
}

.head-2.middle {
  display: none;
  text-align: center;
}

.tab-cont {
  width: 408px;
  margin-right: 10px;
  padding-right: 0px;
  padding-bottom: 45px;
}

.tab-link-tab-1 {
  width: 360px;
}

.tab-link-tab-1.w--current {
  height: 206px;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  max-width: 60vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-sel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 206px;
  max-width: 30vw;
  -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;
  border-radius: 24px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.tab-sel:hover {
  background-color: hsla(0, 0%, 93.7%, 0.3);
}

.tab-sel.w--current {
  background-color: hsla(0, 0%, 93.7%, 0.5);
}

.tab-img {
  width: 100px;
  margin-bottom: 24px;
}

.tab-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 600;
}

.tab-h4.mid {
  text-align: center;
}

.branchenl-sungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 980px;
  padding-top: 128px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(
    330deg,
    rgba(71, 153, 146, 0.1),
    rgba(69, 176, 113, 0) 42.36%,
    rgba(68, 198, 81, 0.1) 83.38%
  );
}

.grid {
  margin-top: 40px;
  margin-bottom: 64px;
  grid-column-gap: 76px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid-img {
  width: 72px;
  margin-bottom: 24px;
}

.process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.proc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-bottom: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.proc-h {
  line-height: 18px;
  text-align: center;
}

.image {
  width: 40px;
}

.separ {
  width: 227px;
  height: 2px;
  background-color: #4eccc0;
}

.separ.mob {
  display: none;
}

.div-block-3 {
  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;
}

.image-2 {
  width: 558px;
  height: 559px;
  margin-right: 59px;
  margin-left: -42px;
}

.uber-uns {
  width: 552px;
}

.zertifikat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  max-width: 92vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 155px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-3 {
  margin-right: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-3:hover {
  -webkit-transform: scale3d(1.1none, 1.1none, 1none);
  transform: scale3d(1.1none, 1.1none, 1none);
}

.image-3.last {
  margin-right: 0px;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  height: 920px;
  max-width: 92vw;
  padding-bottom: 200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.green-div-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  height: 300px;
  max-width: 92vw;
  margin-bottom: -88px;
  padding-right: 72px;
  padding-left: 72px;
  -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;
  border-radius: 32px;
  background-color: #3e958d;
}

.white-h {
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 61px;
}

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

.footer-links-div {
  display: -ms-grid;
  display: grid;
  width: 1128px;
  height: 464px;
  max-width: 92vw;
  padding-top: 150px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  width: 264px;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #3e958d;
  font-weight: 700;
}

.footer-link.first {
  margin-top: 16px;
}

.footer-link.soc {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 400;
}

.footer-link.soc:hover {
  font-weight: 700;
}

.footer-link.bold {
  color: rgba(62, 149, 141, 0.6);
  font-weight: 700;
}

.footer-link.bold:hover {
  color: #3e958d;
}

.kontact-detalils {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.kontact-detalils.first {
  margin-top: 16px;
}

.image-4 {
  max-width: 50%;
  margin-right: 16px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  height: 60px;
  max-width: 93vw;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

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

.edn-footer-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.end-links {
  margin-right: 50px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.end-links:hover {
  color: #3e958d;
}

.text-block {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  max-width: 92vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.leistung {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1224px;
  height: 472px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(71, 153, 146, 0.1)),
    color-stop(42.36%, rgba(69, 176, 113, 0)),
    color-stop(83.38%, rgba(68, 198, 81, 0.1))
  );
  background-image: linear-gradient(
    180deg,
    rgba(71, 153, 146, 0.1),
    rgba(69, 176, 113, 0) 42.36%,
    rgba(68, 198, 81, 0.1) 83.38%
  );
}

.heading-2 {
  width: 552px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
}

.heading-2.m {
  display: none;
}

.div-block-10 {
  display: block;
  margin-top: 130px;
}

.serv-block {
  width: 552px;
  max-width: 45vw;
  margin: 40px 0px 160px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.image-5 {
  width: 552px;
  max-width: 42vw;
  margin-top: -17px;
  margin-right: -40px;
  margin-bottom: 200px;
  padding-right: 0px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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-image: linear-gradient(
    330deg,
    rgba(71, 153, 146, 0.1),
    rgba(69, 176, 113, 0.1) 42.36%,
    rgba(68, 198, 81, 0.1) 83.38%
  );
}

.div-block-13 {
  width: 100vw;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  width: 1128px;
  max-width: 90vw;
  padding-right: 0px;
  padding-left: 0px;
}

.grid-sec {
  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;
}

.grid-2 {
  width: 1128px;
  max-width: 92vw;
  margin-top: 56px;
  margin-bottom: 100px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-15 {
  height: 287px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #000;
  text-decoration: none;
}

.div-block-15:hover {
  border-color: #3e958d;
}

.grid-blocks {
  height: 217px;
  border-radius: 8px;
  background-color: rgba(210, 115, 0, 0.1);
  background-image: url("../images/Glasreinigung.-Bild.2jpg-quality-scale-2_00x.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.grid-blocks.red {
  background-color: rgba(185, 40, 10, 0.1);
  background-image: url("../images/Unterhaltsreinigung-Bild.1-quality-scale-2_00x.jpg");
}

.grid-blocks.green {
  background-color: rgba(0, 135, 90, 0.1);
  background-image: url("../images/Parkettpflege-quality-scale-2_00x-min.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.grid-blocks.blue {
  background-color: rgba(15, 154, 219, 0.1);
  background-image: url("../images/Teppichreinigung_1-quality-scale-2_00x.jpg");
}

.grid-blocks.gray {
  background-color: hsla(0, 0%, 43.9%, 0.1);
  background-image: url("../images/Steinkristalisation-Bild.1-quality-scale-2_00x.jpg");
}

.grid-blocks.cyan {
  background-color: rgba(0, 155, 165, 0.1);
  background-image: url("../images/Computerreinigung-Bild.1-quality-scale-2_00x.jpg");
}

.grid-blocks.purple {
  background-color: rgba(120, 10, 95, 0.1);
  background-image: url("../images/Fassadenreinigung-quality-scale-2_00x.jpg");
}

.grid-blocks.pink {
  background-color: rgba(214, 86, 161, 0.1);
  background-image: url("../images/Treppenhausreinigung-quality-scale-2_00x.jpg");
}

.grid-blocks.pink._1 {
  background-image: url("../images/Baureinhigung-Bild.2.jpg");
}

.grid-blocks.pink._1._2 {
  background-image: url("../images/Jalousienreinigung-Bild.2.jpg");
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.heading-3.long {
  margin-top: 11px;
  margin-bottom: 15px;
}

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

.tab-div {
  max-width: 30vw;
  padding-left: 0px;
}

.div-block-19 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-20 {
  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;
}

.pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: rgba(0, 0, 0, 0.34);
  opacity: 0;
}

.div-block-22 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1195px;
  height: 652px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #fff;
}

.div-block-23 {
  width: 45%;
  height: 100%;
  border-radius: 32px;
  background-image: url("../images/Rectangle-83.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-24 {
  position: relative;
  width: 55%;
  height: 100%;
  padding-top: 56px;
  padding-left: 36px;
}

.form {
  width: 91%;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 26px;
  font-size: 36px;
  line-height: 40px;
}

.field-label {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  font-weight: 400;
}

.text-field {
  width: 538px;
  height: 48px;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.text-field:active {
  border-color: #3e958d;
}

.text-field:focus {
  border-color: #3e958d;
}

.submit-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 205px;
  height: 56px;
  border-radius: 8px;
  background-color: #3e958d;
  font-size: 16px;
  font-weight: 600;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.checkbox.w--redirected-checked {
  background-color: #3e958d;
  background-size: 16px;
}

.checkbox-field {
  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;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-26 {
  position: absolute;
  top: 56px;
  right: 36px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dropdown-list {
  display: none;
  background-color: #efefef;
}

.dropdown-list.w--open {
  margin-right: 30px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.02);
}

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

.drop {
  padding-right: 20px;
  padding-left: 0px;
}

.dropdown-list-2 {
  display: none;
  margin-left: -50px;
  background-color: #fff;
  -webkit-transform: translate(16px, -20px) translate(16px, 0px);
  -ms-transform: translate(16px, -20px) translate(16px, 0px);
  transform: translate(16px, -20px) translate(16px, 0px);
}

.dropdown-list-2.w--open {
  margin-left: 239px;
  padding: 10px 24px;
  border-radius: 12px;
  -webkit-transform: translate(50px, 0px) translate(0px, -20px);
  -ms-transform: translate(50px, 0px) translate(0px, -20px);
  transform: translate(50px, 0px) translate(0px, -20px);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon {
  font-size: 16px;
}

.div-block-28 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 1280px;
  margin-left: -7px;
  background-image: url("../images/Photo.png");
  background-position: 90% 90%;
  background-size: 667px 659px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.link {
  color: #3a5860;
  text-decoration: none;
}

.zertif {
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.zertif:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.zertif.lasty {
  margin-right: 0px;
}

.zertif.lasty:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.image-8 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
}

.info {
  margin-top: 50px;
  margin-bottom: 200px;
}

.success-message {
  margin-right: 40px;
  background-color: rgba(62, 149, 141, 0.2);
}

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

.link-block {
  display: none;
}

.image-10 {
  max-width: 185%;
  padding-top: 0px;
}

.image-11 {
  margin-top: -20px;
  padding-top: 0px;
}

.bold-text {
  overflow: visible;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-2 {
  display: inline-block;
}

.bold-text-2 {
  font-weight: 400;
}

.italic-text {
  font-style: normal;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-right: 50px;
  }

  .nav-link.cta {
    margin-left: 144px;
  }

  .home-intro {
    width: 100vw;
  }

  .green-block {
    width: 1353px;
    margin-right: -1087px;
  }

  .heading {
    font-size: 64px;
  }

  .par.serv {
    margin-right: 0px;
  }

  .tab-cont {
    padding-left: 0px;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .image-3 {
    margin-right: 0px;
  }

  .serv-block {
    max-width: 40vw;
  }

  .div-block-11 {
    right: 24px;
    margin-right: 0px;
  }

  .image-5 {
    max-width: 40vw;
  }

  .dropdown-list.w--open {
    margin-right: 0px;
  }

  .dropdown-list-2.w--open {
    -webkit-transform: translate(95px, 0px) translate(0px, -20px);
    -ms-transform: translate(95px, 0px) translate(0px, -20px);
    transform: translate(95px, 0px) translate(0px, -20px);
  }

  .div-block-28 {
    background-position: 85% 90%;
  }

  .link-block-2 {
    padding-left: 0px;
  }
}

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

  .nav-link.cta {
    margin-left: 206px;
  }

  .home-intro {
    width: 100vw;
  }

  .green-block {
    right: -60px;
    width: 1415px;
    margin-right: -1000px;
  }

  .div-block-2 {
    width: 648px;
  }

  .par.intro {
    width: 648px;
  }

  .par.middle {
    width: 872px;
  }

  .par.serv {
    margin-right: 1px;
  }

  .intro-img {
    margin-top: 155px;
  }

  .tab-section {
    width: 1320px;
  }

  .tabs {
    width: 1320px;
    margin-left: -40px;
    padding-top: 140px;
    padding-bottom: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .head-2.middle {
    font-size: 48px;
  }

  .tab-cont {
    padding-left: 40px;
  }

  .tabs-menu {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-sel {
    width: 280px;
    height: 235px;
  }

  .porc-bl {
    padding-right: 10px;
    padding-left: 10px;
  }

  .separ {
    width: 242px;
  }

  .div-block-3 {
    height: 662px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2 {
    width: 662px;
    height: 662px;
    margin-left: -50px;
  }

  .zertifikat {
    width: 1320px;
  }

  .image-3 {
    margin-right: 0px;
  }

  .div-block-5 {
    width: 1320px;
  }

  .green-div-footer {
    width: 1320px;
  }

  .footer-links-div {
    width: 1320px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-4 {
    cursor: pointer;
  }

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

  .block {
    width: 1320px;
  }

  .block.left {
    width: 1320px;
  }

  .serv-block {
    width: 648px;
    margin-left: 0px;
  }

  .div-block-11 {
    right: 0px;
    margin-top: -264px;
  }

  .div-block-14 {
    width: 1320px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-2 {
    width: 1320px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-15 {
    height: 316px;
  }

  .grid-blocks {
    height: 238px;
  }

  .heading-3 {
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .heading-3.long {
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .div-block-19 {
    width: 692px;
    height: 743px;
    max-height: 743px;
    max-width: 692px;
    min-height: 743px;
    min-width: 692px;
  }

  .drop {
    margin-right: 20px;
  }

  .div-block-28 {
    width: 1500px;
    background-position: 85% 85%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    width: 1920px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .nav-link.cta {
    margin-left: 430px;
  }

  .home-intro {
    width: 100vw;
  }

  .green-block {
    right: -239px;
    width: 2635px;
    height: 829px;
    margin-right: -2000px;
  }

  .div-block-2 {
    width: 703px;
  }

  .par.intro {
    width: 703px;
  }

  .par.middle {
    width: 1142px;
  }

  .par.serv {
    margin-right: 0px;
    margin-left: 0px;
  }

  .intro-img {
    height: 825px;
    max-height: 825px;
    min-height: 825px;
    margin-top: 108px;
  }

  .tab-section {
    width: 1440px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs {
    width: 1440px;
    margin-left: -40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-cont {
    width: 457px;
    padding-left: 40px;
  }

  .tabs-menu {
    z-index: 4;
    background-color: transparent;
  }

  .grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3 {
    width: 1440px;
    height: 711px;
  }

  .image-2 {
    margin-right: 84px;
    margin-left: -53px;
  }

  .uber-uns {
    width: 703px;
  }

  .zertifikat {
    width: 1440px;
  }

  .image-3 {
    position: relative;
  }

  .div-block-5 {
    width: 1440px;
  }

  .green-div-footer {
    width: 1440px;
  }

  .footer-links-div {
    width: 1440px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-8 {
    width: 1440px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block {
    width: 1440px;
  }

  .block.left {
    width: 1440px;
  }

  .leistung {
    width: 1440px;
  }

  .serv-block {
    width: 703px;
    margin-left: 0px;
  }

  .div-block-11 {
    right: 0px;
    margin-top: -291px;
    margin-bottom: 150px;
  }

  .image-5 {
    width: 730px;
  }

  .div-block-14 {
    width: 1440px;
    padding-left: 0px;
  }

  .grid-2 {
    width: 1440px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .div-block-15 {
    height: 345px;
  }

  .grid-blocks {
    height: 260px;
  }

  .heading-3 {
    margin-top: 27px;
    margin-bottom: 32px;
  }

  .heading-3.long {
    margin-top: 27px;
  }

  .tabs-content {
    margin-right: 35px;
  }

  .div-block-16 {
    z-index: 5;
  }

  .div-block-19 {
    width: 751px;
    height: 825px;
    max-height: 825px;
    max-width: 751px;
    min-height: 825px;
    min-width: 751px;
  }

  .drop {
    margin-right: 20px;
  }

  .div-block-28 {
    left: auto;
    right: auto;
    width: 1920px;
    background-position: 70% 100%;
    background-size: auto 844px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100vw;
    max-width: 100vw;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block {
    height: 95px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    margin-right: 0px;
    text-align: right;
  }

  .nav-link.cta {
    width: 193px;
    text-align: center;
  }

  .nav-link.cta.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 193px;
    height: 48px;
    margin-right: 40px;
    -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;
  }

  .nav-link.drop {
    padding-right: 30px;
  }

  .nav-link.long {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-intro {
    width: 100vw;
    height: 892px;
  }

  .div-block-2 {
    width: 456px;
    max-width: 40vw;
    min-width: 456px;
  }

  .heading {
    font-size: 48px;
    line-height: 70px;
  }

  .par.intro {
    font-size: 16px;
  }

  .par.foot {
    font-size: 14px;
  }

  .par.serv {
    font-size: 16px;
  }

  .intro-img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 48vw;
    min-height: auto;
    min-width: auto;
    margin-top: 270px;
  }

  .tabs {
    max-width: 100vw;
  }

  .head-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .tab-cont {
    width: 296px;
  }

  .tabs-menu {
    width: 60vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tab-sel {
    width: 295px;
    max-width: 30vw;
  }

  .tab-h4 {
    font-size: 16px;
  }

  .grid {
    max-width: 92vw;
  }

  .grid-block {
    max-width: 24vw;
  }

  .separ {
    width: 160px;
  }

  .image-2 {
    width: 462px;
    height: 462px;
    margin-right: 50px;
    margin-left: -32px;
  }

  .zertifikat {
    width: 936px;
  }

  .div-block-5 {
    width: 90vw;
    max-width: 90vw;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .green-div-footer {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .white-h {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-7 {
    width: 60vw;
  }

  .footer-links-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 936px;
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link {
    font-size: 14px;
  }

  .block.left {
    width: 100vw;
  }

  .leistung {
    width: 100vw;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .serv-block {
    width: 45vw;
    max-width: 50vw;
    margin-left: 24px;
  }

  .div-block-11 {
    right: 25px;
  }

  .image-5 {
    width: 45vw;
    max-width: 50vw;
    margin-right: 0px;
  }

  .div-block-14 {
    width: 100vw;
    padding-left: 3vw;
  }

  .grid-2 {
    max-width: 92vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .uber-uns {
    width: 100%;
  }

  .div-block-15 {
    height: 345px;
  }

  .grid-blocks {
    height: 260px;
  }

  .heading-3 {
    margin-top: 27px;
  }

  .heading-3.long {
    margin-top: 27px;
  }

  .tabs-content {
    width: 296px;
    max-width: 40vw;
    min-width: 296px;
    margin-right: 30px;
  }

  .image-6 {
    width: 24px;
    height: 20px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-div {
    padding-left: 30px;
  }

  .dropdown-list {
    position: static;
  }

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

  .drop {
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

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

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -90px;
    padding-top: 90px;
    padding-right: 25px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.1);
  }

  .icon {
    margin-right: 0px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .dropdown {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  .image-7 {
    display: none;
  }

  .div-block-28 {
    width: 100vw;
    background-position: 110% 100%;
    background-size: 450px;
  }
}

@media screen and (max-width: 767px) {
  .green-div-footer {
  row-gap: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
  
  .navbar {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    height: 95px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .nav-link {
    margin-bottom: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .nav-link.cta {
    font-size: 16px;
  }

  .nav-link.drop {
    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;
  }

  .home-intro {
    width: 100vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .green-block {
    left: 300px;
    top: auto;
    right: auto;
    bottom: auto;
    height: 600px;
    margin-top: 0px;
  }

  .green-block.hide-m {
    display: none;
  }

  .div-block-2 {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
    margin-top: 140px;
  }

  .heading {
    max-width: 70vw;
  }

  .par.tab {
    max-width: none;
  }

  .par.middle {
    width: 536px;
  }

  .par.white {
    font-size: 16px;
  }

  .button {
    z-index: 100;
  }

  .button.white {
    max-width: 225px;
    min-width: 225px;
  }

  .intro-img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
  }

  .tab-section {
    max-width: 90vw;
    padding-top: 87px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .tab-cont {
    width: 100%;
  }

  .tabs-menu {
    width: auto;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-sel {
    width: auto;
    max-width: none;
  }

  .grid {
    max-width: 92vw;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .separ {
    width: 80px;
  }

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

  .div-block-4 {
    overflow: scroll;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-5 {
    height: auto;
    padding-bottom: 684px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .green-div-footer {
    padding-right: 32px;
    padding-left: 32px;
  }

  .white-h {
    font-size: 28px;
    line-height: 35px;
  }

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

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

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

  .serv-block {
    width: 90vw;
    max-width: 100vw;
    margin-bottom: 40px;
  }

  .div-block-11 {
    position: static;
    margin-top: 0px;
    margin-bottom: 76px;
  }

  .image-5 {
    width: 75vw;
    max-width: 75vw;
    margin-bottom: 24px;
  }

  .div-block-15 {
    height: 248px;
    max-width: 46vw;
  }

  .grid-blocks {
    height: 187px;
  }

  .heading-3 {
    margin-top: 16px;
    font-size: 16px;
  }

  .heading-3.long {
    margin-top: 6px;
  }

  .tabs-content {
    width: 100%;
    max-width: 92vw;
    min-width: 92vw;
  }

  .tab-div {
    max-width: none;
  }

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

  .pop-up {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }

  .div-block-22 {
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .div-block-23 {
    width: 100vw;
    height: 35vh;
    background-position: 50% 50%;
  }

  .div-block-24 {
    width: 100%;
    height: 70vh;
    padding-top: 28px;
    padding-left: 16px;
  }

  .text-field {
    height: 42px;
    max-width: 90vw;
  }

  .submit-button {
    position: static;
    width: 100%;
  }

  .checkbox {
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .checkbox.w--redirected-checked {
    background-size: 12px;
  }

  .checkbox-field {
    margin-bottom: 29px;
  }

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

  .div-block-26 {
    top: 32px;
    right: 16px;
  }

  .dropdown-list {
    background-color: transparent;
  }

  .dropdown-list.w--open {
    background-color: transparent;
    box-shadow: none;
  }

  .drop {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dropdown-list-2 {
    background-color: transparent;
  }

  .dropdown-list-2.w--open {
    position: static;
    margin-left: 0px;
    -webkit-transform: translate(0px, 0px) translate(0px, 0px);
    -ms-transform: translate(0px, 0px) translate(0px, 0px);
    transform: translate(0px, 0px) translate(0px, 0px);
  }

  .nav-menu {
    position: absolute;
    min-height: 100vh;
  }

  .icon {
    margin-top: 0px;
  }

  .image-7 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    -webkit-transform: translate(85vw, -10px);
    -ms-transform: translate(85vw, -10px);
    transform: translate(85vw, -10px);
  }

  .div-block-28 {
    position: absolute;
    top: auto;
    width: 100vw;
    height: 650px;
    background-position: 100% 100%;
    background-size: auto 600px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    width: 100vw;
  }

  .nav-link.cta {
    width: 230px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.cta.m {
    display: none;
  }

  .home-intro {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .green-block {
    left: 102px;
    top: auto;
    bottom: auto;
    height: 333px;
  }

  .div-block-2 {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
    margin-top: 107px;
  }

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

  .par.intro {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .par.tab {
    max-width: 90vw;
    font-size: 14px;
    line-height: 24px;
  }

  .par.middle {
    max-width: 90vw;
  }

  .par.white {
    font-size: 14px;
    line-height: 24px;
  }

  .par.foot {
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .par.serv {
    margin-left: 0px;
  }

  .button {
    width: 176px;
    height: 48px;
    font-size: 14px;
  }

  .button.white {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
    margin-top: 20px;
    font-size: 16px;
  }

  .intro-img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 90vw;
    min-height: auto;
    min-width: auto;
  }

  .tab-section {
    max-width: 90vw;
    padding-top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs {
    padding-bottom: 80px;
  }

  .green-separ {
    width: 40px;
    height: 4px;
  }

  .head-2.middle {
    max-width: 90vw;
  }

  .tabs-menu {
    width: 90vw;
    max-width: 90vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-sel {
    width: 100%;
    max-width: none;
  }

  .tab-h4._2 {
    margin-top: 40px;
  }

  .tab-h4.k {
    margin-top: 34px;
  }

  .branchenl-sungen {
    height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-block {
    max-width: 50vw;
  }

  .process {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .proc-div {
    -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;
  }

  .separ {
    display: block;
  }

  .separ.mob {
    display: block;
    width: 30px;
  }

  .image-2 {
    width: 90vw;
    height: auto;
    margin-right: 0px;
    margin-left: -30px;
  }

  .uber-uns {
    max-width: 90vw;
  }

  .div-block-4 {
    width: 90vw;
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-5 {
    padding-bottom: 333px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .green-div-footer {
    width: 90vw;
    height: auto;
    max-width: 90vw;
    margin-bottom: -115px;
    padding: 32px 24px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-h {
    font-size: 32px;
    line-height: 40.32px;
  }

  .white-h.nm {
    margin-top: 0px;
  }

  .div-block-7 {
    width: auto;
    max-width: none;
  }

  .footer-links-div {
    display: block;
    max-width: 90vw;
    padding-top: 158px;
  }

  .footer-link {
    margin-bottom: 16px;
  }

  .footer-link.first {
    margin-bottom: 16px;
  }

  .div-block-8 {
    height: auto;
    max-width: 90vw;
    padding-top: 16px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .edn-footer-blocks {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .end-links {
    margin-right: 35px;
  }

  .block {
    max-width: 90vw;
  }

  .block.left {
    width: 90vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    display: block;
    font-size: 26px;
    line-height: 35px;
  }

  .heading-2.m {
    display: block;
    margin-top: 10px;
    line-height: 35px;
  }

  .heading-2.m.f {
    margin-top: 20px;
  }

  .heading-2.s {
    display: none;
  }

  .serv-block {
    max-width: 90vw;
    margin-left: 0px;
  }

  .image-5 {
    width: 90vw;
    max-width: 90vw;
  }

  .grid-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    width: 288px;
    height: 221px;
    max-width: none;
  }

  .grid-blocks {
    height: 165px;
  }

  .heading-3 {
    margin-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-div {
    max-width: 90vw;
    margin-bottom: 60px;
    padding-left: 0px;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-20 {
    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;
  }

  .div-block-23 {
    height: 30vh;
  }

  .div-block-24 {
    padding-top: 18px;
  }

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

  .text-field {
    width: 100%;
    height: 36px;
    max-height: 6vh;
    max-width: 92vw;
    margin-bottom: 14px;
  }

  .dropdown-list.w--open {
    margin-right: 0px;
    padding-right: 20px;
  }

  .drop.w--open {
    margin-right: 0px;
  }

  .dropdown-list-2.w--open {
    position: static;
    margin-left: 0px;
    padding-right: 20px;
    -webkit-transform: translate(0px, 0px) translate(0px, 0px);
    -ms-transform: translate(0px, 0px) translate(0px, 0px);
    transform: translate(0px, 0px) translate(0px, 0px);
  }

  .menu-button.w--open {
    z-index: 100000000001;
  }

  .nav-menu {
    z-index: 100000000000;
  }

  .div-block-28 {
    background-position: 0% 100%;
    background-size: auto 300px;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 14px;
  }
}

#w-node-_734eae57-6a30-4a99-63ce-8f89bdbd0ee6-bdbd0ebe {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

.wrapper {
  margin: 50px 0;
}

.wrapper h2 {
  margin-bottom: 40px;
}

.partners {
  /* display: flex; */
  /* margin-left: -50px; */
  width: 100%;
  text-align: center;
}

.partners > .cols {
  /* padding-left: 50px; */
  width: 100%;
}

.partners > .cols > div > p {
  max-width: 100%;
  text-align: left;
}

.partners > .first {
  margin-bottom: 70px;
}

.partners > .cols > div {
  display: flex;
  align-items: center;
}
.partners > .cols > .right {
  flex-direction: row-reverse;
}
.partners > .cols > .left p {
  margin: 0 0 0 100px;
}

.partners > .cols > .right p {
  margin: 0 100px 0 0;
}

.partners h3 {
  color: black;
  text-decoration: none;
}

.partners a {
  color: black;
  text-decoration: none;
  max-width: 330px;
  width: 100%;
}

.partners > .cols a img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  max-height: 90px;
  object-fit: contain;
}

.partners > .cols a img:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.3);
}

@media (max-width: 910px) {
  .partners > .cols > .right {
    flex-direction: column;
  }
  .partners > .cols > .left {
    flex-direction: column;
  }

  .partners > .cols > .left p {
    margin: 0;
    text-align: center;
  }
  
  .partners > .cols > .right p {
    margin: 0;
    text-align: center;
  }

  .partners > .cols {
    width: 100%;
  }

  .wrapper .block h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
