:root {
  --white: white;
  --black: black;
  --logo_blue: #0984d6;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.homepage {
  aspect-ratio: auto;
  object-fit: fill;
  margin: 0 auto 50px;
  line-height: 0;
  text-decoration: none;
  position: static;
  inset: auto 0% 0%;
}

.section {
  mix-blend-mode: normal;
  border-bottom: 1px solid #eee;
  border-radius: 1px;
  max-width: 900px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 28px;
}

.section.cc-cta {
  text-align: center;
  background-color: #f4f4f4;
  border: 1px #000;
  width: auto;
  height: auto;
  margin-top: 60px;
  padding: 60px 80px 40px;
}

.section.cc-store-home-wrap {
  text-align: left;
  border: 1px solid #eee;
  border-style: solid none;
  max-width: 60%;
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 0;
  clear: both;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: sticky;
}

.container.containerprojektsparte {
  -webkit-text-stroke-color: #1a1b1f;
  border: 1px #000;
  border-radius: 6px;
  max-width: 1000px;
  margin-top: 50px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.text_dienstleistungen_header {
  z-index: 11;
  background-color: #fff;
  position: sticky;
  top: 285px;
  bottom: auto;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-top: 0;
  margin-left: 45px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s, background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
  transform: scale(1.1);
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  text-align: left;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-jumbo-button:hover {
  transform: scale(1.5);
}

.primary-button.cc-contact-us {
  z-index: 5;
  opacity: 1;
  mix-blend-mode: normal;
  border: 3px solid #0784d6;
  transition: all .8s, opacity .2s, background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  transform: scale(1.1);
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.ber {
  margin-left: auto;
  margin-right: 0;
}

.primary-button.dienstleistungen, .primary-button.projects {
  margin-left: 0;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  margin-bottom: 10px;
  margin-left: 0;
}

.label.cc-light.home {
  margin-left: 0;
  font-size: 12px;
}

.label.cc-light.home.nodesktop {
  display: none;
}

.paragraph-light {
  opacity: .6;
  margin-top: -11px;
  margin-bottom: -5px;
  margin-left: 5px;
  font-size: 14px;
  text-decoration: none;
}

.paragraph-light.paraglightdienstleistungen {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: 1.4em;
}

.paragraph-light.paraglightdienstleistungen.einzeln {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.paragraph-light.paraglightdienstleistungen.einzeln.top {
  column-count: auto;
  column-rule-style: solid;
  column-rule-width: 0px;
  margin-top: 0;
  margin-left: 10px;
}

.paragraph-light.paraglightprojects.point {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-light.text_span {
  vertical-align: text-bottom;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  display: inline;
}

.paragraph-light.paragraphlight_kontakt {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.paragraph-light.paraglightdienstleistungen_question {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-size: 14px;
  line-height: 20px;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  font-size: 40px;
  line-height: 60px;
  display: block;
  position: static;
  top: 200px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
  color: #000;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  color: #000;
  margin-top: 0;
}

.menu {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 50px 18px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation:hover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: static;
  overflow: visible;
}

.linkblock {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.linkblock:hover {
  opacity: 1;
}

.linkblock:active {
  opacity: .8;
}

.diesoftwarekstattlogotiny {
  margin-top: 0;
  margin-right: 4px;
  transition: transform .7s;
}

.diesoftwarekstattlogotiny:hover {
  transform: skew(180deg, 180deg);
}

.intro-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: justify;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #e10d0d;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 420px;
  margin-top: 91px;
  margin-bottom: 40px;
  padding: 5px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.our-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 120px;
  display: grid;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.section-heading-wrap.test {
  z-index: 13;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
  position: static;
  inset: 16% 0% auto;
}

.service-icon {
  z-index: 30;
  float: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-bottom: 30px;
  text-decoration: none;
  position: static;
  inset: 150px 0 220px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-left: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
  padding-right: 0;
}

.section-heading {
  text-align: left;
  margin: auto auto 20px 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.section-heading.section-heading-class-2 {
  margin-left: 0;
  padding-right: 0;
}

.section-heading.home {
  margin-left: 0;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 2.25fr;
  grid-template-areas: ". .";
  margin-top: 0;
}

.text-block-2 {
  float: right;
  text-align: center;
  width: 300px;
}

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

.div-block {
  width: 100%;
  padding-right: 0;
}

.image-4 {
  width: 60%;
  height: auto;
  margin: 0 auto auto;
  display: block;
}

.paragraph-underbigger {
  mix-blend-mode: normal;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 6px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.paragraphbiggerexplain {
  direction: ltr;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-overflow: clip;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: auto;
  margin-left: 2px;
  font-size: 12px;
  line-height: 1.4em;
}

.heading-2 {
  z-index: 12;
  float: none;
  background-color: #fff;
  margin-bottom: -58px;
  position: static;
  inset: 100px 0;
  overflow: visible;
}

.header_projektsparte {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #1a1b1f;
  font-size: 25px;
  font-weight: 600;
}

.div-block-project {
  width: auto;
}

.projectexplaining {
  margin-bottom: 10px;
  margin-left: 3px;
  font-size: 12px;
  line-height: 22px;
}

.projectexplaining.under {
  margin-top: 18px;
}

.quick-stack-1 {
  grid-column-gap: 29px;
  border: 1px #000;
  padding: 0;
}

.cell {
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
}

.cell-2 {
  border: 1px #000;
  line-height: 20px;
}

.paragrap_projects_underheader {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 600;
}

.paragrap_projects_underheader.top, .paragrap_projects_underheader.under {
  text-align: left;
  margin-top: 5px;
  text-decoration: underline;
}

.paragraph_projects_point {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 9px;
  font-size: 13px;
  font-weight: 500;
}

.paragraph_projects_point.top {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}

.paragraph_projects_point.under {
  text-align: left;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

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

.div-block-2 {
  margin-bottom: 10px;
}

.image-9 {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  margin-top: 0;
}

.div-block-4, .div-block-5 {
  margin-bottom: 10px;
}

.impressum_paragraph {
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 20px;
}

.impressum_paragraph_header {
  margin-top: 17px;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 20px;
}

.impressum_paragraph_header.paragraph {
  font-weight: 500;
}

.impressum_row {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.link {
  margin-left: 4px;
}

.textblock {
  font-size: 14px;
}

.textblock.top {
  line-height: 22px;
}

.textblock.middle {
  margin-top: 15px;
  line-height: 22px;
}

.textblock.bottom {
  margin-top: 8px;
  line-height: 22px;
}

.image-10 {
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.body-ber {
  margin-top: 0;
}

.body-kontakt {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.body-projekte, .body-dienstleistungen, .body-impressum {
  margin-top: 0;
}

.body-home {
  border: 1px #eee;
  max-width: none;
  margin-top: 0;
}

.container-4 {
  max-width: 1000px;
  padding: 20px;
}

.container-4.gradientbox {
  background-image: linear-gradient(#fff, #f5f5f5);
  margin-top: auto;
}

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

.linkblockprojects {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #9dc8ec;
  border-radius: 1px;
  padding: 5px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  box-shadow: 0 2px 5px #0003;
}

.linkblockprojects:hover {
  opacity: 1;
  border-color: #0081d5;
  transform: scale(1.01);
  box-shadow: 0 2px 8px 5px #0003;
}

.text-block_projects_projectbuttonheader {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.text_projects_linkblock_pictureexplain {
  text-align: left;
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
}

.text_projects_linkblock_explain {
  overflow-wrap: normal;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.image-14 {
  text-align: left;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.text_button_div {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.div-block-_button {
  background-color: #000;
  height: auto;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 35px;
  transition: transform .2s;
}

.div-block-_button:hover {
  border: 1px solid #0784d6;
  border-radius: 1px;
  transform: scale(1.1);
}

.text_logo {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px auto 0 0;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.text_logo.mobile {
  margin-top: auto;
  display: none;
}

.container_dienstleistungen_header {
  z-index: 10;
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 40px;
  text-decoration: none;
  position: sticky;
  top: 120px;
  bottom: auto;
}

.heading-5 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #2290d8;
  border-radius: 1px;
  margin-top: auto;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
}

.container-6 {
  background-color: #218cd70d;
  padding: 10px;
  box-shadow: inset 0 0 5px #0003;
}

.text-block-7 {
  margin-bottom: 3px;
  font-size: 20px;
}

.slider_mobile_project_1 {
  display: none;
}

.slider_slide-1_project_1 {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.imgwrapper {
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.image_slider_screenshot {
  width: auto;
  height: 100%;
}

.slider_slide-3_project_1 {
  vertical-align: middle;
}

.slider_desktop_project_1 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 350px;
  min-height: 0;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.left-arrow {
  background-color: #0000;
}

.icon {
  color: #0383d6;
  background-color: #0000;
}

.icon-2 {
  color: #0383d6;
}

.slide-nav {
  font-weight: 400;
}

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

.image_slider_platzhalter {
  width: auto;
  height: 80%;
}

.slider_desktop_project_2, .slider_desktop_project_3 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 350px;
  min-height: 0;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slider_slide-1_project_2 {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.slider_slide-2_project_2, .slider_slide-3_project_2 {
  vertical-align: middle;
}

.slider_slide-1_project_3 {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.slider_slide-2_project_3, .slider_slide-3_project_3, .slider_slide-4_project_3, .slider_slide-5_project_3, .slider_slide-6_project_3, .slider_slide-2_project_1, .slider_slide-4_project_1 {
  vertical-align: middle;
}

.slider_mobile_project_2, .slider_mobile_project_3 {
  display: none;
}

.slider_slide-7_project_3 {
  vertical-align: middle;
}

.text_home_begr-ung {
  flex: none;
  justify-content: center;
  align-items: center;
  margin: -45px auto 69px;
  display: flex;
}

.text_logo_mobile {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px auto 0 0;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: none;
}

.text_logo_mobile.mobile {
  margin-top: auto;
  display: none;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1.5fr 1fr;
}

.image-22 {
  margin: auto;
}

.image-23 {
  width: 70%;
  height: auto;
  margin: auto;
}

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

@media screen and (max-width: 991px) {
  .section {
    margin-top: 116px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    height: auto;
  }

  .paragraph-bigger.text_dienstleistungen_header {
    top: 24%;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .label.cc-light.home {
    font-size: 16px;
    display: block;
  }

  .label.cc-light.home.nodesktop {
    display: block;
  }

  .paragraph-light, .paragraph-light.paraglightprojects.point.top, .paragraph-light.paraglightprojects.point.under {
    text-align: left;
  }

  .paragraph-light.paragraphlight_kontakt {
    text-align: center;
  }

  .heading-jumbo {
    text-align: center;
    width: 90%;
    font-size: 40px;
    line-height: 50px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 10px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .intro-header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .our-services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .section-heading-wrap.test {
    top: 10%;
  }

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

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .home-content-wrap {
    max-width: 100%;
    margin-top: 80px;
  }

  .home-section-wrap {
    overflow: hidden;
  }

  .section-heading.section-heading-class-2 {
    margin-left: 8px;
    line-height: 28px;
  }

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 0;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 50px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    margin-bottom: 0;
  }

  .text-block-2 {
    width: 40%;
  }

  .heading {
    text-align: center;
    margin-top: 35px;
    font-weight: 300;
    line-height: 25px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-4 {
    text-align: left;
    width: 80%;
    height: auto;
    margin: 0 auto auto;
    text-decoration: underline;
  }

  .header_projektsparte {
    margin-top: 6px;
  }

  .div-block-8 {
    margin-bottom: 50px;
  }

  .container-4.gradientbox, .grid {
    margin-top: auto;
  }

  .container_dienstleistungen_header {
    top: 14.5%;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .icon {
    margin-left: -7px;
  }

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

  .image_slider_platzhalter {
    height: 80%;
  }

  .text_logo_mobile {
    display: none;
  }

  .image-23 {
    width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 105px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.text_dienstleistungen_header {
    top: 22.2%;
  }

  .primary-button.cc-jumbo-button {
    margin-top: 10px;
  }

  .heading-jumbo {
    text-align: center;
    width: 80%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
    display: block;
    position: static;
    top: 200px;
  }

  .heading-jumbo-small {
    margin-bottom: -2px;
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px 10px;
  }

  .logo-image {
    width: 155px;
  }

  .intro-header {
    max-width: 900px;
    height: auto;
    min-height: 420px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-heading-wrap {
    margin-bottom: 50px;
  }

  .section-heading-wrap.test {
    margin-bottom: 90px;
    position: static;
    top: 8%;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    text-align: center;
    width: 90%;
    margin-top: 35px;
    font-weight: 300;
  }

  .paragraphbiggerexplain {
    margin-top: auto;
  }

  .projectexplaining.top {
    text-align: left;
  }

  .cell {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-9 {
    display: none;
  }

  .textblock.middle {
    margin-left: auto;
    margin-right: auto;
  }

  .image-10 {
    display: none;
  }

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

  .linkblockprojects {
    margin-top: 0;
  }

  .text_logo {
    font-size: 10px;
    display: none;
  }

  .text_logo.mobile {
    display: block;
  }

  .container_dienstleistungen_header {
    margin-top: auto;
    top: 9%;
  }

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

  .div-block_dienstleistungen {
    box-shadow: 0 0 20px #0003;
  }

  .text-block-7 {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
  }

  .slider_mobile_project_1 {
    background-color: #0000;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .slider_slide-1_project_1 {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: 341px;
    max-height: 100%;
    overflow: visible;
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .slider_mask_project_1 {
    max-width: none;
    height: 351px;
    min-height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .imgwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: auto;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .slider_desktop_project_1 {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .icon-3, .icon-4 {
    color: #0383d6;
  }

  .image-19 {
    display: none;
  }

  .slider_desktop_project_2, .slider_desktop_project_3 {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .slider_mask_project_2 {
    max-width: none;
    max-height: 341.5px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_slide-1_project_2 {
    vertical-align: middle;
  }

  .slider_mask_project_3 {
    max-width: 100%;
    min-height: 351px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_slide-1_project_3 {
    vertical-align: middle;
  }

  .slider_mobile_mask_project_1 {
    max-width: none;
    height: 351px;
    min-height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .slider_mobile_project_2, .slider_mobile_project_3 {
    background-color: #0000;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .slider_mobile_mask_project_2, .slider_mobile_mask_project_3 {
    max-width: none;
    height: 351px;
    min-height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

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

  .text_logo_mobile {
    font-size: 9px;
    display: block;
  }

  .text_logo_mobile.mobile {
    display: block;
  }

  .image-20 {
    order: 0;
  }

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

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

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

  .image-22 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-23 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .div-block-13 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }
}

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

  .divider {
    position: static;
  }

  .section {
    max-width: 100%;
    margin-top: 108px;
  }

  .section.cc-cta {
    max-width: 100%;
  }

  .section.cc-store-home-wrap {
    max-width: 100%;
    margin-top: -10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    width: auto;
    height: 100%;
    position: static;
  }

  .container.containerprojektsparte {
    margin-top: -10px;
  }

  .container.projectsmobile {
    margin-bottom: 10px;
  }

  .paragraph-tiny {
    text-align: center;
  }

  .paragraph-bigger.text_dienstleistungen_header {
    z-index: 11;
    margin-top: -30px;
    position: static;
    top: 19.5%;
  }

  .primary-button.cc-jumbo-button {
    margin-top: 0;
  }

  .primary-button.button_contact__sendform {
    margin-left: auto;
    margin-right: auto;
  }

  .label.cc-light {
    margin-left: 0;
  }

  .label.cc-light.home {
    font-size: 16px;
    display: block;
  }

  .label.cc-light.home.nodesktop {
    width: 100%;
    height: 3%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .paragraph-light {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-light.paragraph-light-class-2 {
    margin-top: -14px;
    margin-bottom: 28px;
  }

  .paragraph-light.paraglightdienstleistungen {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light.paraglightdienstleistungen.einzeln, .paragraph-light.paraglightdienstleistungen.einzeln.top {
    margin-left: auto;
  }

  .paragraph-light.paraglightprojects.point.top {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .paragraph-light.paraglightprojects.point.under {
    text-align: left;
    justify-content: flex-start;
    text-decoration: none;
    display: block;
  }

  .paragraph-light.paragraphlight_kontakt {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light.text_contact_explain {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light.paraglightdienstleistungen_question {
    font-size: 12px;
  }

  .heading-jumbo {
    text-align: center;
    width: 90%;
    margin-top: -8px;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    font-size: 30px;
    line-height: 33px;
    position: static;
  }

  .heading-jumbo-small {
    margin-bottom: -4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    margin-bottom: 0;
  }

  .navigation {
    height: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 155px;
  }

  .intro-header {
    width: 90%;
    max-width: 100%;
    height: auto;
    min-height: 420px;
    margin-top: 151px;
  }

  .motto-wrap {
    margin-bottom: 39px;
  }

  .our-services-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    width: 85%;
  }

  .section-heading-wrap.test {
    position: static;
    top: 63px;
  }

  .section-heading-wrap.projectsmobile {
    margin-bottom: 0;
  }

  .contact-form-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .contact-form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
    width: 100%;
  }

  .contact-heading {
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: flex;
  }

  .contact-email-link {
    margin-left: auto;
    margin-right: auto;
  }

  .home-content-wrap {
    width: 90%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .home-section-wrap {
    overflow: hidden;
  }

  .section-heading {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .section-heading.section-heading-class-2 {
    text-align: left;
    width: 100%;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .section-heading.home {
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .about-grid {
    grid-row-gap: 0px;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: minmax(auto, .25fr) auto;
    grid-template-columns: minmax(178px, 2.5fr);
    margin-bottom: 50px;
    display: block;
  }

  .text-block-2 {
    width: 90%;
    margin-left: 0;
    padding-left: 60px;
    font-size: 10px;
  }

  .heading {
    text-align: center;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
  }

  .image-4 {
    width: 20%;
    margin-bottom: 0;
    display: none;
  }

  .paragraph-underbigger {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraphbiggerexplain {
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    margin-bottom: -40px;
    font-size: 30px;
    overflow: visible;
  }

  .div-block-2 {
    text-align: left;
    display: block;
  }

  .image-9 {
    display: none;
  }

  .impressum_paragraph, .impressum_paragraph_header {
    text-align: left;
  }

  .impressum_paragraph_header.paragraph {
    text-align: center;
    font-weight: 500;
    text-decoration: none;
  }

  .image-10 {
    display: none;
  }

  .body-home {
    background-color: #fff;
    overflow: visible;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .container-4.gradientbox {
    margin-top: auto;
    margin-bottom: auto;
  }

  .grid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 4fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .text_logo {
    font-size: 11px;
    line-height: 15px;
    display: none;
  }

  .text_logo.mobile {
    font-size: 8px;
  }

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

  .container_dienstleistungen_header {
    float: none;
    clear: none;
    top: 9%;
    bottom: auto;
  }

  .heading-5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .container-6 {
    margin-top: -87px;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .heading-6 {
    margin-bottom: 0;
  }

  .div-block_dienstleistungen {
    mix-blend-mode: normal;
    box-shadow: 1px -1px 20px #0003;
  }

  .text-block-7 {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .bold-text-2, .bold-text-3 {
    display: inline;
  }

  .bold-text-4 {
    display: block;
  }

  .right-arrow {
    position: absolute;
  }

  .slider_mobile_project_1 {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .slider_slide-1_project_1 {
    height: 300px;
  }

  .image-17 {
    width: 80%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .imgwrapper {
    width: 100%;
    height: 100%;
  }

  .image_slider_screenshot {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
  }

  .slider_slide-3_project_1 {
    vertical-align: middle;
    height: 350px;
  }

  .slider_desktop_project_1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    overflow: visible;
  }

  .icon-3 {
    margin-left: 47px;
  }

  .icon-4 {
    margin-left: -6px;
  }

  .image_slider_platzhalter {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
  }

  .slider_desktop_project_2, .slider_desktop_project_3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    overflow: visible;
  }

  .slider_slide-1_project_2 {
    max-width: none;
    height: 350px;
    max-height: none;
  }

  .slider_slide-2_project_2, .slider_slide-3_project_2 {
    vertical-align: middle;
    height: 350px;
  }

  .slider_slide-1_project_3 {
    height: 300px;
  }

  .slider_slide-2_project_3, .slider_slide-3_project_3, .slider_slide-4_project_3, .slider_slide-5_project_3, .slider_slide-6_project_3, .slider_slide-2_project_1, .slider_slide-4_project_1 {
    vertical-align: middle;
    height: 350px;
  }

  .slider_mobile_project_2, .slider_mobile_project_3 {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .slider_slide-7_project_3 {
    vertical-align: middle;
    height: 350px;
  }

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

  .text_logo_mobile {
    font-size: 9px;
    line-height: 15px;
    display: block;
  }

  .text_logo_mobile.mobile {
    font-size: 8px;
  }

  .container-7 {
    width: 90%;
  }

  .image-24 {
    display: none;
  }

  .container-8 {
    margin-top: -20px;
  }

  .div-block-13 {
    align-items: flex-start;
  }
}

#w-node-e2f19b30-0afb-ff6f-8510-6a76378c37d1-87540894 {
  align-self: auto;
}

#w-node-bf1601a7-c6b5-81d2-84b9-48aec4beadf8-87540894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-87540894 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_47e1a000-82e5-b53a-704c-5b770827bd5c-87540894 {
  place-self: auto;
}

#w-node-_16f98da4-d16e-956c-4f1d-333c591eead6-87540894 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91cddbee-be8b-9a97-1ac1-b22e45986f72-b27a4e25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f808a18e-e62a-0dac-6384-389dc879c37b-b27a4e25 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-_570fd9ea-dd68-328e-da23-64d63ce7fa8a-87540897 {
  place-self: auto;
}

#w-node-e3d932fc-a1b3-eb0e-e6d9-16bdbbe563f4-87540898 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-87540899 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-87540899 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f466aefd-e6d5-f910-3b9d-c90fad8706e0-8754089a, #w-node-_652bddf6-06f5-9166-a9a0-e7c3e6d2d1b6-8754089c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7e3-8754089d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7e9-8754089d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7fb-8754089d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e2163343-7818-d1c8-b267-6775a636846a-8754089e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e2f19b30-0afb-ff6f-8510-6a76378c37d1-87540894 {
    align-self: auto;
  }

  #w-node-bf1601a7-c6b5-81d2-84b9-48aec4beadf8-87540894 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-87540894 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16f98da4-d16e-956c-4f1d-333c591eead6-87540894 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-87540899 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7e3-8754089d, #w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7e9-8754089d, #w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7fb-8754089d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab1c839a-c119-e54d-20a5-bff423809ada-87540897 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fed4212e-c912-6a76-1bc9-12ec19d1d9e8-87540897 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_570fd9ea-dd68-328e-da23-64d63ce7fa8a-87540897 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7a425048-188f-c074-cb75-2b46db4aaf5a-87540897 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8d2cb56c-0153-302b-1b2f-97e65d7cb0a9-87540898 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_743366f1-097e-ef21-8e29-6d38b6dc4df5-87540898 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-e3d932fc-a1b3-eb0e-e6d9-16bdbbe563f4-87540898 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-f466aefd-e6d5-f910-3b9d-c90fad8706e1-8754089a {
    order: 0;
  }

  #w-node-f466aefd-e6d5-f910-3b9d-c90fad8706e8-8754089a {
    grid-column: span 2 / span 2;
  }

  #w-node-_652bddf6-06f5-9166-a9a0-e7c3e6d2d1b6-8754089c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7e9-8754089d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7fb-8754089d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e2163343-7818-d1c8-b267-6775a636846a-8754089e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf1601a7-c6b5-81d2-84b9-48aec4beadf8-87540894 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_91cddbee-be8b-9a97-1ac1-b22e45986f72-b27a4e25 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76cbce77-4c6e-9fde-bb6c-8555a8ed95a8-87540898 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d2cb56c-0153-302b-1b2f-97e65d7cb0a9-87540898 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_743366f1-097e-ef21-8e29-6d38b6dc4df5-87540898 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e3d932fc-a1b3-eb0e-e6d9-16bdbbe563f4-87540898 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-87540899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-87540899 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f466aefd-e6d5-f910-3b9d-c90fad8706e8-8754089a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3bcd9546-a1a3-0a15-71e3-c59a2bacc7fb-8754089d {
    grid-row-start: 3;
  }

  #w-node-e2163343-7818-d1c8-b267-6775a636846a-8754089e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


