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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

h4 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

p {
  color: #313131;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #28348b;
  font-weight: 700;
  text-decoration: none;
}

ul {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 26px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

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

strong {
  color: #313131;
  font-weight: 700;
}

blockquote {
  color: #000;
  background-color: #f7f7f8;
  border: 1px #000;
  border-bottom: 1px solid #f60;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 4%;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

figcaption {
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 24px;
}

.hero-containner {
  max-width: 1200px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 30%;
}

.button {
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #28348b;
  border: 1px solid #28348b;
  padding: 14px 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .5s, border-color .5s;
  display: inline-block;
}

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

.button.side-padding {
  letter-spacing: 0;
  text-transform: none;
  background-color: #28348b;
  border-style: solid;
  border-color: #28348b;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.button.side-padding:hover {
  background-color: #313131;
  border-color: #313131;
}

.button.line {
  color: #28348b;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #28348b;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

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

.button.line.categories {
  width: 100%;
}

.button.line.categories.w--current {
  width: 100%;
  color: #fff;
  background-color: #f60;
}

.button.padding {
  margin-top: 20px;
}

.button.white {
  background-color: rgba(40, 52, 139, 0);
  border-color: #fff;
}

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

.brand {
  width: auto;
  border-right: 1px solid rgba(255, 255, 255, .21);
  margin-top: 0;
  margin-right: 10px;
  padding: 22px 20px 22px 10px;
}

.brand.w--current {
  width: 160px;
  border-right: 1px solid rgba(255, 255, 255, .21);
  margin-right: 0;
  padding: 22px 20px 22px 10px;
}

.brand.footer {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
}

.nav-menu {
  width: auto;
  float: right;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-left: 1px rgba(255, 255, 255, .21);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-service-div {
  width: auto;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

.service-title {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.project {
  max-width: 1000px;
}

.white-paragraph {
  color: #fff;
  margin-top: 0;
}

.about-us-div {
  height: 480px;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-us-div.first {
  height: 100%;
  text-align: left;
  background-color: #313131;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.about-us {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2%;
  margin-bottom: 200px;
}

.color-example {
  width: 80px;
  height: 80px;
  background-color: #313131;
  border-radius: 300px;
  margin-bottom: 20px;
}

.color-example.sixth {
  background-color: #f7f7f8;
  border: 1px solid #ddd;
}

.color-example.fourth {
  background-color: #ddd;
}

.color-example.third {
  background-color: #ffe1cd;
}

.color-example.second {
  background-color: #28348b;
}

.colors {
  width: 100%;
  height: 200px;
  color: #24336b;
  background-color: #f7f7f8;
  border: 1px #ddd;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-title {
  color: #020224;
}

.small-title.padding {
  color: #000;
  margin-bottom: 60px;
}

.padding-paragraph {
  margin-bottom: 60px;
}

.section {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.section.gray {
  margin-top: 2%;
  padding-bottom: 60px;
}

.section.gray.less-padding-top {
  margin-top: 0%;
}

.section.portfolio {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 60px;
}

.section.no-padding {
  padding-top: 0;
}

.section.no-padding.gray {
  margin-top: 2%;
}

.section.blog {
  padding-bottom: 0;
  position: relative;
}

.color-text {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 5px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.rich-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text.project {
  width: auto;
  margin-top: 0;
}

.paragraph-wrapper {
  margin-bottom: 30px;
}

.gray-space {
  background-color: #f7f7f8;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gray-space.dark {
  color: #020224;
  background-color: #000;
  margin-bottom: 0;
}

.big-paragraph {
  color: #313131;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.big-paragraph.white {
  color: #fff;
  font-weight: 500;
}

.big-paragraph.zentriert {
  color: #313131;
  text-align: center;
}

.big-paragraph.zentriert.white._66, .big-paragraph.zentriert._66 {
  width: 66%;
}

.big-headline {
  color: #313131;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.big-headline.page-header {
  z-index: 2;
  color: #313131;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.grid-scales {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.white {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.tab-pane {
  text-align: center;
  padding-top: 0;
  padding-bottom: 100px;
  padding-left: 0;
}

.tabs-menu {
  z-index: 2;
  width: 100%;
  float: none;
  text-align: center;
  border: 0 rgba(222, 222, 222, .85);
  justify-content: center;
  margin-bottom: -40px;
  display: flex;
}

.tab-link {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 20px 40px;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

.tab-link:hover {
  text-align: left;
  border-color: #f60 #ececec #f29100 #f60;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-style: none;
  border-right-width: 1px;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #f60;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 20px 40px;
  font-family: Satoshi, sans-serif;
  display: inline-block;
}

.tab-link.w--current:hover {
  border: 1px #000;
  border-top: 1px solid #f60;
}

.icon-div {
  width: 70px;
  height: 70px;
  border: 1px rgba(255, 255, 255, .45);
  padding: 17px 10px;
  transition: background-color .5s, border-color .5s, opacity .5s;
  display: inline-block;
}

.icon-div:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #f29100;
}

.icon-div.font {
  color: #fff;
  background-color: #f60;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-section {
  z-index: 2;
  color: #28348b;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}

.title-section.white {
  color: #fff;
}

.achivement-container {
  width: 80%;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.achivement-container.project {
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.achivements-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.achivement-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.achivement-block.lines {
  border-left: 1px solid #d8eeff;
  border-right: 1px solid #d8eeff;
  padding-left: 20px;
  padding-right: 20px;
}

.title-section-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.title-section-wrapper.services {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.title-section-wrapper.page-header {
  margin-bottom: 0;
}

.title-section-wrapper.page-header.blog {
  width: 70%;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.title-section-wrapper.industrie-und-firmenkunden {
  margin-bottom: 40px;
}

.experience-steps {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.full-div {
  width: 100%;
  font-family: Satoshi, sans-serif;
}

.about-me-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #28348b;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  padding: 60px 60px 0;
}

.info-div {
  flex: 1;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: Satoshi, sans-serif;
  display: flex;
}

.experience-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.skills-values {
  color: #f5f6ff;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: #d8eeff;
  background-color: rgba(2, 3, 73, .14);
  background-image: url('../images/icons8-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.icon-2.smaller {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .4);
  background-image: none;
  border-radius: 0;
  margin-top: 10px;
}

.skills-containner {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, .25);
}

.skills-containner.dark {
  height: 4px;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 0;
  overflow: hidden;
}

.skills-progress-line {
  width: 85%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
}

.skills-progress-line._2 {
  width: 90%;
  background-color: #fff;
}

.skills-progress-line._3 {
  width: 80%;
  background-color: #fff;
}

.skills-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.skills-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.signature {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown {
  border-left: 1px solid #f5f6ff;
  margin-left: -1px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  display: none;
}

.dropdown.w--open:hover {
  background-color: rgba(255, 255, 255, .09);
}

.body {
  padding: 0 2% 2%;
}

.navbar-white {
  z-index: 999;
  width: auto;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  padding: 2% 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text {
  color: #000;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.nav-column.left {
  border: 1px #ddd;
  flex: 1;
}

.drop-list-div {
  width: 200px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
}

.drop-list-div.landing {
  width: 200px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.dropdown-link {
  color: #000;
  border-left: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.dropdown-link:hover {
  background-color: #f7f7f8;
  border-left: 1px solid #f60;
  border-radius: 0;
}

.dropdown-link.w--current {
  color: #839bff;
  background-color: rgba(106, 78, 225, .1);
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link-line {
  height: 68px;
  color: #000;
  border: 1px #ddd;
  border-left: 0 solid #ddd;
  border-right-width: 0;
  margin-left: -1px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
}

.nav-link-line:hover {
  color: #28348b;
  background-color: #f7f7f8;
  border-bottom-color: #ddd;
}

.nav-link-line.w--current {
  width: auto;
  color: #28348b;
  border-style: solid;
  border-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
}

.nav-link-line.down {
  border-right-style: solid;
  padding-right: 40px;
}

.nav-link-line.down:hover {
  border-right-style: solid;
}

.nav-link-line.gray {
  background-color: #f7f7f8;
  border: 0 solid rgba(0, 0, 0, 0);
  transition: background-color .4s, color .4s;
}

.nav-link-line.gray:hover {
  color: #fff;
  background-color: #28348b;
  border-style: solid none solid solid;
  border-color: #28348b;
}

.arrow-icon {
  color: #28348b;
  font-size: 12px;
}

.top {
  flex-direction: column;
  display: flex;
}

.container-nav {
  z-index: 2;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #ddd;
  border-radius: 0;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading {
  color: #202020;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-decoration: none;
}

.heading.white {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.heading.blue {
  color: #28348b;
}

.image-testimonials {
  width: 100%;
  height: 600px;
  background-image: url('../images/33.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-testimonials.second {
  background-image: url('../images/222.jpg');
}

.image-testimonials.third {
  background-image: url('../images/11.jpg');
  background-size: cover;
}

.testimonials-wrapper {
  align-items: center;
  display: flex;
}

.info-testimonials {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.left-hero-content {
  max-width: 500px;
  padding-right: 40px;
}

.left-hero-content.left {
  width: 100%;
  height: auto;
  max-width: 700px;
  filter: none;
  background-color: rgba(255, 255, 255, .9);
  background-image: none;
  border-style: none none none solid;
  border-width: 0;
  border-bottom-color: #f60;
  border-left-color: #28348b;
  margin-top: -100px;
  margin-bottom: 0;
  padding: 60px;
}

.hero-flex {
  justify-content: space-between;
  display: flex;
}

.logo-brand {
  width: auto;
  height: 68px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.logo-brand.w--current {
  height: 68px;
  flex-direction: column;
  display: block;
  overflow: hidden;
}

.rate-div-wrapper {
  width: 100%;
  background-color: #f60;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.avatar-testimonial {
  width: 80px;
  height: 80px;
  color: #00cca7;
  text-transform: uppercase;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a2e9fc;
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.avatar-testimonial.first {
  width: 60px;
  height: 60px;
  background-color: #ffe1cd;
  background-image: url('../images/office-3.png');
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100%;
}

.avatar-testimonial.second {
  width: 60px;
  height: 60px;
  background-color: #ffe1cd;
  background-image: url('../images/office-2.png');
  border: 0 rgba(0, 0, 0, 0);
}

.avatar-testimonial.third {
  width: 60px;
  height: 60px;
  background-color: #ffe1cd;
  background-image: url('../images/office-4.png');
  border: 0 rgba(0, 0, 0, 0);
}

.avatar {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.star {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.review-paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.review-paragraph.orange {
  color: #f60;
}

.name-testimonials {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.name-testimonials.dark {
  color: #000;
}

.logo {
  margin-top: 20px;
}

.testimonial {
  z-index: 2;
  width: 500px;
  height: auto;
  color: #333;
  text-transform: lowercase;
  background-color: #fff;
  border: 1px #a2e9fc;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 140px;
  padding: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

.rate-block {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.rate-block.padding {
  margin-top: 0;
}

.avatar-wrapper {
  text-transform: none;
  flex: 1;
}

.testimonials-copy {
  text-align: left;
}

.title-testimonilas {
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.work-post-link {
  z-index: 1;
  width: 100%;
  color: #333;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e9e9e9;
  flex-direction: column;
  align-items: center;
  margin-bottom: 180px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.work-post-link.w--current {
  margin-bottom: 20px;
}

.work-post-link.blog, .work-post-link.no-padding {
  margin-bottom: 0;
}

.work-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.work-post {
  width: 100%;
  min-height: 650px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.work-post.big {
  min-height: 1000px;
}

.work-post.post {
  min-height: 400px;
}

.info-wrapper {
  z-index: 20;
  width: 90%;
  height: auto;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #f60;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -155px;
  margin-left: auto;
  margin-right: -30px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

.info-wrapper.team {
  height: 240px;
  border: 1px #000;
  border-bottom: 1px solid #28348b;
  justify-content: flex-start;
  margin-top: -100px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-wrapper.project {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.info-wrapper.post {
  border: 1px #000;
  margin-right: auto;
}

.text-block-new {
  color: #28348b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.view-more {
  color: #f60;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.view-more:hover {
  color: #000;
  text-decoration: underline;
}

.title-facts {
  color: #28348b;
  margin-top: 0;
  font-weight: 700;
}

.square {
  width: 100px;
  height: 120px;
  border: 10px solid #f60;
  margin-top: 0;
  position: absolute;
  top: auto;
}

.square.page-header {
  width: 140px;
  height: auto;
  border: 0 #f60;
  margin-top: 0;
  margin-bottom: 0;
  top: 120px;
}

.square.page-header.blog {
  top: 120px;
}

.section-hero {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-hero.hero-page-section {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/Betonbohren.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.services {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero.hero-page-section-kernbohrungen {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/Betonbohren-Header.webp');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.hero-page-section-about {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/DJI_0491_web.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.hero-page-section-kontakt {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/DJI_0490_web.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.hero-page-section-datenschutz {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/Unbenannt-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.hero-page-section-impressum {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/Titelbild-Startseite-V3.webp');
  background-position: 0 0, 50% 89%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.hero-page-section-betons-gen {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/Titelbild-Startseite-V1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.section-hero.hero-page-section-fugenschnitt {
  height: 400px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url('../images/Fugenschnitt.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.footer-social-icon {
  width: 70px;
  height: 70px;
  border-left: 1px solid #d7d5ff;
  border-right: 1px solid #d7d5ff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-social-icon.dark {
  width: 50px;
  height: 50px;
  border: 1px #000;
  border-radius: 100%;
  margin-right: 4px;
}

.footer-social-icon._2 {
  border-left-style: none;
}

.footer-social-icon._2.dark {
  width: 50px;
  border-style: none;
  border-width: 1px;
}

.footer-link-bottom {
  color: #343e52;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-bottom:hover {
  color: #4760fc;
}

.footer-link-bottom.white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: color .4s;
}

.footer-link-bottom.white:hover {
  color: rgba(255, 255, 255, .7);
}

.footer-link-bottom.white {
  color: #fff;
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .4s;
}

.footer-link-bottom.white:hover, .footer-link-bottom.white.w--current:hover {
  color: #a6aac7;
}

.section-footer {
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}

.section-footer.black {
  height: auto;
  background-color: #28348b;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2%;
  padding: 60px 0 0 0%;
  display: block;
}

.social-link {
  background-color: rgba(218, 223, 252, .1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-link:hover {
  background-color: rgba(218, 223, 252, .26);
  border-bottom-color: #fff;
}

.footer-social {
  width: auto;
  justify-content: center;
  margin: 0 0 0 auto;
  display: none;
}

.copyright {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.copyright.center {
  justify-content: center;
}

.footer-notes {
  color: #0f0e16;
  background-color: rgba(218, 223, 252, .1);
  border-top: 1px #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lighter-link {
  color: #a6aac7;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.copyright-copy {
  color: #fff;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.bottom-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-bottom {
  margin-top: 0;
  padding-top: 0;
}

.call {
  margin: -100px auto 0;
}

.section-cta {
  height: 400px;
  background-color: #28348b;
  align-items: center;
  margin-top: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section-cta.ohne-rand-oben {
  background-image: linear-gradient(rgba(40, 52, 139, .9), rgba(40, 52, 139, .9)), url('../images/Titelbild-Startseite-V3.webp');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
}

.grid-cta {
  width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  width: 100%;
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #0dcc43;
  border-radius: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.wrapper-second {
  margin-top: 0;
}

.input {
  height: 48px;
  color: #3b3b3b;
  background-color: #fff;
  border: 1px solid #dbe6b4;
  border-radius: 4px;
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 22px;
}

.input.newsletter {
  height: 60px;
  color: #000;
  border: 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.button-form {
  width: 180px;
  height: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #e5980a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-form:hover {
  background-color: #536b7e;
  box-shadow: inset 0 200px 200px 200px rgba(2, 2, 2, .11);
}

.button-form.full-subscribe {
  background-color: #000;
  border-radius: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.button-form.full-subscribe:hover {
  background-color: #f60;
  font-weight: 700;
}

.form-subscribe {
  color: #3b3b3b;
  background-color: #fff;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  font-family: Bitter, serif;
  display: flex;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .03);
}

.orange-stripe {
  width: 100%;
  height: auto;
  min-height: 50%;
  background-color: #f60;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.orange-stripe.top {
  background-image: url('../images/Beton-HG3.jpg');
  background-position: 0 0;
  background-size: auto;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.team-new-image {
  z-index: 5;
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/DSC03314_web_2.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0;
  transition: box-shadow .3s;
  position: relative;
}

.team-new-image.second {
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/office-3.png');
  background-repeat: no-repeat;
  background-size: auto 400px;
}

.team-new-image.third {
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/office-3.png');
  background-repeat: no-repeat;
  background-size: auto 400px;
  border-radius: 0;
}

.team-wrapper {
  width: 100%;
  border-radius: 0;
}

.team-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-div-new {
  width: 60px;
  height: 60px;
  background-color: #f60;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-div-new.two {
  background-image: url('../images/Untitled-35.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div-new.darker {
  background-color: #140501;
}

.icon-div-new.darker.one {
  background-image: url('../images/site-engineer-construction-site.jpg');
}

.icon-div-new.darker.two {
  background-image: url('../images/work-constructors-1.jpg');
}

.icon-div-new.darker.three {
  background-image: url('../images/closeup-contractor-construction-site-pointing-plan-wooden-sleeper-1.jpg');
}

.icon-div-new.darker.four {
  background-image: url('../images/33.jpg');
}

.icon-div-new.three {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div-new.four {
  background-image: url('../images/Untitled-2_1Untitled-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div-new.one {
  background-image: url('../images/Untitled-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div-new.icon8 {
  background-image: url('../images/office-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-div-new.icon8.second {
  background-image: url('../images/office-4.png');
}

.icon-div-new.icon8.three {
  background-image: url('../images/office-2.png');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-item-wrapper {
  width: 80%;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #f60;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 500;
  display: flex;
}

.licence-item-wrapper.orange {
  color: #fff;
  background-color: #f60;
  margin-bottom: 0;
  font-weight: 500;
}

.licence-item-wrapper.changelog {
  width: 60%;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}

.font {
  color: #fff;
  margin-bottom: 0;
}

.licens-image {
  width: 100px;
  height: 100px;
}

.licens-image.icons {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-navigation {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  align-items: center;
  margin-bottom: 60px;
}

.logo-footer {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
}

.column-navigation {
  width: auto;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-bottom-div {
  align-items: center;
  font-weight: 400;
  display: flex;
}

.divider-vertical {
  width: 1px;
  height: 10px;
  background-color: rgba(218, 223, 252, .45);
  margin-left: 5px;
  margin-right: 5px;
}

.grid-contact {
  grid-template-rows: auto auto auto auto;
}

.section-page {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section-page.submit-section {
  background-color: #f60;
  background-image: url('../images/Beton-HG3.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 2%;
  margin-bottom: 20px;
  padding: 140px 20px;
}

.left-form {
  width: 100%;
  text-align: left;
}

.text-field {
  height: 60px;
  min-width: 100%;
  float: left;
  color: #000;
  background-color: #f7f7f8;
  border: 1px #ddd;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.text-field:hover {
  border-color: #f60;
}

.text-field.message {
  height: auto;
  min-height: 140px;
  color: #290d04;
  background-color: #f7f7f8;
  border-style: none;
  border-color: #290d04;
  border-radius: 0;
}

.text-field.message:hover {
  border-color: #6a1040;
}

.center-button-block {
  width: 100%;
  text-align: left;
}

.page-title {
  width: 100%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-title.right {
  max-width: 500px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.promo-block {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

.field-label-alternative {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.grid-contact-detail {
  width: 100%;
  grid-template-rows: auto;
  margin-top: 20px;
}

.date-time {
  color: #313131;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.date-wrapper {
  align-items: center;
  display: flex;
}

.date-wrapper.contact {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding: 0;
}

.white-link {
  color: #313131;
  font-weight: 400;
  text-decoration: underline;
}

.white-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.white-divider.grey {
  background-color: #313131;
}

.top-square {
  height: 60px;
  border: 16px solid #28348b;
  border-bottom-style: none;
  margin-bottom: 0;
}

.top-square.smaller {
  height: 40px;
}

.top-square.single {
  margin-bottom: 200px;
}

.service-image {
  width: auto;
  height: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-wrapper {
  width: 1000px;
  border: 1px solid #ddd;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
}

.line-wrapper.top {
  background-color: #fff;
  border-style: none;
  margin-top: -180px;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

.line-wrapper.top.blog {
  z-index: 2;
  padding: 10%;
  position: relative;
}

.collection-list-projects {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.link-block:hover {
  border: 0 #f60;
}

.info-team-copy {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-heading {
  width: 600px;
  margin-bottom: 0;
}

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

.collection-list-blog {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.hero-section {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(166, 171, 206, .28), rgba(166, 171, 206, .28)), url('../images/Titelbild-Startseite-V2.webp'), url('../images/Titelbild-Startseite-V1.webp'), url('../images/DSC03314_web_2.webp');
  background-position: 0 0, 0%, 0%, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, cover, cover, cover;
}

.color {
  color: #28348b;
}

.blog-title-page {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.logo-head {
  width: 100px;
  height: 68px;
  background-color: #000;
  background-image: url('../images/Logo-Header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.logo-head.second {
  background-color: #f60;
}

.logo-name {
  width: 100%;
  height: 68px;
  color: #fff;
  text-transform: none;
  background-color: #f60;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.logo-name.div {
  justify-content: center;
  padding-left: 0;
  padding-right: 4px;
}

.logo-name.div.second, .logo-name.second {
  background-color: #000;
}

.grid-section-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-right: 0;
  position: relative;
}

.grid-section-block.about {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-div-content {
  height: 280px;
  min-width: auto;
  background-color: #fff;
  background-image: url('../images/Untitled-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
}

.image-div-content.taller {
  height: 600px;
  min-width: auto;
  box-shadow: none;
  background-color: #ff7300;
  background-image: url('../images/DSC03349_web.webp'), url('../images/work-constructors-1.jpg');
  background-position: 50% 18%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.image-div-content-second {
  height: 280px;
  min-width: auto;
  background-color: #fff;
  background-image: url('../images/Untitled-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
}

.image-div-content-second.about {
  background-image: url('../images/DJI_0490_web.webp'), url('../images/Untitled-35.jpg');
  background-position: 50% 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-bottom: 40px;
}

.grid-column-wrapper.top-margin {
  margin-top: 40px;
}

.image-div-content-third {
  height: 280px;
  min-width: auto;
  background-color: #fff;
  background-image: url('../images/Untitled-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
}

.image-div-content-third.less-padding {
  background-image: none;
  margin-bottom: 0;
}

.image-div-content-third.less-padding.bottom {
  box-shadow: none;
  background-image: url('../images/DJI_0491_web.webp'), url('../images/Untitled-1.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.video-button-div {
  z-index: 10;
  width: 200px;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-left: 20px;
  padding: 5px 20px 5px 5px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.video-button-div:hover {
  transform: translate(0, -10px);
}

.lightbox-link {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.video-icon {
  width: 50px;
  height: 50px;
  background-color: #f60;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  transition: background-color .4s;
  display: flex;
}

.video-icon:hover {
  background-color: #202020;
  background-image: none;
}

.video-text {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.ropdown-list.w--open {
  background-color: #000;
}

.categories {
  width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.info-card-wrapper {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f60;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 40px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #f7f7f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 460px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-color: #000;
  flex-direction: column;
  padding: 60px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px;
}

.block-wrapper.last {
  margin-bottom: 0;
}

.block-wrapper.color {
  background-color: #f60;
  margin-top: 0;
  padding: 100px;
}

.block-wrapper.services {
  padding: 100px;
}

.div-info-license {
  flex-direction: column;
  display: flex;
}

.image-info-wrapper {
  display: flex;
}

.hero-section-div, .image-testimonial-div {
  overflow: hidden;
}

.invisible {
  z-index: 2;
  height: 300px;
  margin-bottom: -60px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.logo-div {
  display: flex;
}

.invisible-image-div {
  overflow: hidden;
}

.image-blog-div {
  margin-top: 100px;
  overflow: hidden;
}

.paragraph {
  color: #313131;
}

.div-block {
  background-color: #f7f7f8;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, .2);
}

.card-text {
  padding: 20px;
}

.image {
  margin-bottom: 0;
}

.card-h2 {
  color: #313131;
  font-size: 32px;
}

.card-linkblock {
  border-bottom: 2px solid #28348b;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
}

.card-linkblock:hover {
  transform: scale(1.025);
  box-shadow: 10px 8px 19px -4px rgba(0, 0, 0, .23);
}

.mehr-erfahren {
  color: #28348b;
  font-weight: 700;
}

.mehr-erfahren:hover {
  color: #a6aac7;
}

.zahlen-daten-fakten {
  font-size: 48px;
  line-height: 58px;
}

.referenzen-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 180px;
  padding-right: 180px;
}

.firmenkunden {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.firmenkunden.gray {
  background-color: #f7f7f8;
  margin-top: 2%;
}

.firmenkunden.gray.less-padding-top {
  margin-top: 0%;
}

.firmenkunden.portfolio {
  background-color: #fff;
  margin-bottom: 100px;
  padding-top: 180px;
  padding-bottom: 60px;
}

.firmenkunden.no-padding {
  padding-top: 0;
}

.firmenkunden.no-padding.gray {
  margin-top: 2%;
}

.firmenkunden.blog {
  padding-bottom: 0;
  position: relative;
}

.unser-service {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.unser-service.gray {
  background-color: #f7f7f8;
  background-image: url('../images/Beton-HG3_Hochkant.jpg'), url('../images/Beton-HG3.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  margin-top: 2%;
}

.unser-service.gray.less-padding-top {
  margin-top: 0%;
}

.unser-service.portfolio {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 60px;
}

.unser-service.no-padding {
  padding-top: 0;
}

.unser-service.no-padding.gray {
  margin-top: 2%;
}

.unser-service.blog {
  padding-bottom: 0;
  position: relative;
}

.referenzen {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.referenzen.gray {
  background-color: #f7f7f8;
  margin-top: 2%;
}

.referenzen.gray.less-padding-top {
  margin-top: 0%;
}

.referenzen.portfolio {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 60px;
}

.referenzen.no-padding {
  padding-top: 0;
}

.referenzen.no-padding.gray {
  margin-top: 2%;
}

.referenzen.blog {
  padding-bottom: 0;
  position: relative;
}

.intro-unterseiten {
  z-index: 2;
  color: #28348b;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}

.intro-unterseiten.white {
  color: #fff;
}

.unterseite-intro {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px 80px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.unterseite-intro.gray {
  background-color: #f7f7f8;
  margin-top: 2%;
}

.unterseite-intro.gray.less-padding-top {
  margin-top: 0%;
}

.unterseite-intro.portfolio {
  background-color: #fff;
  margin-bottom: 100px;
  padding-top: 180px;
  padding-bottom: 60px;
}

.unterseite-intro.no-padding {
  padding-top: 0;
}

.unterseite-intro.no-padding.gray {
  margin-top: 2%;
}

.unterseite-intro.blog {
  padding-bottom: 0;
  position: relative;
}

.h2-unterseiten {
  z-index: 2;
  color: #28348b;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}

.h2-unterseiten.white {
  color: #fff;
  margin-bottom: 40px;
}

.nass-oder-trockenbohren {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.nass-oder-trockenbohren.gray {
  background-color: #28348b;
  background-image: url('../images/Beton-HG3_Hochkant.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 2%;
  padding-top: 180px;
  padding-left: 40px;
  padding-right: 40px;
}

.nass-oder-trockenbohren.gray.less-padding-top {
  margin-top: 0%;
}

.nass-oder-trockenbohren.portfolio {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 60px;
}

.nass-oder-trockenbohren.no-padding {
  padding-top: 0;
}

.nass-oder-trockenbohren.no-padding.gray {
  margin-top: 2%;
}

.nass-oder-trockenbohren.blog {
  padding-bottom: 0;
  position: relative;
}

.unterseiten-card {
  background-color: #f7f7f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.fliesstext-us-card {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.us-container {
  margin-top: 40px;
}

.grid-2 {
  grid-template-rows: auto;
}

.ablauf-betonbohren {
  color: #151e66;
  background-color: rgba(0, 0, 0, 0);
  padding: 180px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: relative;
}

.ablauf-betonbohren.gray {
  margin-top: 2%;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.ablauf-betonbohren.gray.less-padding-top {
  margin-top: 0%;
}

.ablauf-betonbohren.portfolio {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 60px;
}

.ablauf-betonbohren.no-padding {
  padding-top: 0;
}

.ablauf-betonbohren.no-padding.gray {
  margin-top: 2%;
}

.ablauf-betonbohren.blog {
  padding-bottom: 0;
  position: relative;
}

.accordion-header {
  min-height: 72px;
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading-9 {
  font-family: Exo, sans-serif;
}

.icon-box {
  width: 60px;
  height: 60px;
  background-color: #452c48;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-box.color-3 {
  background-color: #f8f8f8;
}

.link-2 {
  color: #f4971a;
}

.divider {
  width: 88px;
  height: 2px;
  background-color: #f4971a;
  border-radius: 1.5px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.divider.animated {
  background-color: #28348b;
}

.accordion-heading {
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 16px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.plus-line-h {
  width: 100%;
  height: 2px;
  background-color: #151515;
  position: absolute;
}

.accordion-item-kit {
  text-align: left;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: -1px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.accordion-plus {
  width: 16px;
  height: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  position: absolute;
  right: 0;
}

.heading-14 {
  font-family: Satoshi, sans-serif;
}

.plus-line-v {
  width: 2px;
  height: 100%;
  background-color: #151515;
  position: absolute;
}

.main-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.intro {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.margin-bottom {
  margin-bottom: 80px;
  display: none;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.faq {
  background-color: #f5f5f5;
}

.accordion-item {
  text-align: left;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: -1px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.icon-3 {
  width: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-icon {
  width: 24px;
  margin-right: 12px;
}

.accordion-text {
  color: #666;
  padding-bottom: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bold-text {
  font-family: Satoshi, sans-serif;
  font-size: 22px;
}

.grid-fotos-wie-funktioniert {
  grid-template-rows: auto;
  display: none;
}

.image-2 {
  width: 100%;
}

.section-3 {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.collection-list-wrapper {
  display: none;
}

.list {
  color: #fff;
}

.checklist {
  padding-right: 0;
}

.was-uns-ausmacht {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.checkbox-image {
  justify-content: center;
  padding: 0;
  display: flex;
}

.checklist-h3 {
  text-align: center;
}

.list-item {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-checklist {
  background-image: url('../images/Beton-HG3_Hochkant.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.introtext {
  margin-bottom: 40px;
}

.team-h2 {
  font-size: 26px;
  line-height: 36px;
}

.image-3 {
  max-width: 40%;
}

.image-4 {
  min-width: 100%;
}

@media screen and (min-width: 1920px) {
  .accordion-text {
    font-size: 19px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .hero-containner {
    top: auto;
  }

  .button, .button.side-padding, .button.line {
    width: auto;
  }

  .brand {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand.w--current {
    text-align: left;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
  }

  .brand.footer {
    margin-bottom: 4%;
    margin-left: auto;
  }

  .nav-menu {
    height: auto;
    float: none;
    background-color: #fff;
    border: 1px solid #ddd;
    flex: none;
    align-items: center;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
  }

  .image-service-div {
    height: 340px;
    background-size: cover;
  }

  .about-us-div {
    height: auto;
    grid-row-gap: 40px;
    grid-template-columns: 2.25fr;
  }

  .about-us-div.first {
    height: auto;
  }

  .about-us {
    margin-top: 4%;
  }

  .color-example {
    background-color: #e9f6ff;
  }

  .color-example.sixth {
    background-color: #555c96;
  }

  .color-example.fourth {
    background-color: #4157ff;
  }

  .color-example.third {
    background-color: #2ea4ff;
  }

  .color-example.second {
    background-color: #d8eeff;
  }

  .section.gray {
    margin-top: 4%;
  }

  .rich-text {
    width: 80%;
  }

  .gray-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-paragraph.zentriert._66 {
    width: 100%;
  }

  .big-headline {
    text-align: left;
  }

  .grid-scales {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tabs-menu {
    width: 60%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link, .tab-link.w--current {
    margin-bottom: 10px;
    display: block;
  }

  .icon-div.font {
    margin-bottom: 20px;
  }

  .achivement-container {
    margin-top: 60px;
  }

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

  .achivement-block.lines {
    border: 1px solid #e9f6ff;
    border-left: 1px #000;
    border-right: 1px #000;
    padding: 20px 0;
  }

  .title-section-wrapper.page-header.blog {
    width: 100%;
  }

  .about-me-grid {
    height: auto;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding: 6%;
  }

  .dropdown {
    margin-left: 0;
    padding-left: 0;
  }

  .dropdown:hover {
    background-color: rgba(255, 255, 255, .09);
  }

  .body {
    padding-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .navbar-white {
    flex-direction: row;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .drop-list-div.landing {
    width: auto;
    border-style: none;
    border-top-left-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  }

  .dropdown-link {
    padding-right: 20px;
  }

  .nav-link-line {
    color: #151f47;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-line.down {
    width: 100%;
    background-color: #fff;
    border-style: none;
    border-width: 1px;
    margin-left: 0;
    padding-left: 20px;
  }

  .nav-link-line.down:hover {
    border-style: none;
  }

  .nav-link-line.gray {
    border-style: none;
    margin-left: 0;
  }

  .container-nav {
    justify-content: space-between;
    padding-right: 0;
  }

  .menu-button {
    width: 68px;
    height: 68px;
    color: #fff;
    background-color: #f7f7f8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .image-testimonials {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .left-hero-content {
    max-width: none;
    padding-right: 0;
  }

  .left-hero-content.left {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 60px;
  }

  .hero-flex {
    height: auto;
    margin-top: 0;
  }

  .testimonial {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .work-post-link {
    margin-bottom: 120px;
    padding-right: 0;
  }

  .work-post-link.blog {
    margin-bottom: 120px;
  }

  .info-wrapper {
    z-index: 2;
  }

  .info-wrapper.team {
    z-index: 10;
  }

  .service-div {
    margin-bottom: 40px;
  }

  .footer-social-icon.dark {
    margin-right: 0;
  }

  .footer-social-icon._2.dark {
    margin-left: 2px;
    margin-right: 2px;
  }

  .footer-link-bottom.white {
    margin-right: 0;
  }

  .section-footer.black {
    align-items: center;
    margin-top: 4%;
    display: flex;
  }

  .footer-social {
    margin-top: 4%;
    margin-right: auto;
  }

  .copyright {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .copyright.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-notes {
    padding-bottom: 30px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .bottom-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .call {
    margin-top: 60px;
  }

  .section-cta {
    height: auto;
    margin-top: 4%;
    padding: 6% 6% 0;
  }

  .grid-cta {
    width: 100%;
    flex-direction: column-reverse;
    grid-template-columns: 1.5fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .input {
    margin-bottom: 10px;
  }

  .form-subscribe {
    flex-direction: row;
    padding-left: 5px;
  }

  .orange-stripe {
    min-height: 25%;
    padding-bottom: 0;
  }

  .team-new-image {
    width: auto;
    height: 440px;
  }

  .team-new-image.third {
    z-index: 2;
  }

  .team-wrapper {
    width: 100%;
    flex-direction: column;
    margin-bottom: 4%;
    display: flex;
  }

  .team-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .licence-links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .licence-item-wrapper {
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
  }

  .licens-image.icons {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .column-navigation {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .page-title.right {
    max-width: none;
    margin-bottom: 60px;
  }

  .promo-block {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .field-label-alternative {
    font-size: 12px;
    line-height: 22px;
  }

  .grid-contact-detail {
    width: 100.123%;
  }

  .line-wrapper.top {
    width: auto;
  }

  .line-wrapper.top.blog {
    width: 100%;
  }

  .collection-list-projects, .collection-list-services {
    grid-template-columns: 1fr;
  }

  .collection-list-blog {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-section {
    height: 700px;
    align-items: center;
    display: flex;
  }

  .icon {
    color: #28348b;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-section-block.about {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .image-div-content-third.less-padding.bottom {
    background-image: url('../images/Untitled-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .video-button-div {
    bottom: -20px;
  }

  .ropdown-list.w--open {
    width: 100%;
    position: relative;
  }

  .image-info-wrapper {
    flex-direction: column;
  }

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

  .referenzen-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .firmenkunden.gray, .unser-service.gray, .referenzen.gray, .unterseite-intro.gray, .nass-oder-trockenbohren.gray {
    margin-top: 4%;
  }

  .grid-2 {
    grid-template-columns: 2fr;
    grid-auto-flow: row;
  }

  .ablauf-betonbohren.gray {
    margin-top: 4%;
  }

  .icon-box {
    width: 56px;
    height: 56px;
  }

  .divider.animated {
    margin-left: auto;
    margin-right: auto;
  }

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

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 100px;
    padding-right: 100px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .was-uns-ausmacht {
    grid-template-columns: 1fr;
  }

  .checkbox-image {
    padding-left: 220px;
    padding-right: 220px;
  }

  .div-checklist {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-containner {
    top: 0%;
  }

  .service-title, .white-paragraph {
    text-align: left;
  }

  .about-us-div.first {
    height: auto;
  }

  .rich-text {
    width: 100%;
  }

  .big-paragraph.zentriert {
    text-align: left;
  }

  .big-paragraph.zentriert._66 {
    width: 100%;
  }

  .big-headline {
    font-size: 50px;
    line-height: 60px;
  }

  .big-headline.page-header {
    font-size: 48px;
    line-height: 58px;
  }

  .grid-scales {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .tab-pane {
    padding-left: 0;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link {
    float: none;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .tab-link.w--current {
    margin-right: 0;
    display: block;
  }

  .achivements-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .achivement-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .achivement-block.lines {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e9f6ff;
    border-bottom-width: 1px;
    border-bottom-color: #e9f6ff;
    padding: 20px 0;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-white {
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
  }

  .drop-list-div.landing {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .left-hero-content.left {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
  }

  .hero-flex {
    margin-top: 0;
  }

  .testimonial {
    width: auto;
  }

  .info-wrapper {
    margin-right: -20px;
  }

  .info-wrapper.project {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .square.page-header {
    width: 120px;
    top: 130px;
  }

  .section-footer.black {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .footer-social {
    width: auto;
  }

  .copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-notes {
    justify-content: center;
    display: flex;
  }

  .call {
    margin-top: 60px;
  }

  .middle-wrapper {
    margin-bottom: 20px;
  }

  .form-block {
    width: auto;
  }

  .input {
    margin-bottom: 10px;
  }

  .team-new-image {
    height: 320px;
  }

  .team-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .licence-item-wrapper.changelog {
    width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-navigation {
    text-align: center;
    justify-content: center;
  }

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

  .text-field {
    min-width: auto;
  }

  .promo-block {
    grid-template-columns: 1fr;
  }

  .top-square {
    height: 50px;
  }

  .service-image {
    height: 600px;
  }

  .blog-title-page {
    width: 100%;
  }

  .grid-section-block {
    grid-template-columns: 1fr;
  }

  .grid-section-block.about {
    width: 100%;
  }

  .grid-column-wrapper.top-margin {
    margin-top: 0;
  }

  .categories {
    width: auto;
  }

  .grid-categories {
    width: 100%;
  }

  .block-wrapper.color, .block-wrapper.services {
    padding: 60px;
  }

  .accordion-header {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .icon-box {
    width: 52px;
    height: 52px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion-plus {
    width: 14px;
    height: 14px;
  }

  .main-grid {
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .icon-3 {
    width: 20px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .checkbox-image {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (max-width: 479px) {
  img {
    margin-top: 0;
  }

  .hero-containner {
    max-width: 100%;
    top: 25%;
  }

  .button.side-padding {
    margin-bottom: 10px;
  }

  .button.line.categories {
    margin-bottom: 0;
  }

  .button.white {
    font-size: 20px;
  }

  .nav-menu {
    float: none;
    text-align: center;
    display: block;
  }

  .image-service-div {
    height: 240px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-us-div.first {
    height: auto;
    padding: 40px;
  }

  .rich-text {
    width: 100%;
  }

  .gray-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-paragraph.white {
    font-size: 20px;
    line-height: 30px;
  }

  .big-paragraph.zentriert._66 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-headline {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .big-headline.page-header {
    text-align: center;
    justify-content: center;
    font-size: 38px;
    line-height: 48px;
  }

  .grid-scales {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .white {
    font-size: 30px;
    line-height: 40px;
  }

  .tabs-menu {
    width: 100%;
    align-items: center;
  }

  .tab-link {
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link.w--current {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-section {
    font-size: 30px;
    line-height: 40px;
  }

  .achivement-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .achivement-container.project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-section-wrapper {
    margin-bottom: 60px;
  }

  .about-me-grid {
    padding: 40px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-2 {
    margin-right: 20px;
  }

  .dropdown {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-white {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #f7f7f8;
  }

  .heading.white {
    font-size: 40px;
    line-height: 50px;
  }

  .testimonials-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-testimonials {
    margin-left: 10px;
  }

  .left-hero-content {
    max-width: none;
  }

  .left-hero-content.left {
    width: auto;
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
  }

  .hero-flex {
    justify-content: center;
    margin-top: 0;
  }

  .rate-div-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .avatar-testimonial.first {
    flex: 0 auto;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .avatar {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial {
    width: 100%;
    height: auto;
    padding: 20px;
    bottom: 0;
  }

  .rate-block.padding {
    margin-top: 10px;
    margin-left: 0;
  }

  .work-post-link {
    flex-direction: column;
    padding-right: 0;
  }

  .work-post-link.blog {
    margin-bottom: 0;
  }

  .work-post {
    width: 100%;
    min-height: 400px;
  }

  .work-post.big {
    min-height: 600px;
  }

  .info-wrapper {
    width: 100%;
    margin-right: auto;
    padding: 20px;
  }

  .info-wrapper.team {
    height: auto;
    margin-top: -26px;
  }

  .info-wrapper.project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .square.page-header {
    width: 100px;
    top: 130px;
  }

  .section-hero.hero-page-section-betons-gen {
    background-image: linear-gradient(to bottom, null, null), url('../images/Titelbild-Startseite-V1.webp');
    background-position: 0 0, 50% 100%;
  }

  .footer-social-icon {
    border-top: 1px solid #d7d5ff;
    border-bottom: 1px solid #d7d5ff;
  }

  .footer-social-icon.dark {
    border-top: 0 rgba(240, 242, 250, .33);
    border-bottom-color: rgba(240, 242, 250, .33);
    border-radius: 0%;
  }

  .footer-social-icon._2.dark {
    border-bottom-color: rgba(240, 242, 250, .33);
  }

  .footer-link-bottom, .footer-link-bottom.white, .footer-link-bottom.white {
    margin-left: 6px;
    margin-right: 6px;
  }

  .section-footer {
    padding-bottom: 200px;
  }

  .section-footer.black {
    height: auto;
    padding-bottom: 0;
  }

  .footer-social {
    margin-top: 0;
  }

  .copyright {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .copyright-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .call {
    height: auto;
    margin-top: 0;
  }

  .input {
    text-align: center;
    border: 1px solid #dbe6b4;
    border-radius: 10px;
    flex: 1;
    margin-bottom: 10px;
    padding: 15px 0;
  }

  .button-form {
    margin-bottom: 10px;
  }

  .button-form.full-subscribe {
    width: 100%;
    margin-bottom: 0;
  }

  .form-subscribe {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .team-new-image {
    height: 200px;
    background-position: 50%;
    background-size: cover;
  }

  .team-new-image.second, .team-new-image.third {
    background-size: auto 350px;
  }

  .team-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .licence-links-wrapper {
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .licence-item-wrapper {
    width: 100%;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .licence-item-wrapper.changelog {
    width: 100%;
  }

  .licens-image {
    width: 100px;
    flex: 0 auto;
  }

  .column-navigation {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-bottom-div {
    text-align: left;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-contact {
    width: 100%;
  }

  .text-field {
    min-width: 100%;
  }

  .grid-contact-detail {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .date-wrapper {
    align-items: flex-start;
  }

  .service-image {
    height: 400px;
  }

  .page-heading.center {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-section {
    height: auto;
  }

  .blog-title-page {
    font-size: 38px;
    line-height: 48px;
  }

  .icon {
    color: #28348b;
  }

  .logo-head {
    width: 68px;
  }

  .logo-name.div {
    display: none;
  }

  .grid-section-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-div-content.taller {
    height: 400px;
  }

  .grid-column-wrapper.top-margin {
    width: 100%;
    margin-top: 0;
  }

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

  .info-card-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-wrapper.color, .block-wrapper.services {
    padding: 40px 20px;
  }

  .hero-headline {
    font-size: 28px;
    line-height: 36px;
  }

  .project-name, .heading-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .invisible {
    height: 240px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-h2 {
    font-size: 30px;
  }

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

  .intro-unterseiten {
    font-size: 30px;
    line-height: 40px;
  }

  .unterseite-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-unterseiten {
    font-size: 30px;
    line-height: 40px;
  }

  .nass-oder-trockenbohren.gray {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unterseiten-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .divider.animated {
    margin-left: auto;
    margin-right: auto;
  }

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

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .checkbox-image {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-checklist {
    padding: 20px;
  }
}

#w-node-_04724f70-c871-1545-f750-fd0d1ef6d9dd-0339d717, #w-node-_5d4deca3-bbd4-96b1-633d-9b752dc1dc0c-0339d717, #w-node-_208cab76-2578-dd7e-1110-701973bc11ba-0339d717, #w-node-_81844daf-d878-d5b2-ff07-71742fe4fbc8-0339d717, #w-node-_34b849f2-d3cd-d98a-260d-deb15ae07298-0339d717, #w-node-ec0bc202-27e2-2166-cc98-c32a514488d9-0339d717, #w-node-d63482f2-7b4b-e94d-b549-f0edbf8ff707-0339d717, #w-node-df9059b8-3560-b7ec-3bcd-221845a8189f-0339d717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b642abe7-024a-2d57-6a6c-28ef462a6f9f-0339d71a {
  align-self: center;
}

#w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bc3-0339d71d, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9111-0339d71e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913b-0339d71e, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913f-0339d71e, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9143-0339d71e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a4e8-0339d720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a512-0339d720, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a516-0339d720, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a51a-0339d720 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c83ceee2-c909-a5ce-8990-22650e0e0375-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e037b-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e0381-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e0387-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e038d-0339d728 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c679-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c67a-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c67c-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c685-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c686-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c688-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c693-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c694-e6250f50, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c696-e6250f50, #w-node-_94108558-781c-5498-b18f-d69f0765ee22-e6250f50, #w-node-d8aabe52-4705-feef-5780-cfef3b97686d-e6250f50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-e6250f50 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_160a3fe9-d504-1bb5-c2bd-9418f26288c1-535de148, #w-node-_5819257a-efc1-b9cf-d120-2fecaad3e974-535de148, #w-node-_5931d13e-8ecb-cc13-6e9f-16fa1ca0f736-535de148, #w-node-ce038b3f-f81e-fe8b-3645-acd6e8e7cd18-535de148, #w-node-ce038b3f-f81e-fe8b-3645-acd6e8e7cd19-535de148, #w-node-ce038b3f-f81e-fe8b-3645-acd6e8e7cd1b-535de148, #w-node-_73666bdf-c94c-3988-dd72-035757b2fab6-535de148, #w-node-_73666bdf-c94c-3988-dd72-035757b2fab7-535de148, #w-node-_73666bdf-c94c-3988-dd72-035757b2fab9-535de148, #w-node-_94108558-781c-5498-b18f-d69f0765ee22-535de148, #w-node-d8aabe52-4705-feef-5780-cfef3b97686d-535de148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-535de148 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c679-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c67a-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c67c-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c685-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c686-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c688-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c693-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c694-97b7962a, #w-node-_2468ebfe-8cab-80b4-2ffa-f7f52ab8c696-97b7962a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-97b7962a {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (max-width: 991px) {
  #w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bc3-0339d71d, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9111-0339d71e, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a4e8-0339d720 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c83ceee2-c909-a5ce-8990-22650e0e0375-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e037b-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e0381-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e0387-0339d728, #w-node-c83ceee2-c909-a5ce-8990-22650e0e038d-0339d728 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-e6250f50, #w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-535de148, #w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-97b7962a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913b-0339d71e, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e913f-0339d71e, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9143-0339d71e, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a512-0339d720, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a516-0339d720, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a51a-0339d720 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e286501e-4218-ec91-1604-95d80bdb87e2-0bdb87ba {
    justify-self: auto;
  }

  #w-node-_63098d59-8b39-ee6e-5119-e31b3e7e3bc3-0339d71d, #w-node-_6c777244-6dbb-a9b2-fb8b-fb5fc98e9111-0339d71e, #w-node-c0c5f8c6-3797-1c63-cecb-7cb7cf97a4e8-0339d720 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-e6250f50, #w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-535de148, #w-node-_6802e4ae-a90c-b538-4130-dfa7a07c1b99-97b7962a {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}