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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 160px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Stuetzmauer-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section.wide.img {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 40px;
  -webkit-filter: none;
  filter: none;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.widerstyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section.widerstyle.img {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 40px;
  -webkit-filter: none;
  filter: none;
}

.section.widerstyle.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

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

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

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

.hero {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 10vw;
  border: 1px none #000;
  background-color: rgba(27, 27, 27, 0.5);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1';
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #87bd66;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

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

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  font-family: Freeh521, Arial, sans-serif;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: none;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  overflow: hidden;
  width: 20vw;
  height: 30vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  box-shadow: 1px 1px 6px 3px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Freeh521, Arial, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000, 1px 1px 9px #fff;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #87bd66;
  color: #fff;
}

.nav-link.w--current {
  color: #87bd66;
  font-size: 2em;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -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;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: auto;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
  text-shadow: 1px 1px 6px #000, 1px 1px 9px #fff;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.black {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

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

.footer-link:hover {
  color: #6b6b6b;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input {
  height: 70px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #d6d6d6;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 850px;
  height: auto;
  margin: -10px auto 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 800px;
  height: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
  text-align: center;
}

.quote-attribution {
  display: block;
  padding-left: 10px;
  -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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

.quote-dash {
  width: auto;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

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

.slide-nav {
  margin-bottom: 0px;
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  text-shadow: 1px 1px 6px #000, 1px 1px 9px #fff;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.image-5 {
  margin-top: 24px;
}

.heading-4 {
  font-family: Freeh521, Arial, sans-serif;
  text-shadow: 1px 1px 6px #000, 1px 1px 9px #fff;
}

.image-6 {
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 0px;
}

.image-7 {
  margin-bottom: 20px;
  border-radius: 0px;
}

.image-8 {
  margin-bottom: 20px;
  border-radius: 0px;
}

.html-embed {
  width: 100%;
  margin-top: 0px;
}

.paragraph-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.checkbox-label {
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-align: left;
}

.checkbox-field {
  color: #fff;
}

.paragraph-3 {
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.image-9 {
  -webkit-filter: brightness(57%) contrast(180%);
  filter: brightness(57%) contrast(180%);
}

.button-2 {
  text-align: left;
}

.paragraph-4 {
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  clear: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.51);
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
}

.wrapper-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.heading-19 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 5vh;
  text-align: center;
}

.paragraph-13 {
  padding-right: 50px;
  padding-left: 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.paragraph-11 {
  padding: 20px 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}

.section-imprint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-imprint.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Pflasterarbeiten.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.section-imprint.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-imprint.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-imprint.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-imprint.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-imprint.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-imprint.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-imprint.wide.img {
  padding-bottom: 0vh;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.section-imprint.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-imprint.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bold-text-41 {
  font-size: 20px;
}

.wrapper-imprint {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
  font-family: Montserrat, sans-serif;
  color: #34470b;
}

.bold-text-10 {
  font-size: 16px;
}

.link-5 {
  color: #333;
  text-decoration: underline;
}

.paragraph-15 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-10 {
  width: auto;
  height: 10vh;
}

.feature-image-1-oben {
  display: none;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-image-2-oben {
  display: none;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-image-3-oben {
  display: none;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-image-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-image-4-oben {
  display: none;
}

.feature-image-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.div-block-13 {
  position: fixed;
  left: 3%;
  top: 1%;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: none;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2b837c;
}

.link-4 {
  display: none;
  -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;
  color: #fff;
}

.div-block-13-animation {
  position: fixed;
  left: 3%;
  top: 1%;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2b837c;
}

.heading-20 {
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 35px;
  text-align: left;
}

.paragraph-16 {
  width: 90%;
  margin-left: 40px;
  border-bottom: 1px solid #ddd;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6b6b6b;
  font-size: 16px;
  text-align: left;
}

.text-span {
  color: #e7711b;
  font-size: 30px;
}

.text-span-2 {
  margin-left: 10px;
  color: #6b6b6b;
}

.heading-21 {
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 20px;
  border-top: 0px none #ddd;
  text-align: left;
}

.quote-wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #6b6b6b;
  text-align: center;
}

.mask {
  height: auto;
  padding-top: 0px;
}

.paragraph-16-copy {
  width: 90%;
  margin-left: 40px;
  border-bottom: 0px solid #ddd;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6b6b6b;
  font-size: 16px;
  text-align: left;
}

.image-11 {
  width: 50px;
  margin-top: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50%;
}

.text-span-3 {
  padding-right: 10px;
  color: #e7711b;
}

.paragraph-17 {
  margin-top: 20px;
  color: #6b6b6b;
}

.text-span-4 {
  color: #000;
}

.paragraph-18 {
  margin-right: auto;
  margin-left: auto;
  font-size: 45px;
  text-align: center;
}

.bold-text-42 {
  color: #000;
  font-size: 38px;
}

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

.bold-text-43 {
  color: #000;
}

.text-span-5 {
  color: #000;
}

.bold-text-44 {
  color: #000;
}

.bold-text-45 {
  color: #000;
}

.text-span-6 {
  color: #000;
}

.bold-text-46 {
  color: #000;
}

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

.bold-text-47 {
  color: #000;
}

.text-span-8 {
  color: #000;
}

.div-block-15 {
  position: fixed;
  left: 3%;
  top: 1%;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: none;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2b837c;
}

.link-6 {
  display: none;
  -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;
  color: #fff;
}

.grid-no-gap-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 7rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-no-gap-columns._4x {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-item {
  width: 100%;
}

.empty-state {
  background-color: #121217;
}

.columns {
  display: block;
  margin-bottom: 20px;
}

.image-13 {
  width: 100%;
}

.image-14 {
  width: 100%;
}

.image-15 {
  width: 100.034907%;
}

.heading-22 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
}

.html-embed-copy {
  width: 100%;
  margin-top: 0px;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 50vw;
  height: 45vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.member {
  position: relative;
  height: 45vh;
  background-image: url('../images/10356158_395744410593057_7306766098396954058_n.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.member_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #040807;
  background-color: hsla(0, 0%, 96.1%, 0.5);
}

.member_name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.member-copy {
  position: relative;
  height: 45vh;
  background-image: url('../images/Familienbetrieb.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.member-copy-2 {
  position: relative;
  height: 45vh;
  background-image: url('../images/11827260_841950099217109_1468843006_o.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.paragraph-19 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.div-block-16 {
  width: 100%;
  height: 60vh;
  background-image: url('../images/404neu.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  -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: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-17 {
  width: 100vw;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/error-2129569_1280.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-17 {
  width: auto;
  height: auto;
}

.header {
  height: 530px;
  background-image: url('../images/Pflasterbanner.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: inset 0 3px 0 0 #000;
}

.navigation {
  position: fixed;
  z-index: 10;
  padding: 33px 19px 38px;
  border-top: 3px solid #25c485;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.logo-link {
  color: #333;
  text-decoration: none;
}

.logo {
  margin-bottom: 22px;
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}

.nav-link-2 {
  display: block;
  margin-bottom: 8px;
  color: #32a879;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link-2:hover {
  color: #166bcc;
}

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

.section-3.green {
  padding-top: 40px;
  background-color: #1b1b1b;
  color: #000;
}

.align-right {
  padding-right: 25px;
  text-align: right;
}

.image-18 {
  margin-bottom: 20px;
  box-shadow: 1px 1px 6px 3px #000;
}

.heading-23 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 40px;
}

.thumbnail {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.heading-24 {
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
}

.heading-25 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6b6b6b;
  font-size: 30px;
}

.heading-26 {
  margin-top: 5px;
  color: #fff;
}

.paragraph-20 {
  color: #fff;
}

.paragraph-21 {
  padding-top: 20px;
  color: #fff;
}

.heading-27 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-48 {
  color: #000;
}

.section-2-copy {
  height: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  background-color: #fff;
  color: #fff;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #1b1b1b;
}

.paragraph-18-copy {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.bold-text-42-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 38px;
}

.heading-20-copy {
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: left;
}

.bold-text-43-copy {
  color: #fff;
}

.text-span-4-copy {
  color: #fff;
}

.paragraph-17-copy {
  margin-top: 20px;
  color: #acacac;
}

.paragraph-16-copy-copy {
  width: 90%;
  margin-left: 40px;
  border-bottom: 0px solid #ddd;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #acacac;
  font-size: 16px;
  text-align: left;
}

.text-span-2-copy {
  margin-left: 10px;
  color: #acacac;
}

.bold-text-44-copy {
  color: #fff;
}

.text-span-5-copy {
  color: #fff;
}

.bold-text-45-copy {
  color: #fff;
}

.header-naturstein {
  height: 530px;
  background-image: url('../images/Naturstein.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: inset 0 3px 0 0 #000;
}

.thumbnail-2 {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

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

.picthumb {
  border: 4px solid #fff;
  color: #fff;
}

.image-19 {
  width: 150px;
  height: 120px;
}

.image-20 {
  width: 150px;
  height: 120px;
}

.image-21 {
  width: 150px;
  height: 120px;
}

.image-22 {
  width: 150px;
  height: 120px;
}

.image-23 {
  width: 150px;
  height: 120px;
}

.image-24 {
  width: 150px;
  height: 120px;
}

.image-25 {
  width: 150px;
  height: 120px;
}

.image-26 {
  width: 150px;
  height: 120px;
}

.heading-28 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.image-19-copy {
  width: 150px;
  height: 120px;
}

.image-20-referenzen {
  width: 150px;
  height: 120px;
}

.image-21-copy {
  width: 150px;
  height: 120px;
}

.image-22-copy {
  width: 150px;
  height: 120px;
}

.image-23-copy {
  width: 150px;
  height: 120px;
}

.image-24-copy {
  width: 150px;
  height: 120px;
}

.image-25-copy {
  width: 150px;
  height: 120px;
}

.image-26-copy {
  width: 150px;
  height: 120px;
}

.image-19-referenzen {
  width: 150px;
  height: 120px;
}

.image-20-copy {
  width: 150px;
  height: 120px;
}

.image-21-referenzen {
  width: 150px;
  height: 120px;
}

.image-22-referenzen {
  width: 150px;
  height: 120px;
}

.image-23-referenzen {
  width: 150px;
  height: 120px;
}

.image-24-referenzen {
  width: 150px;
  height: 120px;
}

.image-25-referenzen {
  width: 150px;
  height: 120px;
}

.image-26-referenzen {
  width: 150px;
  height: 120px;
}

.heading-29 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
}

.image-19-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-20-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-21-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-22-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-23-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-24-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-25-referenzen-copy {
  width: 150px;
  height: 120px;
}

.image-26-referenzen-copy {
  width: 150px;
  height: 120px;
}

.heading-26-copy {
  margin-top: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

.paragraph-20-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

.heading-24-copy {
  margin-top: 0px;
  color: #000;
  font-size: 30px;
}

.heading-27-copy {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-21-copy {
  padding-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Stützmauer.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.section-copy.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-copy.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-copy.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-copy.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-copy.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.section-copy.wide.img {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 40px;
  -webkit-filter: none;
  filter: none;
}

.section-copy.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-copy.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-30 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.paragraph-2-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.textarea {
  background-color: #d6d6d6;
}

.paragraph-3-copy {
  clear: none;
  color: #000;
  font-size: 14px;
  text-align: right;
}

.textarea-2 {
  background-color: #d6d6d6;
}

.checkbox-label-copy {
  float: left;
  color: #000;
  text-align: left;
}

.textarea-3 {
  background-color: #d6d6d6;
}

.textarea-4 {
  background-color: #d6d6d6;
}

.section-3-copy {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-3-copy.green {
  padding-top: 40px;
  background-color: #fff;
  color: #000;
}

.picthumb-copy {
  width: 301px;
  border: 4px solid #6b6b6b;
  color: #fff;
}

.picthumb-copy {
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #6b6b6b;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #6b6b6b;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #6b6b6b;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border-style: solid;
  border-width: 4px;
  border-color: #1b1b1b;
  color: #fff;
}

.section-3-copy {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-3-copy.green {
  padding-top: 200px;
  background-color: #1b1b1b;
  color: #000;
}

.section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Stützmauer.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.section-copy.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-copy.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-copy.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-copy.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-copy.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-copy.wide.img {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-filter: none;
  filter: none;
}

.section-copy.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-copy.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-3-copy-copy {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-3-copy-copy.green {
  padding-top: 40px;
  background-color: #fff;
  color: #000;
}

.section-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy-copy.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Stützmauer.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.section-copy-copy.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-copy-copy.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy-copy.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-copy-copy.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-copy-copy.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-copy-copy.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.section-copy-copy.wide.img {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 40px;
  -webkit-filter: none;
  filter: none;
}

.section-copy-copy.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-copy-copy.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-3-white {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-3-white.green {
  padding-top: 200px;
  background-color: #fff;
  color: #000;
}

.paragraph-20-copy {
  color: #000;
}

.heading-26-copy {
  margin-top: 5px;
  color: #000;
}

.heading-24-copy {
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
}

.heading-29-copy {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000;
}

.heading-27-copy {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-21-copy {
  padding-top: 20px;
  color: #000;
}

.picthumb-copy {
  width: 150px;
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border: 4px solid #fff;
  color: #fff;
}

.picthumb-copy {
  border-style: solid;
  border-width: 4px;
  border-color: #1b1b1b;
  color: #fff;
}

.textarea-5 {
  background-color: #d6d6d6;
}

.image-27 {
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-28 {
  width: auto;
  height: auto;
}

.image-29 {
  width: 300px;
  height: 240px;
}

.image-30 {
  width: 300px;
  height: 240px;
}

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

.grid-2-copy {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-18 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.div-block-19 {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-31 {
  display: block;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
}

.image-32 {
  display: block;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

._3 {
  font-size: 26px;
  font-weight: 700;
}

._1 {
  font-size: 20px;
  font-weight: 600;
}

._2 {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.list-8 {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #adafb3;
}

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

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

.slide-1 {
  overflow: visible;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-6 {
  width: auto;
  height: 46px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  background-color: #87bd66;
}

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

.heading-38 {
  margin-bottom: 20px;
  text-align: center;
}

.button-7 {
  width: auto;
  height: 46px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  background-color: #87bd66;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

.heading-39 {
  margin-bottom: 15px;
  text-align: left;
}

.list-item {
  font-weight: 700;
}

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

.heading-41 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.paragraph-22 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.heading-42 {
  margin-top: 50px;
  text-align: center;
}

.wrapper-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: 1920px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.heading-43 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.heading-44 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.bold-text-49 {
  color: #000;
  font-size: 24px;
}

.heading-45 {
  margin-top: 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.heading-46 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

.paragraph-23 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.heading-47 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.heading-48 {
  margin-bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

.heading-49 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

.heading-50 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.paragraph-24 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.paragraph-25 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
}

.checkbox-label-back {
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

.paragraph-5 {
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: right;
}

.section-4-white {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}

.bold-text-42-copy-copy {
  color: #fff;
  font-size: 38px;
}

.bold-text-50 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 38px;
}

.heading-51 {
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 35px;
  text-align: left;
}

.text-span-9 {
  color: #000;
}

.bold-text-52 {
  color: #000;
}

.paragraph-26 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-27 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-28 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-29 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-52 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.list-9 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.list-10 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-30 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-31 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-32 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.list-11 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.column-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-53 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.column-4 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.column-5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.column-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-54 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-33 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-34 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-35 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-36 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    margin-bottom: 0px;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button {
    margin-bottom: 20px;
    margin-left: 40px;
  }

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

  .image-2 {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.reverse {
    width: 95vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-image {
    display: none;
    width: 40vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .quote-attribution {
    display: block;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

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

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

  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

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

  .wrapper-2 {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-imprint.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-imprint {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .paragraph-15 {
    height: auto;
  }

  .image-10 {
    width: auto;
  }

  .feature-image-1-oben {
    display: block;
    width: 70vw;
    margin-top: 40px;
  }

  .feature-image-1-unten {
    display: none;
  }

  .feature-image-2-oben {
    display: block;
    width: 70vw;
  }

  .feature-image-3-oben {
    display: block;
    width: 70vw;
  }

  .feature-image-copy {
    width: 40vw;
  }

  .feature-image-4-oben {
    display: block;
    width: 70vw;
  }

  .feature-image-copy {
    width: 40vw;
  }

  .div-block-13 {
    left: auto;
    top: auto;
    right: 9%;
    bottom: 10%;
    background-color: #89be69;
  }

  .link-4 {
    display: none;
  }

  .div-block-14 {
    border-radius: 50%;
    background-color: #89be69;
  }

  .div-block-13-animation {
    left: auto;
    top: auto;
    right: 9%;
    bottom: 10%;
    background-color: rgba(137, 190, 105, 0.5);
  }

  .quote-wrap-copy {
    width: 70vw;
    height: auto;
  }

  .bold-text-42 {
    font-size: 30px;
  }

  .div-block-15 {
    left: auto;
    top: auto;
    right: 9%;
    bottom: 10%;
    display: block;
    padding: 4px;
  }

  .link-6 {
    display: block;
  }

  .grid-no-gap-columns {
    grid-row-gap: 5rem;
  }

  .grid-no-gap-columns._4x {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-16 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid {
    width: 95vw;
    height: 35vh;
  }

  .member {
    height: 35vh;
    background-position: 40% -50%;
    background-size: cover;
  }

  .member_overlay {
    height: 35vh;
  }

  .member_name {
    font-size: 20px;
  }

  .member-copy {
    height: 35vh;
  }

  .member-copy-2 {
    height: 35vh;
  }

  .align-right {
    padding-right: 10px;
  }

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

  .heading-24 {
    font-size: 20px;
  }

  .grid-2 {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }

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

  .heading-24-copy {
    font-size: 20px;
  }

  .paragraph-21-copy {
    padding-left: 40px;
  }

  .section-copy.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .picthumb-copy {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-copy.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-3-copy-copy.green {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-copy-copy.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-24-copy {
    font-size: 20px;
  }

  .picthumb-copy {
    width: 150px;
  }

  .image-27 {
    width: auto;
    height: auto;
  }

  .columns-2 {
    display: block;
  }

  .grid-3 {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }

  .grid-2-copy {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .div-block-18 {
    width: 100%;
  }

  .grid-4 {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }

  .wrapper-3 {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-5 {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }

  .grid-6 {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }

  .paragraph-22 {
    color: #000;
    font-weight: 500;
  }

  .wrapper-4 {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    margin-bottom: 0px;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

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

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    position: static;
    top: 0px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link {
    font-size: 20px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

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

  .menu-icon {
    font-size: 30px;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .form-block {
    width: 100%;
  }

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

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .paragraph-13 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-11 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-15 {
    font-size: 14px;
  }

  .feature-image-1-oben {
    display: block;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-image-2-oben {
    width: 80vw;
  }

  .feature-image-3-oben {
    width: 80vw;
  }

  .feature-image-4-oben {
    width: 80vw;
  }

  .div-block-13 {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 8%;
  }

  .div-block-13-animation {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 8%;
  }

  .quote-wrap-copy {
    padding-top: 20px;
  }

  .bold-text-42 {
    font-size: 30px;
  }

  .div-block-15 {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 8%;
    width: 50px;
    height: 50px;
    padding-top: 4px;
    padding-left: 4px;
  }

  .grid-no-gap-columns {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .member {
    display: none;
  }

  .member-copy-2 {
    display: none;
  }

  .header {
    height: 500px;
    background-image: url('../images/Pflaster.jpg');
    background-size: cover;
  }

  .navigation {
    position: static;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 0 0 1px transparent;
  }

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

  .align-right {
    text-align: left;
  }

  .thumbnail {
    margin-right: 14px;
    margin-bottom: 15px;
  }

  .bold-text-42-copy {
    font-size: 30px;
  }

  .header-naturstein {
    height: 500px;
    background-image: url('../images/stones-850066_1920.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .thumbnail-2 {
    margin-right: 14px;
    margin-bottom: 15px;
  }

  .grid-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto 1fr 1fr;
    grid-template-columns: auto 1fr 1fr;
  }

  .section-3-copy {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section-3-copy {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section-3-copy-copy {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section-3-copy-copy.green {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-3-white {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .image-27 {
    width: 100%;
    height: 100%;
  }

  .image-28 {
    width: 103%;
    height: 100%;
  }

  .image-29 {
    width: auto;
    height: 189px;
  }

  .image-30 {
    width: 103%;
    height: 100%;
  }

  .grid-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .grid-2-copy {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto 1fr 1fr;
    grid-template-columns: auto 1fr 1fr;
  }

  .grid-5 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto 1fr 1fr;
    grid-template-columns: auto 1fr 1fr;
  }

  .grid-6 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto 1fr 1fr;
    grid-template-columns: auto 1fr 1fr;
  }

  .paragraph-22 {
    color: #000;
    font-weight: 500;
  }

  .bold-text-42-copy-copy {
    font-size: 30px;
  }

  .bold-text-50 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: auto;
    margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 10vh;
    background-position: 25% 0%;
  }

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

  .section.wide.img {
    height: 1200px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 75px;
  }

  .section.jobs {
    margin-top: 100px;
  }

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

  .section.widerstyle.img {
    height: 1200px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 75px;
  }

  .hero {
    height: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    margin-top: 0px;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    margin-bottom: 0px;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button {
    display: inline-block;
    margin-right: auto;
    margin-left: 20px;
    background-color: #87bd66;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .wrap {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 5vw;
  }

  .image-2 {
    display: block;
    width: 100%;
    height: 25vh;
    min-height: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    padding-top: 0px;
  }

  .feature-wrap {
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    font-size: 20px;
  }

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

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-slider {
    width: 95vw;
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-bottom: 0px;
    padding-left: 0vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .quote-wrap {
    width: 95vw;
  }

  .quote-attribution {
    display: block;
    padding-top: 10px;
  }

  .left-arrow {
    display: none;
    width: 15vw;
  }

  .right-arrow {
    display: none;
    width: 15vw;
  }

  .slide-nav {
    display: none;
  }

  .number {
    font-size: 40px;
  }

  .nav-logo-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu-2 {
    margin-top: 20px;
    background-color: rgba(27, 27, 27, 0.5);
  }

  .brand {
    width: 100%;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 56px;
  }

  .image-6 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 0px;
  }

  .wrapper-2 {
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-19 {
    font-family: 'Gothic A1';
    font-size: 2vh;
  }

  .section-imprint.center {
    padding-bottom: 10vh;
  }

  .wrapper-imprint {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .image-10 {
    width: 100%;
    height: auto;
  }

  .feature-image-1-oben {
    display: block;
    width: 90vw;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .feature-image-1-unten {
    display: none;
  }

  .feature-image-2-oben {
    display: block;
    width: 90vw;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .feature-image-3-oben {
    display: block;
    width: 90vw;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .feature-image-copy {
    display: block;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-image-4-oben {
    width: 90vw;
  }

  .feature-image-copy {
    display: block;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-13 {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 4%;
    display: block;
  }

  .div-block-13-animation {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 4%;
  }

  .heading-20 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    font-size: 30px;
  }

  .paragraph-16 {
    width: auto;
  }

  .quote-wrap-copy {
    width: 95vw;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .paragraph-16-copy {
    width: auto;
  }

  .image-11 {
    width: 35px;
    padding-left: 0px;
  }

  .image-12 {
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-42 {
    font-size: 15px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .div-block-15 {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 4%;
    width: 50px;
    height: 50px;
    padding-top: 4px;
    padding-left: 4px;
  }

  .grid-no-gap-columns._4x {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .grid {
    width: 100vw;
    height: auto;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .member {
    display: none;
    width: 100%;
    height: 450px;
    background-position: 40% 0%;
  }

  .member_overlay {
    height: auto;
  }

  .member-copy {
    width: 100%;
    height: 450px;
  }

  .member-copy-2 {
    display: none;
    width: 100%;
    height: 450px;
  }

  .bold-text-42-copy {
    font-size: 15px;
  }

  .heading-20-copy {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    font-size: 30px;
  }

  .paragraph-16-copy-copy {
    width: auto;
  }

  .grid-2 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .picthumb {
    width: auto;
  }

  .image-19 {
    width: 100%;
  }

  .image-20 {
    width: 100%;
  }

  .image-21 {
    width: 100%;
  }

  .image-22 {
    width: 100%;
  }

  .image-23 {
    width: 100%;
  }

  .image-24 {
    width: 100%;
  }

  .image-25 {
    width: 100%;
  }

  .image-26 {
    width: 100%;
  }

  .image-19-copy {
    width: 100%;
  }

  .image-20-referenzen {
    width: 100%;
  }

  .image-21-copy {
    width: 100%;
  }

  .image-22-copy {
    width: 100%;
  }

  .image-23-copy {
    width: 100%;
  }

  .image-24-copy {
    width: 100%;
  }

  .heading-26-copy {
    padding-left: 10px;
  }

  .paragraph-20-copy {
    padding-left: 10px;
  }

  .paragraph-21-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-copy.center {
    height: auto;
    margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 10vh;
    background-position: 25% 0%;
  }

  .section-copy.wide.img {
    height: 1200px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 75px;
  }

  .picthumb-copy {
    width: auto;
    padding-left: 0px;
  }

  .section-copy.center {
    height: auto;
    margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 10vh;
    background-position: 25% 0%;
  }

  .section-copy.wide.img {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 75px;
  }

  .section-3-copy-copy.green {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-copy-copy.center {
    height: auto;
    margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 10vh;
    background-position: 25% 0%;
  }

  .section-copy-copy.wide.img {
    height: 1200px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 75px;
  }

  .picthumb-copy {
    width: auto;
  }

  .image-28 {
    width: 100%;
  }

  .image-29 {
    width: 300px;
    height: 240px;
  }

  .image-30 {
    width: 100%;
  }

  .grid-3 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-copy {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lightbox-link {
    width: auto;
    padding-left: 0px;
  }

  .grid-4 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-3 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-5 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-6 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-37 {
    font-size: 18px;
  }

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

  .paragraph-22 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  .wrapper-4 {
    height: auto;
    margin-top: 0px;
  }

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

  .heading-44 {
    font-size: 18px;
  }

  .bold-text-42-copy-copy {
    font-size: 15px;
  }

  .bold-text-50 {
    font-size: 15px;
  }

  .heading-51 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    font-size: 30px;
  }
}

#w-node-_87bbc97c-b921-8827-6782-a299a4accb5f-a8427675 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_87bbc97c-b921-8827-6782-a299a4accb5f-a8427675 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Freeh521';
  src: url('../fonts/Freeh521.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}