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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.form-success {
  display: inline-block;
  margin-top: 5px;
  padding: 9px 15px;
  width: 100%;
  border: 0;
  color: white;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  background-color: #025839;
}

.form-submitting {
  display: inline-block;
  padding: 9px 15px;
  margin-top: 5px;
  width: 100%;
  border: 0;
  text-align: center;
  color: white;
  line-height: inherit;
  text-decoration: none;
  border-radius: 0;
  background-color: #1a1b1f;
}



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

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: .9em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.navbar-no-shadow {
  z-index: 100;
  width: auto;
  height: 8vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 50vw;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #74a8d4;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: auto;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.container {
  z-index: 0;
  height: 78vh;
  max-height: none;
  max-width: 100vw;
  margin-top: -8vh;
  position: relative;
  top: 0;
  overflow: visible;
}

.container.growanimation {
  height: 80vh;
  margin-top: auto;
}

.background-video {
  max-width: 100vw;
  min-height: 100%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.grid-2 {
  height: 20vh;
  background-color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: stretch;
  align-items: start;
  justify-items: center;
  margin-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}

.usp {
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.usp_icon {
  width: 10vh;
  max-width: none;
}

.section_1 {
  width: 100vw;
  min-height: 120vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding: 10vh 10vw;
  display: grid;
}

.image {
  z-index: 1;
  width: 15em;
  position: relative;
  top: 8vh;
  left: 1.5vw;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.image-2 {
  z-index: 0;
  width: 15em;
  position: relative;
  top: auto;
  bottom: 8vh;
  left: 1px;
  right: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.heading-4 {
  text-align: center;
  align-self: auto;
}

.section_3 {
  width: 100vw;
  height: auto;
  min-height: 200vh;
  clear: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.image-6 {
  z-index: -1;
  width: 100vw;
  min-height: 100vh;
  filter: brightness(16%);
  align-self: flex-start;
  margin-top: 0;
  position: fixed;
  top: 0;
  object-fit: cover;
}

.grid-3 {
  z-index: 1;
  width: 100vw;
  min-height: 155vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  align-self: auto;
  align-items: center;
  justify-items: center;
  margin-top: 15%;
  padding-bottom: 4vh;
  padding-left: 10vw;
  padding-right: 10vw;
  line-height: 1.5em;
  position: static;
  overflow: visible;
}

.paragraph {
  font-size: 30em;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  bottom: auto;
}

.paragraph.bignumber2 {
  height: 100%;
  opacity: 1;
  color: #fff;
  align-items: center;
  line-height: 0;
  display: flex;
  top: 30%;
}

.paragraph.bignumber1 {
  height: 100%;
  direction: ltr;
  color: #fff;
  text-align: left;
  object-fit: fill;
  align-items: center;
  margin-bottom: 0;
  line-height: 0;
  display: flex;
  top: 30%;
  bottom: auto;
  overflow: visible;
}

.paragraph.bignumber3 {
  color: #fff;
  top: auto;
  bottom: auto;
}

.container-8 {
  max-width: 50%;
  color: #fff;
  object-fit: fill;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.div-block {
  z-index: 1;
  width: 100%;
  height: 5vh;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: -5%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  bottom: auto;
}

.div-block.approach_h {
  overflow: visible;
}

.heading-6 {
  color: #fff;
  text-align: center;
  position: static;
  top: 5%;
  overflow: hidden;
}

.section-2 {
  height: 300vh;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  background-color: #fff;
  grid-template: "Area Area Area" 15vh
                 ". Area-2 Area-2" 28vh
                 "Area-3 Area-3 ." 28vh
                 ". . ." 28vh
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 7vh 10vw 5vh;
  display: block;
  position: static;
}

.section-2.team {
  height: auto;
  color: #fff;
  background-color: #097ab2;
  background-image: url('../images/bgshapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 15vh;
}

.body {
  font-size: 1em;
  line-height: 1.3em;
}

.lostpage_body{
	background-color: #333;
}

.div-block-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.grid-5 {
  width: auto;
  max-width: 50vw;
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template: "Area"
                 "Area"
                 "Area"
                 / .25fr .75fr;
  align-content: space-around;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  margin-top: 2%;
  margin-bottom: 5%;
}

.div-block-15 {
  max-height: none;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-16 {
  object-fit: contain;
}

.image-10 {
  max-height: 100%;
  max-width: 5vw;
  object-fit: contain;
}

.image-11 {
  max-height: 50%;
  max-width: 100%;
  object-fit: contain;
  overflow: visible;
}

.div-block-17 {
  height: 10vh;
}

.heading-14 {
  text-align: right;
  line-height: 1em;
}

.grid-6 {
  max-height: 40vh;
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template: ". Area" 33%
                 ". Area" 33%
                 ". Area" 33%
                 / .75fr .5fr;
  margin-top: 5%;
  margin-bottom: 2%;
}

.div-block-18 {
  height: 100%;
  max-height: 30vh;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.paragraph-3 {
  text-align: left;
}

.paragraph-4 {
  width: auto;
  text-align: justify;
  padding-left: 20vw;
  padding-right: 20vw;
  font-size: 1em;
  line-height: 1.5em;
}

.div-block-17-copy {
  height: auto;
}

.paragraph-5 {
  text-align: right;
}

.section-3 {
  height: auto;
  background-color: #000;
  padding: 10vh 10vw;
}

.column, .column-2, .column-3, .column-4 {
  flex-direction: column;
  display: flex;
}

.image-12 {
  margin-top: 3vh;
  margin-bottom: 3vh;
  display: none;
}

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

.heading-16 {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 2vw;
  line-height: 1em;
  display: block;
}

.paragraph-6 {
  color: #fff;
  text-align: justify;
}

.div-block-21 {
  height: 10vh;
}

.paragraph-7 {
  text-align: right;
}

.paragraph-8 {
  padding-left: 40px;
}

.rich-text-block, .div-block-22 {
  text-align: right;
}

.section-4 {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  background-color: #414141;
  border-top: 5px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15vh 10vw;
  display: grid;
}

.map {
  height: 25vh;
}

.link-block {
  width: 5vw;
  display: block;
}

.link-block.social {
  text-align: center;
  justify-content: space-around;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area-2 Area-2 Area-2"
                 "Area Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  justify-items: stretch;
  display: flex;
}

.image-15 {
  max-width: 3vw;
  display: block;
}

.rich-text-block-2 {
  color: #fff;
  text-align: justify;
}

.div-block-24 {
  z-index: 100;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.div-block-25 {
  width: 50vw;
  height: auto;
  background-color: #fff;
  padding: 5%;
  display: block;
  position: absolute;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, .2);
}

.blacklink {
  color: #333;
}

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

#email-form-2{
	width:15vw;
}

.checkbox-field {
  padding-bottom: 3%;
}

.closebutton {
  float: right;
  cursor: pointer;
  padding: 2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-2 {
  text-align: center;
  align-self: flex-start;
  font-size: 2em;
}

.div-block-26 {
  width: 66.67vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "Area ."
                 "Area-2 Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-5 {
  z-index: 99;
  width: 100vw;
  height: 200vh;
  max-width: 100vw;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  overflow: visible;
}

.div-block-27 {
  height: 100vh;
  max-width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.animation_buffer_100 {
  height: 100vh;
}

.div-block-28 {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-29 {
  height: 150vh;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 25vw;
  margin-right: 25vw;
  display: flex;
}

.heading-17 {
  text-align: center;
}

.line_element {
  width: 1px;
  height: 10vh;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.expertise_step {
  text-align: center;
}

.expertise_step h3 {
  font-size: 1.5em;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  background-color: #fff;
  grid-template: "Area Area Area" 15vh
                 ". Area-2 Area-2" 28vh
                 "Area-3 Area-3 ." 28vh
                 ". . ." 28vh
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10vh 10vw;
  display: block;
  position: static;
}

.contact_h {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.div-block-30 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  display: flex;
}

.projectx {
  flex-direction: column;
  display: flex;
}

.div-block-31, .image-17 {
  display: none;
}

.div-block-32 {
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
	background-color: #333;
	color: white;
}

.utility-page-content {
  width: 33vw;
  text-align: center;
  flex-direction: column;
  display: flex;
	line-height: 3vh;
}

.body_privacy {
  background-color: #000;
}

.div-block-34 {
  padding-left: 20vw;
  padding-right: 20vw;
}

.div-block-35 {
  height: 10vh;
}

.rich-text-block-4 {
  color: #fff;
}

.div-block-36 {
  margin-top: 10%;
  display: flex;
}

.text-block-3 {
  width: auto;
  color: #fff;
}

.div-block-37 {
  width: .25em;
}

.imprint_popup {
  z-index: 100;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.provider_text a {
  color: #333;
}

.text-block-4 {
  color: #fff;
  cursor: pointer;
}

.homelogo, .homelogo.w--current {
  display: none;
}

.div-block-39 {
  z-index: 100;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  position: fixed;
  top: auto;
  bottom: 8vh;
  left: 95vw;
  right: auto;
  overflow: visible;
}

.image-18 {
  position: absolute;
}

.image-18.scrollup_b {
  filter: none;
}

.image-18.scrollup_w {
  display: none;
}

.inlinelink {
  cursor: pointer;
  font-style: normal;
  text-decoration: underline;
}

.div-block-40 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-19 {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: none;
}

.text-block-5 {
  font-size: .75em;
}

.div-block-42 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.grid-5_rightaligned {
  width: auto;
  max-width: 50vw;
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template: ". Area"
                 ". Area"
                 ". Area"
                 / .75fr .25fr;
  align-content: space-around;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  margin-top: 2%;
  margin-bottom: 5%;
}

.div-block-40_rightaligned {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.div-block-41_rightaligned {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.link-block-2, .rich-text-block-3_rightaligned {
  text-align: right;
}

.div-block-16_rightaligned {
  text-align: right;
  object-fit: contain;
}

.div-block-43, .paragraph-3_rightaligned {
  text-align: right;
}

.link-block-3 {
  display: none;
}

.div-block-44 {
  flex-direction: column;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.dropdown {
  z-index: 0;
  width: 25vw;
  max-width: 25vw;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 2vh;
  display: block;
}

.dropdown-toggle {
  width: 100%;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-right: 20px;
  display: flex;
}

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

.icon-2 {
  color: #fff;
  margin-right: 0;
  font-size: 2vw;
  position: static;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2vh;
  margin-bottom: 4vh;
}

.form-block {
  width: 100%;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.submit-button {
  width: 100%;
  background-color: #1a1b1f;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lostButton {
	background-color: white;
	color: #333;
	width: auto;
	height: auto;
	padding-left:2vw;
	padding-right: 2vw;
	padding-top:1vh;
	padding-bottom:1vh;
	text-align: center;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding: auto;
	margin: 2vw;
}

.lostButton:hover{
	background-color: black;
	color: white;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container.growanimation {
    height: 100vh;
    position: absolute;
  }

  .background-video {
    width: 100vw;
    height: 100vh;
    min-height: auto;
  }

  .grid-2 {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 5vh;
  }

  .section_1 {
    height: auto;
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .image {
    margin-right: 5vw;
    position: static;
    top: .9vh;
    left: 16.6vw;
  }

  .image-2 {
    position: static;
  }

  .heading-4 {
    max-width: 100%;
  }

  .grid-3 {
    grid-template-columns: .25fr 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .body {
    font-size: .7em;
  }

  .grid-5 {
    max-width: none;
  }

  .image-10 {
    max-width: 8vw;
  }

  .paragraph-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-3 {
    min-height: auto;
  }

  .column {
    margin-bottom: 15vh;
  }

  .heading-16 {
    height: auto;
    font-size: 3vw;
  }

  .section-4 {
    flex-direction: column;
    display: flex;
  }

  .map {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

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

  .rich-text-block-2 {
    text-align: center;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .section-5 {
    height: auto;
    margin-top: -12vh;
    position: static;
    top: 0;
  }

  .div-block-27 {
    width: 100vw;
    height: 100vh;
  }

  .animation_buffer_100, .div-block-28 {
    display: none;
  }

  .div-block-29 {
    height: 80vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .line_element {
    height: 5vh;
  }

  .div-block-30 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
  }

  .columns {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .projectx {
    max-height: none;
    margin-bottom: 5vh;
    overflow: hidden;
  }

  .div-block-31 {
    width: 10%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
    position: absolute;
    top: 1vh;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .image-17 {
    max-height: 100%;
    max-width: 100%;
    color: #fff;
    cursor: pointer;
    object-fit: cover;
    display: block;
  }

  .div-block-32.project_1, .div-block-32.project_2, .div-block-32.project_3, .div-block-32.project_4 {
    display: none;
  }

  .container-9 {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2vh;
    display: flex;
  }

  .container-10 {
    margin-bottom: 2vh;
  }

  .div-block-36 {
    justify-content: center;
    margin-top: 0%;
  }

  .div-block-39 {
    left: 90vw;
  }

  .grid-5_rightaligned {
    max-width: none;
  }

  .dropdown {
    width: 100%;
    max-width: none;
  }

  .icon-2 {
    font-size: 4vw;
  }

  .form-block {
    align-items: stretch;
    margin-top: 2vh;
    margin-bottom: 0;
  }

	#email-form-2{
		width: 80vw;
	}

  .div-block-45 {
    text-align: center;
    margin-bottom: 2vh;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow {
    height: auto;
    background-color: rgba(0, 0, 0, .95);
  }

  .navbar-no-shadow-container {
    min-height: 20vh;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .container-regular {
    align-self: center;
  }

  .navbar-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-right: 1vw;
  }

  .nav-menu-wrapper {
    position: relative;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    flex-direction: row;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .menu-button.w--open {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    max-height: 100vh;
    min-width: 100vw;
  }

  .grid-2 {
    height: 15vh;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: contain;
  }

  .usp_icon {
    width: auto;
    max-height: 100%;
    max-width: 10vw;
    object-fit: contain;
  }

  .heading-4 {
    align-self: center;
    font-size: 4em;
  }

  .paragraph.bignumber2, .paragraph.bignumber1, .paragraph.bignumber3 {
    font-size: 20em;
    position: static;
  }

  .container-8 {
    max-width: 100%;
  }

  .div-block.approach_h {
    position: static;
    top: 1vh;
  }

  .grid-5 {
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 11px;
    grid-template: "Area . ." 50%
                   "Area-2 Area-2 Area-2" 50%
                   / 1.25fr 1.25fr .25fr;
  }

  .image-10 {
    object-fit: scale-down;
  }

  .image-11 {
    max-height: 100%;
  }

  .grid-6 {
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: ". . Area" 50%
                   "Area-2 Area-2 Area-2" 50%
                   / .25fr 1.25fr 1.25fr;
  }

  .heading-16 {
    font-size: 4vw;
    overflow: hidden;
  }

  .map {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

	.embedMap{
		height: 33vh;
		width: 100%;
		overflow: hidden;
		align-self: center;
		justify-content: center;
		text-align: center;
	}

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

  .div-block-25 {
    width: 80vw;
    height: auto;
  }

  .text-block-2 {
    align-self: center;
  }

  .div-block-26 {
    align-items: center;
  }

  .section-5 {
    margin-top: -15vh;
  }

  .div-block-29 {
    height: auto;
    min-height: 80vh;
  }

  .contact_h {
    position: static;
  }

  .icon {
    color: #fff;
  }

  .imprint_popup {
    display: none;
  }

  .div-block-38 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: 4vh;
    grid-template-columns: 70vw 10vw;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .homelogo {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-left: 10vw;
    font-size: 2em;
    font-weight: 700;
    line-height: 0;
    display: flex;
  }

  .homelogo.w--current {
    opacity: 0;
    display: flex;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
    color: #fff;
    align-self: center;
    position: static;
    overflow: visible;
    transform: scale(2);
  }

  .div-block-39 {
    top: auto;
  }

  .div-block-40 {
    grid-template-columns: 1fr;
  }

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

  .grid-5_rightaligned {
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 11px;
    grid-template: "Area . ." 50%
                   "Area-2 Area-2 Area-2" 50%
                   / 1.25fr 1.25fr .25fr;
  }

  .div-block-40_rightaligned {
    grid-template-columns: 1fr;
  }

  .div-block-41_rightaligned {
    display: none;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    max-height: 33px;
    max-width: none;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    align-items: stretch;
    margin-top: 2vh;
  }

  .div-block-45 {
    margin-bottom: 2vh;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    min-height: 10vh;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .grid-2 {
    height: 10vh;
    bottom: 20vh;
  }

  .usp_icon {
    max-width: 15vw;
  }

  .section_1 {
    padding-bottom: 5vh;
  }

  .image, .image-2 {
    width: 33vw;
  }

  .heading-4 {
    text-align: center;
    align-self: center;
    font-size: 2.5em;
  }

  .section_3 {
    min-height: auto;
    justify-content: space-around;
    padding-bottom: 5vh;
  }

  .grid-3 {
    height: auto;
    grid-template-rows: 20em auto 20em;
    grid-template-columns: 1fr;
    grid-auto-rows: 20em;
    align-content: space-around;
    align-items: center;
    margin-top: 5vh;
    padding-top: 2vh;
    padding-bottom: 0;
    position: relative;
  }

  .paragraph.bignumber2, .paragraph.bignumber1, .div-block.approach_h {
    height: auto;
    position: static;
  }

  .grid-5 {
    max-height: 50vh;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .image-10 {
    max-width: 10vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .image-11 {
    display: none;
  }

  .div-block-17 {
    height: 10vh;
  }

  .heading-13, .heading-14 {
    font-size: 3em;
  }

  .grid-6 {
    max-height: 50vh;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .heading-16 {
    width: 90%;
    height: auto;
    font-size: 5vw;
    line-height: 1;
  }

  .rich-text-block {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/levin.jpg');
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    padding-right: 2vw;
    display: flex;
  }

  .section-4 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

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

  .text-block-2 {
    align-self: center;
  }

  .div-block-26 {
    width: 80vw;
    align-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20vh;
  }

  .div-block-29 {
    height: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .line_element {
    min-height: 5vh;
  }

  .div-block-30 {
    justify-content: space-around;
  }

  .div-block-31 {
    align-items: center;
    top: 2vh;
  }

  .image-17 {
    max-height: 50%;
  }

  .rich-text-block-3 {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/levin.jpg');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-around;
    padding: 1.5vh 2vw;
    display: flex;
  }

  .heading-18, .heading-19, .heading-20 {
    padding-left: 20px;
  }

  .imprint_popup {
    display: none;
  }

  .homelogo {
    margin-left: auto;
  }

  .div-block-39 {
    top: auto;
    bottom: 5vh;
    left: 80vw;
  }

  .div-block-40 {
    min-height: 45%;
  }

  .grid-5_rightaligned {
    max-height: 50vh;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .div-block-40_rightaligned {
    min-height: 45%;
  }

  .rich-text-block-3_rightaligned {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/levin.jpg');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-around;
    padding: 1.5vh 2vw;
    display: flex;
  }

  .icon-2 {
    font-size: 6vw;
  }
}

#w-node-c9e3a829-32c0-7d1d-3abb-4bddbd5aeb27-b04ada22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b4147e61-7eb5-cb21-d25b-0dc5d17c48ac-b04ada22, #w-node-b4147e61-7eb5-cb21-d25b-0dc5d17c48ae-b04ada22, #w-node-b4147e61-7eb5-cb21-d25b-0dc5d17c48b0-b04ada22, #w-node-b4147e61-7eb5-cb21-d25b-0dc5d17c48b2-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4c4947aa-ca74-5968-cae5-5d516f572487-b04ada22, #w-node-cca81e42-d8a0-ac1b-2d2f-70465a3a3cf8-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cca81e42-d8a0-ac1b-2d2f-70465a3a3cfb-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c2688cfe-3b81-c8eb-f56e-ca604d2cfa22-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2927ea5-c3a3-9655-ab2b-20be7ee0ebbf-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_92a70cca-989e-446c-8183-f074c7e287e9-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-b1ddb66a-65f3-c1c2-fe2b-b025479b926d-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_838688f7-dbe0-e16c-11eb-f7b6dc2fbf41-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43ddc3b3-e040-96b8-e1cc-f69587152fca-b04ada22 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: start;
}

#w-node-_43ddc3b3-e040-96b8-e1cc-f69587152fcb-b04ada22, #w-node-de621c38-3b39-9e38-1b9a-44c5a2fdbad0-b04ada22, #w-node-_024077c9-4169-bd5e-5ad8-2c1257ed0fa0-b04ada22, #w-node-_024077c9-4169-bd5e-5ad8-2c1257ed0fa1-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0cb7936-35c3-8765-9c1a-177055e3a25c-b04ada22, #w-node-c0cb7936-35c3-8765-9c1a-177055e3a25d-b04ada22 {
  grid-area: Area;
}

#w-node-_48066303-d1a0-8345-25af-7b9465afc6cf-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_78f51924-3268-60dd-d5ee-8db116aaf131-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ac25bef1-6db5-cea4-1032-9edd9c417311-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aead70c6-0d98-1996-0a99-4d6d425c5fdc-b04ada22 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-_6c0ad8dc-538a-622e-db90-e72c5c24bb3f-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_6c0ad8dc-538a-622e-db90-e72c5c24bb4c-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_6c0ad8dc-538a-622e-db90-e72c5c24bb50-b04ada22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_6c0ad8dc-538a-622e-db90-e72c5c24bb56-b04ada22 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-ca89f739-5f4e-8f4b-170f-0c7ac77b22d8-c77b22d7, #w-node-ca89f739-5f4e-8f4b-170f-0c7ac77b22e4-c77b22d7, #w-node-ca89f739-5f4e-8f4b-170f-0c7ac77b22ed-c77b22d7, #w-node-f99f7876-986c-dba1-d589-286cbf5a4312-c77b22d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cca81e42-d8a0-ac1b-2d2f-70465a3a3cfb-b04ada22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_78f51924-3268-60dd-d5ee-8db116aaf131-b04ada22, #w-node-_6c0ad8dc-538a-622e-db90-e72c5c24bb4c-b04ada22 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac25bef1-6db5-cea4-1032-9edd9c417311-b04ada22, #w-node-_6c0ad8dc-538a-622e-db90-e72c5c24bb50-b04ada22 {
    grid-area: Area-2;
  }

  #w-node-_391c495f-07ac-51cf-9f80-e613f034f973-f034f95a, #w-node-_76aef638-f174-bbc0-5b9d-0a4e1d15acbf-b04ada24 {
    align-self: center;
    justify-self: center;
  }
}
