:root {
  --white: white;
  --black: black;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  max-height: 80%;
  margin-top: -52px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 15.641px;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #fc3a54;
  letter-spacing: -.015em;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fc3a54;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.body-text-cta-btn {
  color: #fff;
  letter-spacing: -.015em;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Sub-page-Hero-B-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
  display: flex;
}

.hero-d {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rectangle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._1 {
  object-fit: fill;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.the-largest-community-of-photo-enthusiasts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-h1 {
  color: #fff;
  letter-spacing: -.015em;
  padding-top: 45px;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  inset: 25% auto auto 15%;
}

.button-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fc3a54;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 41% 15%;
}

.body-text-cta-btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00184d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 24px;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.h1-white {
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
}

.body-p {
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  max-width: 720px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button {
  text-align: center;
  object-fit: fill;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 186.667px;
  display: flex;
}

.content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.quote {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
}

.rectangle-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 107px;
  display: flex;
}

.text-2 {
  color: #00184d;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

.advantages {
  margin-bottom: 120px;
  padding-top: 100px;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 115px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 126px;
  display: flex;
}

.blue-h1 {
  color: #00184d;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
}

.blue-h2-underlined {
  color: #00184d;
  text-align: left;
  letter-spacing: -.015em;
  padding-left: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}

.h2 {
  color: #00184d;
  font-size: 41px;
  font-weight: 700;
  line-height: 70px;
}

.div-block {
  padding-top: 60px;
  padding-left: 40px;
}

.image {
  max-width: 80%;
}

.container {
  margin-left: 45%;
  padding-top: 40px;
  padding-right: 40px;
}

.paragraph-blue {
  color: #00184d;
  text-align: left;
  letter-spacing: -.015em;
  max-width: 720px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.h3 {
  color: #00184d;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button-space {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 120px;
}

._3-steps {
  background-color: #fff;
}

.img-fs {
  background-image: url('../images/Board-Marker.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 500px;
  padding-bottom: 0;
}

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

.body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.blue-h1-copy {
  color: #00184d;
  text-align: center;
  letter-spacing: -.015em;
  padding-bottom: 40px;
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
}

.reference-txt {
  color: #000;
  text-align: left;
  letter-spacing: -.015em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.cell {
  justify-content: flex-end;
  align-items: center;
}

.button-references {
  background-color: #fc3954;
  border-radius: 5px;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: flex-end;
  align-items: center;
}

.references {
  padding-top: 100px;
  padding-bottom: 120px;
}

.logo-img {
  padding-bottom: 30px;
}

.contact {
  background-color: #00184d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-txt {
  color: #fff;
  text-align: left;
  letter-spacing: -.015em;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.h3-white {
  color: #fff;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.link {
  align-items: center;
  display: flex;
}

.div-block-2 {
  margin-left: 20px;
  padding-bottom: 40px;
}

.linkprops-contact {
  color: #fff;
  font-size: 17px;
}

.quick-stack {
  padding-left: 0;
}

.contactformula {
  padding-top: 100px;
  padding-bottom: 100px;
}

.quick-stack-2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.button-3-steos {
  text-align: center;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: 28px;
}

.button-contact {
  text-align: center;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: 21px;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.footer-dark {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  max-height: 80px;
}

._3-steps-for-knowledge {
  background-color: #00184d;
  padding-top: 40px;
}

.h2-reverse {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  line-height: 70px;
}

.h3-reverse {
  color: #fff;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-blue-reverse {
  color: #fff;
  text-align: left;
  letter-spacing: -.015em;
  max-width: 720px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.impressum-paragraph {
  color: #00184d;
  text-align: left;
  letter-spacing: -.015em;
  max-width: 800px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.impressum-container {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 40px;
}

._1-impressum {
  object-fit: cover;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.impressum-steps {
  background-color: #fff;
  margin-top: 60px;
}

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

.blue-text {
  background-color: #00184d;
  padding-top: 40px;
}

.grey-text {
  background-color: #fff;
  padding-top: 40px;
}

.container-grey {
  margin-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
}

.h3-reverse-blue {
  color: #00184d;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-blue-reverse-copy {
  color: #00184d;
  text-align: left;
  letter-spacing: -.015em;
  max-width: 720px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.quick-stack-4 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  max-width: 30%;
  padding-bottom: 35px;
}

.navbar-link2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 12px;
  display: flex;
}

.hero-h1-white {
  color: #fff;
  letter-spacing: -.015em;
  padding-top: 45px;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: 131px;
  left: 218.938px;
}

.image-6 {
  border-radius: 5px;
  max-width: 300px;
  max-height: 300px;
}

.hero-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Mockup-small.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: flex;
}

.section {
  background-image: url('../images/People-Talking-in-the-office.png');
  background-position: 50% 0;
  background-size: cover;
  min-height: 600px;
}

.hero-service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00184d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: flex;
}

.hero-referenzen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/board-writing.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: flex;
}

.img-fs-2 {
  background-image: url('../images/Board-Marker.png');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0;
}

.hero-website {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Rectangle-5.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
  display: flex;
}

.hero-data {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Programmierung.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
  display: flex;
}

.img-fs-corparate {
  background-image: url('../images/board-writing.png');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0;
}

.img-fs-rights {
  background-image: url('../images/office-talk.png');
  background-position: 50% 0;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0;
}

.hero-programming {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Programmierung.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
  display: flex;
}

.img-fs-programming {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0;
}

.img-fs-23 {
  background-image: url('../images/Programmierung.png');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0;
}

.project-references {
  margin-bottom: 120px;
  padding-top: 100px;
}

.white-line {
  max-width: 90%;
}

.success-message {
  border-radius: 5px;
}

.blue-h1-home {
  opacity: 1;
  color: #00184d;
  text-align: left;
  letter-spacing: -.015em;
  margin-top: 20vh;
  margin-left: 10vw;
  margin-right: auto;
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
}

.blue-h1-service {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-left: 10vw;
  margin-right: auto;
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
}

.button-service {
  text-align: center;
  object-fit: fill;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: 10vw;
  margin-right: auto;
  display: block;
}

.container-3, .container-4, .container-5, .container-6, .container-7 {
  margin-left: auto;
}

.container-8 {
  margin-left: auto;
  margin-right: auto;
}

.button-submit {
  text-align: center;
  object-fit: fill;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-copy-home {
  text-align: center;
  object-fit: fill;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: 10vw;
  margin-right: auto;
  display: block;
}

.button-copy {
  text-align: center;
  object-fit: fill;
  background-color: #fc3954;
  border-radius: 5px;
  margin-left: 21px;
  margin-right: auto;
  display: block;
}

.image-7 {
  border-radius: 5px;
}

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

.hero-home-op {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/WhatsApp-Image-2025-10-22-at-17.10.25.jpeg');
  background-position: 50% 40%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: flex;
}

.bold-text {
  color: #fff;
}

.top-header {
  color: #00184d;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

.blue-h1-top-heaer {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: -.015em;
  margin: 5vh auto 0 10vw;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
}

.body-header {
  color: #8891ab;
  text-align: left;
  letter-spacing: -.015em;
  margin-left: 10vw;
  margin-right: 20vw;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.bold-text-2 {
  color: #3b82f6;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-link {
    justify-content: center;
  }

  .navbar-menu {
    max-width: unset;
  }

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

  .hero-h1 {
    color: #000;
    left: 12%;
  }

  .h2 {
    font-size: 31px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .h2-reverse {
    font-size: 31px;
  }

  .navbar-link2 {
    justify-content: center;
  }

  .hero-h1-white {
    color: #fff;
    left: 12%;
  }
}

@media screen and (max-width: 767px) {
  .hero-h1 {
    color: #000;
    font-size: 45px;
  }

  .h1-white {
    font-size: 40px;
  }

  .h2 {
    font-size: 22px;
  }

  .container {
    margin-left: 40px;
  }

  .blue-h1-copy {
    font-size: 40px;
    line-height: 60px;
  }

  .reference-txt {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell, .cell-3 {
    padding-top: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .h2-reverse {
    font-size: 22px;
  }

  .form {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-h1-white {
    color: #fff;
    font-size: 45px;
  }

  .blue-h1-home, .button-copy, .blue-h1-service, .button-service, .button-copy-home, .blue-h1-top-heaer {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 50%;
  }

  .hero-d {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  ._1 {
    background-image: url('../images/1.png');
    background-position: 50%;
    background-size: auto;
  }

  .hero-h1 {
    font-size: 40px;
    line-height: 50px;
    left: 15%;
  }

  .h1-white {
    font-size: 35px;
    line-height: 50px;
  }

  .content-2 {
    padding-bottom: 0;
  }

  .advantages {
    margin-bottom: 0;
  }

  .blue-h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .h2 {
    font-size: 35px;
  }

  .div-block {
    padding-left: 10px;
  }

  .image {
    max-width: 90%;
  }

  .container {
    margin-left: 10px;
    padding-right: 10px;
  }

  .blue-h1-copy {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .reference-txt {
    margin-left: 5px;
    margin-right: 5px;
  }

  .references {
    padding-bottom: 100px;
  }

  .contact {
    padding-left: 10px;
  }

  .div-block-2, .button-contact {
    margin-left: auto;
  }

  .container-2 {
    max-width: none;
  }

  .h2-reverse {
    font-size: 23px;
  }

  .quick-stack-4 {
    padding-left: 0;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-h1-white {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    left: 15%;
  }

  .hero-home {
    min-height: 500px;
    max-height: 600px;
  }

  .hero-service, .hero-referenzen, .hero-website, .hero-data {
    background-position: 50%;
  }

  .hero-programming {
    background-position: 0%;
  }

  .project-references {
    margin-bottom: 0;
  }

  .form-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .blue-h1-home, .blue-h1-service {
    font-size: 35px;
    line-height: 50px;
  }

  .hero-home-op {
    min-height: 500px;
    max-height: 600px;
  }

  .blue-h1-top-heaer {
    font-size: 35px;
    line-height: 50px;
  }
}

#w-node-_6f74336f-bdff-063b-0df6-a69512d04979-12d04973, #w-node-_6f74336f-bdff-063b-0df6-a69512d04982-12d04973, #w-node-_6f74336f-bdff-063b-0df6-a69512d04989-12d04973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07a8cc58-4c9d-8e7a-fd44-279a3e83bc42-3e83bc36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_07a8cc58-4c9d-8e7a-fd44-279a3e83bc43-3e83bc36, #w-node-_07a8cc58-4c9d-8e7a-fd44-279a3e83bc46-3e83bc36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36fdba07-e2de-f784-5fe1-187c983afc0f-983afc0b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36fdba07-e2de-f784-5fe1-187c983afc10-983afc0b, #w-node-_36fdba07-e2de-f784-5fe1-187c983afc1f-983afc0b, #w-node-_36fdba07-e2de-f784-5fe1-187c983afc31-983afc0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f929-3cf3f928 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f92a-3cf3f928, #w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f92c-3cf3f928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f931-3cf3f928 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f932-3cf3f928, #w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f935-3cf3f928, #w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f93a-3cf3f928, #w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f93d-3cf3f928, #w-node-_8b3c4dfa-0ea9-b166-51a1-ceae8109c6b9-3cf3f928, #w-node-efc98406-e974-2fa4-ca69-95436c337bfd-3cf3f928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b8664d-04b86644 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b8664e-04b86644, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b86652-04b86644, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b86656-04b86644, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b8665a-04b86644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aef66a6c-9e8f-e5a9-2914-f1031557f478-1557f477 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-aef66a6c-9e8f-e5a9-2914-f1031557f479-1557f477, #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f47b-1557f477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aef66a6c-9e8f-e5a9-2914-f1031557f480-1557f477 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-aef66a6c-9e8f-e5a9-2914-f1031557f481-1557f477, #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f484-1557f477, #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f489-1557f477, #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f48c-1557f477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3972b28-f4ee-20ad-f433-1c29e330d492-0d250b06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2712a65d-cac8-4eca-c3e1-1845916498d3-0d250b06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2712a65d-cac8-4eca-c3e1-1845916498d4-0d250b06, #w-node-_2712a65d-cac8-4eca-c3e1-1845916498e3-0d250b06, #w-node-_2712a65d-cac8-4eca-c3e1-1845916498f5-0d250b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_36fdba07-e2de-f784-5fe1-187c983afc10-983afc0b, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b8664e-04b86644, #w-node-d3972b28-f4ee-20ad-f433-1c29e330d493-0d250b06, #w-node-_2712a65d-cac8-4eca-c3e1-1845916498d4-0d250b06 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36fdba07-e2de-f784-5fe1-187c983afc10-983afc0b, #w-node-_36fdba07-e2de-f784-5fe1-187c983afc1f-983afc0b, #w-node-_36fdba07-e2de-f784-5fe1-187c983afc31-983afc0b {
    grid-column: span 3 / span 3;
  }

  #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b8664e-04b86644, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b86652-04b86644, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b86656-04b86644, #w-node-_3f241b3e-4b1b-6bcf-a59c-e4c704b8665a-04b86644, #w-node-d3972b28-f4ee-20ad-f433-1c29e330d493-0d250b06 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2712a65d-cac8-4eca-c3e1-1845916498d4-0d250b06, #w-node-_2712a65d-cac8-4eca-c3e1-1845916498e3-0d250b06, #w-node-_2712a65d-cac8-4eca-c3e1-1845916498f5-0d250b06 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f92a-3cf3f928 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0d1b0178-c0eb-eb2c-f99b-1a403cf3f92c-3cf3f928 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f479-1557f477 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f47b-1557f477 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f480-1557f477 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f481-1557f477 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f484-1557f477 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f489-1557f477 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aef66a6c-9e8f-e5a9-2914-f1031557f48c-1557f477 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


