.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 {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #83c02b;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, rgba(30, 33, 33, 0.64)), to(rgba(32, 32, 32, 0.14))), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 41%, rgba(32, 32, 32, 0.14)), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 90px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/banner-grafik-menuezeile-1.svg');
  background-position: 100% 50%;
  background-size: auto 90px;
  background-repeat: no-repeat;
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, 0.85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.long-text {
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  max-width: 100%;
  margin-top: 41px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.button {
  display: block;
  width: 350px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  color: #83c02b;
}

.button.w--current {
  margin-right: auto;
}

.section-1 {
  padding-top: 62px;
  padding-bottom: 140px;
  border: 1px none #000;
  background-color: #fff;
}

.section-1.dark {
  height: 15vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-top-style: none;
  background-color: #fff;
  background-image: none;
}

.section-1.gray {
  background-color: #f8f8f8;
}

.section-1.bottom-padding {
  height: auto;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

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

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 2vh;
  padding-bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  background-color: transparent;
  background-image: url('../images/Footer.svg');
  background-position: 0px 2vh;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-link {
  display: inline-block;
  padding: 3px 10px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #83c02b;
  font-size: 13px;
  font-weight: 700;
}

.footer-link.w--current {
  color: #83c02b;
  font-size: 14px;
  font-weight: 700;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(46%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: url('../images/bridges.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.inner-hero.about-page {
  background-image: url('../images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link {
  display: inline-block;
  padding: 10px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-radius: 16px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #83c02b;
  font-size: 0.85em;
  font-weight: 900;
}

.nav-link.w--current {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding: 10px;
  border-radius: 20px;
  background-color: #83c02b;
  opacity: 1;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
}

.nav-link.w--current:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #83c02b;
  font-size: 0.9em;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header-section {
  padding-top: 9px;
  padding-bottom: 40px;
  border: 1px none #000;
  background-color: #fff;
}

.category-link {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #768088;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.logo.w--current {
  position: absolute;
  left: 19%;
  top: -5%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.nav-menu {
  display: block;
  margin-top: 0px;
  padding-right: 10px;
}

.field-label {
  padding-left: 12px;
  font-family: Cairo, sans-serif;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 10px;
  font-family: Cairo, sans-serif;
  color: #888c8f;
}

.contact-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #83c02b;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 20px;
  background-color: #83c02b;
  color: #fff;
}

.success-text {
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  border-radius: 19px;
  background-color: #83c02b;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.section-title {
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.image {
  position: absolute;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 75px;
  height: auto;
  max-width: 120px;
  min-width: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

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

.container-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #4d565d;
}

.image-2 {
  display: none;
  height: 25px;
  margin-top: 29px;
}

.heading {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  max-width: 100%;
  margin-top: 40px;
  background-color: #fff;
}

.icon-1 {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 125px;
  height: auto;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Cairo, sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  display: block;
  max-width: 280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.info_block_1 {
  width: 300px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.info_block_1:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.columns {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.grid {
  height: 800px;
  grid-template-areas: "Area-2 . . . Area-3"
    "Area-2 Area Area Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  width: 250px;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 0px;
}

.image-3 {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 148px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 125px;
  height: 125px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-4 {
  position: static;
  display: block;
  overflow: visible;
  background-image: url('../images/Grafik-Seite-A.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.section {
  height: 900px;
  background-color: #fff;
}

.image-1l-home {
  position: relative;
  left: 0px;
  top: -19px;
  width: 300px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.image-9 {
  position: static;
  left: 52%;
  top: -111px;
  right: 0px;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 300px;
  padding-bottom: 0px;
  float: none;
}

.container-4 {
  position: relative;
  display: block;
  min-height: 200px;
  margin-top: -70px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.grid-1-home {
  height: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-1r-home {
  width: 300px;
  margin-top: -200px;
  margin-right: 0%;
  margin-left: auto;
}

.columns-2 {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.heading-4 {
  font-family: Cairo, sans-serif;
  font-weight: 400;
  text-align: center;
}

.button-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 350px;
  height: 65px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  border-radius: 20px;
  background-color: #83c02b;
  box-shadow: 1px 1px 3px 0 #4d565d;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.heading-5 {
  font-family: Cairo, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.heading-6 {
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Cairo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.container-5 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.grafik-1m-home {
  position: relative;
  display: block;
  width: 1000px;
  max-width: 1920px;
  margin: 76px auto 20px;
}

.image-10-copy {
  width: 300px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: auto;
}

.image-8-copy {
  position: relative;
  left: 0px;
  top: -19px;
  width: 300px;
  margin-top: 76px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.container-2-lizenz {
  position: static;
  display: block;
  min-height: 200px;
  margin-top: -19px;
  padding-top: 0px;
  padding-bottom: 108px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-2-home {
  display: block;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-3 {
  width: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block {
  width: 300px;
  height: 300px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.div-block:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-7 {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.icon-2 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.image-13 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.image-14 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.heading-8 {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}

.heading-9 {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}

.heading-10 {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}

.image-14-copy {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.image-16 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.heading-11 {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}

.heading-12 {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.image-17 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.heading-13 {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.heading-14 {
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  font-weight: 400;
  text-align: center;
}

.grid-4 {
  width: 100%;
  height: 600px;
  margin: 0px auto;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.div-block-2-home {
  height: 450px;
  background-image: url('../images/Telekom-Grafik_3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_block_2 {
  width: 310px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 750ms ease-in-out;
  transition: -webkit-transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}

.info_block_2:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #2e2e2e;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-18 {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 180px;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  max-width: 100%;
  margin-top: 50px;
}

.link-block {
  cursor: pointer;
}

.link-block.w--current {
  width: auto;
  height: auto;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #000;
}

.image-3r-home {
  width: 300px;
  margin-top: -200px;
  margin-right: 0%;
  margin-left: auto;
}

.grid-3-home {
  height: 600px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-2l-home {
  position: relative;
  left: 0px;
  top: -32px;
  width: 300px;
  margin-top: 76px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.image-2r-bausoftware {
  position: relative;
  top: -70px;
  width: 300px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: auto;
}

.container-7 {
  position: static;
  display: block;
  min-height: 200px;
  margin-top: -19px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-3l-home {
  position: relative;
  left: 0px;
  top: -19px;
  width: 300px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.heading-16 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cairo, sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.heading-17 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.heading-18 {
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-weight: 300;
}

.heading-4-copy {
  font-family: Cairo, sans-serif;
  font-weight: 400;
  text-align: center;
}

.heading-4-handy {
  font-family: Cairo, sans-serif;
  font-weight: 400;
  text-align: center;
}

.image-22 {
  width: 30px;
  height: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-23 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.columns-3 {
  width: 100%;
}

.button-3 {
  display: block;
  width: 400px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  box-shadow: 0 2px 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button-3:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  box-shadow: none;
  color: #83c02b;
}

.button-4 {
  display: block;
  width: 400px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  box-shadow: 0 0 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button-4:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  box-shadow: none;
  color: #83c02b;
}

.image-24 {
  width: 120px;
  padding-top: 8px;
}

.nav-link-copy {
  top: -3px;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 16px;
  padding: 0px 20px;
  background-image: url('../images/home_nicht_aktiv.svg');
  background-position: 50% 25%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  background-image: url('../images/Home_hover.svg');
  background-position: 50% 25%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #83c02b;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-copy.w--current {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: -3px;
  padding: 10px 0px;
  border-radius: 12.5px;
  background-color: #83c02b;
  background-image: url('../images/home_aktiv.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: Cairo, sans-serif;
  color: #83c02b;
  font-weight: 600;
}

.nav-link-copy.w--current:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  background-image: url('../images/Home_hover.svg');
  background-position: 50% 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}

.paragraph-2 {
  position: relative;
  max-width: 75%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.icon-3 {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 80px;
  height: 80px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.info_block_3 {
  width: 300px;
}

.columns-4 {
  position: static;
  width: 100%;
  margin: 60px auto 40px;
  background-color: #fff;
}

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

.div-block-4 {
  height: 500px;
  background-image: url('../images/Garfik_Bausoftware.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-26 {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 160px;
  height: 125px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.heading-19 {
  margin-top: -48px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.image-27 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 54px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.image-12-copy-copy {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.link-block-2 {
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.link-block-2:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div_kachel_bau {
  width: 300px;
  height: 300px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.div_kachel_bau:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading_kachel_bau {
  position: relative;
  top: 70px;
  margin-top: 0px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.heading_kachel_bau_doppel {
  position: relative;
  top: 215px;
  margin-top: 0px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.image_kachel_bau_1 {
  position: relative;
  left: auto;
  top: 40px;
  right: auto;
  bottom: 0px;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.image_kachel_bau_2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 22px;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.container_5_bausoftware {
  display: block;
  max-width: 100%;
  margin-top: -98px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image_6_bausoftware {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 125px;
  height: 125px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.image-28 {
  display: none;
}

.hero-section-bausoftware {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Header_Photo_Home.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.image-2l-bausoftware {
  position: relative;
  left: 0px;
  top: -48px;
  width: 250px;
  margin-top: 76px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.grid-5 {
  height: 450px;
  margin-top: 1vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-3r-bausoftware {
  position: relative;
  top: -48px;
  width: 300px;
  margin-top: -200px;
  margin-right: 0%;
  margin-left: auto;
}

.section-1-bausoftware {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.section-1-bausoftware.dark {
  height: auto;
  margin-top: -76px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #fff;
  background-image: none;
}

.section-1-bausoftware.gray {
  background-color: #f8f8f8;
}

.section-1-bausoftware.bottom-padding {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-bausoftware {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

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

.section-3-plattform {
  display: block;
  margin-top: 0px;
  padding-bottom: 163px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-3-bausoftware {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.header-section-bausoftware {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.header-section-app {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.section-app_over {
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-app_info {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.section-app_info.dark {
  height: auto;
  margin-top: -76px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #fff;
  background-image: none;
}

.section-app_info.gray {
  background-color: #f8f8f8;
}

.section-app_info.bottom-padding {
  position: relative;
  top: -30px;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.image_1_app {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 125px;
  height: 125px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image_2_app {
  position: static;
  left: 25%;
  top: 10px;
  right: 25%;
  display: block;
  width: 125px;
  height: 125px;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2-app {
  height: 500px;
  background-image: url('../images/grafik_app.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-1-bausoftware {
  height: 500px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.info_block_2_app {
  width: 310px;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.info_block_2_app:hover {
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-section-kontakt {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 184px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Kontakt.jpg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Kontakt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

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

.div_kachel_kontakt {
  width: 330px;
  height: 330px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.div_kachel_kontakt:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div_kachel_kontakt:active {
  border-style: solid;
  border-width: 3px;
  border-color: #83c02b;
}

.div_kachel_kontakt:focus {
  border-style: solid;
  border-width: 3px;
  border-color: #83c02b;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.select-field {
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  font-family: Cairo, sans-serif;
}

.select-field.contact-field:focus {
  border-color: #83c02b;
}

.checkbox-label {
  padding-left: 20px;
  font-family: Cairo, sans-serif;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
}

.button-absenden {
  display: block;
  width: 350px;
  height: 60px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button-absenden:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  color: #83c02b;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
  margin-top: 0px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recaptcha {
  margin-top: 48px;
}

.div-block-2-bausoftware {
  display: block;
  height: 500px;
  background-image: url('../images/Garfik_Bausoftware_Beton.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 100%;
}

.image-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-30-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: 220px;
  min-width: 220px;
}

.columns-5 {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2-kontakt {
  height: 500px;
  background-image: url('../images/Grafik_kontakt.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-h2-kontakt {
  position: relative;
  top: 40px;
}

.image_kachel_kontakt_1 {
  position: relative;
  left: auto;
  top: 40px;
  right: auto;
  bottom: -15px;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.div_kachel_kontakt-link {
  width: 330px;
  height: 330px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.div_kachel_kontakt-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div_kachel_kontakt-link:active {
  border-style: solid;
  border-width: 3px;
  border-color: #83c02b;
}

.div_kachel_kontakt-link:focus {
  border-style: solid;
  border-width: 3px;
  border-color: #83c02b;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading_kachel_kontakt_h3 {
  position: relative;
  top: 40px;
  margin-top: 0px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.hero-section-lizenzmodell {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 184px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 33, 33, 0.64)), to(rgba(32, 32, 32, 0.14))), url('../images/Banner_Lizenzmodell.jpg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64), rgba(32, 32, 32, 0.14)), url('../images/Banner_Lizenzmodell.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.header-section-lizenzmodell {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.container-1-lizenzmodell {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section-lizenzmodell {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.grid-1-lizenzmodell {
  height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.columns-2-lizenzmodell {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.section-1-lizenzmodell {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.section-1-lizenzmodell.dark {
  height: auto;
  margin-top: -76px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #fff;
  background-image: none;
}

.section-1-lizenzmodell.gray {
  background-color: #f8f8f8;
}

.section-1-lizenzmodell.bottom-padding {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container-3-lizenz {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

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

.grid-4-lizenzmodell {
  width: 100%;
  height: 800px;
  margin-top: -41px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.info_block_1-lizenzmodell {
  width: 350px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.info_block_1-lizenzmodell:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-7 {
  height: 450px;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  background-image: url('../images/XAX_ARGUS_Grafik-Implementierung_210521.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-3-lizenz {
  height: 500px;
  background-image: url('../images/grafik_lizenzmodell.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.column-lizenzmodell {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-2-lizenzmodell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-lizenzmodell-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-2-lizenzmodell-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-3-lizenzmodell-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-10-lizenzmodell {
  width: 300px;
  margin-top: -230px;
  margin-right: 0%;
  margin-left: auto;
}

.image-10-copy {
  width: 300px;
  margin-top: -200px;
  margin-right: 0%;
  margin-left: auto;
}

.hero-section-media {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 184px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 33, 33, 0.64)), to(rgba(32, 32, 32, 0.14))), url('../images/Banner_Media.jpg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64), rgba(32, 32, 32, 0.14)), url('../images/Banner_Media.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.paragraph-3-media {
  position: relative;
  max-width: 75%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #83c02b;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.grid-1-media {
  height: 500px;
  margin: 0px auto 111px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.heading-media-2 {
  position: relative;
  max-width: 75%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.image-1r-media {
  width: 300px;
  margin-top: -152px;
  margin-right: 0%;
  margin-left: auto;
}

.image-1l-media {
  position: relative;
  left: 0px;
  top: -19px;
  width: 300px;
  margin-top: -16px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.container-1-media {
  position: static;
  display: block;
  min-height: 200px;
  margin-top: 13px;
  padding-top: 0px;
  padding-bottom: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-2-app {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  background-color: #fff;
}

.info_block_1-plattform {
  width: 350px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.info_block_1-plattform:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.info_block_1-lizenzmod {
  width: 350px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.info_block_1-lizenzmod:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.header-section-plattform {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.section-plattform {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.columns-2-plattform {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.column-plattform {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div_kachel_plattform_link {
  width: auto;
  height: auto;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.div_kachel_plattform_link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div_kachel_plattform_link:active {
  border-style: solid;
  border-width: 3px;
  border-color: #83c02b;
}

.div_kachel_plattform_link:focus {
  border-style: solid;
  border-width: 3px;
  border-color: #83c02b;
}

.div_kachel_plattform {
  width: 400px;
  height: 420px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #999;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  text-align: center;
}

.div_kachel_plattform:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div_kachel_plattform:active {
  border-style: none;
  border-width: 3px;
  border-color: #83c02b;
}

.div_kachel_plattform:focus {
  border-style: none;
  border-width: 3px;
  border-color: #83c02b;
}

.column-2-plattform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image_kachel_plattform_1 {
  position: relative;
  left: auto;
  top: 20px;
  right: auto;
  bottom: -15px;
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  text-align: center;
}

.heading-h2-plattform {
  position: relative;
  top: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-weight: 600;
}

.heading_kachel_plattform {
  position: relative;
  top: 40px;
  margin-top: 0px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.paragraph-plattform {
  position: relative;
  top: 20px;
  max-width: 380px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.image-1l-plattform {
  position: relative;
  left: 0px;
  top: -76px;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.image-1r-plattform {
  width: 300px;
  margin-top: -200px;
  margin-right: 0%;
  margin-left: auto;
}

.grid-1-plattform {
  height: 500px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.section-1-plattform {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.section-1-plattform.dark {
  height: auto;
  margin-top: -76px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #fff;
  background-image: none;
}

.section-1-plattform.gray {
  background-color: #f8f8f8;
}

.section-1-plattform.bottom-padding {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.columns-3-plattform {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  background-color: #fff;
}

.column-plattform-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-2-plattform-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info_block_plattform {
  width: 310px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.info_block_plattform:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3-plattform {
  height: 500px;
  background-image: url('../images/grafik_plattform.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-4-plattform {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  background-color: #fff;
}

.column-lizenzmodell-2-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-heading-home {
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 2px;
}

.hero-heading-lizenz {
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 2px;
}

.hero-content-lizenz {
  max-width: 100%;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.button-lizenz {
  display: block;
  width: 350px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button-lizenz:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  color: #83c02b;
}

.button-lizenz.w--current {
  margin-right: auto;
}

.text-block {
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  font-family: Cairo, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.section-impressum-1 {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.hero-impressum {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 2px;
}

.grid-4-bausoftware {
  width: 100%;
  height: 600px;
  margin-top: -41px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.paragraph-app {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.paragraph-app-gro {
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.container_5_app {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.heading-2-app_doppel {
  margin-bottom: 20px;
  font-family: Cairo, sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-align: center;
}

.image-1l-lizenz {
  position: relative;
  left: 0px;
  top: -51px;
  width: 300px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.navbar-2 {
  position: fixed;
  background-position: 100% 0%;
}

.image-2r-plattform {
  position: relative;
  top: -190px;
  bottom: 0px;
  width: 300px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: auto;
}

.grid-2-plattform {
  height: 450px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.section-3-bausoftware {
  position: relative;
  top: -60px;
  display: block;
  margin-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-1r-lizenz {
  position: relative;
  bottom: 250px;
  width: 300px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: auto;
}

.image-2r-lizenz {
  width: 300px;
  margin-top: -230px;
  margin-right: 0%;
  margin-left: auto;
}

.text-block-2 {
  font-family: Cairo, sans-serif;
  font-size: 16px;
}

.hero-section-datenschutz {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 184px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 33, 33, 0.64)), to(rgba(32, 32, 32, 0.14))), url('../images/Banner_Datenschutz.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64), rgba(32, 32, 32, 0.14)), url('../images/Banner_Datenschutz.svg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.paragraph-3 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.error-message {
  margin-top: 60px;
  border-radius: 20px;
  background-color: rgba(255, 47, 47, 0.65);
}

.columns-5-bausoftware {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  background-color: #fff;
}

.grid-2-bausoftware {
  display: none;
  width: 100%;
  height: 500px;
  margin: 0px auto;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.heading-5-klein {
  display: none;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.heading-5-service {
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

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

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

.hero-section-impressum {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Impressum_2.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Impressum_2.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.hero-section-copy {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Header_Photo_Home.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.hero-section-app {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_App.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_App.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.hero-section-plattform {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Plattform.svg'), url('../images/Header_Photo_Home.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Plattform.svg'), url('../images/Header_Photo_Home.svg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.hero-section-lizenz {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 220px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Lizenzmodell.jpg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Lizenzmodell.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.hero-section-ueber-uns {
  position: relative;
  height: 650px;
  margin-top: -50px;
  padding-top: 184px;
  border-bottom: 8px solid #83c02b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 33, 33, 0.64)), to(rgba(32, 32, 32, 0.14))), url('../images/Banner_Ueber-uns.svg');
  background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64), rgba(32, 32, 32, 0.14)), url('../images/Banner_Ueber-uns.svg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 2px 12px 0 #888c8f;
}

.image-1r-ueberuns {
  width: 300px;
  margin-top: -152px;
  margin-right: 0%;
  margin-left: auto;
}

.image-2r-home {
  position: relative;
  top: -3px;
  width: 320px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: auto;
}

.grid-2-home {
  width: 100%;
  height: 600px;
  margin-top: -41px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-1r-bausoftware {
  position: relative;
  top: -6px;
  width: 300px;
  margin-top: -168px;
  margin-right: 0%;
  margin-left: auto;
}

.image-1l-bausoftware {
  position: relative;
  left: 0px;
  top: -57px;
  width: 300px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.grid-3-bausoftware {
  height: 450px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-3l-bausoftware {
  position: relative;
  left: 0px;
  top: -73px;
  width: 300px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.grid-1-app {
  width: 100%;
  height: 600px;
  margin: 0px auto;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-1r-app {
  position: relative;
  top: -70px;
  width: 300px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: auto;
}

.image-1l-app {
  position: relative;
  left: 0px;
  top: -63px;
  width: 250px;
  margin-top: 76px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.image-2l-plattform {
  position: relative;
  left: 0px;
  top: -76px;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.container-1-plattform {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.container-2-plattform {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.container-3-plattform {
  max-width: 100%;
}

.div-block-2-lizenz {
  height: 450px;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  background-image: url('../images/XAX_ARGUS_Grafik-Implementierung_210521.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-2-lizenz {
  height: 450px;
  margin-top: 1vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-2l-lizenz {
  position: relative;
  left: 0px;
  top: -79px;
  width: 300px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.container-1-amedia {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section-media-1 {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.grid-2-media-copy {
  height: 500px;
  margin: 0px auto 111px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.container-1-kontakt {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.header-section-kontakt {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.columns-1-kontakt {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2-kontakt {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section-1-kontakt {
  padding-top: 62px;
  padding-bottom: 140px;
  border: 1px none #000;
  background-color: #fff;
}

.section-1-kontakt.dark {
  height: 15vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-top-style: none;
  background-color: #fff;
  background-image: none;
}

.section-1-kontakt.gray {
  background-color: #f8f8f8;
}

.section-1-kontakt.bottom-padding {
  height: auto;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container-3-kontakt {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.header-section-ueberuns {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.section-ueberuns-1 {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.grid-1-ueberuns {
  height: 500px;
  margin: 0px auto 111px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area-2 Area Area-3"
    "Area-2 Area Area-3";
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.image-1l-ueberuns {
  position: relative;
  left: 0px;
  top: -19px;
  width: 300px;
  margin-top: -16px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
}

.container-1-ueberuns {
  position: static;
  display: block;
  min-height: 200px;
  margin-top: 13px;
  padding-top: 0px;
  padding-bottom: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-section-imperessum {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.header-section-datenschutz {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px none #000;
  background-color: #fff;
}

.section-datenschutz-1 {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.heading-5-home {
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.div-block-10 {
  font-family: Cairo, sans-serif;
}

.heading-20 {
  font-family: Cairo, sans-serif;
}

.navbar-3 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.image-30 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.image-menue {
  position: absolute;
  left: auto;
  top: -2%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 93px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-12 {
  height: auto;
}

.button-kontakt {
  display: block;
  width: 350px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button-kontakt:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  color: #83c02b;
}

.button-kontakt.w--current {
  margin-right: auto;
}

.container_4_home {
  position: relative;
  display: block;
  min-height: 200px;
  margin-top: -70px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container_4_app {
  position: relative;
  display: block;
  min-height: 200px;
  margin-top: -70px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fail-message {
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  border-radius: 19px;
  background-color: #ff4d4d;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 65px;
  padding-top: 5px;
  -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;
  border-bottom-right-radius: 30px;
  background-color: #e2087a;
}

.heading-21 {
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.image-31 {
  display: block;
  width: 35px;
  height: 55px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
}

.flag {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.flag:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.flag-bausoftware {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.flag-bausoftware:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div-block-13-bau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 65px;
  padding-top: 5px;
  -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;
  border-bottom-right-radius: 30px;
  background-color: #e2087a;
}

.heading-2-home {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.hero-content-media {
  max-width: 100%;
  margin-top: 95px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.hero-content-ueber {
  max-width: 100%;
  margin-top: 95px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.hero-content-kontakt {
  max-width: 100%;
  margin-top: 89px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.hero-content-datenschutz {
  max-width: 100%;
  margin-top: 95px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.heading-12-bau {
  margin-top: -30px;
  font-family: Cairo, sans-serif;
  color: #4d565d;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.container-7-home {
  position: static;
  display: block;
  min-height: 200px;
  margin-top: -19px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-3-home {
  display: block;
  width: 400px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 31px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  box-shadow: 0 2px 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button-3-home:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  box-shadow: none;
  color: #83c02b;
}

.container_df_bs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-32 {
  height: 550px;
  margin-top: -95px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-33 {
  display: block;
  height: 450px;
  margin-top: -32px;
  margin-right: -250px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.container_df_dis-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 100%;
  margin-top: 200px;
  margin-bottom: 67px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-33-dispo {
  height: 600px;
  margin-top: -105px;
  margin-right: 0px;
  margin-left: -200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-33-copy {
  display: block;
  width: auto;
  height: 650px;
  margin-top: -32px;
  margin-right: -133px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-2-bausoftware-copy {
  display: none;
  height: 500px;
  background-image: url('../images/Garfik_Bausoftware.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns_bausoftware_6 {
  margin-top: 0px;
  padding-top: 40px;
}

.heading-22 {
  margin-top: 20px;
  font-family: Cairo, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.heading_bausoftware_30 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.heading_bausoftware_31 {
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Oxygen, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.listitem_bausoftware {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oxygen, sans-serif;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
}

.list {
  margin-top: 0px;
  padding-left: 15px;
  list-style-type: none;
}

.list-item {
  font-family: Oxygen, sans-serif;
  font-size: 25px;
}

.list_counter {
  margin-top: 60px;
  padding-left: 0px;
  list-style-type: none;
}

.div_bausoftware_30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-34 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 30px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.div_bausoftware_31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_bausoftware_32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image_bausoftware_35 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 175px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.column-10 {
  padding-left: 40px;
}

.image_bausoftware_36 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 350px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.button_bausoftware__10 {
  display: block;
  width: 400px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 0px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  box-shadow: 0 0 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button_bausoftware__10:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  box-shadow: none;
  color: #83c02b;
}

.column-12 {
  padding-left: 0px;
}

.columns_bausoftware_7 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.image_bausoftware_37 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image_bausoftware_38 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 400px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.column_bausoftware_20 {
  padding-left: 0px;
}

.container-11 {
  display: block;
}

.container_bausoftware_1 {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
}

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

.div_bausoftware_2 {
  max-width: 100%;
  margin-bottom: 60px;
  padding-top: 89px;
}

.div_bausoftware_3 {
  max-width: 100%;
}

.heading_bausoftware_6 {
  margin-top: 100px;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.heading_bausoftware_7 {
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Cairo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.image_bausoftware_39 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 300px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image_bausoftware_40 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 150px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.image_bausoftware_41 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 30px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.button_bausoftware__11_tcom {
  display: block;
  width: 400px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
  padding: 17px 0px 12px;
  border-radius: 30px;
  background-color: #e42d85;
  box-shadow: 0 0 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button_bausoftware__11_tcom:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #e42d85;
  background-color: #fff;
  box-shadow: none;
  color: #e42d85;
}

.comment {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -200px;
  font-family: Cairo, sans-serif;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.div-block-16 {
  width: 90%;
  margin-right: auto;
  margin-left: -70px;
  border-top: 3px solid #e42d85;
  border-radius: 2px;
}

.div_bausoftware_2-copy {
  max-width: 100%;
  margin: 117px 0px 60px 25px;
}

.div-block-17 {
  width: 80%;
  margin-right: auto;
  margin-left: 63px;
  border-top: 3px solid #83c02b;
  border-radius: 2px;
}

.comment-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  font-family: Cairo, sans-serif;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.button_bausoftware__12 {
  display: block;
  width: 400px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 0px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  box-shadow: 0 0 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button_bausoftware__12:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  box-shadow: none;
  color: #83c02b;
}

.div-block-19 {
  padding-top: 54px;
}

.container-12 {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-image: url('../images/Garfik_Bausoftware.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-35 {
  padding-top: 100px;
}

.heading_bausoftware_32 {
  display: none;
  margin-top: 0px;
  padding-top: 111px;
  padding-right: 200px;
  padding-left: 0px;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.heading_bausoftware_33 {
  padding-top: 200px;
  padding-right: 200px;
  font-family: Cairo, sans-serif;
  color: #5a5a5a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.column-17 {
  padding-right: 0px;
}

.div_bausoftware_33 {
  margin-right: 0px;
  margin-left: auto;
}

.image-36 {
  display: block;
  width: 150px;
  margin-right: 0px;
  margin-left: auto;
}

.image-37 {
  width: 300px;
}

.columns_bausoftware_8 {
  margin-top: 0px;
  padding-top: 40px;
}

.statement_bs_1 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.columns_bausoftware_9 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
}

.columns_bausoftware_10 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.statement_bs_2 {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: Cairo, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.columns_bausoftware_11 {
  margin-top: 0px;
  padding-top: 40px;
}

.columns_bausoftware_12 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.columns_bausoftware_13 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.columns_bausoftware_14 {
  margin-top: 40px;
  padding-top: 40px;
}

.heading_bs_7 {
  margin-top: 0px;
  padding-top: 135px;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.link-block-3 {
  color: #2e2e2e;
}

.link-block-3:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #2e2e2e;
}

.columns-10 {
  padding-top: 60px;
}

.columns-17 {
  padding-top: 60px;
}

.image_bausoftware_42 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 200px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image_bausoftware_43 {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 79px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-38 {
  padding-top: 10px;
}

.image-39 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
}

.image-40 {
  padding-bottom: 0px;
}

.image-41 {
  padding-bottom: 0px;
}

.columns_bausoftware_15 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.button_bausoftware__13 {
  display: block;
  width: 400px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 0px 12px;
  border-radius: 30px;
  background-color: #83c02b;
  box-shadow: 0 0 8px 0 #888c8f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.button_bausoftware__13:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #83c02b;
  background-color: #fff;
  box-shadow: none;
  color: #83c02b;
}

.column-10-copy {
  padding-left: 40px;
}

.div-header-messe {
  position: relative;
  max-height: 250px;
  max-width: 400px;
  margin-top: -105px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-left-radius: 40px;
  background-color: #002f59;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-header-messe:hover {
  margin-top: -105px;
}

.header_messe_h1 {
  margin-bottom: 20px;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.header_messe_h2 {
  margin-bottom: 10px;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.header_messe_icon {
  max-width: 80px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.bold-text {
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    height: 650px;
    margin-top: -50px;
    padding-top: 194px;
  }

  .navbar {
    height: 100px;
    background-image: url('../images/banner-grafik-menüzeile.svg');
    background-position: 100% 50%;
    background-size: auto 105px;
    background-repeat: no-repeat;
  }

  .hero-content {
    margin-top: 79px;
  }

  .button {
    padding-top: 17px;
  }

  .section-1 {
    border: 1px none #000;
  }

  .section-1.dark {
    margin-top: 0px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.85em;
  }

  .nav-link.w--current {
    font-size: 0.9em;
  }

  .header-section {
    padding-bottom: 40px;
    border: 1px none #000;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo.w--current {
    left: -2%;
    top: 6%;
    margin-top: 3px;
    margin-left: 300px;
  }

  .nav-menu {
    margin-top: 0px;
  }

  .field-label {
    padding-left: 11px;
  }

  .image {
    left: 2%;
    top: 17%;
    right: auto;
    bottom: auto;
    width: 90px;
    height: 90px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .container-2 {
    margin-top: 0px;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    margin-top: 3px;
    margin-bottom: 0px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .grafik-1m-home {
    width: 900px;
  }

  .section-2-home {
    margin-top: -250px;
    padding-top: 40px;
  }

  .grid-3 {
    width: 900px;
  }

  .heading-13 {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid-4 {
    margin-bottom: 0px;
  }

  .div-block-2-home {
    height: 500px;
    background-image: url('../images/Telekom-Grafik_3.png');
    background-size: contain;
  }

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

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

  .image-3r-home {
    position: relative;
    top: 29px;
    width: 250px;
  }

  .image-2l-home {
    width: 250px;
  }

  .image-2r-bausoftware {
    top: -10px;
    width: 250px;
  }

  .image-3l-home {
    width: 250px;
  }

  .columns-3 {
    width: 100%;
  }

  .button-3 {
    display: block;
  }

  .button-4 {
    display: block;
  }

  .nav-link-copy {
    font-size: 12px;
  }

  .nav-link-copy.w--current {
    font-size: 16px;
  }

  .columns-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading_kachel_bau {
    top: 70px;
  }

  .image_kachel_bau_1 {
    top: 40px;
    bottom: auto;
  }

  .image_kachel_bau_2 {
    top: -30px;
    bottom: auto;
  }

  .hero-section-bausoftware {
    height: 600px;
    margin-top: -32px;
    padding-top: 186px;
  }

  .image-2l-bausoftware {
    top: -38px;
    width: 250px;
  }

  .grid-5 {
    height: 350px;
  }

  .section-1-bausoftware.dark {
    margin-top: 0px;
  }

  .section-3-plattform {
    margin-top: 0px;
  }

  .header-section-bausoftware {
    border: 1px none #000;
  }

  .header-section-app {
    border: 1px none #000;
  }

  .section-app_info.dark {
    margin-top: 0px;
  }

  .section-app_info.bottom-padding {
    position: relative;
    top: -29px;
  }

  .grid-1-bausoftware {
    height: 500px;
  }

  .hero-section-kontakt {
    height: 600px;
    padding-top: 119px;
  }

  .checkbox-label {
    margin-bottom: 0px;
    padding-left: 10px;
    font-family: Cairo, sans-serif;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin: auto auto 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .checkbox {
    position: static;
    top: 6px;
    bottom: auto;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
  }

  .button-absenden {
    margin-top: 44px;
    padding-top: 12px;
  }

  .checkbox-2 {
    position: static;
    top: 6px;
    width: 16px;
    height: 16px;
  }

  .checkbox-field-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .div-block-2-bausoftware {
    height: auto;
    max-height: 650px;
    min-height: 550px;
  }

  .image-30-home {
    max-width: 240px;
    min-width: 240px;
  }

  .div-block-2-kontakt {
    height: auto;
    max-height: 750px;
    min-height: 600px;
  }

  .hero-section-lizenzmodell {
    height: 600px;
    margin-top: -32px;
    padding-top: 119px;
  }

  .header-section-lizenzmodell {
    border: 1px none #000;
  }

  .grid-1-lizenzmodell {
    height: 500px;
  }

  .section-1-lizenzmodell.dark {
    margin-top: 0px;
  }

  .div-block-3-lizenz {
    height: auto;
    max-height: 750px;
    min-height: 600px;
  }

  .column-3-lizenzmodell-3 {
    padding-right: 0px;
  }

  .image-10-copy {
    position: relative;
    top: 57px;
  }

  .hero-section-media {
    height: 600px;
    margin-top: -32px;
    padding-top: 119px;
  }

  .grid-1-media {
    height: 500px;
  }

  .columns-2-app {
    margin-right: auto;
    margin-left: auto;
  }

  .header-section-plattform {
    border: 1px none #000;
  }

  .grid-1-plattform {
    height: 500px;
  }

  .section-1-plattform.dark {
    margin-top: 0px;
  }

  .columns-3-plattform {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }

  .div-block-3-plattform {
    height: 550px;
  }

  .columns-4-plattform {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-content-lizenz {
    margin-top: 35px;
  }

  .button-lizenz {
    padding-top: 17px;
  }

  .navbar-2 {
    height: 95px;
    background-position: 45% 50%;
    background-size: auto 100px;
  }

  .grid-2-plattform {
    height: 350px;
    margin-top: 0vh;
  }

  .section-3-bausoftware {
    margin-top: 0px;
  }

  .image-1r-lizenz {
    position: relative;
    top: -250px;
    bottom: 0px;
  }

  .hero-section-datenschutz {
    height: 600px;
    margin-top: -32px;
    padding-top: 119px;
  }

  .columns-5-bausoftware {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-2-bausoftware {
    margin-bottom: 0px;
  }

  .hero-section-impressum {
    height: 650px;
    margin-top: -50px;
    padding-top: 194px;
  }

  .hero-section-copy {
    height: 650px;
    margin-top: -50px;
    padding-top: 194px;
  }

  .hero-section-app {
    height: 650px;
    margin-top: -50px;
    padding-top: 194px;
  }

  .hero-section-plattform {
    height: 650px;
    margin-top: -50px;
    padding-top: 194px;
  }

  .hero-section-lizenz {
    height: 650px;
    margin-top: -50px;
    padding-top: 194px;
  }

  .hero-section-ueber-uns {
    height: 600px;
    margin-top: -32px;
    padding-top: 119px;
  }

  .image-2r-home {
    top: 16px;
    width: 250px;
  }

  .image-1r-bausoftware {
    position: relative;
    top: -13px;
  }

  .grid-3-bausoftware {
    height: 350px;
  }

  .grid-1-app {
    margin-bottom: 0px;
  }

  .image-1r-app {
    top: -10px;
    width: 250px;
  }

  .image-1l-app {
    width: 250px;
  }

  .grid-2-lizenz {
    height: 350px;
  }

  .grid-2-media-copy {
    height: 500px;
  }

  .header-section-kontakt {
    border: 1px none #000;
  }

  .section-1-kontakt {
    border: 1px none #000;
  }

  .section-1-kontakt.dark {
    margin-top: 0px;
  }

  .header-section-ueberuns {
    border: 1px none #000;
  }

  .grid-1-ueberuns {
    height: 500px;
  }

  .header-section-imperessum {
    border: 1px none #000;
  }

  .header-section-datenschutz {
    border: 1px none #000;
  }

  .navbar-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-menue {
    height: 100px;
  }

  .button-kontakt {
    padding-top: 17px;
  }

  .hero-content-media {
    margin-top: 60px;
  }

  .hero-content-ueber {
    margin-top: 60px;
  }

  .hero-content-kontakt {
    margin-top: 137px;
  }

  .hero-content-datenschutz {
    margin-top: 60px;
  }

  .button-3-home {
    display: block;
  }

  .button_bausoftware__10 {
    display: block;
  }

  .button_bausoftware__11_tcom {
    display: block;
  }

  .button_bausoftware__12 {
    display: block;
  }

  .heading_bausoftware_33 {
    padding-top: 225px;
  }

  .image-36 {
    display: block;
    margin-right: 0px;
    margin-left: auto;
  }

  .heading_bs_7 {
    padding-top: 135px;
  }

  .button_bausoftware__13 {
    display: block;
  }

  .div-header-messe {
    margin-top: -130px;
  }

  .div-header-messe:hover {
    margin-top: -130px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    height: 650px;
    margin-top: -50px;
    padding-top: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/bagger.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/bagger.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .navbar {
    height: 110px;
    background-image: url('../images/banner-grafik-menüzeile.svg');
    background-position: 100% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .hero-heading {
    margin-top: 38px;
  }

  .hero-content {
    margin-top: 35px;
  }

  .button {
    width: 350px;
    padding-top: 19px;
  }

  .section-1 {
    border: 1px none #000;
  }

  .section-1.dark {
    height: 14vh;
  }

  .section-1.bottom-padding {
    border-top-style: none;
  }

  .footer-section {
    height: auto;
    padding-top: 4vh;
  }

  .nav-link {
    font-size: 0.85em;
  }

  .nav-link:hover {
    color: #83c02b;
    font-size: 0.85em;
    font-weight: 700;
  }

  .header-section {
    padding-bottom: 40px;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image {
    left: 30px;
    top: 30px;
  }

  .container-2 {
    margin-top: -3px;
    padding-top: 19px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph {
    max-width: 350px;
    font-size: 20px;
  }

  .column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-2 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-1r-home {
    position: relative;
    top: -13px;
    width: 310px;
  }

  .heading-5 {
    position: relative;
  }

  .section-2-home {
    padding-bottom: 100px;
  }

  .div-block-2-home {
    height: 700px;
    background-size: contain;
  }

  .info_block_2 {
    width: 350px;
  }

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

  .column-5 {
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-2r-bausoftware {
    top: 10px;
  }

  .columns-3 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-copy:hover {
    color: #83c02b;
    font-weight: 700;
  }

  .nav-link-copy.w--current {
    top: 0px;
  }

  .div-block-4 {
    height: 650px;
  }

  .hero-section-bausoftware {
    height: 700px;
    margin-top: -50px;
    padding-top: 200px;
  }

  .section-3-plattform {
    margin-top: 0px;
  }

  .div-block-2-app {
    height: 700px;
  }

  .grid-1-bausoftware {
    height: 500px;
  }

  .hero-section-kontakt {
    height: 700px;
    margin-top: -50px;
  }

  .checkbox-label {
    padding-top: 15px;
  }

  .button-absenden {
    width: 350px;
  }

  .div-block-2-bausoftware {
    height: auto;
    max-height: 850px;
    min-height: 700px;
  }

  .image-30-home {
    max-width: 245px;
    min-width: 245px;
  }

  .div-block-2-kontakt {
    height: auto;
    max-height: 850px;
    min-height: 800px;
  }

  .hero-section-lizenzmodell {
    height: 700px;
    margin-top: -50px;
  }

  .grid-1-lizenzmodell {
    height: 500px;
  }

  .div-block-3-lizenz {
    height: 750px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .column-lizenzmodell {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-2-lizenzmodell {
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-lizenzmodell-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-10-copy {
    position: relative;
    top: 51px;
  }

  .hero-section-media {
    height: 700px;
    margin-top: -50px;
  }

  .grid-1-media {
    height: 500px;
  }

  .column-plattform {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-2-plattform {
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-1-plattform {
    height: 500px;
  }

  .column-plattform-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-3-plattform {
    height: 750px;
    background-size: contain;
  }

  .column-lizenzmodell-2-copy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-heading-home {
    margin-top: 38px;
  }

  .hero-heading-lizenz {
    margin-top: 38px;
  }

  .hero-content-lizenz {
    margin-top: 32px;
  }

  .button-lizenz {
    width: 350px;
    padding-top: 19px;
  }

  .hero-impressum {
    margin-top: 38px;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    background-image: url('../images/banner-grafik-menuezeile-1.svg');
    background-position: 100% 0%;
    background-size: auto 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .section-3-bausoftware {
    margin-top: 0px;
  }

  .image-1r-lizenz {
    position: relative;
    top: -250px;
  }

  .hero-section-datenschutz {
    height: 700px;
    margin-top: -50px;
  }

  .heading-5-klein {
    position: relative;
  }

  .heading-5-service {
    position: relative;
  }

  .hero-section-impressum {
    height: 650px;
    margin-top: -50px;
    padding-top: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Impressum_2.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Impressum_2.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-copy {
    height: 650px;
    margin-top: -50px;
    padding-top: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-app {
    height: 650px;
    margin-top: -50px;
    padding-top: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_App.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_App.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-plattform {
    height: 650px;
    margin-top: -50px;
    padding-top: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Plattform.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Plattform.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-lizenz {
    height: 650px;
    margin-top: -50px;
    padding-top: 156px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Lizenzmodell.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Lizenzmodell.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-ueber-uns {
    height: 700px;
    margin-top: -50px;
  }

  .image-1r-bausoftware {
    position: relative;
    top: -13px;
    width: 310px;
  }

  .grid-2-media-copy {
    height: 500px;
  }

  .section-1-kontakt {
    border: 1px none #000;
  }

  .section-1-kontakt.dark {
    height: 14vh;
  }

  .section-1-kontakt.bottom-padding {
    border-top-style: none;
  }

  .grid-1-ueberuns {
    height: 500px;
  }

  .heading-5-home {
    position: relative;
  }

  .navbar-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-menue {
    left: auto;
    top: -2px;
    right: 0%;
    bottom: auto;
    height: 103px;
  }

  .button-kontakt {
    width: 350px;
    padding-top: 19px;
  }

  .div-block-14 {
    margin-top: 108px;
  }

  .hero-content-media {
    margin-top: 73px;
  }

  .hero-content-ueber {
    margin-top: 73px;
  }

  .hero-content-kontakt {
    margin-top: 86px;
  }

  .hero-content-datenschutz {
    margin-top: 73px;
  }

  .div-block-2-bausoftware-copy {
    height: 700px;
  }

  .columns_bausoftware_6 {
    padding-top: 20px;
  }

  .column-10 {
    padding-top: 56px;
  }

  .image_bausoftware_36 {
    width: 500px;
  }

  .columns_bausoftware_7 {
    padding-top: 20px;
  }

  .image_bausoftware_38 {
    width: 500px;
  }

  .heading_bausoftware_6 {
    position: relative;
  }

  .button_bausoftware__11_tcom {
    margin-left: 16px;
  }

  .comment {
    position: relative;
  }

  .comment-2 {
    position: relative;
  }

  .div-block-18 {
    padding-top: 44px;
    padding-left: 140px;
  }

  .button_bausoftware__12 {
    margin-left: auto;
  }

  .container-12 {
    max-height: 900px;
    min-height: 700px;
    margin-top: 0px;
  }

  .heading_bausoftware_33 {
    padding-top: 300px;
  }

  .columns_bausoftware_8 {
    padding-top: 0px;
  }

  .statement_bs_1 {
    margin-top: 0px;
  }

  .columns_bausoftware_9 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .columns_bausoftware_10 {
    padding-top: 100px;
  }

  .columns_bausoftware_11 {
    padding-top: 0px;
  }

  .columns_bausoftware_12 {
    padding-top: 100px;
  }

  .columns_bausoftware_13 {
    padding-top: 20px;
  }

  .columns_bausoftware_14 {
    padding-top: 20px;
  }

  .heading_bs_7 {
    position: relative;
    padding-top: 159px;
  }

  .columns_bausoftware_15 {
    padding-top: 60px;
  }

  .column-21 {
    padding-right: 0px;
  }

  .button_bausoftware__13 {
    margin-left: auto;
  }

  .column-10-copy {
    padding-top: 0px;
  }

  .div-header-messe {
    margin-top: -140px;
  }

  .div-header-messe:hover {
    margin-top: -140px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar {
    height: 130px;
    margin-bottom: 73px;
    padding-bottom: 0px;
    background-image: url('../images/banner-grafik-menüzeile.svg');
    background-position: 100% 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .hero-content {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .button {
    width: 400px;
    height: 70px;
    margin-top: -10px;
    padding-top: 21px;
    font-size: 35px;
  }

  .section-1 {
    border: 1px none #000;
  }

  .section-1.dark {
    height: auto;
    margin-top: 63px;
    padding-bottom: 0px;
  }

  .section-1.bottom-padding {
    margin-top: 400px;
    padding-bottom: 0px;
  }

  .footer-section {
    height: auto;
    background-position: 0px 2vh;
  }

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

  .footer-link:hover {
    font-size: 18px;
  }

  .footer-link.w--current {
    color: #83c02b;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link {
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
  }

  .nav-link:hover {
    border-radius: 30px;
    color: #83c02b;
    font-size: 1em;
  }

  .nav-link.w--current {
    padding: 20px;
    border-radius: 30px;
    font-size: 1.1em;
  }

  .nav-link.w--current:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #83c02b;
    background-color: #fff;
    color: #83c02b;
  }

  .header-section {
    margin-bottom: 51px;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo.w--current {
    margin-left: 400px;
  }

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

  .field-label {
    font-size: 16px;
  }

  .contact-field {
    font-size: 16px;
  }

  .contact-field.message {
    max-width: 1450px;
  }

  .image {
    width: 120px;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .container-2 {
    margin-top: 10px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .image-2 {
    height: 40px;
    margin-top: 0px;
  }

  .heading {
    font-size: 65px;
    line-height: 75px;
  }

  .icon-1 {
    position: static;
    display: block;
    width: 160px;
  }

  .heading-2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Cairo, sans-serif;
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
  }

  .paragraph {
    max-width: 480px;
    font-size: 30px;
    line-height: 45px;
  }

  .info_block_1 {
    width: 400px;
  }

  .columns {
    margin-top: 60px;
  }

  .image-3 {
    position: static;
    display: block;
    width: 160px;
    margin-right: auto;
    margin-bottom: 63px;
    margin-left: auto;
  }

  .image-7 {
    position: static;
    display: block;
    width: 160px;
  }

  .image-1l-home {
    top: -57px;
    width: 350px;
  }

  .container-4 {
    position: relative;
    top: 200px;
    margin-top: 0px;
  }

  .heading-3 {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 45px;
  }

  .image-1r-home {
    width: 350px;
    margin-top: -250px;
  }

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

  .heading-5 {
    padding-bottom: 20px;
    font-size: 55px;
  }

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

  .container-5 {
    margin-top: -181px;
    padding-top: 51px;
  }

  .grafik-1m-home {
    width: 1300px;
  }

  .image-10-copy {
    width: 400px;
    margin-bottom: 200px;
  }

  .image-8-copy {
    width: 400px;
  }

  .section-2-home {
    display: block;
    margin-top: -159px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    width: 1400px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1.5fr 1.25fr 1.5fr;
    grid-template-columns: 1.5fr 1.25fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block {
    width: 350px;
    height: 350px;
  }

  .heading-7 {
    margin-top: -10px;
    font-size: 35px;
  }

  .icon-2 {
    width: 180px;
    margin-top: 20px;
  }

  .image-13 {
    width: 200px;
    margin-top: 20px;
  }

  .image-14 {
    width: 200px;
    margin-top: 20px;
  }

  .heading-8 {
    margin-top: 60px;
    font-size: 45px;
  }

  .heading-9 {
    margin-top: 60px;
    font-size: 45px;
  }

  .heading-10 {
    margin-top: 60px;
    font-size: 45px;
  }

  .image-16 {
    width: 200px;
    margin-top: 20px;
  }

  .heading-11 {
    margin-top: 60px;
    font-size: 45px;
  }

  .heading-12 {
    margin-top: -35px;
    font-size: 35px;
    line-height: 45px;
  }

  .image-17 {
    width: 180px;
    margin-top: 20px;
  }

  .heading-13 {
    padding-bottom: 0px;
    font-size: 45px;
    line-height: 65px;
  }

  .heading-14 {
    margin-bottom: 86px;
    font-size: 25px;
  }

  .grid-4 {
    margin-top: -162px;
    margin-bottom: 140px;
  }

  .div-block-2-home {
    height: 650px;
    background-position: 0% 50%;
    background-size: cover;
  }

  .info_block_2 {
    width: auto;
    max-width: 600px;
  }

  .section-3 {
    margin-top: 44px;
  }

  .image-18 {
    position: static;
    display: block;
    width: 240px;
    max-width: 300px;
  }

  .container-6 {
    max-width: 100%;
    padding-bottom: 60px;
  }

  .image-3r-home {
    top: -63px;
    width: 350px;
  }

  .image-2l-home {
    width: 350px;
  }

  .image-2r-bausoftware {
    top: 19px;
    width: 350px;
    margin-bottom: 200px;
  }

  .image-3l-home {
    width: 350px;
  }

  .heading-16 {
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 45px;
  }

  .heading-17 {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 45px;
  }

  .heading-18 {
    font-family: Cairo, sans-serif;
    font-size: 16px;
  }

  .heading-4-copy {
    font-size: 30px;
  }

  .heading-4-handy {
    font-size: 25px;
  }

  .columns-3 {
    width: 100%;
    padding-top: 0px;
  }

  .button-3 {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    padding-top: 21px;
    font-size: 35px;
  }

  .button-4 {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    padding-top: 21px;
    font-size: 35px;
  }

  .nav-link-copy {
    top: 6px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: 35px;
    font-size: 16px;
  }

  .nav-link-copy:hover {
    background-size: 45px;
    font-size: 18px;
  }

  .nav-link-copy.w--current {
    margin-top: 6px;
    font-size: 20px;
  }

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

  .icon-3 {
    position: static;
    display: block;
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .info_block_3 {
    width: 400px;
  }

  .columns-4 {
    margin-right: auto;
    margin-left: 0px;
    background-color: transparent;
  }

  .div-block-4 {
    height: 700px;
  }

  .image-26 {
    position: static;
    display: block;
    width: 160px;
  }

  .heading-19 {
    margin-top: -10px;
    font-size: 35px;
  }

  .image-27 {
    width: 180px;
    margin-top: 20px;
  }

  .image-12-copy-copy {
    width: 180px;
    margin-top: 20px;
  }

  .div_kachel_bau {
    width: 350px;
    height: 350px;
  }

  .heading_kachel_bau {
    top: 100px;
    margin-top: -10px;
    font-size: 35px;
  }

  .heading_kachel_bau_doppel {
    top: 250px;
    margin-top: -10px;
    font-size: 35px;
    line-height: 40px;
  }

  .image_kachel_bau_1 {
    width: 180px;
    margin-top: 20px;
  }

  .image_kachel_bau_2 {
    width: 180px;
    margin-top: 20px;
  }

  .container_5_bausoftware {
    margin-top: 0px;
    padding-top: 51px;
  }

  .image_6_bausoftware {
    position: static;
    display: block;
    width: 160px;
    margin-bottom: 0px;
  }

  .sections {
    max-width: 1920px;
    box-shadow: 1px 1px 20px 0 #4d565d;
  }

  .body {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-section-bausoftware {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-2l-bausoftware {
    top: 0px;
    width: 350px;
  }

  .image-3r-bausoftware {
    position: relative;
    top: 29px;
    width: 350px;
    margin-top: -250px;
  }

  .section-1-bausoftware.dark {
    height: 200px;
    margin-top: 63px;
  }

  .section-1-bausoftware.bottom-padding {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .section-3-plattform {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-section-bausoftware {
    margin-bottom: 51px;
  }

  .header-section-app {
    margin-bottom: 51px;
  }

  .section-app_info.dark {
    height: 200px;
    margin-top: 63px;
  }

  .section-app_info.bottom-padding {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .image_1_app {
    position: static;
    display: block;
    width: 160px;
    margin-right: auto;
    margin-bottom: 63px;
    margin-left: auto;
  }

  .image_2_app {
    position: static;
    display: block;
    width: 160px;
  }

  .div-block-2-app {
    height: 700px;
  }

  .info_block_2_app {
    width: 400px;
  }

  .hero-section-kontakt {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 130px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Kontakt.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 51%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Kontakt.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .div_kachel_kontakt {
    width: 400px;
    height: 400px;
  }

  .checkbox-label {
    padding-top: 19px;
    padding-left: 20px;
    font-size: 16px;
  }

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

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .button-absenden {
    width: 400px;
    height: 70px;
    margin-top: -10px;
    padding-top: 10px;
    font-size: 35px;
  }

  .div-block-2-bausoftware {
    height: 700px;
  }

  .image-30-home {
    min-width: 310px;
  }

  .div-block-2-kontakt {
    height: 800px;
  }

  .heading-h2-kontakt {
    top: 100px;
    font-size: 35px;
  }

  .image_kachel_kontakt_1 {
    top: 60px;
    width: 180px;
    margin-top: 20px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .div_kachel_kontakt-link {
    width: 400px;
    height: 400px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div_kachel_kontakt-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .columns-6 {
    display: block;
    max-width: 1450px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-10 {
    max-width: 1450px;
  }

  .column-8 {
    padding-right: 0px;
  }

  .heading_kachel_kontakt_h3 {
    top: 120px;
    margin-top: -10px;
    font-size: 30px;
  }

  .hero-section-lizenzmodell {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .header-section-lizenzmodell {
    margin-bottom: 51px;
  }

  .section-1-lizenzmodell.dark {
    height: 200px;
    margin-top: 63px;
  }

  .section-1-lizenzmodell.bottom-padding {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .container-3-lizenz {
    margin-top: 0px;
    padding-top: 51px;
  }

  .grid-4-lizenzmodell {
    margin-top: -162px;
  }

  .info_block_1-lizenzmodell {
    width: 500px;
  }

  .div-block-7 {
    margin-top: 140px;
    padding-top: 0px;
  }

  .div-block-3-lizenz {
    height: 750px;
  }

  .column-lizenzmodell-2 {
    padding-left: 0px;
  }

  .image-10-lizenzmodell {
    width: 350px;
    margin-top: -250px;
  }

  .image-10-copy {
    width: 350px;
    margin-top: -250px;
  }

  .hero-section-media {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 130px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-1r-media {
    position: relative;
    top: -175px;
    width: 350px;
    margin-top: 0px;
  }

  .image-1l-media {
    width: 350px;
  }

  .info_block_1-plattform {
    width: 400px;
  }

  .info_block_1-lizenzmod {
    width: 400px;
  }

  .header-section-plattform {
    margin-bottom: 51px;
  }

  .div_kachel_plattform_link {
    width: 500px;
    height: 500px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div_kachel_plattform_link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div_kachel_plattform {
    width: 500px;
    height: 550px;
  }

  .image_kachel_plattform_1 {
    width: 180px;
    margin-top: 20px;
  }

  .heading-h2-plattform {
    font-size: 35px;
    line-height: 45px;
  }

  .heading_kachel_plattform {
    top: 40px;
    margin-top: -10px;
    font-size: 35px;
  }

  .paragraph-plattform {
    max-width: 450px;
    font-size: 25px;
    line-height: 45px;
  }

  .image-1l-plattform {
    width: 350px;
  }

  .image-1r-plattform {
    position: relative;
    top: -210px;
    width: 350px;
    margin-top: 0px;
  }

  .grid-1-plattform {
    margin-top: 140px;
  }

  .section-1-plattform.dark {
    height: 200px;
    margin-top: 63px;
  }

  .section-1-plattform.bottom-padding {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .columns-3-plattform {
    margin-top: 0px;
    padding-top: 40px;
    background-color: transparent;
  }

  .info_block_plattform {
    width: 450px;
  }

  .div-block-3-plattform {
    height: 750px;
  }

  .columns-4-plattform {
    padding-top: 40px;
    background-color: transparent;
  }

  .hero-heading-home {
    font-size: 70px;
    line-height: 85px;
  }

  .hero-heading-lizenz {
    margin-right: auto;
    margin-left: auto;
    font-size: 70px;
    line-height: 85px;
  }

  .hero-content-lizenz {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .button-lizenz {
    width: 400px;
    height: 70px;
    margin-top: -10px;
    padding-top: 21px;
    font-size: 35px;
  }

  .text-block {
    padding-right: 100px;
    padding-left: 100px;
    font-family: Cairo, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-8 {
    margin-bottom: 220px;
    padding-bottom: 0px;
  }

  .hero-impressum {
    font-size: 70px;
    line-height: 85px;
  }

  .grid-4-bausoftware {
    margin-top: -162px;
  }

  .paragraph-app {
    max-width: 450px;
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph-app-gro {
    max-width: 450px;
    font-size: 30px;
    line-height: 45px;
  }

  .container_5_app {
    margin-top: 0px;
    padding-top: 51px;
    padding-bottom: 40px;
  }

  .heading-2-app_doppel {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Cairo, sans-serif;
    font-size: 45px;
    font-weight: 600;
  }

  .image-1l-lizenz {
    width: 350px;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    background-image: url('../images/banner-grafik-menuezeile-1.svg');
    background-position: 100% 0%;
    background-size: auto 128px;
    background-attachment: fixed;
  }

  .image-2r-plattform {
    top: -194px;
    width: 350px;
    margin-top: 0px;
  }

  .section-3-bausoftware {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-1r-lizenz {
    top: -13px;
    width: 350px;
    margin-top: -250px;
  }

  .image-2r-lizenz {
    width: 350px;
    margin-top: -250px;
  }

  .hero-section-datenschutz {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 130px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .columns-5-bausoftware {
    background-color: transparent;
  }

  .grid-2-bausoftware {
    margin-top: -162px;
    margin-bottom: 140px;
  }

  .heading-5-klein {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .heading-5-service {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .hero-section-impressum {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Impressum_2.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Impressum_2.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-copy {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-section-app {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-section-plattform {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-section-lizenz {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-section-ueber-uns {
    height: 900px;
    margin-top: -150px;
    padding-top: 300px;
    padding-left: 130px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-1r-ueberuns {
    width: 350px;
    margin-top: -159px;
  }

  .image-2r-home {
    top: 48px;
    width: 350px;
    margin-bottom: 0px;
  }

  .grid-2-home {
    margin-top: -162px;
  }

  .image-1r-bausoftware {
    width: 350px;
    margin-top: -250px;
  }

  .image-1l-bausoftware {
    top: -76px;
    width: 350px;
  }

  .image-3l-bausoftware {
    width: 350px;
  }

  .grid-1-app {
    margin-top: -162px;
    margin-bottom: 140px;
  }

  .image-1r-app {
    top: 41px;
    width: 350px;
    margin-bottom: 0px;
  }

  .image-1l-app {
    top: -22px;
    width: 350px;
  }

  .image-2l-plattform {
    width: 350px;
  }

  .container-2-plattform {
    margin-top: 0px;
    padding-top: 51px;
  }

  .div-block-2-lizenz {
    margin-top: 140px;
    padding-top: 0px;
  }

  .image-2l-lizenz {
    width: 350px;
  }

  .header-section-kontakt {
    margin-bottom: 51px;
  }

  .section-1-kontakt {
    border: 1px none #000;
  }

  .section-1-kontakt.dark {
    height: 10vh;
    margin-top: 63px;
    padding-bottom: 0px;
  }

  .section-1-kontakt.bottom-padding {
    margin-top: 400px;
    padding-bottom: 0px;
  }

  .container-3-kontakt {
    max-width: 1450px;
  }

  .div-block-9 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 1px 1px 20px 0 #4d565d;
  }

  .header-section-ueberuns {
    margin-bottom: 51px;
  }

  .image-1l-ueberuns {
    width: 350px;
  }

  .header-section-imperessum {
    margin-bottom: 51px;
  }

  .header-section-datenschutz {
    margin-bottom: 51px;
  }

  .body-home {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5-home {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .body-3 {
    margin-right: auto;
    margin-left: auto;
    box-shadow: 1px 1px 20px 0 #4d565d;
  }

  .div-block-11 {
    box-shadow: 1px 1px 20px 0 #4d565d;
  }

  .navbar-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-menue {
    top: -5px;
    height: 133px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .button-kontakt {
    width: 400px;
    height: 70px;
    margin-top: -10px;
    padding-top: 21px;
    font-size: 35px;
  }

  .container_4_home {
    position: relative;
    top: -60px;
    margin-top: 0px;
  }

  .container_4_app {
    position: relative;
    top: -55px;
    margin-top: 0px;
  }

  .div-block-14 {
    margin-top: 168px;
  }

  .flag-bausoftware {
    cursor: default;
  }

  .heading-2-home {
    font-size: 50px;
    line-height: 75px;
    font-weight: 400;
  }

  .hero-content-media {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .hero-content-ueber {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .hero-content-kontakt {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .hero-content-datenschutz {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .heading-12-bau {
    margin-top: -35px;
    font-size: 35px;
    line-height: 45px;
  }

  .button-3-home {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    padding-top: 21px;
    font-size: 35px;
  }

  .div-block-2-bausoftware-copy {
    height: 700px;
  }

  .columns_bausoftware_6 {
    margin-top: 140px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .heading_bausoftware_30 {
    font-size: 55px;
    line-height: 65px;
  }

  .heading_bausoftware_31 {
    font-size: 30px;
  }

  .listitem_bausoftware {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
  }

  .div_bausoftware_30 {
    margin-top: 25px;
  }

  .div_bausoftware_31 {
    margin-top: 25px;
  }

  .div_bausoftware_32 {
    margin-right: auto;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button_bausoftware__10 {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    margin-left: auto;
    padding-top: 21px;
    font-size: 35px;
  }

  .columns_bausoftware_7 {
    margin-top: 100px;
  }

  .image_bausoftware_38 {
    width: 350px;
  }

  .heading_bausoftware_6 {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .heading_bausoftware_7 {
    font-size: 30px;
  }

  .image_bausoftware_39 {
    width: 350px;
  }

  .button_bausoftware__11_tcom {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    padding-top: 21px;
    font-size: 35px;
  }

  .comment {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .comment-2 {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .div-block-18 {
    padding-left: 200px;
  }

  .button_bausoftware__12 {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    font-size: 35px;
  }

  .container-12 {
    max-height: 900px;
    min-height: 700px;
  }

  .heading_bausoftware_33 {
    padding-top: 300px;
    font-size: 55px;
    line-height: 65px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-14 {
    padding-left: 0px;
  }

  .column-15 {
    padding-left: 0px;
  }

  .column-17 {
    display: block;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div_bausoftware_33 {
    display: block;
    margin-right: -10px;
  }

  .image-36 {
    margin-right: 0px;
    margin-left: auto;
  }

  .columns_bausoftware_8 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 80px;
    -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;
  }

  .statement_bs_1 {
    font-size: 30px;
  }

  .columns_bausoftware_9 {
    padding-top: 20px;
  }

  .statement_bs_2 {
    font-size: 30px;
  }

  .columns_bausoftware_11 {
    margin-top: 100px;
    padding-top: 0px;
  }

  .columns_bausoftware_13 {
    margin-top: 100px;
  }

  .columns_bausoftware_14 {
    margin-top: 100px;
    padding-top: 0px;
  }

  .heading_bs_7 {
    padding-top: 220px;
    padding-bottom: 20px;
    font-size: 55px;
  }

  .image-38 {
    padding-right: 10px;
  }

  .column-21 {
    padding-left: 0px;
  }

  .button_bausoftware__13 {
    width: 450px;
    height: 70px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    font-size: 35px;
  }

  .div-block-20 {
    position: relative;
    max-height: 250px;
    max-width: 600px;
    min-height: 150px;
    min-width: 350px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .div-header-messe {
    position: relative;
    right: 0px;
    max-height: 250px;
    max-width: 600px;
    min-height: 200px;
    min-width: 350px;
    margin: -110px 0px 0px auto;
    padding-top: 27px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 40px;
    background-color: #002f59;
    box-shadow: none;
  }

  .div-header-messe:hover {
    margin-top: -110px;
  }

  .header_messe_h1 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Cairo, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
  }

  .image-42 {
    max-height: 100px;
    max-width: 80px;
  }

  .header_messe_h2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-family: Cairo, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
  }

  .header_messe_icon {
    max-height: 100px;
    max-width: 130px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    margin-top: -60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 0%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    height: 65px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url('../images/banner-grafik-menüzeile.svg');
    background-position: 10% 50%;
    background-size: auto 65px;
    background-repeat: no-repeat;
  }

  .menu-button {
    color: #243039;
  }

  .menu-button:hover {
    color: #83c02b;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-heading {
    margin: 0px auto 19px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .hero-content {
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .button {
    margin-right: auto;
    margin-left: auto;
  }

  .button.w--current {
    margin-right: 175px;
  }

  .section-1 {
    padding: 40px 10px;
  }

  .section-1.dark {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1.bottom-padding {
    width: 100%;
    max-width: 100%;
    margin-top: -137px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }

  .section-heading {
    display: block;
    text-align: center;
  }

  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 40% 5%;
    background-size: auto 50px;
  }

  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }

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

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    display: block;
    color: #fff;
    font-size: 1em;
    text-align: center;
  }

  .nav-link:hover {
    font-size: 20px;
  }

  .nav-link.w--current {
    display: block;
    height: auto;
    margin-top: 0px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
  }

  .category-block {
    padding: 10px 0px;
  }

  .logo.w--current {
    left: 8%;
    top: 3%;
    width: 100px;
    margin-top: 6px;
    margin-left: 162px;
  }

  .nav-menu {
    width: 375px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 10px;
    background-color: rgba(35, 47, 56, 0.92);
  }

  .close-x {
    padding-top: 40px;
    font-family: Cairo, sans-serif;
    color: #fff;
    font-size: 15px;
  }

  .close-x:hover {
    color: #83c02b;
  }

  .image {
    left: 15px;
    top: 40px;
    width: 65px;
    height: 65px;
    margin-top: -29px;
    margin-left: 3px;
  }

  .container-2 {
    margin-top: -22px;
  }

  .image-2 {
    margin-top: -3px;
    margin-bottom: 0px;
  }

  .heading {
    position: relative;
    font-size: 38px;
  }

  .container-3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .icon-1 {
    width: 100px;
  }

  .heading-2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
  }

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

  .info_block_1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    width: 125px;
    height: 125px;
  }

  .image-7 {
    width: 100px;
  }

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

  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section {
    width: 100%;
  }

  .image-1l-home {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .container-4 {
    margin-top: 29px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .grid-1-home {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-1r-home {
    width: 175px;
    margin-top: -127px;
  }

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

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

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .grafik-1m-home {
    width: 650px;
    margin-top: 19px;
  }

  .image-10-copy {
    width: 150px;
    max-width: 150px;
    margin-top: 44px;
    margin-right: -2%;
  }

  .image-8-copy {
    width: 175px;
    max-width: 175px;
    margin-left: -16px;
  }

  .container-2-lizenz {
    margin-top: 76px;
  }

  .section-2-home {
    width: 100%;
    margin-top: -80px;
    padding-top: 0px;
    padding-bottom: 51px;
  }

  .grid-3 {
    width: 650px;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-column-gap: 10px;
  }

  .div-block {
    width: 220px;
    height: 220px;
  }

  .heading-7 {
    margin-top: -57px;
    font-size: 20px;
  }

  .icon-2 {
    position: static;
    width: 125px;
    max-width: 125px;
    margin-top: -32px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-12 {
    margin-top: -108px;
    font-size: 20px;
    line-height: 25px;
  }

  .image-17 {
    width: 125px;
    margin-top: 22px;
    padding-bottom: 105px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .heading-14 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .grid-4 {
    width: auto;
    height: 400px;
    max-width: 100%;
    margin: 48px auto 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-2-home {
    width: 100%;
    height: 400px;
    margin-top: -63px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .info_block_2 {
    width: 235px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-18 {
    width: 143px;
  }

  .image-3r-home {
    width: 180px;
    margin-top: -149px;
    margin-right: 0%;
  }

  .grid-3-home {
    width: 100%;
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-3 {
    margin-top: -44px;
  }

  .image-2l-home {
    width: 175px;
    max-width: 175px;
    margin-left: -16px;
  }

  .image-2r-bausoftware {
    top: -10px;
    width: 150px;
    max-width: 150px;
    margin-top: 44px;
    margin-right: 0%;
    margin-left: auto;
  }

  .container-7 {
    margin-top: 76px;
  }

  .image-3l-home {
    width: 150px;
    margin-top: 0px;
  }

  .heading-16 {
    font-size: 25px;
  }

  .heading-17 {
    font-size: 25px;
  }

  .heading-4-copy {
    margin-top: 0px;
    font-size: 16px;
  }

  .heading-4-handy {
    margin-top: 0px;
    font-size: 16px;
  }

  .nav-link-copy {
    display: block;
    margin: 40px auto 10px;
    background-image: url('../images/home_aktiv.svg');
    color: #fff;
    font-size: 18px;
    text-align: center;
  }

  .nav-link-copy:hover {
    font-size: 20px;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-top: 40px;
    color: #fff;
    text-align: center;
  }

  .paragraph-2 {
    position: relative;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .icon-3 {
    width: 117px;
  }

  .info_block_3 {
    display: block;
    width: 235px;
    -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;
  }

  .columns-4 {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    background-color: transparent;
  }

  .div-block-4 {
    height: 300px;
    background-position: 50% 0%;
  }

  .image-26 {
    width: 150px;
  }

  .heading-19 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .image-27 {
    width: 100px;
    height: auto;
    max-width: 125px;
    padding-bottom: 0px;
  }

  .image-12-copy-copy {
    width: 100px;
    padding-bottom: 105px;
  }

  .div_kachel_bau {
    width: 220px;
    height: 220px;
  }

  .heading_kachel_bau {
    top: 60px;
    margin-top: -57px;
    font-size: 20px;
  }

  .heading_kachel_bau_doppel {
    top: 168px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .image_kachel_bau_1 {
    position: relative;
    top: 13px;
    bottom: 0px;
    width: 125px;
    max-width: 125px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image_kachel_bau_2 {
    position: relative;
    bottom: 40px;
    width: 125px;
    max-width: 125px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container_5_bausoftware {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image_6_bausoftware {
    width: 100px;
    height: 125px;
  }

  .image-28 {
    display: none;
  }

  .hero-section-bausoftware {
    margin-top: -137px;
    background-position: 0px 0px, 0% 100%;
  }

  .image-2l-bausoftware {
    top: -35px;
    width: 175px;
    max-width: 175px;
    margin-left: -16px;
  }

  .grid-5 {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-3r-bausoftware {
    top: -6px;
    width: 175px;
    margin-top: -127px;
  }

  .section-1-bausoftware {
    padding: 40px 10px;
  }

  .section-1-bausoftware.dark {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-bausoftware.bottom-padding {
    width: 100%;
    max-width: 100%;
    margin-top: -137px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-bausoftware {
    width: 100%;
  }

  .container-8-bausoftware {
    height: auto;
    padding-bottom: 10px;
  }

  .section-3-plattform {
    width: 100%;
    margin-top: -168px;
    padding-bottom: 51px;
  }

  .container-3-bausoftware {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-app_over {
    width: 100%;
  }

  .section-app_info {
    padding: 40px 10px;
  }

  .section-app_info.dark {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-app_info.bottom-padding {
    width: 100%;
    max-width: 100%;
    margin-top: -137px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image_1_app {
    width: 117px;
  }

  .image_2_app {
    width: 100px;
    height: 125px;
  }

  .div-block-2-app {
    height: 400px;
    margin-bottom: 60px;
    background-position: 50% 0%;
  }

  .grid-1-bausoftware {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .info_block_2_app {
    width: 235px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-section-kontakt {
    margin-top: -60px;
    border-bottom: 8px solid #83c02b;
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Kontakt.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Kontakt.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    box-shadow: 0 2px 12px 0 #888c8f;
  }

  .div_kachel_kontakt {
    width: 275px;
    height: 275px;
  }

  .column-6 {
    padding-right: 30px;
  }

  .column-7 {
    padding-left: 30px;
  }

  .checkbox.w--redirected-checked {
    background-color: #83c02b;
  }

  .div-block-2-bausoftware {
    height: auto;
    max-height: 650px;
    min-height: 350px;
    padding-top: 10px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .image-30-home {
    width: auto;
    max-width: 160px;
    min-width: 160px;
  }

  .div-block-2-kontakt {
    height: 400px;
    background-image: url('../images/Grafik_kontakt.svg');
    background-position: 50% 0%;
  }

  .heading-h2-kontakt {
    position: relative;
    top: 3px;
  }

  .image_kachel_kontakt_1 {
    position: relative;
    top: 13px;
    bottom: 0px;
    width: 125px;
    max-width: 125px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div_kachel_kontakt-link {
    width: 275px;
    height: 275px;
  }

  .heading_kachel_kontakt_h3 {
    top: 60px;
    margin-top: -57px;
    font-size: 20px;
  }

  .hero-section-lizenzmodell {
    margin-top: -137px;
  }

  .container-1-lizenzmodell {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-lizenzmodell {
    width: 100%;
  }

  .grid-1-lizenzmodell {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-1-lizenzmodell {
    padding: 40px 10px;
  }

  .section-1-lizenzmodell.dark {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-lizenzmodell.bottom-padding {
    width: 100%;
    max-width: 100%;
    margin-top: -137px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .container-3-lizenz {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .grid-4-lizenzmodell {
    width: auto;
    height: 400px;
    max-width: 100%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .info_block_1-lizenzmodell {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-7 {
    height: 300px;
    max-width: 85%;
  }

  .div-block-3-lizenz {
    height: 400px;
    background-position: 50% 0%;
  }

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

  .column-2-lizenzmodell {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-lizenzmodell-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-3-lizenzmodell-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-10-lizenzmodell {
    width: 175px;
    margin-top: -127px;
  }

  .image-10-copy {
    width: 175px;
    margin-top: -63px;
  }

  .hero-section-media {
    margin-top: -137px;
  }

  .paragraph-3-media {
    position: relative;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .grid-1-media {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-media-2 {
    position: relative;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    color: #333;
    font-size: 18px;
    font-weight: 600;
  }

  .image-1r-media {
    width: 175px;
    margin-top: -98px;
  }

  .image-1l-media {
    top: -3px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .container-1-media {
    margin-top: 76px;
  }

  .columns-2-app {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-color: transparent;
  }

  .info_block_1-plattform {
    padding-right: 10px;
    padding-left: 10px;
  }

  .info_block_1-lizenzmod {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-plattform {
    width: 100%;
  }

  .column-plattform {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div_kachel_plattform_link {
    width: 350px;
    height: 350px;
  }

  .div_kachel_plattform {
    width: 350px;
    height: 350px;
  }

  .column-2-plattform {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image_kachel_plattform_1 {
    position: relative;
    top: 6px;
    bottom: 0px;
    width: 110px;
    max-width: 125px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-h2-plattform {
    position: relative;
    top: -25px;
  }

  .heading_kachel_plattform {
    top: 60px;
    margin-top: -57px;
    font-size: 20px;
  }

  .paragraph-plattform {
    top: -25px;
    font-size: 14px;
    line-height: 30px;
  }

  .image-1l-plattform {
    top: -35px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .image-1r-plattform {
    position: relative;
    top: -48px;
    width: 175px;
    margin-top: -63px;
  }

  .grid-1-plattform {
    height: 350px;
    margin-top: 100px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-1-plattform {
    padding: 40px 10px;
  }

  .section-1-plattform.dark {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-plattform.bottom-padding {
    width: 100%;
    max-width: 100%;
    margin-top: -137px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .columns-3-plattform {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 89px;
    margin-left: auto;
    background-color: transparent;
  }

  .column-plattform-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .info_block_plattform {
    width: 235px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-3-plattform {
    height: 400px;
    background-position: 50% 0%;
  }

  .columns-4-plattform {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 89px;
    margin-left: auto;
    background-color: transparent;
  }

  .column-lizenzmodell-2-copy {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-heading-home {
    margin: 0px auto 19px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .hero-heading-lizenz {
    margin: 0px auto 19px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .hero-content-lizenz {
    height: 100%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .button-lizenz {
    margin-right: auto;
    margin-left: auto;
  }

  .button-lizenz.w--current {
    margin-right: 175px;
  }

  .section-impressum-1 {
    width: 100%;
  }

  .hero-impressum {
    margin: 0px auto 19px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .grid-4-bausoftware {
    width: auto;
    height: 300px;
    max-width: 100%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-app {
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-app-gro {
    font-size: 15px;
    line-height: 30px;
  }

  .container_5_app {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .heading-2-app_doppel {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
  }

  .image-1l-lizenz {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .navbar-2 {
    background-image: url('../images/banner-grafik-menuezeile-1.svg');
    background-position: 100% 0%;
    background-attachment: fixed;
  }

  .image-2r-plattform {
    top: -111px;
    width: 175px;
    margin-top: 0px;
  }

  .grid-2-plattform {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-3-bausoftware {
    top: 0px;
    width: 100%;
    margin-top: -92px;
    padding-bottom: 51px;
  }

  .image-1r-lizenz {
    position: relative;
    top: -152px;
    width: 175px;
    margin-top: 0px;
  }

  .image-2r-lizenz {
    position: relative;
    top: -130px;
    width: 175px;
    margin-top: 0px;
  }

  .hero-section-datenschutz {
    margin-top: -137px;
  }

  .columns-5-bausoftware {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: transparent;
  }

  .grid-2-bausoftware {
    width: auto;
    height: 400px;
    max-width: 100%;
    margin: 10px auto 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-5-klein {
    display: none;
    font-size: 25px;
  }

  .heading-5-service {
    font-size: 25px;
  }

  .hero-section-impressum {
    margin-top: -60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Impressum.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Impressum.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-copy {
    margin-top: -60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-app {
    margin-top: -60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_App.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_App.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-plattform {
    margin-top: -60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Plattform.svg'), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Plattform.svg'), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .hero-section-lizenz {
    margin-top: -60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Lizenzmodell.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Lizenzmodell.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-ueber-uns {
    margin-top: -137px;
  }

  .image-1r-ueberuns {
    width: 175px;
    margin-top: -98px;
  }

  .image-2r-home {
    top: 6px;
    width: 170px;
    max-width: 150px;
    margin-top: 44px;
    margin-right: 0%;
    margin-left: auto;
  }

  .grid-2-home {
    width: auto;
    height: 300px;
    max-width: 100%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-1r-bausoftware {
    top: 0px;
    width: 175px;
    margin-top: -127px;
  }

  .image-1l-bausoftware {
    top: -48px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .grid-3-bausoftware {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-3l-bausoftware {
    top: -35px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .grid-1-app {
    width: auto;
    height: 400px;
    max-width: 100%;
    margin: 48px auto 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-1r-app {
    top: -10px;
    width: 150px;
    max-width: 150px;
    margin-top: 44px;
    margin-right: 0%;
    margin-left: auto;
  }

  .image-1l-app {
    top: -41px;
    width: 175px;
    max-width: 175px;
    margin-left: -16px;
  }

  .image-2l-plattform {
    top: -35px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .container-1-plattform {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container-2-plattform {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .div-block-2-lizenz {
    height: 300px;
    max-width: 85%;
  }

  .grid-2-lizenz {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-2l-lizenz {
    top: -51px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .container-1-amedia {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-media-1 {
    width: 100%;
  }

  .grid-2-media-copy {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-1-kontakt {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container-2-kontakt {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-1-kontakt {
    padding: 40px 10px;
  }

  .section-1-kontakt.dark {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-kontakt.bottom-padding {
    width: 100%;
    max-width: 100%;
    margin-top: -137px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-ueberuns-1 {
    width: 100%;
  }

  .grid-1-ueberuns {
    height: 350px;
    margin-top: 76px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-1l-ueberuns {
    top: -3px;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .container-1-ueberuns {
    margin-top: 76px;
  }

  .section-datenschutz-1 {
    width: 100%;
  }

  .heading-5-home {
    font-size: 25px;
  }

  .navbar-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-menue {
    height: 66px;
  }

  .button-kontakt {
    margin-right: auto;
    margin-left: auto;
  }

  .button-kontakt.w--current {
    margin-right: 175px;
  }

  .container_4_home {
    margin-top: 29px;
  }

  .container_4_app {
    margin-top: 29px;
  }

  .div-block-13 {
    border-bottom-right-radius: 20px;
  }

  .div-block-14 {
    margin-top: 135px;
  }

  .flag-bausoftware:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  .div-block-13-bau {
    border-bottom-right-radius: 20px;
  }

  .heading-2-home {
    position: relative;
    font-size: 22px;
  }

  .hero-content-media {
    margin-top: 111px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .hero-content-ueber {
    margin-top: 111px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .hero-content-kontakt {
    margin-top: 83px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .hero-content-datenschutz {
    margin-top: 105px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .heading-12-bau {
    margin-top: -54px;
    font-size: 20px;
    line-height: 25px;
  }

  .container-7-home {
    margin-top: 76px;
  }

  .div-block-2-bausoftware-copy {
    max-height: 650px;
    min-height: 350px;
    padding-top: 10px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .heading_bausoftware_30 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }

  .heading_bausoftware_31 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 300;
  }

  .listitem_bausoftware {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }

  .column-10 {
    padding-left: 20px;
  }

  .image_bausoftware_36 {
    padding-top: 67px;
  }

  .button_bausoftware__10 {
    margin-right: auto;
    margin-left: auto;
  }

  .image_bausoftware_38 {
    padding-top: 48px;
  }

  .div_bausoftware_2 {
    margin-bottom: 40px;
    padding-top: 62px;
  }

  .heading_bausoftware_6 {
    font-size: 25px;
  }

  .heading_bausoftware_7 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image_bausoftware_39 {
    padding-top: 29px;
  }

  .image_bausoftware_40 {
    width: 100px;
  }

  .button_bausoftware__11_tcom {
    margin-left: 0px;
  }

  .comment {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -114px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-16 {
    margin-left: -38px;
  }

  .div_bausoftware_2-copy {
    margin-top: 83px;
  }

  .comment-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-18 {
    margin-top: 0px;
  }

  .button_bausoftware__12 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-12 {
    min-height: 300px;
    background-size: contain;
  }

  .heading_bausoftware_32 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading_bausoftware_33 {
    padding-top: 114px;
    padding-right: 160px;
    font-size: 35px;
    line-height: 40px;
  }

  .column-16 {
    padding-right: 0px;
  }

  .div_bausoftware_34 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-37 {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 51px;
  }

  .statement_bs_1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .statement_bs_2 {
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .heading_bs_7 {
    padding-top: 68px;
    font-size: 25px;
  }

  .button_bausoftware__13 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-10-copy {
    padding-left: 20px;
  }

  .header_messe_h1 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
  }

  .header_messe_h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 440px;
    margin-top: -30px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .navbar {
    height: 60px;
    background-image: url('../images/banner-grafik-menüzeile.svg');
    background-position: 0% 0%;
    background-size: auto 60px;
    background-repeat: no-repeat;
  }

  .menu-link:hover {
    color: #243039;
  }

  .menu-icon {
    color: #243039;
  }

  .menu-icon:hover {
    float: none;
    color: #83c02b;
  }

  .menu-button {
    color: #4d565d;
  }

  .menu-button:hover {
    color: #83c02b;
  }

  .hero-heading {
    margin-right: auto;
    margin-bottom: 6px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .hero-content {
    margin-top: -60px;
    padding-top: 73px;
    padding-left: 0px;
  }

  .button {
    width: 250px;
    height: 50px;
    margin-right: auto;
    padding-top: 14px;
    font-size: 20px;
  }

  .button.w--current {
    margin-right: auto;
  }

  .section-1 {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .section-1.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1.bottom-padding {
    height: auto;
    margin-top: 350px;
    padding-top: 0px;
  }

  .footer-section {
    background-position: 20% 5%;
    background-size: auto 50px;
  }

  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0px;
  }

  .nav-link {
    font-size: 1em;
  }

  .nav-link.w--current {
    color: #fff;
    font-size: 1.1em;
  }

  .footer-links {
    display: block;
    padding-top: 3px;
  }

  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .nav-menu {
    height: auto;
  }

  .close-x {
    color: #fff;
  }

  .close-x:hover {
    color: #83c02b;
  }

  .contact-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .success-message {
    padding-top: 28px;
    background-color: #83c02b;
    color: #fff;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .image {
    left: 10px;
    top: 38px;
    margin-top: -29px;
  }

  .heading {
    padding-top: 180px;
    font-size: 30px;
  }

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

  .info_block_1 {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .column {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-3 {
    margin-bottom: -54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-1l-home {
    width: 100px;
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .container-4 {
    margin-top: -16px;
  }

  .heading-3 {
    margin-bottom: 0px;
  }

  .grid-1-home {
    margin-top: 0px;
    padding-top: 40px;
  }

  .image-1r-home {
    position: relative;
    top: 22px;
    width: 100px;
    margin-top: -76px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .columns-2 {
    margin-bottom: 60px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-2 {
    position: static;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }

  .heading-5 {
    font-weight: 600;
  }

  .heading-6 {
    font-weight: 400;
  }

  .container-5 {
    position: relative;
    top: 40px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .grafik-1m-home {
    position: static;
    display: block;
    width: 475px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
  }

  .image-10-copy {
    margin-right: -10%;
  }

  .image-8-copy {
    margin-left: -63px;
  }

  .container-2-lizenz {
    max-width: 300px;
    margin-top: -10px;
  }

  .section-2-home {
    margin-top: -159px;
    padding-top: 40px;
  }

  .grid-3 {
    width: 100%;
    margin-bottom: 20px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 0.75fr 0.5fr minmax(150px, 0.75fr);
    grid-template-columns: 0.75fr 0.5fr minmax(150px, 0.75fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block {
    width: 150px;
    height: 150px;
    margin-left: 0px;
  }

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

  .icon-2 {
    width: 80px;
    height: 80px;
    margin-top: 22px;
    padding-bottom: 0px;
  }

  .heading-12 {
    margin-top: -6px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-17 {
    width: 75px;
    height: 75px;
    margin-top: 22px;
    padding-bottom: 0px;
  }

  .grid-4 {
    position: relative;
    top: 29px;
    margin-top: 40px;
  }

  .div-block-2-home {
    height: 350px;
    margin-top: -102px;
  }

  .info_block_2 {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .image-3r-home {
    width: 120px;
    margin-top: -108px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-3-home {
    width: 100%;
    height: 300px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    margin-top: -83px;
  }

  .image-2l-home {
    top: -44px;
    width: 150px;
    max-width: 200px;
    margin-left: -44px;
  }

  .image-2r-bausoftware {
    position: relative;
    top: 6px;
    margin-top: 0px;
    margin-right: 0%;
  }

  .container-7 {
    margin-top: 0px;
    padding-top: 78px;
  }

  .image-3l-home {
    top: -44px;
    width: 120px;
    margin-top: 0px;
    margin-left: -6px;
    padding-top: 0px;
    padding-bottom: 122px;
  }

  .heading-16 {
    margin-bottom: 0px;
    padding-bottom: 11px;
  }

  .heading-17 {
    margin-bottom: 0px;
    padding-bottom: 5px;
  }

  .heading-4-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-4-handy {
    font-size: 14px;
    line-height: 20px;
  }

  .button-3 {
    width: 250px;
    height: 50px;
    padding-top: 14px;
    font-size: 16px;
  }

  .button-4 {
    width: 250px;
    height: 50px;
    padding-top: 14px;
    font-size: 16px;
  }

  .paragraph-2 {
    font-weight: 400;
  }

  .info_block_3 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-4 {
    height: 300px;
  }

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

  .image-27 {
    width: 80px;
    height: 80px;
    margin-top: 22px;
    padding-bottom: 0px;
  }

  .image-12-copy-copy {
    width: 80px;
    height: 80px;
    margin-top: 22px;
    padding-bottom: 0px;
  }

  .div_kachel_bau {
    width: 150px;
    height: 150px;
    margin-left: 0px;
    border-radius: 20px;
  }

  .heading_kachel_bau {
    top: 0px;
    margin-top: -6px;
    font-size: 14px;
  }

  .heading_kachel_bau_doppel {
    top: 105px;
    margin-top: -6px;
    font-size: 14px;
  }

  .image_kachel_bau_1 {
    top: 0px;
    width: 80px;
    height: 80px;
    margin-top: 22px;
    padding-bottom: 0px;
  }

  .image_kachel_bau_2 {
    width: 80px;
    height: 80px;
    margin-top: 22px;
    padding-bottom: 0px;
  }

  .container_5_bausoftware {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image-28 {
    display: none;
  }

  .hero-section-bausoftware {
    height: 440px;
    margin-top: -50px;
    padding-top: 162px;
  }

  .image-2l-bausoftware {
    top: -38px;
    width: 150px;
    margin-left: 0px;
  }

  .grid-5 {
    height: 250px;
    margin-top: 75px;
  }

  .image-3r-bausoftware {
    position: relative;
    top: -16px;
    width: 150px;
    margin-top: -105px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .section-1-bausoftware {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-bausoftware.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-bausoftware.bottom-padding {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .section-3-plattform {
    margin-top: -159px;
    padding-top: 40px;
  }

  .container-3-bausoftware {
    margin-top: 0px;
  }

  .section-app_info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-app_info.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-app_info.bottom-padding {
    height: auto;
    margin-top: -150px;
    padding-top: 0px;
  }

  .div-block-2-app {
    height: 300px;
    margin-top: 0px;
  }

  .grid-1-bausoftware {
    height: 250px;
    margin-top: 0px;
  }

  .info_block_2_app {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .hero-section-kontakt {
    height: 440px;
    margin-top: -50px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Kontakt.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Kontakt.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div_kachel_kontakt {
    display: block;
    width: 200px;
    height: 200px;
    margin-left: 0px;
    border-radius: 20px;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-7 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .button-absenden {
    width: 250px;
    height: 50px;
    padding-top: 14px;
    font-size: 20px;
  }

  .div-block-2-bausoftware {
    height: auto;
    min-height: 250px;
  }

  .image-30-home {
    width: 31%;
    max-width: 150px;
    min-width: 150px;
  }

  .div-block-2-kontakt {
    height: 275px;
  }

  .heading-h2-kontakt {
    top: 19px;
  }

  .image_kachel_kontakt_1 {
    top: 25px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .div_kachel_kontakt-link {
    display: block;
    width: 200px;
    height: 200px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 20px;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading_kachel_kontakt_h3 {
    top: 16px;
    margin-top: -6px;
    font-size: 14px;
  }

  .hero-section-lizenzmodell {
    height: 440px;
    margin-top: -41px;
    padding-top: 162px;
  }

  .container-1-lizenzmodell {
    margin-top: 0px;
  }

  .grid-1-lizenzmodell {
    height: 250px;
    margin-top: 0px;
  }

  .section-1-lizenzmodell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-lizenzmodell.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-lizenzmodell.bottom-padding {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-3-lizenz {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .grid-4-lizenzmodell {
    position: relative;
    top: 29px;
    margin-top: 0px;
  }

  .info_block_1-lizenzmodell {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-3-lizenz {
    height: 250px;
  }

  .column-2-lizenzmodell-2 {
    padding-left: 0px;
  }

  .column-3-lizenzmodell-3 {
    margin-bottom: -54px;
  }

  .image-10-lizenzmodell {
    position: relative;
    width: 150px;
    margin-top: -115px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .image-10-copy {
    position: relative;
    width: 150px;
    margin-top: -105px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .hero-section-media {
    height: 440px;
    margin-top: -41px;
    padding-top: 162px;
  }

  .paragraph-3-media {
    font-weight: 400;
  }

  .grid-1-media {
    height: 250px;
    margin-top: 0px;
  }

  .heading-media-2 {
    font-weight: 400;
  }

  .image-1r-media {
    position: relative;
    top: -73px;
    width: 130px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .image-1l-media {
    width: 130px;
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .container-1-media {
    max-width: 300px;
    margin-top: 29px;
  }

  .info_block_1-plattform {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .info_block_1-lizenzmod {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .columns-2-plattform {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column-plattform {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div_kachel_plattform_link {
    display: block;
    width: 350px;
    height: 350px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 20px;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div_kachel_plattform {
    display: block;
    width: 350px;
    height: 350px;
    margin-left: 0px;
    border-radius: 20px;
  }

  .column-2-plattform {
    padding-top: 40px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image_kachel_plattform_1 {
    top: 35px;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .heading-h2-plattform {
    top: 30px;
  }

  .heading_kachel_plattform {
    top: 16px;
    margin-top: -6px;
    font-size: 14px;
  }

  .paragraph-plattform {
    top: 30px;
  }

  .image-1l-plattform {
    top: -32px;
    width: 130px;
    margin-top: 0px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .image-1r-plattform {
    position: relative;
    top: -83px;
    width: 130px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .grid-1-plattform {
    height: 250px;
    margin-top: 0px;
  }

  .section-1-plattform {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1-plattform.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-plattform.bottom-padding {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .column-2-plattform-2 {
    padding-left: 0px;
  }

  .info_block_plattform {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-3-plattform {
    height: 250px;
  }

  .hero-heading-home {
    margin-right: auto;
    margin-bottom: 6px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .hero-heading-lizenz {
    margin-right: auto;
    margin-bottom: 6px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-content-lizenz {
    margin-top: -10px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .button-lizenz {
    width: 250px;
    height: 50px;
    margin-right: auto;
    padding-top: 14px;
    font-size: 20px;
  }

  .button-lizenz.w--current {
    margin-right: auto;
  }

  .text-block {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-impressum {
    margin-right: auto;
    margin-bottom: 6px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .grid-4-bausoftware {
    position: relative;
    top: 29px;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .container_5_app {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image-1l-lizenz {
    top: -25px;
    width: 130px;
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .image-2r-plattform {
    position: relative;
    top: -86px;
    width: 130px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .grid-2-plattform {
    height: 250px;
    margin-top: 75px;
  }

  .section-3-bausoftware {
    margin-top: -83px;
    padding-top: 0px;
  }

  .image-1r-lizenz {
    position: relative;
    top: -79px;
    bottom: 0px;
    width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .image-2r-lizenz {
    position: relative;
    top: -105px;
    width: 130px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .hero-section-datenschutz {
    height: 440px;
    margin-top: -41px;
    padding-top: 162px;
  }

  .paragraph-3 {
    line-height: 30px;
  }

  .grid-2-bausoftware {
    position: relative;
    top: 29px;
    margin-top: 40px;
  }

  .heading-5-klein {
    display: none;
  }

  .link {
    clear: none;
    text-align: center;
    white-space: normal;
  }

  .hero-section-impressum {
    height: 440px;
    margin-top: -30px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Impressum.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Impressum.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-copy {
    height: 440px;
    margin-top: -30px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-app {
    height: 440px;
    margin-top: -30px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_App.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_App.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-plattform {
    height: 440px;
    margin-top: -30px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Plattform.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Plattform.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-lizenz {
    height: 440px;
    margin-top: -30px;
    padding-top: 162px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.64)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Lizenzmodell.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.64) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Lizenzmodell.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-ueber-uns {
    height: 440px;
    margin-top: -41px;
    padding-top: 162px;
  }

  .image-1r-ueberuns {
    position: relative;
    top: -73px;
    width: 130px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .image-2r-home {
    position: relative;
    top: 54px;
    width: 110px;
    margin-top: 0px;
    margin-right: 0%;
  }

  .grid-2-home {
    position: relative;
    top: 29px;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .image-1r-bausoftware {
    position: relative;
    top: 13px;
    width: 110px;
    margin-top: -105px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .image-1l-bausoftware {
    top: -35px;
    width: 110px;
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .grid-3-bausoftware {
    height: 250px;
    margin-top: 120px;
  }

  .image-3l-bausoftware {
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .grid-1-app {
    position: relative;
    top: 29px;
    margin-top: 40px;
  }

  .image-1r-app {
    position: relative;
    top: 6px;
    width: 130px;
    margin-top: 0px;
    margin-right: 0%;
  }

  .image-1l-app {
    top: -54px;
    width: 130px;
    margin-left: 0px;
  }

  .image-2l-plattform {
    top: -32px;
    width: 130px;
    margin-top: 0px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .container-1-plattform {
    margin-top: 0px;
  }

  .container-2-plattform {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .grid-2-lizenz {
    height: 250px;
    margin-top: 75px;
  }

  .image-2l-lizenz {
    top: -38px;
    width: 130px;
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .container-1-amedia {
    margin-top: 0px;
  }

  .grid-2-media-copy {
    height: 250px;
    margin-top: 0px;
  }

  .container-1-kontakt {
    margin-top: 0px;
  }

  .container-2-kontakt {
    margin-top: 0px;
  }

  .section-1-kontakt {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .section-1-kontakt.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1-kontakt.bottom-padding {
    height: auto;
    margin-top: 350px;
    padding-top: 0px;
  }

  .grid-1-ueberuns {
    height: 250px;
    margin-top: 0px;
  }

  .image-1l-ueberuns {
    top: -6px;
    width: 130px;
    margin-top: -13px;
    margin-left: -6px;
    padding-bottom: 25px;
  }

  .container-1-ueberuns {
    max-width: 300px;
    margin-top: 29px;
  }

  .image-menue {
    height: 64px;
  }

  .button-kontakt {
    width: 250px;
    height: 50px;
    margin-right: auto;
    padding-top: 14px;
    font-size: 20px;
  }

  .button-kontakt.w--current {
    margin-right: auto;
  }

  .container_4_home {
    right: -16px;
    margin-top: -16px;
  }

  .container_4_app {
    margin-top: -16px;
  }

  .fail-message {
    font-size: 18px;
  }

  .div-block-13 {
    width: 290px;
    height: 50px;
    padding-top: 0px;
    border-bottom-right-radius: 15px;
  }

  .heading-21 {
    padding-top: 3px;
    font-size: 20px;
  }

  .image-31 {
    width: 30px;
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-14 {
    margin-top: 40px;
  }

  .div-block-13-bau {
    width: 290px;
    height: 50px;
    padding-top: 0px;
    border-bottom-right-radius: 15px;
  }

  .heading-2-home {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
  }

  .hero-content-media {
    margin-top: -60px;
    padding-top: 73px;
    padding-left: 0px;
  }

  .hero-content-ueber {
    margin-top: -60px;
    padding-top: 73px;
    padding-left: 0px;
  }

  .hero-content-kontakt {
    margin-top: -60px;
    padding-top: 73px;
    padding-left: 0px;
  }

  .hero-content-datenschutz {
    margin-top: -60px;
    padding-top: 73px;
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-12-bau {
    margin-top: -6px;
    font-size: 16px;
    line-height: 20px;
  }

  .container-7-home {
    margin-top: 0px;
    padding-top: 21px;
  }

  .button-3-home {
    width: 250px;
    height: 50px;
    padding-top: 14px;
    font-size: 16px;
  }

  .div-block-2-bausoftware-copy {
    height: 250px;
  }

  .columns_bausoftware_6 {
    padding-top: 0px;
  }

  .heading_bausoftware_30 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading_bausoftware_31 {
    font-weight: 300;
    text-align: center;
  }

  .listitem_bausoftware {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 300;
  }

  .div_bausoftware_30 {
    width: 50px;
  }

  .div_bausoftware_31 {
    width: 50px;
  }

  .div_bausoftware_32 {
    display: block;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-10 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image_bausoftware_36 {
    width: 200px;
  }

  .button_bausoftware__10 {
    width: 250px;
    height: 50px;
    margin-left: auto;
    padding-top: 14px;
    font-size: 16px;
  }

  .column-11 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12 {
    display: none;
  }

  .image_bausoftware_37 {
    display: none;
  }

  .image_bausoftware_38 {
    width: 200px;
  }

  .column_bausoftware_20 {
    display: block;
    padding-right: 0px;
  }

  .div_bausoftware_2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image_bausoftware_39 {
    display: block;
    width: 150px;
    margin-left: 0px;
  }

  .button_bausoftware__11_tcom {
    width: 250px;
    height: 50px;
    margin-left: auto;
    padding-top: 14px;
    font-size: 16px;
  }

  .comment {
    margin-left: 0px;
    text-align: center;
  }

  .div-block-16 {
    width: 75%;
    margin-left: auto;
  }

  .div_bausoftware_2-copy {
    margin-top: 20px;
  }

  .button_bausoftware__12 {
    width: 250px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    font-size: 16px;
  }

  .div-block-19 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-7 {
    max-width: 100%;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .columns-8 {
    padding-left: 0px;
  }

  .columns-9 {
    padding-left: 16px;
  }

  .container-12 {
    min-height: 250px;
  }

  .heading_bausoftware_32 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading_bausoftware_33 {
    padding-top: 68px;
    padding-right: 114px;
    font-size: 25px;
    line-height: 30px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-14 {
    padding-left: 0px;
  }

  .column-15 {
    display: block;
  }

  .column-16 {
    display: none;
  }

  .column-17 {
    display: none;
  }

  .columns_bausoftware_8 {
    padding-top: 0px;
  }

  .statement_bs_1 {
    margin-top: 92px;
    font-size: 20px;
    font-weight: 400;
  }

  .statement_bs_2 {
    font-weight: 400;
  }

  .columns_bausoftware_11 {
    padding-top: 0px;
  }

  .columns_bausoftware_14 {
    padding-top: 0px;
  }

  .heading_bs_7 {
    font-weight: 600;
  }

  .image_bausoftware_42 {
    display: none;
  }

  .image_bausoftware_43 {
    display: none;
  }

  .image-39 {
    width: 100px;
  }

  .image-40 {
    display: none;
    width: 100px;
  }

  .column-18 {
    padding-left: 0px;
  }

  .column-19 {
    display: none;
    padding-right: 0px;
  }

  .column-20 {
    display: none;
  }

  .column-21 {
    display: none;
  }

  .button_bausoftware__13 {
    width: 250px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 14px;
    font-size: 16px;
  }

  .column-10-copy {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-header-messe {
    max-height: 180px;
    max-width: 350px;
    margin-top: 50px;
    margin-right: auto;
    border-radius: 30px;
  }

  .div-header-messe:hover {
    margin-top: 50px;
  }

  .header_messe_h1 {
    margin-top: 10px;
    font-size: 15px;
  }

  .header_messe_h2 {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    height: 430px;
    margin-top: -50px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/bagger.jpg'), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat;
  }

  .navbar {
    height: 40px;
    padding: 2px 15px 7px;
    background-image: url('../images/banner-grafik-menüzeile.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), color-stop(99%, transparent));
    background-image: url('../images/banner-grafik-menüzeile.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.33), transparent 99%);
    background-position: 0% 0%, 0px 0px;
    background-size: auto 47.5px, auto;
    background-repeat: no-repeat, repeat;
  }

  .menu-link:hover {
    color: #83c02b;
  }

  .menu-icon {
    color: #243039;
  }

  .menu-button {
    top: -10px;
    right: -19px;
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #4d565d;
  }

  .long-text {
    margin-top: 0px;
  }

  .hero-heading {
    position: static;
    display: block;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .hero-content {
    display: block;
    margin-top: -44px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 84px;
    padding-left: 0px;
  }

  .button {
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .section-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-1.dark {
    margin-top: 0px;
  }

  .section-1.bottom-padding {
    position: static;
    top: 0px;
    height: auto;
    margin-top: 230px;
    padding-top: 0px;
  }

  .author-img {
    display: block;
  }

  .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

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

  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .footer-section {
    position: relative;
    background-position: 13% 5%;
    background-size: auto 55px;
  }

  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .featured-text {
    padding: 0px 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner-hero {
    height: 330px;
  }

  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }

  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }

  .authorbio {
    font-size: 14px;
    text-align: center;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0px;
  }

  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }

  .logo.w--current {
    display: none;
    width: 75px;
    margin-top: 0px;
    margin-left: 114px;
  }

  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, 0.92);
  }

  .close-x {
    position: absolute;
    left: 0%;
    top: 400px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .close-x:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    color: #83c02b;
  }

  .contact-field.message {
    max-width: 425px;
    min-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }

  .success-text {
    line-height: 27px;
  }

  .image {
    left: 15px;
    top: 30px;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    margin-left: -3px;
  }

  .container-2 {
    margin-top: 0px;
    padding-top: 0px;
    -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;
  }

  .image-2 {
    display: none;
    overflow: visible;
  }

  .heading {
    width: auto;
    min-width: 240px;
    color: #2e2e2e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }

  .heading-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph {
    font-size: 12px;
  }

  .info_block_1 {
    max-width: 320px;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    background-color: #fff;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 0px;
    -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;
  }

  .section {
    position: static;
  }

  .image-1l-home {
    top: -6px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .container-4 {
    position: relative;
    top: 50px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 67px;
    padding-bottom: 0px;
  }

  .heading-3 {
    margin-top: -41px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .grid-1-home {
    width: 100%;
    height: 250px;
    margin-top: 0px;
    padding-top: 0px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .image-1r-home {
    top: -13px;
    width: 85px;
    margin-top: -15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-2 {
    display: block;
    width: 200px;
    height: 50px;
    margin-top: 51px;
    padding-top: 10px;
    font-size: 16px;
  }

  .heading-5 {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .heading-6 {
    font-size: 12px;
  }

  .container-5 {
    top: 60px;
    display: block;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .grafik-1m-home {
    display: none;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10-copy {
    width: 75px;
    margin-top: 0px;
    margin-right: -19%;
    margin-bottom: 0px;
    padding-bottom: 124px;
  }

  .image-8-copy {
    width: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -44px;
    padding-bottom: 38px;
  }

  .container-2-lizenz {
    display: block;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 32px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-2-home {
    margin-top: 0px;
  }

  .grid-3 {
    margin-top: 40px;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: 153px auto;
    grid-template-rows: 153px auto;
  }

  .div-block {
    width: 135px;
    height: 135px;
    border-radius: 20px;
  }

  .heading-7 {
    font-size: 14px;
  }

  .icon-2 {
    width: 60px;
    height: 60px;
  }

  .heading-12 {
    font-size: 14px;
  }

  .image-17 {
    width: 60px;
    height: 60px;
  }

  .heading-13 {
    min-width: 240px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
  }

  .heading-14 {
    font-size: 12px;
    line-height: 18px;
  }

  .grid-4 {
    top: 40px;
    width: auto;
    height: 275px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .div-block-2-home {
    height: 300px;
    margin-top: -92px;
  }

  .info_block_2 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-3r-home {
    top: -32px;
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 171px;
    padding-left: 13px;
  }

  .grid-3-home {
    width: 100%;
    height: 300px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .div-block-3 {
    margin-top: -63px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2l-home {
    top: 40px;
    width: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .image-2r-bausoftware {
    position: relative;
    top: 60px;
    right: auto;
    width: 75px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    padding-bottom: 124px;
  }

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

  .container-7 {
    padding-top: 29px;
  }

  .image-3l-home {
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 116px;
  }

  .heading-16 {
    margin-top: 0px;
    margin-bottom: 3px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .heading-17 {
    margin-top: -41px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .heading-4-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-4-handy {
    width: 200px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
  }

  .button-3 {
    display: block;
    margin-top: 76px;
  }

  .button-4 {
    display: block;
    margin-top: 63px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-image: url('../images/home_aktiv.svg');
    background-position: 50% 25%;
    background-size: 35px;
    background-repeat: no-repeat;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }

  .nav-link-copy:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  .nav-link-copy.w--current {
    opacity: 1;
    color: #fff;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .container-8 {
    padding-top: 140px;
  }

  .div-block-4 {
    position: relative;
    top: 22px;
    height: 150px;
  }

  .div_kachel_bau {
    width: 145px;
    height: 145px;
    border-radius: 20px;
  }

  .heading_kachel_bau {
    top: 10px;
    font-size: 14px;
  }

  .heading_kachel_bau_doppel {
    top: 100px;
  }

  .image_kachel_bau_1 {
    width: 60px;
    height: 60px;
  }

  .image_kachel_bau_2 {
    width: 60px;
    height: 60px;
  }

  .container_5_bausoftware {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image-28 {
    display: block;
    margin-top: 0px;
  }

  .hero-section-bausoftware {
    height: 430px;
    max-width: 100%;
    margin-top: -16px;
    padding-top: 118px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.82)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Header_Photo_Home.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .image-2l-bausoftware {
    top: 40px;
    width: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .grid-5 {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .image-3r-bausoftware {
    width: 80px;
    margin-top: -13px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-1-bausoftware {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-1-bausoftware.dark {
    margin-top: 0px;
  }

  .section-1-bausoftware.bottom-padding {
    position: static;
    top: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .section-bausoftware {
    position: static;
    padding-top: 0px;
  }

  .container-8-bausoftware {
    padding-top: 0px;
  }

  .section-3-plattform {
    margin-top: -35px;
    padding-top: 0px;
  }

  .section-app_over {
    position: static;
  }

  .section-app_info {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-app_info.dark {
    margin-top: 0px;
  }

  .section-app_info.bottom-padding {
    position: static;
    top: 0px;
    margin-top: -63px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .div-block-2-app {
    position: relative;
    top: 0px;
    max-height: 250px;
    margin-top: -57px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .grid-1-bausoftware {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .info_block_2_app {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-section-kontakt {
    height: 430px;
    max-width: 100%;
    margin-top: -15px;
    padding-top: 118px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 33, 33, 0.82)), color-stop(92%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Kontakt.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.82), rgba(32, 32, 32, 0.14) 92%), url('../images/Banner_Kontakt.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div_kachel_kontakt {
    width: 145px;
    height: 145px;
    border-radius: 20px;
  }

  .column-6 {
    padding: 0px 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-7 {
    padding: 0px 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkbox-label {
    height: 70px;
    margin-bottom: 0px;
    padding-top: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 20px;
    text-align: left;
  }

  .checkbox-field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox {
    width: 35px;
    height: 35px;
    margin-left: 0px;
  }

  .div-block-2-bausoftware {
    position: static;
    top: 0px;
    height: auto;
    max-width: 500px;
    min-height: 150px;
    min-width: 240px;
    padding-top: 0px;
  }

  .image-29 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-30-home {
    width: 38%;
    max-width: 120px;
    min-width: 120px;
  }

  .div-block-2-kontakt {
    position: relative;
    top: 22px;
    height: 150px;
  }

  .heading-h2-kontakt {
    top: 6px;
  }

  .image_kachel_kontakt_1 {
    width: 60px;
    height: 60px;
  }

  .div_kachel_kontakt-link {
    width: 145px;
    height: 145px;
    border-radius: 20px;
  }

  .heading_kachel_kontakt_h3 {
    top: -3px;
    font-size: 10px;
  }

  .hero-section-lizenzmodell {
    height: 430px;
    max-width: 100%;
    margin-top: -16px;
    padding-top: 118px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.82)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Lizenzmodell.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Lizenzmodell.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .section-lizenzmodell {
    position: static;
  }

  .grid-1-lizenzmodell {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .section-1-lizenzmodell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-1-lizenzmodell.dark {
    margin-top: 0px;
  }

  .section-1-lizenzmodell.bottom-padding {
    position: static;
    top: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-3-lizenz {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-8-lizenzmodell {
    margin-top: -79px;
    padding-top: 0px;
  }

  .grid-4-lizenzmodell {
    top: 40px;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .info_block_1-lizenzmodell {
    width: 300px;
    max-width: 320px;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    height: 500px;
    margin-top: 40px;
    margin-bottom: 140px;
    background-image: url('../images/XAX_ARGUS_Grafik-Implementierung_Handy_-210601.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-3-lizenz {
    position: static;
    top: 0px;
    height: 200px;
  }

  .column-lizenzmodell {
    background-color: #fff;
  }

  .column-2-lizenzmodell {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-lizenzmodell-2 {
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .column-2-lizenzmodell-2 {
    padding-right: 0px;
  }

  .column-3-lizenzmodell-3 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 0px;
    -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;
  }

  .image-10-lizenzmodell {
    width: 80px;
    margin-top: -13px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-10-copy {
    width: 85px;
    margin-top: -15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-section-media {
    height: 430px;
    max-width: 100%;
    margin-top: -16px;
    padding-top: 118px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.82)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Media.jpg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Media.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .paragraph-3-media {
    font-size: 14px;
  }

  .grid-1-media {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .heading-media-2 {
    font-size: 14px;
  }

  .image-1r-media {
    top: 13px;
    width: 85px;
    margin-top: -15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-1l-media {
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .container-1-media {
    display: block;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 32px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .info_block_1-plattform {
    width: 300px;
    max-width: 320px;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .info_block_1-lizenzmod {
    width: 300px;
    max-width: 320px;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-plattform {
    position: static;
  }

  .column-plattform {
    background-color: #fff;
  }

  .div_kachel_plattform_link {
    width: 300px;
    height: 300px;
    border-radius: 20px;
  }

  .div_kachel_plattform {
    width: 300px;
    height: 300px;
    border-radius: 20px;
  }

  .column-2-plattform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image_kachel_plattform_1 {
    top: 20px;
    width: 100px;
    height: 100px;
  }

  .heading-h2-plattform {
    top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading_kachel_plattform {
    top: -3px;
    font-size: 10px;
  }

  .paragraph-plattform {
    top: 0px;
    font-size: 12px;
  }

  .image-1l-plattform {
    top: 0px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .image-1r-plattform {
    top: -13px;
    width: 85px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-1-plattform {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .section-1-plattform {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-1-plattform.dark {
    margin-top: 0px;
  }

  .section-1-plattform.bottom-padding {
    position: static;
    top: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .column-plattform-2 {
    background-color: #fff;
  }

  .info_block_plattform {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3-plattform {
    position: static;
    top: 0px;
    height: 250px;
  }

  .column-lizenzmodell-2-copy {
    background-color: #fff;
  }

  .hero-heading-home {
    position: static;
    display: block;
    width: auto;
    margin-top: -16px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
  }

  .hero-heading-lizenz {
    position: static;
    display: block;
    width: auto;
    margin-top: -16px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .hero-content-lizenz {
    display: block;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .button-lizenz {
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .text-block {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .section-impressum-1 {
    position: static;
  }

  .hero-impressum {
    position: static;
    display: block;
    width: auto;
    margin-top: -16px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .grid-4-bausoftware {
    top: 40px;
    width: auto;
    height: 275px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .paragraph-app {
    font-size: 12px;
  }

  .paragraph-app-gro {
    font-size: 12px;
  }

  .container_5_app {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .heading-2-app_doppel {
    font-size: 16px;
    font-weight: 600;
  }

  .image-1l-lizenz {
    top: 0px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .navbar-2 {
    height: 50px;
  }

  .image-2r-plattform {
    top: -22px;
    width: 85px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-2-plattform {
    width: 100%;
    height: 250px;
    margin-top: -44px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .section-2-plattform {
    margin-top: -54px;
  }

  .section-3-bausoftware {
    margin-top: -80px;
    padding-top: 0px;
  }

  .image-1r-lizenz {
    top: -13px;
    width: 85px;
    margin-top: -15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-2r-lizenz {
    top: 10px;
    width: 80px;
    margin-top: -13px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-section-datenschutz {
    height: 430px;
    max-width: 100%;
    margin-top: -16px;
    padding-top: 118px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.82)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Datenschutz.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Datenschutz.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .grid-2-bausoftware {
    top: 0px;
    width: auto;
    height: 275px;
    max-width: 100%;
    margin: 0px auto 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .heading-5-klein {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .heading-5-service {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .hero-section-impressum {
    height: 430px;
    margin-top: -50px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Impressum.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-copy {
    height: 430px;
    margin-top: -50px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Header_Photo_Home.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .hero-section-app {
    height: 430px;
    margin-top: -50px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_App.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-plattform {
    height: 430px;
    margin-top: -50px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Plattform.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-lizenz {
    height: 430px;
    margin-top: -50px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Lizenzmodell.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-section-ueber-uns {
    height: 430px;
    max-width: 100%;
    margin-top: -16px;
    padding-top: 118px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 33, 33, 0.82)), color-stop(98%, rgba(32, 32, 32, 0.14))), url('../images/Banner_Ueber-uns.svg');
    background-image: linear-gradient(180deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Banner_Ueber-uns.svg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .image-1r-ueberuns {
    top: 6px;
    width: 85px;
    margin-top: -15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-2r-home {
    position: relative;
    top: 63px;
    right: auto;
    width: 75px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    padding-bottom: 124px;
  }

  .grid-2-home {
    top: 40px;
    width: auto;
    height: 275px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .image-1r-bausoftware {
    top: -3px;
    width: 85px;
    margin-top: -15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-1l-bausoftware {
    top: -6px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .grid-3-bausoftware {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .image-3l-bausoftware {
    top: -6px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .grid-1-app {
    top: 40px;
    width: auto;
    height: 275px;
    max-width: 100%;
    margin: 0px auto 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 1.5fr 0.25fr;
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }

  .image-1r-app {
    position: relative;
    top: 60px;
    right: auto;
    width: 75px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    padding-bottom: 124px;
  }

  .image-1l-app {
    top: 40px;
    width: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .image-2l-plattform {
    top: -13px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .container-2-plattform {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-3-plattform {
    margin-top: -79px;
    padding-top: 0px;
  }

  .div-block-2-lizenz {
    height: 500px;
    margin-top: 40px;
    margin-bottom: 140px;
    background-image: url('../images/XAX_ARGUS_Grafik-Implementierung_Handy_-210601.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .grid-2-lizenz {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .image-2l-lizenz {
    top: 3px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .section-media-1 {
    position: static;
  }

  .grid-2-media-copy {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .section-1-kontakt {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-1-kontakt.dark {
    margin-top: 0px;
  }

  .section-1-kontakt.bottom-padding {
    position: static;
    top: 0px;
    height: auto;
    margin-top: 230px;
    padding-top: 0px;
  }

  .section-ueberuns-1 {
    position: static;
  }

  .grid-1-ueberuns {
    width: 100%;
    height: 250px;
    margin-top: 70px;
    justify-items: stretch;
    -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
    grid-template-columns: 0.25fr 0.75fr 0.25fr;
  }

  .image-1l-ueberuns {
    top: -10px;
    width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 17px;
  }

  .container-1-ueberuns {
    display: block;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 32px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-datenschutz-1 {
    position: static;
  }

  .heading-5-home {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .link_datenschutz {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-menue {
    height: 51px;
  }

  .button-kontakt {
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .container_4_home {
    position: relative;
    top: 50px;
    right: 0px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 67px;
    padding-bottom: 0px;
  }

  .container_4_app {
    position: relative;
    top: 50px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 67px;
    padding-bottom: 0px;
  }

  .fail-message {
    line-height: 27px;
  }

  .div-block-13 {
    width: 240px;
    height: 40px;
    margin-top: 15px;
    margin-left: -22px;
    padding-top: 0px;
    -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;
  }

  .heading-21 {
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }

  .image-31 {
    width: 25px;
    height: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-14 {
    margin-top: 35px;
  }

  .div-block-13-bau {
    width: 240px;
    height: 40px;
    margin-top: 35px;
    margin-left: -22px;
    padding-top: 0px;
    -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;
  }

  .heading-2-home {
    width: auto;
    min-width: 240px;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }

  .hero-content-media {
    display: block;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-left: 0px;
  }

  .hero-content-ueber {
    display: block;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-left: 0px;
  }

  .hero-content-kontakt {
    display: block;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-left: 0px;
  }

  .hero-content-datenschutz {
    display: block;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-left: 0px;
  }

  .heading-12-bau {
    font-size: 14px;
  }

  .container-7-home {
    padding-top: 29px;
  }

  .button-3-home {
    display: block;
    margin-top: 76px;
  }

  .div-block-2-bausoftware-copy {
    position: static;
    top: 0px;
    height: auto;
    max-width: 500px;
    min-height: 250px;
    min-width: 240px;
    padding-top: 0px;
  }

  .columns_bausoftware_6 {
    margin-top: 0px;
  }

  .heading_bausoftware_30 {
    margin-top: 60px;
  }

  .heading_bausoftware_31 {
    font-size: 12px;
    font-weight: 400;
  }

  .listitem_bausoftware {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
  }

  .list {
    padding-left: 10px;
  }

  .div_bausoftware_30 {
    margin-top: 5px;
  }

  .image-34 {
    width: 20px;
  }

  .div_bausoftware_31 {
    margin-top: 5px;
  }

  .div_bausoftware_32 {
    margin-top: 0px;
  }

  .column-10 {
    border-top: 2px none #83c02b;
  }

  .image_bausoftware_36 {
    padding-top: 20px;
  }

  .button_bausoftware__10 {
    display: block;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  .columns_bausoftware_7 {
    padding-top: 0px;
  }

  .column_bausoftware_20 {
    display: none;
  }

  .heading_bausoftware_6 {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .heading_bausoftware_7 {
    font-size: 12px;
  }

  .image_bausoftware_39 {
    width: 200px;
    padding-top: 20px;
  }

  .image_bausoftware_41 {
    width: 20px;
  }

  .button_bausoftware__11_tcom {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .comment {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .comment-2 {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }

  .button_bausoftware__12 {
    display: block;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-7 {
    padding-left: 0px;
  }

  .columns-9 {
    padding-left: 0px;
  }

  .container-12 {
    min-height: 150px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .heading_bausoftware_33 {
    padding-top: 55px;
    padding-right: 49px;
    font-size: 14px;
    line-height: 20px;
  }

  .columns_bausoftware_8 {
    margin-top: 0px;
  }

  .statement_bs_1 {
    margin-top: 40px;
    font-size: 12px;
    font-weight: 600;
  }

  .columns_bausoftware_9 {
    padding-top: 0px;
  }

  .columns_bausoftware_10 {
    padding-top: 0px;
  }

  .statement_bs_2 {
    font-size: 12px;
  }

  .columns_bausoftware_11 {
    margin-top: 0px;
  }

  .columns_bausoftware_12 {
    padding-top: 0px;
  }

  .columns_bausoftware_13 {
    padding-top: 0px;
  }

  .columns_bausoftware_14 {
    margin-top: 0px;
  }

  .heading_bs_7 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }

  .columns_bausoftware_15 {
    padding-top: 0px;
  }

  .button_bausoftware__13 {
    display: block;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-10-copy {
    border-top: 2px none #83c02b;
  }

  .div-header-messe {
    max-height: 190px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-header-messe:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header_messe_h1 {
    font-size: 15px;
    font-weight: 600;
  }

  .header_messe_h2 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
  }
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-fec6406c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-fec6406c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-fec6406c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-fec6406c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-bd23b38d-64b3-5c8b-9443-0387d94b0237-fec6406c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bd23b38d-64b3-5c8b-9443-0387d94b0238-fec6406c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd23b38d-64b3-5c8b-9443-0387d94b023f-fec6406c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-89c64078 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-89c64078 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-6ac64079 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-6ac64079 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-6ac64079 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-6ac64079 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-6ac64079 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-6ac64079 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-6ac64079 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-0576679f {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-0576679f {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-0576679f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-0576679f {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-0576679f {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-0576679f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-d3ff7bf2 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-d3ff7bf2 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-d3ff7bf2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-8b8d7d2c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-8b8d7d2c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-8b8d7d2c {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-8b8d7d2c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-8b8d7d2c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-8b8d7d2c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-4578f360 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-4578f360 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-4578f360 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-db917741 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-db917741 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-db917741 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-db917741 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-db917741 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-db917741 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-db917741 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-f31ca9a4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-f31ca9a4 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-f31ca9a4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-f31ca9a4 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-f31ca9a4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-f31ca9a4 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-f31ca9a4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-b539e6ec {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-b539e6ec {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-b539e6ec {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-b539e6ec {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-b539e6ec {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-b539e6ec {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-b539e6ec {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1759e32-bbda-8983-5932-2df5b125bdab-27582339 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-27582339 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c3c1987d-bcab-9561-c447-f02114b47514-27582339 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-27582339 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-27582339 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-27582339 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-27582339 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

@media screen and (min-width: 1920px) {
  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-fec6406c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  .grid-1-home>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-4>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-3-home>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-1-bausoftware>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-1-lizenzmodell>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-4-lizenzmodell>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-1-media>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-1-plattform>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-4-bausoftware>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2-plattform>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2-bausoftware>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2-home>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-3-bausoftware>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-1-app>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2-lizenz>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2-media-copy>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-1-ueberuns>#w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-fec6406c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-fec6406c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b0237-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b023f-fec6406c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-89c64078 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-6ac64079 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-6ac64079 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-6ac64079 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-6ac64079 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-6ac64079 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-0576679f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-0576679f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-0576679f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-0576679f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-d3ff7bf2 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-d3ff7bf2 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-8b8d7d2c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-8b8d7d2c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-8b8d7d2c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-8b8d7d2c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-4578f360 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-4578f360 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-db917741 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-db917741 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-db917741 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-db917741 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-db917741 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-f31ca9a4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-f31ca9a4 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-f31ca9a4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-f31ca9a4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-f31ca9a4 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-b539e6ec {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-b539e6ec {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-b539e6ec {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-b539e6ec {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-b539e6ec {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-27582339 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-c3c1987d-bcab-9561-c447-f02114b47514-27582339 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-27582339 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  .grid-1-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-5>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-lizenzmodell>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-media>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-plattform>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-home>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-3-bausoftware>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-app>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-lizenz>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-2-media-copy>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-1-ueberuns>#w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-27582339 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-27582339 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-fec6406c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-0576679f {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-fec6406c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b0237-fec6406c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b023f-fec6406c {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-89c64078 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-6ac64079 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-6ac64079 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-0576679f {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-0576679f {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-d3ff7bf2 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-8b8d7d2c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-8b8d7d2c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-4578f360 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-db917741 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-db917741 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-f31ca9a4 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-f31ca9a4 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-b539e6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-b539e6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-27582339 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-27582339 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b0237-fec6406c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b0238-fec6406c {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b023f-fec6406c {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-0576679f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e8779e58-01cd-38d1-affb-8a8fb858d95a-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_49e43296-233b-200e-9c36-8c5f0a9056d6-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-fec6406c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-fec6406c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-fec6406c {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-fec6406c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_12347efb-040c-b155-d057-184ae217a47b-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-fec6406c {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-fec6406c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-db9f413a-86b9-6791-366a-63f45ec95fe7-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b0238-fec6406c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bd23b38d-64b3-5c8b-9443-0387d94b023f-fec6406c {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-89c64078 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-89c64078 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-89c64078 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-6ac64079 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-6ac64079 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-6ac64079 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-6ac64079 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_12347efb-040c-b155-d057-184ae217a47b-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-6ac64079 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-6ac64079 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-db9f413a-86b9-6791-366a-63f45ec95fe7-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-6ac64079 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-6ac64079 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-6ac64079 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-0576679f {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-0576679f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-0576679f {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-0576679f {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-0576679f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-0576679f {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-d3ff7bf2 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-d3ff7bf2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-d3ff7bf2 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-8b8d7d2c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-8b8d7d2c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-8b8d7d2c {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-8b8d7d2c {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-8b8d7d2c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-8b8d7d2c {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-4578f360 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-4578f360 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-4578f360 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-db917741 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-db917741 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-db917741 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-db917741 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_12347efb-040c-b155-d057-184ae217a47b-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-db917741 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-db917741 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-db9f413a-86b9-6791-366a-63f45ec95fe7-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-db917741 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-db917741 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-db917741 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-f31ca9a4 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-f31ca9a4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-f31ca9a4 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-f31ca9a4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_12347efb-040c-b155-d057-184ae217a47b-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-f31ca9a4 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-f31ca9a4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-db9f413a-86b9-6791-366a-63f45ec95fe7-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-f31ca9a4 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-f31ca9a4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-f31ca9a4 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-b539e6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-b539e6ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-b539e6ec {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-b539e6ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_12347efb-040c-b155-d057-184ae217a47b-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-b539e6ec {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-b539e6ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-db9f413a-86b9-6791-366a-63f45ec95fe7-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-b539e6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-b539e6ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-b539e6ec {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a1759e32-bbda-8983-5932-2df5b125bdab-27582339 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bcc4d5a9-0a60-9173-40b0-e4b65c768864-27582339 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c3c1987d-bcab-9561-c447-f02114b47514-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0d-27582339 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e0e-27582339 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d73ff080-9844-e3be-537d-bfc1ace89e15-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_12347efb-040c-b155-d057-184ae217a47b-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_96aa7f8a-65ad-735c-8efa-5143de0b66f7-27582339 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7ae5ea25-b191-76a9-87ee-b7f5b2d6b77e-27582339 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-db9f413a-86b9-6791-366a-63f45ec95fe7-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b7-27582339 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829b8-27582339 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55a4c35d-093e-e6ce-7857-7e8ef98829bf-27582339 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

