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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 150px;
  background-image: url('../images/white-line-1.png');
  background-position: 100% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  text-align: right;
  text-transform: none;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navigation-column {
  padding: 20px;
}

.phone {
  padding-right: 50px;
  text-align: right;
}

.icon-phone {
  display: inline-block;
}

.telefonnummer {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

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

.column-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.menu {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.hero-img {
  text-align: right;
}

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

.image {
  max-height: 700px;
}

.hero-text {
  position: absolute;
  left: 13%;
  top: 28%;
  right: auto;
  bottom: auto;
  z-index: 50;
  width: 700px;
  height: auto;
  background-color: #1c1c1c;
}

.hero-txt-inner {
  padding: 60px 60px 55px;
}

.heading {
  font-size: 31px;
  line-height: 1.3em;
  font-weight: 600;
}

.button1 {
  margin-top: 30px;
  padding-left: 37px;
  background-color: transparent;
  background-image: url('../images/icon-arrow-white.png');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #e9bc5e;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button1:hover {
  border-bottom: 1px solid #f0c161;
  color: #fff;
}

.button1.blackarrow {
  margin-top: 30px;
  background-image: url('../images/iconfinder_arrow-right-direction-path-way_3209399.png');
  background-position: 0% 50%;
  background-size: 24px;
  font-size: 20px;
}

.button1.blackarrow:hover {
  color: #000;
}

.brand {
  padding-left: 10px;
}

.content-section-1 {
  margin-top: 120px;
  margin-bottom: 81px;
  padding-top: 50px;
  background-image: url('../images/bg-black-right.png');
  background-position: 32% 50%;
  background-size: 2600px;
  background-repeat: repeat-y;
}

.grid {
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: right;
}

.text-block {
  color: #666;
}

.h3black {
  padding-right: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #000;
  line-height: 1.3em;
  text-align: left;
}

.h3black.first {
  margin-top: 0px;
  margin-bottom: 30px;
}

.content-accordion-1 {
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 80px;
}

.accordion {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.accordion-body__contents {
  margin-top: 8px;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9096a4;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
}

.accordion-header {
  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;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  line-height: 20px;
  cursor: pointer;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  padding-bottom: 20px;
  padding-left: 50px;
  color: #9096a4;
  line-height: 1.2em;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  margin-bottom: 0px;
  padding: 5px 15px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0px;
  box-shadow: none;
}

.accordion__item.js-accordion-item.active {
  padding: 5px 15px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0px;
  box-shadow: none;
  cursor: default;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.column-4 {
  padding: 0px 54px 54px;
}

.bordergoldleft {
  padding-left: 20px;
  border-left: 3px solid #cfa652;
}

.contant-section-2 {
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.grid-2 {
  grid-auto-rows: 1fr;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.referenzlogo {
  overflow: hidden;
  margin-bottom: 10px;
}

.grid-spacer-kunden {
  width: 10px;
  height: 10px;
}

.kundenlogos {
  padding: 0px 50px 50px;
}

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

.h2-001 {
  font-size: 24px;
}

.calendly-section {
  padding: 30px 30px 50px;
  background-color: #b1a566;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  text-align: center;
}

.footerlink {
  display: inline-block;
  float: left;
  color: #8f8f8f;
  text-decoration: none;
}

.footerlink:hover {
  color: #000;
}

.devider-footer {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  color: #8f8f8f;
}

.footer-menu-list {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.h2footer {
  font-weight: 300;
  text-align: center;
}

.footerheader {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.emaillink {
  color: #8f8f8f;
  text-decoration: none;
}

.emaillink:hover {
  color: #000;
}

.adress {
  padding-top: 15px;
  padding-bottom: 0px;
  color: #8f8f8f;
}

.html-embed {
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .hero-text {
    position: static;
  }
  .content-section-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .content-accordion-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .column-4 {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .contant-section-2 {
    margin-top: 0px;
  }
  .kundenlogos {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-button {
    display: none;
    margin-top: 34px;
  }
  .icon {
    display: none;
  }
  .heading-2 {
    color: #868686;
  }
  .html-embed {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .hero-text {
    width: 100%;
  }
  .content-accordion-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }
  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .question-text {
    margin-top: 8px;
  }
  .column-4 {
    padding-bottom: 0px;
  }
  .kundenlogos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    margin-top: 31px;
  }
  .column-5 {
    display: none;
  }
  .html-embed {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .navigation-column {
    padding: 0px;
  }
  .phone {
    padding-right: 0px;
  }
  .telefonnummer {
    font-size: 12px;
  }
  .column-2 {
    padding: 49px 0px;
  }
  .hero-txt-inner {
    padding: 20px;
  }
  .button1 {
    font-size: 12px;
  }
  .button1.blackarrow {
    margin-top: 10px;
    font-size: 12px;
  }
  .brand {
    padding-left: 0px;
  }
  .content-section-1 {
    padding-top: 20px;
  }
  .content-accordion-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .accordion-body {
    padding-left: 56px;
  }
  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }
  .column-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contant-section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kundenlogos {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .calendly-section {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footerlink {
    font-size: 13px;
  }
  .footer-menu-list {
    width: 289px;
  }
  .footerheader {
    padding-top: 0px;
  }
  .menu-button {
    position: absolute;
    display: none;
  }
  .icon {
    display: none;
  }
  .column-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-2 {
    line-height: 20px;
  }
  .column-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-8 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-d1ff9db0c8fa-bc3e8356 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-015253fb9f31-bc3e8356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-41bb46d0ea33-bc3e8356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8683b484c5c7-bc3e8356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-897124b5d860-bc3e8356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-874901b018fd-bc3e8356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-028efd3175a0-bc3e8356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

