body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 11px;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  max-width: 1122px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1122px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}

.wrapper.hero {
  margin-left: auto;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 689px;
  margin-left: 90px;
  -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;
}

.hero.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin-bottom: 32px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009fe3;
}

.hero-text {
  position: relative;
  z-index: 3;
  overflow: visible;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 110%;
  font-weight: 900;
}

.heading.tanim {
  color: #fff;
  font-size: 72px;
}

.body {
  background-color: #f5fcff;
  font-family: 'Open Sans', sans-serif;
  color: #575756;
  font-size: 17px;
  line-height: 140%;
}

.demo-button {
  padding: 4px 30px 4px 56px;
  border-radius: 12px;
  background-color: #ffb019;
  background-image: url('../images/demo-icon.svg');
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 270ms ease;
  transition: all 270ms ease;
  color: #002d40;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}

.demo-button:hover {
  background-color: #002d40;
  background-image: url('../images/button-icon-hover.svg');
  color: #fff;
}

.heading-2 {
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
  color: #002d40;
  font-size: 48px;
  line-height: 120%;
  font-weight: 900;
}

.heading-2.big {
  max-width: none;
  margin-left: 0px;
  color: #002d40;
  font-size: 48px;
  line-height: 120%;
  text-align: left;
}

.heading-2.big.tanim {
  max-width: none;
  margin-bottom: 32px;
  margin-left: 0px;
  font-size: 48px;
  line-height: 120%;
}

.heading-3 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #009fe3;
  font-size: 32px;
  line-height: 110%;
  font-weight: 900;
}

.text-block-2 {
  font-size: 22px;
  line-height: 130%;
}

.list-header {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  margin-right: 12px;
  padding-top: 11px;
}

.services-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e9ebec;
}

.container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 62px 0 rgba(0, 159, 227, 0.07);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 12px;
  -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;
  background-color: #002d40;
}

.hero-cnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  max-width: 1128px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  padding-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -18%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow {
  position: absolute;
  left: -25%;
  top: -22%;
  right: 0%;
  bottom: 0%;
}

.brand {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1122px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.nav-menu {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link:hover {
  color: #002d40;
}

.navbar {
  background-color: transparent;
}

.header-divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #002d40;
  opacity: 0.2;
}

.function-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-bottom: 29px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fnc-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  -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;
}

.icon-name {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #009fe3;
  font-size: 20px;
  font-weight: 900;
}

.success-cards__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 24px 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
  border-radius: 12px;
  background-color: #009fe3;
}

.success-card__title {
  color: #fff;
  font-size: 16px;
}

.success-card__txt {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.image-11 {
  margin-bottom: 16px;
}

.lottie-animation {
  margin-bottom: -16px;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 129px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-section.wrapper {
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.kunden-card {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
  border-radius: 12px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.kunden-card--divider {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background-color: #e9ebec;
}

.kunden-card--photo {
  margin-bottom: 12px;
}

.kunden-card--quote {
  margin-bottom: 12px;
}

.kunden-card--text {
  margin-bottom: 24px;
}

.kunden-card--person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kunden-card--person__avatar {
  overflow: hidden;
  margin-right: 12px;
  border-radius: 50%;
}

.kunden--card--person__details {
  font-size: 15px;
  line-height: 140%;
}

.kunden--card__name {
  font-weight: 700;
}

.kunden-card--link {
  padding-top: 6px;
  padding-right: 32px;
  padding-bottom: 6px;
  background-image: url('../images/kunden--card__arrow.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #009fe3;
  text-decoration: none;
}

.kunden-card--link:hover {
  padding-right: 38px;
  color: #002d40;
}

.partner-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 32px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.lightbox-link {
  margin-bottom: 32px;
}

.partner--text__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-col {
  margin-right: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.right-col {
  margin-top: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.heading-4 {
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  color: #002d40;
  font-size: 38px;
  line-height: 120%;
  font-weight: 900;
}

.list-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.partner-list {
  margin-bottom: 24px;
}

.heading-5 {
  color: #002d40;
  font-size: 28px;
  line-height: 120%;
}

.right-col-text {
  margin-bottom: 24px;
}

.grey-cards--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grey-card {
  margin-right: 0px;
  padding: 24px 24px 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
  border-radius: 12px;
  background-color: #e9ebec;
}

.text {
  margin-bottom: 24px;
}

.text-wrapper {
  max-width: 65%;
  margin-bottom: 48px;
}

.contact-card {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border-radius: 12px;
  background-color: #e9ebec;
}

.newsletter-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.newsletter-title {
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  color: #002d40;
  font-size: 24px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
}

.newsletter-wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1086px;
  margin-right: 18px;
  margin-left: 18px;
  padding: 26px 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;
  border-radius: 12px;
  background-color: #e9ebec;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -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;
}

.newsletter-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field {
  width: 297px;
  height: 40px;
  border-radius: 3px;
}

.newsletter-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}

.submit-button {
  padding: 9px 31px;
  border-radius: 12px;
  background-color: #ffb019;
  color: #002d40;
}

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

.newsletter-label {
  font-weight: 600;
}

.hero-subtitle {
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1122px;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo {
  margin-right: 12px;
}

.copyright-text {
  opacity: 0.46;
  color: #e9ebec;
  font-size: 14px;
  text-align: center;
}

.footer-link {
  margin-right: 0px;
  margin-left: 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

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

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

  .hero-text {
    padding-left: 0px;
  }

  .hero-cnt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-left {
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .col-right {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 60%;
    margin-right: 51px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu {
    background-color: #002d40;
  }

  .navbar {
    max-width: 1122px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .success-cards__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .success-card {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
  }

  .lottie-animation {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }

  .intro-section.wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kunden-card {
    max-width: none;
    margin-bottom: 24px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .kunden-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partner-section {
    padding-bottom: 32px;
  }

  .left-col {
    margin-right: 18px;
  }

  .grey-cards--wrapper {
    width: 100%;
  }

  .grey-card {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .text-wrapper {
    max-width: 100%;
  }

  .contact-card {
    max-width: 70%;
  }

  .newsletter-section {
    padding-top: 32px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .newsletter-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }

  .footer-top {
    padding-right: 18px;
    padding-left: 18px;
  }

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

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

  .image-12 {
    height: 100%;
  }
}

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

  .heading {
    font-size: 60px;
  }

  .heading.tanim {
    font-size: 50px;
  }

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

  .function-icons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .success-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partner-section {
    padding-bottom: 24px;
  }

  .grey-cards--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .grey-card {
    margin-bottom: 12px;
    padding-bottom: 32px;
  }

  .contact-card {
    margin-bottom: 12px;
    padding-bottom: 32px;
  }

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

  .footer-logos {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper {
    display: block;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero.wrapper {
    height: 520px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    font-size: 34px;
  }

  .heading.tanim {
    font-size: 34px;
  }

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

  .heading-2.big.tanim {
    font-size: 30px;
  }

  .hero-cnt {
    position: relative;
    height: 80%;
    max-width: 100%;
    margin-top: 106px;
    margin-bottom: 0px;
    -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;
  }

  .col-left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 43%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .container-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .function-icons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .success-cards__container {
    -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;
  }

  .success-card {
    max-width: 100%;
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .success-card__title {
    font-size: 15px;
  }

  .success-card__txt {
    font-size: 20px;
  }

  .intro-section.wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kunden-card {
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
  }

  .kunden-wrapper {
    -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;
  }

  .partner-section {
    padding-bottom: 12px;
  }

  .partner--text__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .contact-card {
    max-width: 100%;
  }

  .newsletter-section {
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .newsletter-title {
    font-size: 23px;
  }

  .newsletter-wrapper {
    display: block;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-field {
    width: 250px;
  }

  .footer-logos {
    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;
  }

  .footer-logo {
    margin-bottom: 24px;
  }
}