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

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  color: #357ebb;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

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

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.head {
  position: static;
  display: block;
  overflow: visible;
  max-height: 600px;
  padding: 100px 10px;
  float: none;
  clear: none;
  background-color: rgba(25, 105, 173, 0.73);
  background-image: url('../images/110711cp_0159.JPG');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.head.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
  text-align: right;
}

.nav-link {
  display: inline-block;
  overflow: visible;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  float: none;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  border: 1px none #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #186bad;
  text-decoration: none;
}

.nav-link.w--current {
  color: #1969ad;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  width: 150px;
  margin-right: 18px;
  float: left;
  text-align: left;
}

.main-heading {
  margin-top: 7px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-style: normal;
  letter-spacing: 1px;
}

.about-section {
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.impressum-text {
  margin-top: 34px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  color: #186bad;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  text-decoration: none;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3e700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 200, 0, 0.89)), to(rgba(255, 200, 0, 0.89))), url('../images/Bildschirmfoto-2020-06-23-um-12.05.56.png');
  background-image: linear-gradient(180deg, rgba(255, 200, 0, 0.89), rgba(255, 200, 0, 0.89)), url('../images/Bildschirmfoto-2020-06-23-um-12.05.56.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  opacity: 1;
  text-align: center;
}

.section.grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.contact {
  padding-top: 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 163, 34, 0.8)), to(rgba(94, 163, 34, 0.8))), url('../images/Bildschirmfoto-2020-06-23-um-12.05.56.png');
  background-image: linear-gradient(180deg, rgba(94, 163, 34, 0.8), rgba(94, 163, 34, 0.8)), url('../images/Bildschirmfoto-2020-06-23-um-12.05.56.png');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.big-icon {
  background-image: url('../images/110711cp_0146.JPG');
  background-position: 0px 0px;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 40px;
  border-radius: 100%;
  text-align: center;
}

.role {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Bitter, serif;
  color: #7d1034;
  font-size: 26px;
  line-height: 33px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
  color: #7d1034;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

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

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  margin-bottom: 50px;
  padding: 30px 34px 0px;
  text-align: center;
}

.testimonial-slide.left-border {
  padding-bottom: 0px;
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #f5f5f5;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 1px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  font-family: Bitter, serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 26px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 0%;
  float: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  background-color: transparent;
  font-family: Bitter, serif;
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
  line-height: 22px;
  text-align: center;
}

.social-icon {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 19px;
  margin-right: 9px;
  margin-bottom: 10px;
  float: none;
  text-align: center;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  position: relative;
  bottom: -79px;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-size: 24px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.room {
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 0%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.image {
  position: static;
  float: none;
  clear: none;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #337ebb;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2%;
}

.heading-3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #337ebb;
  font-size: 24px;
  font-weight: 700;
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #337ebb;
  font-size: 24px;
  font-weight: 700;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  color: #186aad;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-6 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-7 {
  color: #fff;
}

.heading-8 {
  color: #f5f5f5;
}

.heading-9 {
  color: #f5f5f5;
}

.image-2 {
  margin-top: 50px;
}

.paragraph {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-2 {
  margin-right: 20px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-3 {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.container {
  text-align: center;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #cc1049;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 13, 57, 0.82)), to(rgba(151, 13, 57, 0.82))), url('../images/Bildschirmfoto-2020-06-23-um-12.05.56.png');
  background-image: linear-gradient(180deg, rgba(151, 13, 57, 0.82), rgba(151, 13, 57, 0.82)), url('../images/Bildschirmfoto-2020-06-23-um-12.05.56.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Bitter, serif;
  color: #f5f5f5;
  font-size: 26px;
  line-height: 33px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
}

.text-block {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  clear: left;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-size: 20px;
  font-weight: 200;
  text-align: right;
  text-transform: uppercase;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-2 {
  display: block;
  float: none;
  clear: none;
  border: 1px none #000;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.container-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.icon-2 {
  margin-top: 162px;
}

.icon-3 {
  margin-top: 162px;
}

.body {
  background-color: #fff;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #7f1034;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.container-5 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.heading-12 {
  margin-bottom: 20px;
  color: #f5f5f5;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span {
  font-weight: 700;
}

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

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

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

.link-2 {
  color: #186bad;
  text-decoration: none;
}

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

.text-span-5 {
  font-style: normal;
  font-weight: 700;
}

.heading-13 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.heading-14 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.heading-15 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.text-span-6 {
  font-weight: 700;
}

.section-4 {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: rgba(24, 107, 173, 0.73);
}

.text-span-7 {
  color: #fff;
}

.text-span-8 {
  font-weight: 700;
}

.link-4 {
  color: #186bad;
  text-decoration: none;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  font-weight: 700;
}

.text-span-13 {
  font-weight: 700;
}

.text-span-14 {
  font-weight: 700;
}

.heading-16 {
  color: #357ebb;
  font-weight: 700;
}

.div-block {
  font-family: Bitter, serif;
  color: #357ebb;
}

.image-3 {
  color: #357ebb;
}

.heading-17 {
  color: #357ebb;
  font-weight: 700;
}

.text-field {
  font-family: Bitter, serif;
}

.submit-button {
  font-family: Bitter, serif;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px 19px 0px auto;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .nav-link.w--current {
    padding-bottom: 15px;
  }
  .logo-img.brand-block {
    position: static;
  }
  .main-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.grey {
    padding-bottom: 50px;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .social-wrapper {
    margin-left: 0%;
  }
  .social-link-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 26px;
    text-align: center;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    width: 100%;
    padding-right: 17px;
    background-color: #f5f5f5;
  }
  .heading-4 {
    line-height: 24px;
  }
  .heading-6 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    position: relative;
    bottom: -83px;
    color: #818181;
  }
  .column {
    text-align: center;
  }
  .heading-12 {
    margin-bottom: 40px;
    color: #f5f5f5;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .head {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .navbar {
    padding: 20px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
  }
  .nav-link.w--current {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    width: 150px;
    max-width: 120%;
    margin-bottom: 5px;
    margin-left: 5px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .brand-block {
    position: static;
  }
  .main-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .about-section {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .impressum-text {
    margin-bottom: 0px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.grey {
    padding-bottom: 50px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 85px;
  }
  .icon-wrapper._2 {
    margin-top: 37px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .nav-menu {
    padding-right: 17px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .heading-3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .heading-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-6 {
    font-size: 50px;
    font-weight: 700;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    position: relative;
    bottom: -83px;
    z-index: auto;
    overflow: visible;
    color: #818181;
  }
  .heading-11 {
    margin-bottom: 20px;
  }
  .heading-12 {
    margin-bottom: 20px;
    color: #f5f5f5;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .head {
    display: block;
    overflow: visible;
    max-height: 300px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .navbar {
    margin-bottom: 0px;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .nav-link {
    position: static;
    display: block;
    margin-right: 0px;
    float: none;
    clear: none;
    font-size: 14px;
    text-align: center;
  }
  .nav-link.w--current {
    display: block;
    margin-right: 0px;
    padding-bottom: 0px;
    clear: none;
    text-align: center;
  }
  .logo-img {
    display: inline-block;
    overflow: visible;
    width: 150px;
    max-width: 150%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .logo-img.brand-block {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .brand-block {
    position: fixed;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .main-heading {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 40px;
    line-height: 45px;
  }
  .main-subtitle {
    display: none;
    overflow: visible;
    font-size: 20px;
    line-height: 26px;
  }
  .about-section {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .impressum-text {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.contact {
    padding-top: 40px;
  }
  .section.footer {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .grey-icon-wrapper {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .team-image {
    padding-right: 20px;
    padding-left: 20px;
  }
  .role {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
  }
  .team-title {
    font-size: 33px;
    line-height: 36px;
  }
  .testimonial-slide {
    margin-bottom: 0px;
  }
  .testimonial {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .contact-text {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .social-link-text {
    line-height: 26px;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-button {
    padding-right: 0px;
  }
  .nav-menu {
    position: static;
    left: 0%;
    top: 13%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 280px;
    padding-top: 20px;
    float: right;
    clear: none;
    text-align: right;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .heading {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 33px;
    line-height: 36px;
  }
  .heading-2 {
    margin-top: 20px;
  }
  .heading-3 {
    margin-top: 20px;
  }
  .heading-4 {
    margin-top: 20px;
  }
  .heading-5 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }
  .heading-6 {
    margin-top: 0px;
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
  }
  .paragraph {
    position: static;
    overflow: visible;
    font-size: 16px;
  }
  .paragraph-2 {
    font-size: 16px;
  }
  .paragraph-3 {
    font-size: 16px;
  }
  .section-2 {
    padding: 40px 20px;
  }
  .heading-10 {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
  }
  .icon {
    right: -6px;
    bottom: -89px;
    margin-bottom: 0px;
    clear: none;
    color: #818181;
  }
  .icon-2 {
    margin-top: 121px;
    margin-right: -5px;
  }
  .icon-3 {
    margin-top: 121px;
    margin-right: 15px;
  }
  .heading-11 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 36px;
  }
  .section-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading-12 {
    color: #f5f5f5;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    white-space: normal;
  }
  .text-span-5 {
    font-weight: 700;
  }
  .section-4 {
    padding-bottom: 20px;
  }
  .text-span-7 {
    font-size: 36px;
  }
}

