@font-face {
  font-family: UniNeueBlack-Italic;
  src: url('../fonts/UniNeueBlack-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueBlack-Italic.woff') format("woff"), url('../fonts/UniNeueBlack-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: UniNeueBold-Italic;
  src: url('../fonts/UniNeueBold-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueBold-Italic.woff') format("woff"), url('../fonts/UniNeueBold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: UniNeueBold;
  src: url('../fonts/UniNeueBold.eot') format("embedded-opentype"), url('../fonts/UniNeueBold.woff') format("woff"), url('../fonts/UniNeueBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueBlack;
  src: url('../fonts/UniNeueBlack.eot') format("embedded-opentype"), url('../fonts/UniNeueBlack.woff') format("woff"), url('../fonts/UniNeueBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueBook-Italic;
  src: url('../fonts/UniNeueBook-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueBook-Italic.woff') format("woff"), url('../fonts/UniNeueBook-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: UniNeueBook;
  src: url('../fonts/UniNeueBook.eot') format("embedded-opentype"), url('../fonts/UniNeueBook.woff') format("woff"), url('../fonts/UniNeueBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueHeavy-Italic;
  src: url('../fonts/UniNeueHeavy-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueHeavy-Italic.woff') format("woff"), url('../fonts/UniNeueHeavy-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: UniNeueHeavy;
  src: url('../fonts/UniNeueHeavy.eot') format("embedded-opentype"), url('../fonts/UniNeueHeavy.woff') format("woff"), url('../fonts/UniNeueHeavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueLight-Italic;
  src: url('../fonts/UniNeueLight-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueLight-Italic.woff') format("woff"), url('../fonts/UniNeueLight-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: UniNeueLight;
  src: url('../fonts/UniNeueLight.eot') format("embedded-opentype"), url('../fonts/UniNeueLight.woff') format("woff"), url('../fonts/UniNeueLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueRegular;
  src: url('../fonts/UniNeueRegular.eot') format("embedded-opentype"), url('../fonts/UniNeueRegular.woff') format("woff"), url('../fonts/UniNeueRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueRegular-Italic;
  src: url('../fonts/UniNeueRegular-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueRegular-Italic.woff') format("woff"), url('../fonts/UniNeueRegular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: UniNeueThin;
  src: url('../fonts/UniNeueThin.eot') format("embedded-opentype"), url('../fonts/UniNeueThin.woff') format("woff"), url('../fonts/UniNeueThin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: UniNeueThin-Italic;
  src: url('../fonts/UniNeueThin-Italic.eot') format("embedded-opentype"), url('../fonts/UniNeueThin-Italic.woff') format("woff"), url('../fonts/UniNeueThin-Italic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
  --card-height: 200px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
  letter-spacing: 1.25px;
  font-family: UniNeueBook, sans-serif;
  font-size: 1rem;
  line-height: 2;
}

h3 {
  color: #4d6578;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: .5rem;
}

li {
  letter-spacing: 1.3px;
  font-size: 1.4rem;
}

.logoheader {
  background-image: url('../images/spiritdev_Landingpage_Background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 460px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 15% 0% auto;
}

.logo {
  float: none;
  clear: none;
  text-align: left;
  object-fit: cover;
  width: 280px;
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.section-2 {
  background-color: #f1f2f3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  object-position: 50% 50%;
}

.heading-2 {
  color: #0078b8;
  text-align: center;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: UniNeueBold, sans-serif;
  font-weight: 400;
}

.businessbuttoncontainer {
  background-color: #f1f2f3;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.businessicon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.businessicon:hover {
  transform: scale(1.1);
}

.businessicontitle {
  color: #0078b8;
  text-align: center;
  font-family: UniNeueBold, sans-serif;
  font-size: 21px;
  text-decoration: none;
}

.businessiconsubtitle {
  color: #0078b8;
  text-align: center;
  font-family: UniNeueBook, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.body {
  background-color: #f1f2f3;
  font-family: UniNeueRegular, sans-serif;
}

.navbar {
  z-index: 1000;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-bottom: .5px solid #29adf5;
  width: 100%;
  font-family: UniNeueRegular, sans-serif;
  font-size: 16px;
  display: block;
  position: sticky;
  top: 0;
}

.navlinktext {
  color: #29adf5;
  text-decoration: none;
}

.navlinktext.official {
  color: #818283;
}

.navlink {
  color: #29adf5;
  font-size: 16px;
}

.navlink:hover, .navlink:active {
  font-family: UniNeueBold, sans-serif;
  font-size: 18px;
}

.navlink.navlinkspecial {
  font-size: 13px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  float: none;
  clear: none;
  color: #28b7e7;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 30px;
}

.text-block-3 {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.projectofferheading {
  color: #fff;
  font-size: 28px;
}

.projectoffercontent {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.projectoptionscontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 40px;
  display: grid;
}

.heading-5 {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding: 12px 28px;
  transition: color .3s, background-color .3s;
}

.heading-5:hover {
  background-color: var(--white);
  color: #279fe6;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -51px;
  padding-top: 39px;
  display: flex;
}

.notebookimage {
  z-index: -5;
  object-fit: fill;
  object-position: 50% 0%;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
  position: static;
  inset: -15px auto auto;
  overflow: visible;
}

.text-span-3 {
  color: #28b7e7;
  font-family: UniNeueLight, sans-serif;
  font-size: 60px;
  display: none;
}

.text-block-7 {
  z-index: 1;
  color: #0078b8;
  position: static;
  bottom: 25px;
  left: 20px;
}

.notebook-parallax-view {
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.container-5 {
  z-index: 500;
  position: relative;
  top: 442px;
  bottom: 0;
  left: auto;
}

.whatweoffer {
  background-image: url('../images/spiritdev_Landingpage_Background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  transition: background-color .3s;
}

.impress {
  margin-bottom: 4em;
}

.impresscontent {
  color: #4d4d4d;
  margin-top: -6px;
  font-family: UniNeueLight, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.impress-sub-header {
  color: #7294af;
  margin-top: 20px;
  font-size: 14px;
}

.impresssubsection {
  margin-top: 1rem;
}

.footer {
  color: #a1a1a1;
  background-color: #fff;
  border-top: 1px solid #28b7e7;
  justify-content: space-around;
  align-items: center;
  height: 64px;
  font-family: UniNeueLight, sans-serif;
  font-size: 13px;
  display: flex;
}

.text-block-8 {
  color: #686868;
  margin-bottom: 4px;
  font-size: 16px;
}

.spiritlink {
  color: #7294af;
  text-decoration: none;
}

.slider {
  background-image: url('../images/spiritdev_Landingpage_Background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 950px;
}

.contact-parallax-view {
  z-index: -2;
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 500px;
  position: static;
  top: 0;
  overflow: visible;
}

.contactform {
  background-color: #4d4d4d;
  height: 700px;
  font-family: UniNeueBold, sans-serif;
  display: flex;
}

.excitementdesctext {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-family: UniNeueBook, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.excitement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-3 Area"
                 ". Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  display: block;
  position: relative;
  left: auto;
}

.excitementdesc {
  margin-top: 20px;
}

.slide {
  background-image: url('../images/shutterstock_142225282_bw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.excitementcontentblock {
  color: #000;
  background-color: #fff;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  padding: 10px;
  position: static;
  top: 0;
  left: 140px;
  box-shadow: 3px 3px 6px #0000004d;
}

.contentcontainer {
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 111px;
}

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

.softwarecategories {
  background-color: #949ba1;
  background-image: url('../images/spiritdev_Landingpage_Background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 856px;
  position: relative;
}

.introtextservices {
  color: #fff;
  letter-spacing: 1.05px;
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.tabs {
  background-color: #0000;
  height: 860px;
  margin-top: 0;
  margin-bottom: 102px;
  padding-top: 0;
  padding-bottom: 17px;
}

.servicetabsmenu {
  text-align: center;
  height: 60px;
}

.service-tab-pane-web {
  background-color: #0000;
  height: 100%;
}

.tablink {
  color: #fff;
  background-color: #0000;
  font-family: UniNeueBook, sans-serif;
  font-size: 16px;
}

.tablink.w--current {
  background-color: #0000;
  padding-left: 0;
  font-family: UniNeueBold, sans-serif;
  font-size: 22px;
}

.servicescontentcontainer {
  z-index: 2;
  height: 960px;
  position: relative;
  top: -652px;
}

.categoriesintro {
  z-index: 1;
  background-color: #ebebeb;
  height: 700px;
  position: relative;
  top: 270px;
}

.softwarecategoryintro {
  margin-top: 0;
  padding-left: 10px;
  font-family: UniNeueBook, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.serviceheadlinecontainer {
  margin-top: 26px;
  display: flex;
}

.image-7 {
  position: relative;
  top: -25px;
}

.servicedescriptioncontainer {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.servicedescriptioncontainer.serverdescription {
  top: -44px;
}

.serviceinfoblock {
  flex-direction: column;
  justify-content: space-around;
  width: 33%;
  height: 100%;
  margin-left: 30px;
  margin-right: auto;
  display: flex;
}

.project-heading {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 38px;
}

.project-intro-text {
  color: #fff;
  text-align: left;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 26px;
}

.servicefooter {
  position: relative;
  top: auto;
}

.text-block-9 {
  text-align: left;
  font-family: UniNeueBook, sans-serif;
}

.baseline-web {
  border-bottom: .75px solid #050310;
  height: 8px;
}

.paragraph-5 {
  font-family: UniNeueBook, sans-serif;
}

.servicetechnologies {
  margin-top: 18px;
}

.paragraph-6, .list-2, .paragraph-7, .paragraph-8 {
  font-family: UniNeueBook, sans-serif;
}

.image-8 {
  border: .75px solid #333;
  position: relative;
  top: 15px;
}

.image-9 {
  position: relative;
  left: -189px;
}

.paragraph-10 {
  font-family: UniNeueBook, sans-serif;
}

.projectline {
  position: relative;
  left: -161px;
}

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

.container-6 {
  flex-direction: column;
  height: 55px;
  display: flex;
}

.impressarea {
  margin-top: 4rem;
}

.impresstaplink {
  color: #28b7e7;
  background-color: #0000;
}

.impresstaplink.w--current {
  color: #28b7e7;
  background-color: #0000;
  padding-left: 0;
  font-size: 32px;
}

.impresstappane {
  margin-bottom: 42px;
}

.impresstabsmenu {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.impress-tabs {
  margin-top: 20px;
}

.privacysubsectionsubheader {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.privacysubsectioncontent {
  color: #4d4d4d;
  position: static;
}

.link {
  color: #7294af;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.workflow {
  z-index: 2;
  background-color: #ebebeb;
  height: 600px;
  margin-top: 113px;
  position: relative;
}

.workflowlistcontainer {
  position: relative;
  top: 61px;
}

.workflow-parallax-view {
  z-index: auto;
  background-color: #0000;
  height: 600px;
  display: none;
  position: relative;
}

.heading-11 {
  color: #29adf5;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 33px;
}

.workflowitem {
  justify-content: flex-start;
  margin-top: 19px;
  margin-bottom: 19px;
  display: flex;
}

.workflowitemheadline {
  color: #29adf5;
  order: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 24px;
}

.workflowitemcontent {
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.workflownumber {
  text-align: center;
  background-color: #29adf5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding: 8px;
  line-height: 32px;
  display: flex;
  position: static;
}

.workflownumvalue {
  color: #f1f2f3;
  margin: 5px 0 0;
  padding: 0;
  font-family: UniNeueBold, sans-serif;
  font-size: 32px;
}

.workflowiteminfo {
  margin-top: 3px;
  font-family: UniNeueBook, sans-serif;
}

.workflowitemdescription {
  margin-left: 18px;
}

.spiritdev_background3 {
  z-index: -5;
  width: 100%;
  position: absolute;
}

.contactflyerimage {
  z-index: -5;
  object-fit: fill;
  object-position: 50% 0%;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.div-block-12 {
  background-color: #2da9df;
  position: relative;
  top: -33px;
}

.link-block-3 {
  text-decoration: none;
}

.faxnumber {
  color: #7294af;
}

.heading-13 {
  color: #28b7e7;
  margin-bottom: 16px;
  font-size: 36px;
}

.form {
  color: #28b7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: UniNeueBook, sans-serif;
  display: flex;
}

.submit-button {
  background-color: #28b7e7;
  align-self: flex-end;
}

.textarea {
  height: auto;
  min-height: 100px;
  line-height: 20px;
}

.link-2 {
  text-decoration: none;
}

.contactformcontainer {
  margin-top: 0;
  padding-top: 0;
  padding-right: 49px;
  position: relative;
  top: 40px;
}

.text-span-5 {
  color: #28b7e7;
  font-family: UniNeueBold, sans-serif;
  font-size: 24px;
}

.success-message {
  margin-top: 40px;
}

.topimpresscontent {
  color: #4d4d4d;
  margin-top: 30px;
  font-family: UniNeueBook, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.tabs-content {
  height: 80%;
  margin-top: 5px;
}

.paragraph-13 {
  font-family: UniNeueBook, sans-serif;
}

.baseline-mobile {
  border-bottom: .75px solid #050310;
  height: 8px;
}

.servicefooter-desktop {
  position: relative;
  top: 69px;
}

.form-block {
  margin-top: 14px;
}

.container-8 {
  position: relative;
  top: 60px;
}

.servicecontentcontainer {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.list-4 {
  font-family: UniNeueBook, sans-serif;
}

.div-block-19 {
  flex: 1;
}

.spirit-link-block {
  color: #fff;
  flex-flow: column;
  place-content: center space-around;
  align-items: flex-start;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.spirit-link-block:hover {
  font-family: UniNeueBold, sans-serif;
  font-size: 18px;
}

.service-tab-pane-server, .service-tab-pane-mobile, .service-tab-pane-desktop {
  background-color: #0000;
  height: 100%;
}

.mobileserviceinfoblock {
  flex-direction: column;
  justify-content: space-around;
  width: 33%;
  height: 100%;
  margin-left: 30px;
  margin-right: auto;
  display: flex;
}

.mobileservicetechnologies {
  margin-top: 18px;
}

.desktopserviceinfoblock {
  flex-direction: column;
  justify-content: space-around;
  width: 33%;
  height: 100%;
  margin-left: 30px;
  margin-right: auto;
  display: flex;
}

.desktopservicereferenceblock {
  margin-left: 20px;
  position: relative;
  top: 64px;
}

.servicedescriptioncontainerweb {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.impresssubsectionimageinfo {
  margin-top: 6px;
}

.impresssubsectionimageinfo.endsection {
  margin-bottom: 40px;
}

.bold-text-7 {
  color: #7294af;
  font-size: 12px;
}

.list-5 {
  position: relative;
}

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

.impress-sub-headerimageinfo {
  color: #28b7e7;
  margin-top: 20px;
  font-size: 12px;
}

.impresscontentimageinfo {
  color: #4d4d4d;
  margin-top: -6px;
  font-family: UniNeueLight, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

.image-12 {
  border: .75px solid #444;
  position: static;
  top: 65px;
}

.text-block-12 {
  display: none;
}

.bold-text-9 {
  text-align: left;
}

.recaptcha {
  align-self: flex-start;
  margin-top: 0;
  position: static;
  inset: auto auto 0% 0%;
}

.privacylist {
  font-size: 1.2rem;
}

.mail-button {
  z-index: 997;
  background-color: #ff9d23;
  border: 0 solid #fff;
  border-radius: 15px 0 0 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 360px -170px auto auto;
  overflow: visible;
  box-shadow: 2px 2px 5px #00000080;
}

.kontakt-bild {
  object-fit: fill;
  width: 60px;
  font-size: 15px;
  line-height: 15px;
}

.kontakt-bild.businessicon {
  opacity: 1;
  filter: invert();
  color: #fff;
  width: 38px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
  position: static;
}

.kontakt-bild.businessicon2 {
  filter: invert();
  width: 35px;
  margin-top: -16px;
  margin-left: 3px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.kontakt-bild.businessicon2.businessicon {
  width: 38px;
  margin-top: 0;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  position: static;
}

.mail-text {
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
  position: static;
  top: 0;
}

.telefone-button {
  z-index: 998;
  color: #fff;
  background-color: #ff9d23;
  border: 0 solid #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 300px -170px auto auto;
  overflow: visible;
  box-shadow: 2px 2px 5px #00000080;
}

.telefon-text {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  position: static;
  top: 0;
}

.contact-text-field-message {
  color: #000;
  background-color: #ebebeb;
  border: 1px #000;
  border-top-color: #eee;
  border-bottom: 1px solid #979797;
  min-height: 0;
  font-family: UniNeueBook, sans-serif;
}

.contact-text-field-message.longtext-copy {
  height: 10rem;
  min-height: 8rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1.1rem;
}

.imagecontainer {
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.name {
  color: #c9c9ca;
  letter-spacing: 1.2px;
  margin-top: 16px;
  font-size: 18px;
}

.nametext {
  color: #c9c9ca;
  text-transform: none;
  column-count: 2;
  column-gap: 0;
  font-size: 24px;
}

.div-block-23 {
  align-items: center;
  display: flex;
}

.references {
  background-color: #4c4d4e;
  flex-direction: column;
  justify-content: space-between;
  height: 680px;
  margin-top: 150px;
  display: flex;
}

.referenceheaderarea {
  background-color: #0000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.logocontainer {
  grid-column-gap: 16px;
  grid-row-gap: 46px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin: 30px 0 20px;
  display: grid;
}

.heading-16 {
  color: #29adf5;
  justify-content: center;
  align-self: center;
  margin-top: -18px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.fcrfunction {
  color: #c9c9ca;
  letter-spacing: 1.02px;
  margin-top: 2px;
  font-family: UniNeueBook, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.contactparagraph {
  color: #c9c9ca;
  letter-spacing: 1.05px;
  margin-bottom: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.phone-contact {
  color: #28b7e7;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: UniNeueRegular, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.phone-contact.phonenumber {
  padding-left: 8px;
}

.directcallblock {
  text-decoration: none;
}

.checkbox-label {
  color: #4d6578;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.2rem;
}

.bold-text-12 {
  color: #333;
}

.div-block-24 {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.digitalizationtext {
  color: #fff;
  letter-spacing: 1.05px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: UniNeueBook, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.digitalizationtext.additional-digit-info.headlineservices {
  margin-bottom: 20px;
  font-family: UniNeueRegular, sans-serif;
  font-size: 20px;
}

.div-block-25 {
  flex-direction: column;
  justify-content: space-around;
  height: 800px;
  display: flex;
}

.digitalization-intro {
  color: #fff;
  letter-spacing: 1.05px;
  font-size: 20px;
}

.text-span-6 {
  font-size: 80px;
}

.text-span-7 {
  font-family: UniNeueHeavy, sans-serif;
  font-size: 20px;
}

.link-3 {
  text-decoration: none;
}

.text-span-8, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-family: UniNeueBold, sans-serif;
}

.bold-text-13, .bold-text-14 {
  letter-spacing: 1.05px;
  font-family: UniNeueBook, sans-serif;
  font-size: 34px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  height: 200px;
  margin-top: -70px;
  margin-bottom: 49px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.reflocation {
  color: #fff;
  text-align: center;
  font-family: UniNeueLight, sans-serif;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
}

.reftile {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 140px;
  display: flex;
}

.reflinkblock {
  text-decoration: none;
}

.image-13 {
  object-fit: scale-down;
}

.image-13.refimage {
  max-width: 80%;
}

.image-14 {
  object-fit: scale-down;
}

.image-14.refimage {
  max-width: 80%;
}

.image-16 {
  object-fit: scale-down;
}

.image-16.refimage {
  max-width: 80%;
}

.image-17, .image-18 {
  object-fit: scale-down;
  max-width: 80%;
}

.projectsheader {
  color: #29adf5;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
  top: -14px;
}

.app-desc {
  color: #fff;
  letter-spacing: 1.05px;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 1rem;
  font-family: UniNeueBook, sans-serif;
  display: flex;
}

.app-technologies {
  color: #fff;
  letter-spacing: 1.05px;
  margin-bottom: 0;
}

.app-technologies.plc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.app-technologies.spiritdoc {
  margin-top: 29px;
}

.text-span-16 {
  font-family: UniNeueBold, sans-serif;
}

.text-span-17 {
  font-family: UniNeueBold, sans-serif;
  font-size: 16px;
}

.paragraph-16, .paragraph-17 {
  font-family: UniNeueBook, sans-serif;
}

.link-4 {
  color: #fff;
  text-decoration: underline;
}

.showcase-appstore {
  align-self: flex-end;
  align-items: center;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.image-20 {
  height: 44px;
}

.image-21 {
  height: 64px;
}

.link-5 {
  color: #fff;
  font-family: UniNeueRegular, sans-serif;
  text-decoration: none;
}

.text-span-20 {
  font-family: UniNeueRegular, sans-serif;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.text-span-21 {
  font-family: UniNeueRegular, sans-serif;
}

.currentprojects {
  background-color: #4c4d4e;
  height: 860px;
  margin-top: 0;
}

.spiritdocslide {
  background-color: #4c4d4e;
}

.productslider {
  height: 100%;
}

.sdproductcontainer {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.sdproductheader {
  background-color: #0000;
  height: 15%;
  display: flex;
}

.sdproductdesc {
  color: #fff;
  letter-spacing: 1.05px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80%;
  font-family: UniNeueBook, sans-serif;
  display: flex;
}

.sdproductdesc.spiritdoc {
  margin-top: 1rem;
}

.sdproductimages {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  max-width: 50%;
  height: auto;
  margin-top: 20px;
  display: block;
}

.sdproductimages.spiritdoc {
  flex-direction: column;
  display: flex;
}

.sdproductimages.buildsite {
  flex-direction: row;
  display: flex;
}

.sdimagearea {
  justify-content: flex-start;
  width: 28%;
  height: auto;
  display: flex;
}

.sdtitlearea {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: 20px;
  display: flex;
}

.productheadline {
  color: #fff;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  font-family: UniNeueBold, sans-serif;
  font-size: 38px;
}

.productsubheader {
  color: #fff;
  margin-top: 0;
  font-family: UniNeueLight, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.div-block-27 {
  align-self: auto;
}

.appcontent {
  margin-top: .5rem;
}

.sdproducttext {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  height: 95%;
  margin-top: 1rem;
  display: flex;
}

.sdpapp-heading-4 {
  margin-top: 0;
}

.sdappproductdesc {
  color: #fff;
  letter-spacing: 1.05px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80%;
  font-family: UniNeueBook, sans-serif;
  display: flex;
}

.sdappproducttext {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  height: 95%;
  margin-top: 1rem;
  display: flex;
}

.image-26 {
  max-height: 100%;
  display: inline-block;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-end;
  width: 33%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 10px;
}

.container-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.bold-text-15 {
  color: #fff;
  font-family: UniNeueRegular, sans-serif;
  text-decoration: underline;
}

.paragraph-18 {
  margin-top: 14px;
}

.div-block-34 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container-11 {
  border-top: 1px solid #fff;
  border-radius: 0;
  margin-top: 0;
}

.link-7 {
  text-decoration: none;
}

.image-29, .image-30, .image-31 {
  width: 320px;
}

.image-32 {
  border-radius: 0;
}

.image-39 {
  margin-top: 9px;
}

.listservices {
  color: #fff;
  font-family: UniNeueBook, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.companyservicedesc {
  color: #fff;
  letter-spacing: 1.05px;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: UniNeueBook, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.appdesctext {
  font-weight: 400;
}

.banner-section {
  background-color: #7294af;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-18 {
  background-image: url('../images/spiritdev_logo.svg');
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-size: 180px;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.mainpage-intro {
  height: auto;
  display: block;
}

.headline-2 {
  color: #333;
  text-align: left;
  letter-spacing: 1.25px;
  -webkit-text-stroke-color: white;
  border: 1px #fff;
  font-family: UniNeueBold, sans-serif;
  font-size: 28px;
}

.headline-2.white {
  color: #fff;
  border-style: none;
  margin-top: 20px;
}

.sp-headline-2 {
  color: #4d6578;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-right: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}

.section-text {
  letter-spacing: 1.2px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: UniNeueBook, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.section-text.white {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 2;
}

.section-text.white-text {
  color: #fff;
  -webkit-text-stroke-color: white;
  width: auto;
  line-height: 28px;
}

.section-text.feature {
  color: #fff;
  margin-top: 10px;
}

.section-text.testimonial.casestudy {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-heading {
  letter-spacing: 1.25px;
  margin: 20px auto 40px;
  font-family: UniNeueRegular, sans-serif;
  font-weight: 400;
}

.main-intro-container {
  text-align: left;
  font-size: 1rem;
}

.stand-out-list-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1rem;
  line-height: 2;
}

.testimonial-slider-desktop {
  background-color: #0000;
  height: 49rem;
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav-2 {
  display: block;
}

.slide-testimonials-background {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: .75rem 0 2rem;
  font-family: UniNeueBook, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px 1px #0000004d;
}

.testimonial-author {
  margin-top: .5rem;
  margin-bottom: .125rem;
  margin-right: 0;
  padding-left: 1rem;
  font-family: UniNeueBold, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.testimonial-author.casestudy {
  margin-bottom: 0;
  font-size: 16px;
}

.sp-testimonial-author {
  border-bottom: 5px solid #ff9d23;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-right: 0;
  font-size: 1.2rem;
  display: flex;
}

.testimonial-company {
  color: #000;
  margin-top: .5rem;
  margin-bottom: .125rem;
  margin-left: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.contact-panel {
  position: relative;
}

.contact-form {
  width: 100%;
  min-width: 250px;
  max-width: 1000px;
  margin-left: 0;
  margin-right: auto;
}

.sd-contact-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.2rem;
  display: flex;
}

.sitemap-section {
  background-color: #759ab7;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-section {
  color: #4d6578;
  height: 60px;
}

.container-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-text {
  color: #769bb8;
  font-family: UniNeueBook, sans-serif;
}

.sitemap-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  place-items: center start;
  margin-left: 5%;
}

.container-21 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.sitemap-menu-item {
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex: none;
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
}

.sitemap-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.bold-text-16 {
  text-align: left;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
}

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

.mobile-apps-heading {
  color: #fff;
  text-align: right;
  letter-spacing: 8px;
  font-family: UniNeueBook, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.mobile-intro-banner {
  max-width: 100%;
  overflow: hidden;
}

.app-user-image {
  background-image: url('../images/KL_Spiritdev_BG_App_User.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.native-apps-section {
  background-color: #f1f1f1;
  height: auto;
}

.section-main-title {
  color: #000;
  letter-spacing: 1.1px;
  margin-top: 30px;
  font-size: 32px;
}

.section-main-title.whitetext {
  color: #fff;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area-4";
  width: 80%;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
}

.store-banner-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.store-tag {
  width: 200px;
}

.app-list-item {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 9px;
  font-family: UniNeueBook, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.hybrid-app-props {
  font-family: UniNeueBook, sans-serif;
  line-height: 20px;
}

.hybrid-app-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #0f4991;
  background-image: linear-gradient(94deg, #163f5a, #163f5a), url('../images/Iphone-2170.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: content-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
}

.section-text-heading {
  letter-spacing: 1.1px;
  font-family: UniNeueRegular, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.section-text-heading.white-text {
  color: #fff;
  letter-spacing: 1.1px;
  font-family: UniNeueBold, sans-serif;
}

.web-app-image-section {
  height: 500px;
}

.phone-background {
  background-image: url('../images/Phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.photography-themes-section {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  margin-right: 0;
  padding: 40px;
}

.frameimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-wrapper {
  perspective: 1000px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: .5rem;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.sd-card {
  aspect-ratio: 1.56;
  object-fit: cover;
  background-image: url('../images/Karte_Leistungen_blau_andersrum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.card-highlight {
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  line-height: 2.3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-heading {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  position: static;
  inset: 0% auto auto 0%;
}

.card-text-block {
  color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: .5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  display: flex;
}

.card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  background-image: url('../images/Karten_Pfade_Mobile.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem 2rem 1.5rem;
  display: none;
}

.card-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
}

.link-block-7 {
  aspect-ratio: 1.56;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.web-service-section, .service-container {
  height: auto;
}

.service-tile-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.service-tile {
  background-color: #7294af;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  width: 60%;
  height: auto;
  padding: .5rem 2rem;
  font-family: UniNeueBook, sans-serif;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.service-tile-heading {
  color: #fff;
  text-align: center;
  margin-top: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.service-tile-description {
  color: #fff;
  font-family: UniNeueLight, sans-serif;
  text-decoration: none;
}

.webimgbackground {
  background-image: url('../images/WebDevImage.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.technology-tools {
  background-color: #dbdbdb;
  height: 800px;
}

.techstack {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  display: grid;
}

.cardimage {
  align-self: center;
  width: 100px;
  height: 100px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.card {
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: .75px #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0;
  font-family: UniNeueRegular, sans-serif;
  display: flex;
  box-shadow: 2px 2px 6px #0003;
}

.cardbody {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.bold-text-18 {
  font-weight: 400;
}

.div-block-42 {
  z-index: 100;
  background-color: #0000;
  position: absolute;
}

.app-icons-section {
  background-image: url('../images/2303792707.jpg');
  background-position: 50% -50px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.paragraph-23 {
  padding-bottom: 16px;
}

.hybrid-apps-section-green {
  background-color: #163f5a;
  height: 500px;
  display: block;
  position: relative;
}

.sample-project {
  background-color: #759ab7;
}

.sample-project-header {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: UniNeueBold, sans-serif;
}

.bold-text-19 {
  font-family: UniNeueBold, sans-serif;
}

.service-list-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.mobile-service-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #759ab7;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding: 1.5rem 2rem 2rem;
  display: flex;
  box-shadow: 5px 2px 5px #0003;
}

.mobile-service-card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.3rem;
}

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

.mobile-service-title {
  flex: none;
  align-self: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.mobile-service-description {
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.service-desc-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.cookie-view {
  background-color: #0000;
  border: 0 #7294af;
  flex-flow: column;
  align-items: flex-start;
  display: block;
  box-shadow: 2px 2px 30px #00000040;
}

.contact-form-wrapper {
  background-color: #fff;
  margin-bottom: 4rem;
  padding: 1rem;
}

.feature-card-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-section-mobile-app {
  background-color: #7294af;
}

.feature-sub-heading {
  font-family: UniNeueBold, sans-serif;
}

.feature-sub-heading.white {
  color: #fff;
  margin-bottom: 0;
}

.feature-sub-heading.conclusion {
  margin-bottom: 0;
  font-size: 20px;
}

.feature-list {
  color: #333;
}

.feature-list.white {
  color: #fff;
}

.feature-description {
  margin-top: 30px;
}

.case-section-backend {
  background-color: #000;
}

.case-site-testimonial-author {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 33px;
  font-family: UniNeueRegular, sans-serif;
  display: flex;
}

.testimonial-position {
  font-family: UniNeueBook, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.current-work-section {
  color: #fff;
  background-color: #7294af;
  display: block;
}

.code-embed {
  width: 100%;
  margin-bottom: 40px;
}

.link-8 {
  color: #fff;
  text-decoration: underline;
}

.link-block-9 {
  width: 100%;
}

.cookie_script {
  display: none;
}

.cookie_banner {
  z-index: 3;
  background-color: #fff;
  border: 4px solid #7294af;
  border-radius: 0;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cookie_checkbox-check.w--redirected-checked {
  background-color: #7294af;
  background-size: 14px 14px;
  border-color: #7294af;
  display: block;
}

.cookie_selection-2 {
  padding-left: 0;
  overflow: hidden;
}

.cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: block;
}

.button_secondary {
  color: #7294af;
  text-align: center;
  -webkit-text-stroke-color: #7294af;
  background-color: #0000;
  border: 1px solid #7294af;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.button_secondary:hover {
  color: #fff;
  background-color: #7294af;
  border-color: #7294af;
  transform: translate(0, -2px);
}

.button_primary {
  color: #fff;
  text-align: center;
  background-color: #7294af;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.button_primary:hover {
  color: #fff;
  background-color: #7294af;
  transform: translate(0, -2px);
}

.cookie_buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.form-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}

.text-block-18 {
  -webkit-text-stroke-color: #7294af;
  font-family: UniNeueBook, sans-serif;
}

.checkbox-label-2, .checkbox-label-3, .checkbox-label-4, .checkbox-label-5, .checkbox-label-6, .checkbox-label-7, .checkbox-label-8 {
  padding-left: 15px;
  font-family: UniNeueBook, sans-serif;
}

.cookie_heading {
  font-family: UniNeueBold, sans-serif;
}

.cookie_text, .text-block-19, .text-block-20 {
  font-family: UniNeueBook, sans-serif;
}

.cookie_checkbox-unused {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: none;
}

.checkbox-field {
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}

.cookie_checkbox-check-alwayschecked {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cookie_checkbox-check-alwayschecked.w--redirected-checked {
  background-color: #7294af;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #7294af;
  display: none;
}

.cookie_checkbox-check-alwayschecked.w--redirected-focus {
  box-shadow: none;
}

.image-45 {
  margin-left: -20px;
}

.navigation-menu {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.navigation-item {
  color: #fff;
  letter-spacing: 1.2px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.2rem;
  display: block;
}

.navigation-item.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: UniNeueBold, sans-serif;
  font-size: 1.3rem;
}

.navigation-bar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  display: flex;
}

.blog-title {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.blogsummary {
  color: #4d6578;
  text-align: left;
  letter-spacing: 1.1px;
  margin-bottom: .5rem;
  padding-right: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.6vw;
  line-height: 1.6;
}

.blog-category {
  color: #999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 2em;
  display: flex;
}

.blog-category-text {
  color: #759ab7;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #e2e5e8;
  width: 55%;
  padding-top: .5rem;
  padding-bottom: .25rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5vw;
  line-height: 1;
}

.blog-author {
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.blog-author-name {
  display: flex;
}

.blog-author-image {
  color: #4d6578;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5rem;
  overflow: hidden;
}

.blog-published {
  display: flex;
}

.blog-author-data {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: #4d6578;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.image-46 {
  border-radius: 0;
}

.blog-main-image {
  border: 0 solid #aaa;
  border-radius: 15px;
  flex: none;
  width: 100%;
  overflow: hidden;
}

.image-47 {
  border-radius: 0;
  width: 100%;
  position: relative;
}

.blog-big-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 0 0 2em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #0009;
}

.blog-recent-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 4rem;
  display: flex;
}

.blog-internal-navigation {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.text-block-24 {
  color: #aaa;
  display: none;
}

.blog-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
  padding: 0;
  display: flex;
}

.title-spiritdev-logo {
  flex: none;
  width: 300px;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 2rem;
  display: block;
}

.blog-thumbnail-image-big {
  aspect-ratio: 1;
  object-fit: fill;
  border: 0 solid #aaa;
  border-radius: 15px;
  flex: none;
  align-self: flex-end;
  width: 28vw;
  height: 28vw;
  overflow: hidden;
}

.blog-summary-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.blog-summary-category {
  color: #4d6578;
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem 2rem .5rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

.blog-summary-author {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #4d6578;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #759ab7;
  width: 50%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: .25rem 1rem .125rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5;
}

.sp-headline {
  letter-spacing: 3px;
  -webkit-text-stroke-color: white;
  border: 1px #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 3rem;
  line-height: 1.33;
}

.sp-paragraph {
  color: #4d6578;
  letter-spacing: 1.3px;
  width: 100%;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.sp-expertise-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  background-color: #fff;
  border: 2px #ccc;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
}

.sp-expertise-headline {
  color: #769bb8;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.6rem;
}

.sp-expertise-text {
  color: #4d6578;
  flex: 1;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

.contact-text-field-name, .contact-text-field-mail {
  color: #000;
  background-color: #ebebeb;
  border: 1px #000;
  border-top-color: #eee;
  border-bottom: 1px solid #979797;
  height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.1rem;
}

.contact-text-field-company {
  color: #000;
  background-color: #ebebeb;
  border-style: none none solid;
  border-color: #eee #000 #979797;
  width: 0;
  height: 0;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: UniNeueBook, sans-serif;
}

.contact-form-code {
  display: none;
}

.sp-verlinkung {
  color: #769bb8;
  font-family: UniNeueBold, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
}

.basiccontainer {
  width: 75%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.error-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 19rem;
  display: flex;
}

.wrapperfullwidth {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.flex-spacer {
  display: none;
}

.separation-line {
  width: 80%;
  height: 1px;
  display: none;
}

.sp-headline-3 {
  color: #4d6578;
  background-color: #0000;
  font-family: UniNeueRegular, sans-serif;
}

.blog-flex-spacer {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
}

.form-block-2 {
  margin-bottom: 0;
}

.sp-testimonial {
  letter-spacing: 1.3px;
  flex: 1;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

.slide-testimonials {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  padding: .5rem;
  display: flex;
}

.showcase {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.showcase-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.showcase-appimage {
  border: 2px solid #759ab7;
  border-radius: 20px;
  flex: none;
  width: 6rem;
}

.showcase-content {
  flex-flow: column;
  width: 55%;
  display: flex;
}

.showcase-apptitle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.showcase-description {
  flex-flow: column;
  display: flex;
}

.sp-heading-4 {
  color: #759ab7;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: UniNeueRegular, sans-serif;
}

.sp-list {
  margin-bottom: 1rem;
  padding-left: 3rem;
}

.showcase-tech-group {
  flex-flow: row;
  display: flex;
}

.showcase-tech-group-head {
  flex: none;
  width: 10rem;
}

.showcase-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.showcase-secondary-images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.showcase-main-image {
  width: 65%;
}

.showcase-app-images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.showcase-store-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.google-play-icon {
  height: 44px;
}

.appstore-icon {
  height: 46px;
}

.showcase-app-subtitle {
  line-height: 1.5;
}

.telefone-button-mobile {
  z-index: 998;
  background-color: #cc9388b3;
  border: 2px solid #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-bottom: 0;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 300px -180px auto auto;
  overflow: visible;
}

.mail-button-mobile {
  z-index: 997;
  background-color: #cc9388b3;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 50px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 353px -180px auto auto;
  overflow: visible;
}

.testimonial-slider-mobile {
  background-color: #0000;
  height: 30rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.section-grey {
  background-color: #e2e5e8;
  padding-top: 0;
  padding-bottom: 0;
}

.button-call-to-action {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #ff9d23;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin: 2rem auto 5rem;
  padding: .5rem 1rem .125rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  box-shadow: 2px 2px 3px 2px #0006;
}

.image-full-width {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.animated_h1 {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UniNeueBold, sans-serif;
  font-size: 3.1vw;
  line-height: 1.4;
}

.navigation-section {
  background-color: #769bb8;
}

.sp-expertise-text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sp-expertise-image-block {
  border-radius: 150px;
  flex: none;
  align-self: center;
  width: 5.5rem;
  max-width: 20%;
  margin: 1rem 1rem 0;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 15px;
  grid-template: "." 1fr
                 "." 1fr
                 / 1fr 1fr;
  align-self: center;
  place-items: stretch stretch;
  margin: 2rem auto 4rem;
  padding-top: 0;
  padding-bottom: 0;
}

.vorstellung {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.vorstellung-text {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.vorstellung-bild {
  aspect-ratio: 1;
  background-color: #0000;
  border-radius: 15px;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}

.vorstellung-person {
  color: #4d6578;
  font-size: 1.2rem;
  line-height: 1.8;
}

.anfuehrungszeichen {
  background-image: url('../images/Zitat.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 11rem;
  width: 6rem;
  height: 31rem;
  position: absolute;
  inset: -15rem auto auto 1rem;
}

.header-grid-home-1 {
  aspect-ratio: 2;
  background-image: url('../images/Titelbild_Hafen.avif');
  background-position: 50%;
  background-size: cover;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.sp-emphasis {
  color: #ee9836;
  font-family: UniNeueBold, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.sp-h2-white {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.7vw;
  line-height: 1.5;
}

.text-block-29 {
  margin-top: .5rem;
  margin-bottom: .125rem;
  line-height: 1.5;
}

.sp-headline-2-centered {
  color: #4d6578;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}

.sp-paragraph-centered {
  color: #4d6578;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.team-headline-2 {
  margin-right: 3rem;
}

.div-block-47 {
  margin-top: 3rem;
}

.sp-references-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
}

.slider-2 {
  aspect-ratio: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.header-grid-home-2 {
  aspect-ratio: 2;
  background-image: url('../images/Menschen_Technik.avif');
  background-position: 50%;
  background-size: cover;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 940px 1fr;
  width: 100%;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-2, .right-arrow-2 {
  display: block;
}

.circle-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  background-image: url('../images/Kreis.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 2rem;
}

.circle-area-horizontal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.8;
  display: flex;
}

.circle-area-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.circle-heading {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.circle-text-vertical {
  flex: 0 auto;
  align-self: center;
}

.circle-text-horizontal {
  flex: 0 auto;
  align-self: center;
  width: 100%;
}

.sitemap-container {
  width: 90%;
  max-width: none;
  padding-left: 5%;
}

.instagram-logo {
  width: 2rem;
  margin-left: .5rem;
}

.circle-text-block-horizontal {
  color: #fff;
  text-align: center;
  background-color: #4d6578;
  border: 1px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 35%;
  max-height: 60%;
  padding: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.section-darkblue {
  background-color: #4d6578;
}

.section-orange {
  background-color: #ff9d23;
  height: 1rem;
}

.sp-headline-1-centered {
  color: #4d6578;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: UniNeueBold, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.technology-advantages-card {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  padding: 1rem 3rem 3rem;
  box-shadow: 2px 2px 5px #00000080;
}

.sp-list-block {
  display: flex;
}

.ta-bullet-list-item {
  color: #4d6578;
  flex: 1;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.bullet-point {
  width: 1rem;
  margin-left: .5rem;
  margin-right: 1rem;
}

.technology-usage {
  margin-bottom: 2rem;
}

.tu-bullet-list-item {
  color: #4d6578;
  flex: 1;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.tu-paragraph {
  color: #4d6578;
  letter-spacing: 1.3px;
  width: 100%;
  margin-bottom: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.sp-headline-2-centered-white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-left: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}

.spacer-2rem-height {
  width: 100%;
  height: 2rem;
  display: block;
}

.sp-divider-orange {
  background-color: #ff9d23;
  width: 100%;
  height: .5rem;
  margin-top: 2rem;
}

.contact-icon {
  width: 33px;
  height: 35px;
}

.accent-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.non-breaking-span {
  display: inline-block;
}

.vorstellung-zweispaltig {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.spacer-4rem {
  width: 100%;
  height: 4rem;
}

.circle-area-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.list-item {
  color: #4d6578;
  font-size: 1.4rem;
  line-height: 1.8;
}

.icon-7, .icon-8 {
  display: none;
}

.cookie_dataprotection {
  color: #4d6578;
  font-family: UniNeueRegular, sans-serif;
  text-decoration: none;
}

.web-advantages-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: 90%;
  margin: 2rem auto 3rem;
}

.advantages-card {
  background-color: #fff;
  border: 2px solid #ff9d23;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 1rem 3rem 2rem;
  display: flex;
}

.advantages-text {
  color: #4d6578;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}

.advantages-header {
  color: #ff9d26;
  text-align: center;
  text-transform: uppercase;
  font-family: UniNeueBold, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.advantages-h3 {
  color: #4d6578;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.4rem;
}

.technologies-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  min-width: 470px;
  max-width: 1000px;
  margin: 1rem auto 1rem 0;
  display: grid;
}

.technology-advantages-image-big {
  border-radius: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.header-grid {
  aspect-ratio: 2;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.header-grid-visuals-2 {
  aspect-ratio: 2;
  background-image: url('../images/Menschen_Technik.avif');
  background-position: 50%;
  background-size: cover;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 940px 1fr;
  width: 100%;
}

.title-headline-1 {
  margin-right: 5vh;
}

.visuals-headline-2 {
  margin-right: 3rem;
}

.background-image-frame {
  background-color: #4d6578;
}

.overlay-image-frame {
  flex-flow: row;
  justify-content: center;
}

.image-54, .overlay-desktop {
  height: 100%;
}

.header-grid-mobile {
  aspect-ratio: 2;
  grid-template: ". Headline-centered" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.title-headline-1-mobile {
  margin-right: 0;
}

.header-grid-design {
  aspect-ratio: 2;
  grid-template: ". Headline-centered" 1fr
                 ". Headline-centered" 1fr
                 ". ." 1fr
                 / 1fr 90% 1fr;
  width: 100%;
  overflow: hidden;
}

.title-headline-design {
  margin: 3vw 0 0 10vw;
}

.header-grid-team {
  aspect-ratio: 2;
  grid-template: ". ." 1fr
                 ". Headline-centered" 1fr
                 ". ." 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.title-headline-team {
  margin-top: .5vw;
  margin-right: 3vw;
}

.technology-advantage-title {
  color: #4d6578;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-right: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.technology-name {
  color: #4d6578;
  text-align: center;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.technology-icon {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overlay-mobile {
  display: none;
}

.sp-design-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  background-color: #fff;
  border: 3px solid #ff9d23;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem 1.25rem 1.5rem;
  display: flex;
}

.sp-design-image-block {
  border-radius: 150px;
  flex: none;
  align-self: center;
  width: 6.5rem;
  max-width: 30%;
  margin: 1rem 1rem 0;
  overflow: hidden;
}

.sp-design-text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sp-design-headline {
  color: #769bb8;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5rem;
}

.sp-design-text {
  color: #4d6578;
  flex: 1;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sp-design-headline-emphasis {
  color: #ff9d23;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5rem;
}

.grid-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.checkbox {
  margin-top: .75rem;
  margin-left: -1.5rem;
}

.success-message-2 {
  background-color: #e2e5e8;
  padding: 1rem;
}

.error-message {
  background-color: #ff9d2399;
  margin-top: 1rem;
  padding: 1rem;
}

.sp-link-card {
  text-decoration: none;
}

.image-wide {
  background-color: #4d6578;
  border-radius: 15px;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-right: 2rem;
  overflow: hidden;
}

.text_img_bottom {
  flex-flow: column;
  flex: 1;
  margin-top: -.5rem;
  margin-bottom: .5rem;
  display: flex;
}

.text_img_bottom_paragraph {
  color: #4d6578;
  letter-spacing: 1.3px;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

.comp_img_bottom {
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 2.5rem;
}

.comp_img_right {
  padding-bottom: 2.5rem;
}

.layout_img_right {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: -.5rem;
  margin-bottom: 0;
  display: flex;
}

.image_img_right {
  border-radius: 15px;
  flex: none;
  width: 40%;
  margin-left: 2rem;
  margin-right: 0;
  overflow: hidden;
}

.text_img_right {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text_img_right_pagagraph {
  color: #4d6578;
  letter-spacing: 1.3px;
  flex: 1;
  width: 100%;
  margin-top: -.5rem;
  margin-bottom: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.comp_img_left {
  padding-bottom: 2.5rem;
}

.layout_img_left {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -.5rem;
  margin-bottom: 0;
  display: flex;
}

.image_img_left {
  border-radius: 15px;
  flex: none;
  width: 40%;
  margin-right: 2rem;
  overflow: hidden;
}

.text_img_left {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text_img_left_paragraph {
  color: #4d6578;
  letter-spacing: 1.3px;
  flex: 1;
  width: 100%;
  margin-top: -.5rem;
  margin-bottom: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.text_img_top {
  flex-flow: column;
  flex: 1;
  margin-top: 1rem;
  display: flex;
}

.comp_img_top {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.ta-header {
  margin-top: 3rem;
  padding-bottom: 0;
}

.bullet-point-on-text-top {
  vertical-align: text-top;
}

.web-advantage-card {
  width: 100%;
  height: 100%;
}

.circle-text-block-top {
  color: #fff;
  text-align: center;
  background-color: #4d6578;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 75%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.circle-text-block-bottom {
  color: #fff;
  text-align: center;
  background-color: #4d6578;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 75%;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.sitemap-grid-2025 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ta-paragraph {
  color: #4d6578;
  letter-spacing: 1.3px;
  width: 100%;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.span-bold {
  font-family: UniNeueBold, sans-serif;
}

.ki-advantages-card {
  background-color: #fff;
  border: 3px solid #ff9d23;
  border-radius: 15px;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  padding: 1rem 4rem 2rem;
  box-shadow: 2px 2px 5px #00000080;
}

.two-column-image-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.technology-advantages-image-side {
  object-fit: contain;
  border-radius: 15px;
  flex: none;
  width: 40%;
  margin-bottom: 0;
  overflow: hidden;
}

.two-column-image-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.sp-paragraph-white-centered-regular {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

.ki-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  background-image: url('../images/Knoten_Netz_1400_kl.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45% 55%;
  grid-template-rows: 1fr 1fr .25fr 1fr 1fr;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  place-items: stretch stretch;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.ki-grid-card {
  color: #4d6578;
  background-color: #fff;
  border: 2px solid #ff9d23;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ki-grid-card-text {
  text-align: center;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.3rem;
}

.ki-usage-container {
  width: 95%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.tagline {
  color: #4d6578;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.42rem;
  line-height: 1.5;
}

.ta-accent-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-55 {
  width: 60%;
}

.ki-grid-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  aspect-ratio: auto;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.ki-grid-card-basic {
  color: #4d6578;
  background-color: #fff;
  background-image: url('../images/accent_circle_500.avif');
  background-position: 50% -25%;
  background-repeat: no-repeat;
  background-size: auto 30%;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.blog-headline-2 {
  margin-top: 2vh;
  margin-left: 15vw;
}

.header-grid-blog {
  aspect-ratio: 2;
  grid-template: ". ." 1fr
                 ". Headline-centered" 1fr
                 ". Headline-centered" 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.link-block-10 {
  text-decoration: none;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
}

.tagline-boss {
  color: #fff;
  text-align: center;
  padding: 4rem 2rem 2rem .5rem;
  font-size: 2vw;
  line-height: 1.5;
}

.sp-emphasis-teammember {
  color: #ee9836;
  text-transform: uppercase;
  font-family: UniNeueBold, sans-serif;
  text-decoration: none;
  display: inline;
}

.team-member-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-tagline {
  color: #fff;
  text-align: center;
  padding: 4vw 3vw 2vw;
  font-size: 2vw;
  line-height: 1.5;
}

.heading-28 {
  color: #ff9d23;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-family: UniNeueBold, sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.tagline-boss-mobile {
  color: #4d6578;
  letter-spacing: 1.3px;
  width: 100%;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  display: none;
}

.button-call-to-action-mobile {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #ff9d23;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem auto 5rem;
  padding: .5rem 1rem .125rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  display: none;
  box-shadow: 2px 2px 3px 2px #0006;
}

.sitemap-mobile-link {
  display: none;
}

.sitemap-link-cookies {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sitemap-link-cookies.w--current {
  align-items: center;
  display: flex;
}

.sp-headline-3-impressum {
  color: #ff9d23;
  background-color: #0000;
  font-family: UniNeueRegular, sans-serif;
}

.header-grid-kontakt {
  aspect-ratio: 2;
  grid-template: ". Headline-centered Headline-centered" 1fr
                 ". Headline-centered Headline-centered" 1fr
                 ". . ." 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.title-headline-kontakt {
  margin-left: 20vw;
  margin-right: 5vh;
}

.header-grid-web {
  aspect-ratio: 2;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.title-headline-1-web {
  margin-right: 5vh;
}

.sp-headline-2-white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-left: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}

.header-grid-ki {
  aspect-ratio: 2;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.title-headline-ki {
  margin-right: 5vh;
}

.header-grid-home2 {
  aspect-ratio: 2;
  grid-template: ". . ." 1fr
                 ". . ." 1fr
                 ". Headline-centered Headline-centered" 1fr
                 / 1fr 90% 1fr;
  width: 100%;
}

.title-headline-home {
  margin-right: 5vh;
}

.blog-summary-title {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
}

.accent-image-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: none;
}

.blog-text-area {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.navigation-item-blog {
  color: #fff;
  letter-spacing: 1.2px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.2rem;
  display: block;
}

.navigation-item-blog.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: UniNeueBold, sans-serif;
  font-size: 1.3rem;
  display: block;
}

.sitemap-link-blog {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sitemap-link-blog.w--current {
  align-items: center;
  display: flex;
}

.sitemap-mobile-link-blog {
  display: none;
}

.technology-advantages-image-ki {
  border-radius: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.blog-header-orange {
  color: #ff9d23;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.8vw;
  line-height: 1.5;
}

.blog-header-standard {
  color: #4d6578;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.8vw;
  line-height: 1.5;
}

.div-block-58 {
  margin-bottom: 1rem;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.blog-post-category {
  background-color: #e2e5e8;
}

.collection-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.blog-post-title {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  height: 4rem;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  display: flex;
}

.blog-post-heading-orange {
  color: #ff9d23;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.2rem;
  display: inline;
}

.blog-post-category-text {
  color: #759ab7;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #e2e5e8;
  padding-top: .125rem;
  font-family: UniNeueRegular, sans-serif;
}

.blogpostsmall {
  color: #4d6578;
  font-size: 1rem;
  line-height: 1.5;
}

.blog-post-author {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 48%;
  margin: 0;
  padding: 1.5rem 2rem;
  display: flex;
  overflow: hidden;
}

.blog-post-image {
  aspect-ratio: 1.3;
  object-fit: cover;
  border-radius: 15px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.collection-item-3 {
  background-color: #e2e5e8;
}

.image-57 {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.link-block-11 {
  color: #4d6578;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-published-summary {
  font-size: 1.2vw;
  display: flex;
}

.empty-state-2 {
  color: #4d6578;
  background-color: #0000;
  font-size: 1.4rem;
}

.empty-state-3 {
  color: #4d6578;
  text-align: center;
  background-color: #0000;
  font-size: 1.4rem;
}

.flex-spacer-blog-summary {
  flex: 1;
  min-height: 0;
  max-height: 200px;
  display: flex;
}

.blog-thumbnail-image-mobile {
  aspect-ratio: 1;
  object-fit: fill;
  border: 0 solid #aaa;
  border-radius: 15px;
  flex: none;
  align-self: flex-end;
  width: 28vw;
  height: 28vw;
  display: none;
  overflow: hidden;
}

.image-60 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
}

.blog-datum, .blog-datum-post {
  display: flex;
}

.blog-prior-entries {
  color: #4d6578;
  letter-spacing: 1.3px;
  width: 100%;
  margin-bottom: .5rem;
  padding-left: .5rem;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.bold-text-20 {
  font-family: UniNeueRegular, sans-serif;
}

.recaptcha-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-header-orange-featured {
  color: #ff9d23;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: UniNeueRegular, sans-serif;
  font-size: 1.8vw;
  line-height: 1.5;
}

.blog-header-standard-featured {
  color: #4d6578;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.8vw;
  line-height: 1.5;
}

.sp-paragraph-centered-copy {
  color: #4d6578;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: .5rem;
  font-family: UniNeueBook, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 1280px) {
  .sitemap-grid {
    margin-left: 5%;
  }

  .sitemap-menu-item {
    font-size: 1.3rem;
  }

  .navigation-item {
    font-size: 1.4rem;
  }

  .navigation-item.w--current {
    font-size: 1.5rem;
  }

  .blogsummary, .blog-category-text {
    font-size: 1.2vw;
  }

  .blog-thumbnail-image-big {
    width: 25vw;
    height: 25vw;
  }

  .button {
    margin-bottom: 1rem;
    font-size: 1.1vw;
  }

  .basiccontainer {
    width: 60%;
  }

  .animated_h1 {
    text-align: left;
  }

  .grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-grid-home-1 {
    grid-template-areas: ". . ."
                         ". . ."
                         ". Headline-centered Headline-centered";
  }

  .sp-paragraph-centered {
    color: #4d6578;
  }

  .team-headline-2 {
    margin-right: 5rem;
  }

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

  .header-grid-home-2 {
    grid-template-areas: ". . ."
                         ". . ."
                         ". Headline-centered Headline-centered";
  }

  .list-item {
    font-size: 1.3rem;
  }

  .technologies-grid {
    grid-column-gap: 4rem;
    margin-bottom: 0;
  }

  .header-grid-visuals-2 {
    grid-template-areas: ". . ."
                         ". . ."
                         ". Headline-centered Headline-centered";
  }

  .visuals-headline-2 {
    margin-right: 5rem;
  }

  .title-headline-1-mobile {
    margin-right: 5vh;
  }

  .sp-design-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ki-grid-card-text {
    font-size: 1.4rem;
  }

  .team-tagline {
    padding-top: 3vw;
    font-size: 1.4vw;
  }

  .navigation-item-blog {
    font-size: 1.4rem;
  }

  .navigation-item-blog.w--current {
    font-size: 1.2rem;
  }

  .blog-header-orange, .blog-header-standard {
    font-size: 1.8vw;
  }

  .collection-list-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item-2 {
    flex: 0 auto;
  }

  .blog-thumbnail-image-mobile {
    width: 25vw;
    height: 25vw;
  }

  .blog-header-orange-featured, .blog-header-standard-featured {
    font-size: 1.8vw;
  }

  .sp-paragraph-centered-copy {
    color: #4d6578;
  }
}

@media screen and (min-width: 1440px) {
  li {
    margin-bottom: .5rem;
  }

  .sp-headline-2 {
    font-size: 1.7rem;
  }

  .testimonial-slider-desktop {
    height: 41rem;
  }

  .sitemap-section {
    justify-content: center;
    align-items: center;
  }

  .sitemap-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 10%;
  }

  .sitemap-menu-item {
    font-size: 1.4rem;
  }

  .sd-card {
    max-width: 600px;
  }

  .card-heading {
    font-size: 2.3rem;
  }

  .card-text-block {
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
  }

  .card-grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-item {
    font-size: 1.5rem;
  }

  .navigation-item.w--current {
    font-family: UniNeueBold, sans-serif;
    font-size: 1.6rem;
  }

  .blogsummary {
    font-size: 1.2vw;
    line-height: 1.6;
  }

  .blog-category-text {
    font-size: 1.1vw;
    line-height: 1.3;
  }

  .blog-thumbnail-image-big {
    width: 22vw;
    height: 22vw;
  }

  .blog-summary-category {
    margin-bottom: 2rem;
  }

  .button {
    font-size: 1.1vw;
  }

  .sp-paragraph {
    color: #4d6578;
  }

  .basiccontainer {
    max-width: 1000px;
  }

  .slide-testimonials {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .vorstellung-person {
    font-size: 1.3rem;
  }

  .circle-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .circle-area-bottom {
    padding-top: 3rem;
  }

  .circle-heading {
    font-size: 1.2rem;
  }

  .circle-text-vertical {
    letter-spacing: 1.15px;
    font-size: 1.2rem;
  }

  .circle-text-horizontal {
    font-size: 1.15rem;
  }

  .tu-paragraph {
    color: #4d6578;
  }

  .circle-area-top {
    padding-bottom: 3rem;
  }

  .web-advantages-grid {
    min-width: 500px;
    max-width: 800px;
  }

  .technologies-grid {
    grid-column-gap: 4rem;
    width: 80%;
    margin-left: 0;
  }

  .technology-advantage-title {
    font-size: 1.5rem;
  }

  .text_img_bottom_paragraph {
    color: #4d6578;
    font-size: 1.4rem;
  }

  .text_img_right_pagagraph {
    color: #4d6578;
    font-size: 1.3rem;
  }

  .layout_img_left {
    align-items: stretch;
    padding-top: 1rem;
  }

  .text_img_left_paragraph {
    color: #4d6578;
    font-size: 1.3rem;
  }

  .ta-paragraph {
    color: #4d6578;
  }

  .technology-advantages-image-side {
    flex: none;
    width: 35%;
  }

  .ki-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: url('../images/Netz_6Knoten_2oben_kl.avif');
    grid-template-rows: 1fr .25fr 1fr .25fr 1fr;
    grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
    margin-bottom: 5rem;
  }

  .ki-grid-card-text {
    font-size: 1.4rem;
  }

  .ki-usage-container {
    width: 90%;
    max-width: 1600px;
  }

  .ki-grid-card-basic {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tagline-boss {
    font-size: 2rem;
  }

  .team-tagline {
    padding: 3rem 3rem 2rem;
    font-size: 1.4rem;
  }

  .tagline-boss-mobile {
    color: #4d6578;
  }

  .navigation-item-blog {
    font-size: 1.5rem;
  }

  .navigation-item-blog.w--current {
    font-family: UniNeueBold, sans-serif;
    font-size: 1.3rem;
  }

  .blog-header-orange, .blog-header-standard {
    font-size: 1.7vw;
  }

  .collection-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
  }

  .blog-post-heading-orange {
    font-size: 1.2rem;
  }

  .collection-item-2 {
    width: 32%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog-published-summary {
    font-size: .9rem;
  }

  .blog-thumbnail-image-mobile {
    width: 22vw;
    height: 22vw;
  }

  .blog-prior-entries {
    color: #4d6578;
  }

  .blog-header-orange-featured, .blog-header-standard-featured {
    font-size: 1.8rem;
  }

  .sp-paragraph-centered-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 1.7rem;
  }

  li {
    font-size: 1.6rem;
  }

  .sp-headline-2 {
    font-size: 1.9rem;
  }

  .testimonial-slider-desktop {
    height: 35rem;
    margin-bottom: 2rem;
  }

  .slide-testimonials-background {
    padding-top: 0;
  }

  .testimonial-author {
    padding-left: 1rem;
  }

  .sp-testimonial-author {
    border-bottom: 5px solid #ff9d23;
    margin-top: 0;
    padding-top: .6rem;
    font-size: 1.3rem;
    box-shadow: 0 2px 5px #0003;
  }

  .contact-form {
    margin-left: auto;
  }

  .sitemap-grid {
    place-items: center start;
    width: 70%;
  }

  .sd-card {
    max-width: 600px;
  }

  .card-text-block {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .card-content {
    padding: 3rem 1.5rem 2rem 2rem;
    display: none;
  }

  .card-grid {
    place-items: stretch stretch;
    width: 80%;
  }

  .contact-form-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .feature-card-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .navigation-item {
    font-size: 1.5rem;
  }

  .navigation-item.w--current, .blogsummary {
    font-size: 1.6rem;
  }

  .blog-category-text {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .blog-author-image {
    width: 4rem;
    height: 4rem;
  }

  .blog-author-data {
    font-size: 1.3rem;
  }

  .blog-big-card {
    padding-bottom: 3em;
  }

  .blog-thumbnail-image-big {
    width: 40%;
    height: auto;
  }

  .blog-summary-wrapper {
    align-items: stretch;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .blog-summary-category {
    margin-bottom: 2rem;
  }

  .button {
    font-size: 1.2rem;
  }

  .sp-paragraph {
    font-size: 1.6rem;
  }

  .sp-expertise-card {
    padding-bottom: 2rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sp-expertise-text {
    font-size: 1.6rem;
  }

  .sp-verlinkung {
    color: #769bb8;
    font-size: 1.6rem;
  }

  .basiccontainer {
    max-width: 1400px;
  }

  .sp-headline-3 {
    color: #4d6578;
    font-size: 1.7rem;
  }

  .sp-testimonial {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-testimonials {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-call-to-action {
    width: 88%;
    max-width: 1175px;
    padding-top: .3rem;
    font-size: 1.7rem;
  }

  .grid-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    place-items: stretch center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .vorstellung-person {
    font-size: 1.4rem;
  }

  .sp-emphasis {
    font-family: UniNeueBold, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .sp-paragraph-centered {
    font-size: 1.6rem;
  }

  .circle-heading {
    font-size: 1.5rem;
  }

  .circle-text-vertical, .circle-text-horizontal {
    font-size: 1.4rem;
  }

  .sitemap-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 1400px;
    padding-left: 2.5%;
  }

  .circle-text-block-horizontal {
    width: 90%;
    padding: 1rem;
  }

  .sp-headline-1-centered {
    font-size: 2.1rem;
  }

  .technology-advantages-card {
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ta-bullet-list-item, .tu-bullet-list-item, .tu-paragraph {
    font-size: 1.6rem;
  }

  .div-block-49 {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    color: #4d6578;
    font-size: 1.5rem;
  }

  .web-advantages-grid {
    width: 80%;
    max-width: 820px;
  }

  .technologies-grid {
    grid-column-gap: 6rem;
    width: 80%;
  }

  .technology-advantage-title {
    font-size: 1.7rem;
  }

  .sp-design-text {
    font-size: 1.6rem;
  }

  .grid-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text_img_bottom_paragraph {
    font-size: 1.6rem;
  }

  .image_img_right {
    margin-left: 2rem;
    margin-right: 0;
  }

  .text_img_right_pagagraph, .text_img_left_paragraph {
    font-size: 1.5rem;
  }

  .circle-text-block-top, .circle-text-block-bottom {
    width: 60%;
    padding: 1rem;
  }

  .ta-paragraph {
    font-size: 1.6rem;
  }

  .technology-advantages-image-side {
    width: 35%;
  }

  .sp-paragraph-white-centered-regular, .ki-grid-card-text {
    font-size: 1.6rem;
  }

  .ki-grid-copy {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .ki-grid-card-basic {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tagline-boss {
    font-size: 2.3rem;
  }

  .sp-emphasis-teammember {
    font-family: UniNeueBold, sans-serif;
    font-weight: 700;
  }

  .team-tagline {
    font-size: 1.9rem;
  }

  .tagline-boss-mobile {
    font-size: 1.6rem;
  }

  .button-call-to-action-mobile {
    padding-top: .3rem;
    font-size: 1.7rem;
  }

  .sp-headline-3-impressum {
    font-size: 1.7rem;
  }

  .blog-summary-title {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-text-area {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navigation-item-blog, .navigation-item-blog.w--current {
    font-size: 1.5rem;
  }

  .blog-header-orange {
    font-family: UniNeueRegular, sans-serif;
    font-size: 1.95rem;
  }

  .blog-header-standard {
    font-size: 1.95rem;
  }

  .collection-list-2 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
  }

  .blog-post-heading-orange {
    font-size: 1.3rem;
  }

  .blog-post-category-text {
    color: #759ab7;
    background-color: #e2e5e8;
  }

  .blogpostsmall {
    font-size: 1.1rem;
  }

  .blog-thumbnail-image-mobile {
    width: 40%;
    height: auto;
  }

  .blog-prior-entries {
    font-size: 1.6rem;
  }

  .blog-header-orange-featured {
    font-family: UniNeueRegular, sans-serif;
    font-size: 1.95rem;
  }

  .blog-header-standard-featured {
    font-size: 1.95rem;
  }

  .sp-paragraph-centered-copy {
    width: 85%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4rem;
  }

  li {
    font-size: 1.2rem;
  }

  .logoheader {
    height: 300px;
    position: relative;
    top: 15%;
  }

  .logo {
    width: 200px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-2 {
    direction: ltr;
    color: #0078b8;
    text-align: center;
    letter-spacing: 1.4px;
    text-transform: none;
    column-count: 0;
    white-space: normal;
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: center;
    align-items: center;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: UniNeueBold, sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    display: block;
    overflow: auto;
  }

  .businessbuttoncontainer {
    margin-top: 30px;
  }

  .businessicontitle {
    font-size: 16px;
  }

  .businessiconsubtitle {
    font-size: 12px;
  }

  .body {
    max-width: 100%;
  }

  .navlinktext {
    font-size: 14px;
  }

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

  .businessimage {
    width: 118px;
  }

  .heading-3, .text-block-3 {
    color: #fff;
  }

  .projectofferheading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .projectoffercontent {
    margin-top: 4px;
    font-family: UniNeueBook, sans-serif;
    font-size: 14px;
  }

  .projectoptionscontainer {
    flex-direction: column;
    place-content: stretch center;
    place-items: center;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .div-block-2 {
    padding-top: 21px;
  }

  .notebookimage {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    min-width: 0%;
    max-width: 100%;
    height: 600px;
    top: auto;
  }

  .notebook-parallax-view {
    z-index: -2;
    height: 250px;
    display: block;
    position: relative;
  }

  .whatweoffer {
    overflow: hidden;
  }

  .footer {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .contact-parallax-view {
    height: 300px;
    display: block;
  }

  .contactform {
    height: 940px;
    margin-top: 0;
    display: block;
  }

  .excitementdesctext {
    color: #fff;
  }

  .slide {
    background-image: url('../images/shutterstock_142225282_bw.jpg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .excitementcontentblock {
    color: #fff;
    background-color: #424242b8;
    width: 80%;
    position: relative;
    top: 510px;
    left: -23px;
  }

  .contentcontainer {
    left: -53px;
  }

  .bold-text-2 {
    color: #fff;
  }

  .softwarecategories {
    height: 1025px;
  }

  .tabs {
    height: 800px;
    margin-bottom: 35px;
  }

  .servicescontentcontainer {
    top: -730px;
  }

  .categoriesintro {
    height: 760px;
    top: 265px;
  }

  .softwarecategoryintro {
    margin-right: 20px;
    font-size: 14px;
  }

  .serviceheadlinecontainer {
    margin-top: 26px;
  }

  .servicedescriptioncontainer {
    flex-direction: column;
    padding-top: 0;
    display: flex;
    top: 0;
  }

  .servicedescriptioncontainer.serverdescription {
    height: 80%;
    top: 16px;
  }

  .serviceinfoblock {
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    width: 90%;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 4px;
    position: relative;
  }

  .project-heading {
    margin-top: 70px;
  }

  .project-intro-text {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 16px;
  }

  .servicefooter {
    top: -25px;
  }

  .text-block-9 {
    width: 60%;
    margin-top: 25px;
    margin-left: 1px;
  }

  .baseline-web {
    position: relative;
    top: -6px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .servicetechnologies {
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
    width: 50%;
    margin-top: 0;
    margin-left: 80px;
    position: relative;
    left: auto;
  }

  .paragraph-6 {
    margin-bottom: 2px;
  }

  .list-2 {
    padding-left: 16px;
  }

  .paragraph-7 {
    font-size: 13px;
  }

  .serviceimageblock {
    position: relative;
    top: 44px;
    left: 264px;
  }

  .image-8 {
    width: 400px;
    top: -103px;
    left: 19px;
  }

  .image-9 {
    max-width: none;
    left: 88px;
  }

  .projectline {
    overflow: hidden;
  }

  .image-10 {
    width: 85%;
    margin-left: 50px;
  }

  .workflow {
    height: 610px;
    margin-top: -16px;
    top: 16px;
  }

  .workflow-parallax-view {
    height: 300px;
    display: block;
  }

  .spiritdev_background3 {
    height: 600px;
  }

  .contactflyerimage {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 100%;
    height: 600px;
  }

  .heading-13 {
    text-align: center;
    align-self: center;
    font-size: 30px;
  }

  .submit-button {
    align-self: flex-start;
  }

  .contactformcontainer {
    padding-right: 0;
    top: 10px;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .image-11 {
    width: 380px;
    max-width: none;
    margin-top: -34px;
    position: relative;
    top: 67px;
    left: 145px;
  }

  .tabs-content {
    height: 95%;
    margin-left: 4px;
    margin-right: 4px;
  }

  .paragraph-13 {
    margin-bottom: 0;
  }

  .baseline-mobile {
    position: relative;
    top: -7px;
  }

  .heading-14, .heading-15 {
    margin-bottom: 0;
  }

  .servicefooter-desktop {
    position: relative;
    top: 41px;
  }

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

  .servicedescription {
    align-self: flex-start;
    width: 50%;
  }

  .webservicereferenceblock {
    align-self: center;
    width: 50%;
    position: relative;
    top: -55px;
    left: -9px;
  }

  .mobileservicereferenceblock {
    align-self: center;
    width: 50%;
    position: relative;
    top: -55px;
    left: 145px;
  }

  .mobileservicedescription {
    align-self: flex-start;
  }

  .mobileserviceinfoblock {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 42px;
    display: flex;
  }

  .mobileservicetechnologies {
    margin-top: 0;
  }

  .desktopserviceinfoblock {
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    width: 90%;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 4px;
    position: relative;
  }

  .desktopservicereferenceblock {
    align-self: center;
    width: 50%;
    position: relative;
    top: 16px;
    left: -166px;
  }

  .servicedescriptioncontainerweb {
    flex-direction: column;
    padding-top: 0;
    display: flex;
    top: 0;
  }

  .recaptcha {
    align-self: flex-start;
  }

  .mail-button {
    top: 330px;
  }

  .telefone-button {
    top: 270px;
  }

  .imagecontainer {
    flex-direction: row;
    align-items: flex-end;
    max-width: none;
    margin-top: 80px;
    padding-top: 14px;
    padding-left: 50px;
  }

  .nametext {
    font-size: 20px;
  }

  .references {
    height: 880px;
  }

  .referenceheaderarea {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 66px;
    margin-left: 20px;
  }

  .logocontainer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-16 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .fcrfunction {
    font-size: 16px;
  }

  .contactparagraph {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
  }

  .directcallblock {
    text-align: left;
    align-self: center;
    line-height: 18px;
  }

  .imagefcr {
    width: 200px;
    margin-top: 13px;
  }

  .div-block-24 {
    margin-top: -10px;
    padding-top: 0;
    line-height: 16px;
  }

  .ceotitle {
    margin-left: 10px;
  }

  .image-13, .image-14 {
    object-fit: scale-down;
    height: 70px;
  }

  .image-16 {
    object-fit: scale-down;
    height: 50px;
  }

  .image-17 {
    object-fit: scale-down;
    height: 40px;
  }

  .image-18 {
    object-fit: scale-down;
    height: 48px;
  }

  .app-technologies {
    margin-top: 35px;
  }

  .app-technologies.plc {
    margin-top: 84px;
  }

  .showcase-appstore {
    position: relative;
    top: -103px;
    left: -364px;
  }

  .currentprojects {
    height: 1000px;
  }

  .sdproductcontainer {
    padding-bottom: 2rem;
    overflow: visible;
  }

  .sdproductheader {
    height: auto;
  }

  .sdproductimages {
    position: relative;
    top: 196px;
  }

  .sdproductimages.spiritdoc {
    justify-content: space-between;
    align-self: center;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
    top: 92px;
  }

  .sdproductimages.buildsite {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    top: 128px;
  }

  .sdproductimages.plc {
    top: 179px;
  }

  .sdimagearea {
    width: 34%;
  }

  .sdtitlearea {
    width: 60%;
    margin-left: 20px;
  }

  .productheadline {
    font-size: 24px;
  }

  .productsubheader {
    width: 500px;
  }

  .sdproducttext {
    margin-left: 1rem;
  }

  .sdappproducttext {
    margin-left: 39px;
  }

  .image-26 {
    height: 429px;
  }

  .div-block-31 {
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    margin-top: 22px;
    margin-left: 0;
    padding-left: 0;
    position: static;
    left: 0;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
  }

  .image-29, .image-30, .image-31 {
    width: auto;
  }

  .image-33 {
    width: 80%;
  }

  .image-34 {
    height: 286px;
  }

  .image-38 {
    margin-right: 10px;
  }

  .banner-section {
    height: 25vh;
  }

  .container-18 {
    height: 100%;
  }

  .mainpage-intro {
    height: auto;
  }

  .sp-headline-2 {
    font-family: UniNeueBook, sans-serif;
    font-size: 1.5rem;
  }

  .testimonial-slider-desktop {
    height: 38rem;
    display: none;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav-2 {
    display: block;
  }

  .slide-testimonials-background {
    width: 99%;
    height: auto;
  }

  .testimonial-author {
    font-size: 1rem;
  }

  .sp-testimonial-author {
    font-size: 1.3rem;
  }

  .testimonial-company {
    font-size: 1rem;
  }

  .contact-panel {
    position: relative;
  }

  .sd-contact-form {
    position: static;
  }

  .sitemap-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
    place-items: center start;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-21 {
    overflow: hidden;
  }

  .sitemap-menu-item {
    flex: none;
  }

  .app-user-image {
    height: 300px;
  }

  .photography-themes-section {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    height: 50vh;
  }

  .sd-card {
    padding-top: 1rem;
  }

  .card-heading {
    font-size: 2rem;
  }

  .card-text-block {
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .card-content {
    top: 36px;
    left: 24px;
  }

  .card-grid {
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    min-width: 300px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-tile-heading {
    margin-bottom: 10px;
  }

  .service-tile-description {
    font-size: 13px;
    line-height: 18px;
  }

  .app-icons-section {
    height: 200px;
  }

  .sample-project {
    height: auto;
  }

  .sample-project-header {
    font-size: 28px;
  }

  .mobile-service-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 96%;
  }

  .cookie_banner {
    border-color: #4d6578;
    max-width: 620px;
    padding: 1rem;
    display: none;
  }

  .cookie_checkbox-check.w--redirected-checked {
    background-color: #769bb8;
    border: 1px solid #769bb8;
  }

  .button_secondary {
    -webkit-text-stroke-color: #769bb8;
    border-color: #769bb8;
  }

  .button_primary {
    background-color: #769bb8;
  }

  .cookie_buttons-2, .form-2 {
    margin-top: 1rem;
  }

  .cookie_heading {
    margin-top: 10px;
  }

  .navigation-menu {
    background-color: #769bb8;
    justify-content: space-between;
    align-items: center;
    width: 25rem;
    min-width: 25rem;
    max-width: 25rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    inset: 170px 0% auto auto;
  }

  .navigation-item {
    padding-left: 2rem;
    font-size: 1.3rem;
  }

  .navigation-item.w--current {
    font-size: 1.2rem;
  }

  .blogsummary {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .blog-category-text {
    width: 75%;
    font-size: 1.2rem;
  }

  .blog-author {
    margin-top: 2em;
  }

  .blog-published {
    font-size: 1rem;
  }

  .blog-main-image {
    width: auto;
    height: auto;
  }

  .blog-thumbnail-image-big {
    flex: 0 auto;
    width: 0;
    height: 0;
    display: none;
  }

  .blog-summary-wrapper {
    flex-flow: column;
  }

  .blog-summary-author {
    margin-top: 0;
  }

  .button {
    width: 60%;
    font-size: 1.1rem;
  }

  .sp-headline {
    font-size: 2.8rem;
  }

  .sp-paragraph {
    font-size: 1.2rem;
  }

  .navigation-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .sp-expertise-card {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .sp-expertise-headline {
    text-align: center;
  }

  .sp-expertise-text {
    text-align: center;
    font-size: 1.3rem;
  }

  .sp-verlinkung {
    font-size: 1.2rem;
  }

  .basiccontainer {
    max-width: none;
  }

  .wrapperfullwidth {
    max-width: none;
    height: auto;
  }

  .nav-menu-button {
    padding: 1rem;
  }

  .nav-menu-button.w--open {
    color: #fff;
    background-color: #769bb8;
    flex: none;
    padding: 1rem;
    display: block;
  }

  .flex-spacer {
    flex: 1;
    min-width: 1px;
    max-width: 40rem;
    display: block;
  }

  .separation-line {
    background-color: #fff;
    display: block;
  }

  .blog-flex-spacer {
    flex: 1;
  }

  .sp-testimonial {
    padding-top: 4rem;
  }

  .showcase-content {
    width: 60%;
  }

  .showcase-images {
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
  }

  .showcase-secondary-images {
    flex-flow: row;
    width: 90%;
  }

  .showcase-main-image {
    flex: 1;
    align-self: center;
    width: 100%;
  }

  .showcase-app-images {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .telefone-button-mobile {
    top: 270px;
  }

  .mail-button-mobile {
    top: 323px;
  }

  .testimonial-slider-mobile {
    height: 32rem;
    display: block;
  }

  .button-call-to-action {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-top: .75rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

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

  .animated_h1 {
    font-size: 4vw;
  }

  .navigation-section {
    background-color: #769bb8;
  }

  .grid-4 {
    grid-template-areas: ".";
    justify-items: stretch;
  }

  .vorstellung {
    align-items: center;
  }

  .anfuehrungszeichen {
    height: 31.3rem;
  }

  .header-grid-home-1 {
    grid-template-columns: .5fr minmax(500px, 900px) 80px;
    grid-template-areas: ". ."
                         ". ."
                         ". Headline-centered";
  }

  .sp-emphasis {
    font-family: UniNeueBold, sans-serif;
  }

  .sp-h2-white {
    font-size: 2vw;
  }

  .sp-paragraph-centered {
    font-size: 1.2rem;
  }

  .slide-mobile-basis {
    padding: .5rem;
  }

  .header-grid-home-2 {
    grid-template-columns: .5fr minmax(500px, 900px) 80px;
  }

  .circle-heading {
    font-size: .9rem;
  }

  .circle-text-vertical {
    font-size: .8rem;
  }

  .circle-text-horizontal {
    font-size: .7rem;
  }

  .icon-4 {
    color: #0000;
    background-image: url('../images/Hamburger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 3rem;
  }

  .sitemap-container {
    width: 100%;
    padding-left: 10%;
  }

  .circle-text-block-horizontal {
    max-height: 60%;
    padding: .75rem;
  }

  .sp-headline-1-centered {
    font-size: 1.7rem;
  }

  .technology-advantages-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ta-bullet-list-item, .tu-bullet-list-item {
    margin-bottom: .5rem;
    font-size: 1.2rem;
  }

  .tu-paragraph {
    font-size: 1.2rem;
  }

  .sp-headline-2-centered-white {
    margin-top: 3rem;
    font-size: 1.8rem;
  }

  .spacer-2rem-height {
    height: 1rem;
  }

  .spacer-4rem {
    height: 2rem;
  }

  .list-item {
    font-size: 1.2rem;
  }

  .cookie_dataprotection {
    color: #4d6578;
    font-family: UniNeueBold, sans-serif;
    text-decoration: none;
  }

  .advantages-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .advantages-h3 {
    margin-top: 1.5rem;
  }

  .technology-advantages-image-big {
    margin-bottom: 1rem;
  }

  .header-grid, .header-grid-visuals-2, .header-grid-mobile, .header-grid-design, .header-grid-team {
    grid-template-columns: .5fr minmax(500px, 900px) 80px;
  }

  .technology-advantage-title {
    margin-top: 1.5rem;
    font-family: UniNeueBook, sans-serif;
    font-size: 1.5rem;
  }

  .sp-design-card {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .sp-design-headline {
    text-align: center;
    font-size: 1.4rem;
  }

  .sp-design-text {
    text-align: center;
    font-size: 1.3rem;
  }

  .sp-design-headline-emphasis {
    text-align: center;
  }

  .grid-7 {
    margin-bottom: 3rem;
  }

  .image-wide {
    margin-bottom: 1rem;
  }

  .text_img_bottom {
    margin-bottom: 0;
  }

  .text_img_bottom_paragraph {
    font-size: 1.2rem;
  }

  .comp_img_bottom {
    margin-bottom: 1rem;
  }

  .text_img_right_pagagraph, .text_img_left_paragraph {
    font-size: 1.1rem;
  }

  .comp_img_top {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .bullet-point-on-text-top {
    vertical-align: text-top;
  }

  .circle-text-block-top {
    width: 80%;
    margin-bottom: 1rem;
    padding: .75rem;
  }

  .circle-text-block-bottom {
    width: 80%;
    margin-top: 1rem;
    padding: .75rem;
  }

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

  .ta-paragraph {
    font-size: 1.2rem;
  }

  .ki-advantages-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .two-column-image-right {
    flex-flow: column;
  }

  .technology-advantages-image-side {
    width: 100%;
  }

  .two-column-image-left {
    flex-flow: column;
  }

  .sp-paragraph-white-centered-regular {
    font-size: 1.2rem;
  }

  .ki-grid {
    background-image: url('../images/Netz_6Knoten_2oben_kl.avif');
    background-size: 80% 90%;
    grid-template-rows: 1fr .25fr 1fr .25fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .ki-grid-card {
    padding: 1.5rem;
  }

  .ki-grid-card-text {
    font-size: 1.2rem;
  }

  .ki-usage-container {
    max-width: none;
  }

  .tagline {
    font-size: 1.35rem;
  }

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

  .ki-grid-copy {
    margin-bottom: 4rem;
  }

  .ki-grid-card-basic {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-headline-2 {
    margin-top: 0;
    margin-left: 10vw;
  }

  .header-grid-blog {
    grid-template-columns: .5fr minmax(500px, 900px) 80px;
  }

  .link-block-10 {
    text-decoration: none;
  }

  .tagline-boss {
    padding-top: 2rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }

  .sp-emphasis-teammember {
    font-family: UniNeueBold, sans-serif;
  }

  .tagline-boss-mobile {
    font-size: 1.2rem;
  }

  .button-call-to-action-mobile {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-top: .75rem;
    padding-bottom: .5rem;
    font-size: 1.1rem;
  }

  .header-grid-kontakt, .header-grid-web {
    grid-template-columns: .5fr minmax(500px, 900px) 80px;
  }

  .sp-headline-2-white {
    margin-top: 3rem;
    font-size: 1.8rem;
  }

  .header-grid-ki, .header-grid-home2 {
    grid-template-columns: .5fr minmax(500px, 900px) 80px;
  }

  .image-55 {
    object-fit: cover;
    max-width: none;
    height: 100%;
  }

  .blog-summary-title {
    padding-top: 0;
  }

  .blog-text-area {
    flex: 1;
  }

  .navigation-item-blog {
    padding-left: 2rem;
    font-size: 1.3rem;
  }

  .navigation-item-blog.w--current {
    font-size: 1.2rem;
  }

  .technology-advantages-image-ki {
    aspect-ratio: 1.16;
    margin-bottom: 1rem;
  }

  .blog-header-orange, .blog-header-standard {
    font-size: 1.5rem;
  }

  .image-56 {
    display: none;
  }

  .collection-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-post-title {
    justify-content: flex-end;
    align-items: flex-start;
    height: 4rem;
    line-height: 1.5;
  }

  .blog-post-heading-orange {
    font-size: 1.1rem;
    display: inline;
  }

  .blog-post-category-text {
    font-size: .9rem;
  }

  .blogpostsmall {
    font-size: 1.1rem;
  }

  .link-block-11 {
    justify-content: space-between;
  }

  .blog-published-summary {
    font-size: .9rem;
  }

  .text-block-33 {
    font-size: 1.2rem;
  }

  .flex-spacer-blog-summary {
    flex: 1;
    min-width: 1px;
    max-width: 40rem;
    display: block;
  }

  .blog-thumbnail-image-mobile {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-60 {
    display: block;
  }

  .blog-prior-entries {
    font-size: 1.2rem;
  }

  .blog-header-orange-featured, .blog-header-standard-featured {
    font-size: 1.5rem;
  }

  .sp-paragraph-centered-copy {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.3rem;
  }

  .logoheader {
    height: 120px;
  }

  .logo {
    width: 80px;
    top: auto;
  }

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

  .heading-2 {
    margin-top: 0;
    font-size: 16px;
  }

  .businessbuttoncontainer {
    margin-top: 0;
    position: relative;
    top: -11px;
  }

  .navbar {
    position: static;
  }

  .navlink {
    z-index: auto;
    color: #fff;
  }

  .nav-menu {
    z-index: 9999;
    background-color: #2da9df;
  }

  .menu-button {
    clear: none;
    color: #29adf5;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    position: static;
  }

  .businessimage {
    width: 72px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .projectofferheading {
    font-size: 14px;
    line-height: 20px;
  }

  .projectoffercontent {
    font-size: 11px;
    line-height: 16px;
  }

  .projectoption {
    order: 0;
    align-self: auto;
    width: 48%;
  }

  .projectoptionscontainer {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-left: 34px;
    margin-right: 34px;
  }

  .div-block-2, .text-block-7 {
    display: none;
  }

  .container-5 {
    top: 197px;
  }

  .impress {
    margin-left: 1em;
    margin-right: 1em;
  }

  .slider {
    height: 400px;
  }

  .contactform {
    height: 1000px;
    display: block;
  }

  .excitementdesctext {
    font-size: 12px;
    line-height: 18px;
  }

  .slide {
    background-position: 50%;
  }

  .excitementcontentblock {
    margin-top: auto;
    padding-left: 10px;
    position: relative;
    top: 31px;
    left: -59px;
  }

  .contentcontainer {
    left: auto;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .softwarecategories {
    height: 700px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .introtextservices {
    margin-top: 41px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs {
    height: 510px;
    margin-top: -34px;
  }

  .servicetabsmenu {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .servicescontentcontainer {
    top: -410px;
  }

  .categoriesintro {
    height: 450px;
    top: 250px;
  }

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

  .servicedescriptioncontainer {
    flex-direction: row;
    margin-right: 20px;
    font-size: 12px;
    position: relative;
    top: -25px;
  }

  .servicedescriptioncontainer.serverdescription {
    top: -14px;
  }

  .servicedescriptioncontainer.mobiledescription {
    top: -47px;
  }

  .serviceinfoblock {
    align-items: center;
    width: 100%;
    margin-top: 19px;
    margin-left: 18px;
  }

  .project-heading {
    margin: 1px 10px 0;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    top: 10px;
  }

  .project-intro-text {
    margin: 0 10px;
    font-size: 10px;
    line-height: 18px;
  }

  .servicefooter {
    display: none;
  }

  .text-block-9 {
    margin-left: 20px;
  }

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

  .servicetechnologies {
    width: 70%;
  }

  .serviceimageblock {
    display: none;
  }

  .image-9 {
    left: 34px;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-10 {
    display: none;
  }

  .workflow {
    height: 560px;
  }

  .workflowlistcontainer {
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }

  .heading-11 {
    margin-top: 21px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .workflowitem {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .workflowitemheadline {
    font-size: 16px;
  }

  .workflownumber {
    z-index: 1;
    flex: none;
    width: 26px;
    height: 26px;
    position: static;
  }

  .workflownumvalue {
    font-size: 18px;
    position: relative;
    top: -1px;
  }

  .workflowiteminfo {
    font-size: 12px;
  }

  .businessbuttonsarea {
    height: 200px;
  }

  .heading-13 {
    text-align: center;
    margin-top: -5px;
    font-size: 24px;
  }

  .submit-button {
    order: 6;
    align-self: flex-start;
    margin-top: -32px;
    padding-top: 0;
  }

  .contactformcontainer {
    top: 5px;
  }

  .image-11 {
    top: -17px;
  }

  .tabs-content {
    margin-top: 8px;
  }

  .slide-nav {
    filter: grayscale();
  }

  .calltoaction, .form-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
    top: 4px;
  }

  .workflowitemcontainer {
    flex-direction: column;
    justify-content: space-around;
    margin-top: 10px;
    display: flex;
  }

  .servicedescription {
    width: 70%;
  }

  .webservicereferenceblock, .mobileservicereferenceblock {
    display: none;
  }

  .mobileservicedescription {
    width: 90%;
    padding-right: 0;
  }

  .mobileserviceinfoblock {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-left: 20px;
    position: relative;
    top: -19px;
  }

  .mobileservicetechnologies {
    width: 90%;
  }

  .desktopserviceinfoblock {
    align-items: center;
    width: 100%;
    margin-top: 19px;
  }

  .desktopservicereferenceblock {
    display: none;
  }

  .icon {
    right: -36px;
  }

  .icon-2 {
    left: -36px;
  }

  .servicedescriptioncontainerweb {
    flex-direction: row;
    margin-right: 20px;
    font-size: 12px;
    position: relative;
    top: -82px;
  }

  .recaptcha {
    order: 0;
    align-self: flex-start;
    margin-top: 0;
    left: 0;
  }

  .privacylist {
    font-size: 1rem;
  }

  .mail-button {
    display: none;
    top: 231px;
  }

  .kontakt-bild.businessicon2.businessicon {
    margin-top: 0;
  }

  .mail-text {
    font-size: 1rem;
  }

  .telefone-button {
    display: none;
    top: 180px;
  }

  .telefon-text {
    font-size: 1rem;
    text-decoration: none;
  }

  .imagecontainer {
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 14px;
    display: flex;
  }

  .name {
    margin-top: 0;
  }

  .nametext {
    font-size: 20px;
  }

  .references {
    height: 860px;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 30px;
  }

  .fcrfunction {
    margin-top: 0;
    margin-bottom: -7px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .contactparagraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .directcallblock {
    padding-top: 4px;
  }

  .imagefcr {
    text-align: left;
    width: 200px;
  }

  .digitalizationtext {
    letter-spacing: normal;
    margin: 0 34px;
    font-size: 10px;
    line-height: 14px;
    overflow: visible;
  }

  .digitalizationtext.additional-digit-info {
    display: none;
  }

  .div-block-25 {
    height: 360px;
  }

  .digitalization-intro {
    letter-spacing: normal;
    font-family: UniNeueBook, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-6 {
    font-size: 40px;
  }

  .bold-text-13 {
    font-size: 14px;
  }

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

  .image-13, .image-14 {
    object-fit: scale-down;
    height: 60px;
  }

  .image-16 {
    height: 40px;
  }

  .image-17 {
    height: 30px;
  }

  .image-18 {
    object-fit: scale-down;
    height: 38px;
  }

  .app-desc {
    height: auto;
    margin-top: 37px;
    font-size: 13px;
  }

  .app-technologies {
    margin-top: 0;
  }

  .app-technologies.plc {
    margin-top: 20px;
    font-size: 13px;
  }

  .showcase-appstore {
    top: 0;
    left: 0;
  }

  .currentprojects {
    height: 1740px;
  }

  .sdproductcontainer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .sdproductcontainer.bsr {
    justify-content: flex-start;
  }

  .sdproductheader {
    margin-bottom: 20px;
  }

  .sdproductdesc.spiritdoc {
    height: 60%;
    margin-top: 0;
  }

  .sdproductimages {
    align-self: center;
    max-width: none;
    margin-top: 40px;
    position: static;
  }

  .sdproductimages.spiritdoc {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    position: static;
    top: 6px;
  }

  .sdproductimages.plc {
    margin-top: 20px;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .sdimagearea {
    width: 100px;
  }

  .sdtitlearea {
    width: 65%;
  }

  .productheadline {
    width: auto;
  }

  .productsubheader {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .sdproducttext {
    width: 90%;
    height: 50%;
    margin-left: 0;
  }

  .sdappproductdesc {
    height: 500px;
  }

  .sdappproductdesc.plc {
    width: 100%;
    height: auto;
  }

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

  .sdappproducttext.bsr {
    margin-top: 0;
  }

  .image-26 {
    height: 380px;
  }

  .div-block-31 {
    flex-direction: row;
    margin-top: 20px;
    left: auto;
  }

  .paragraph-18 {
    line-height: 1.5;
  }

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

  .image-29 {
    width: 400px;
    max-width: none;
  }

  .image-30, .image-31 {
    width: 400px;
  }

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

  .image-33 {
    width: 400px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-34 {
    height: 380px;
  }

  .image-35 {
    width: 100px;
    max-width: none;
    height: 100px;
  }

  .image-36 {
    height: 380px;
  }

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

  .image-38 {
    margin-right: 10px;
  }

  .image-39 {
    max-width: none;
    margin-left: 10px;
  }

  .image-40 {
    width: 100px;
    max-width: none;
    height: 100px;
  }

  .listservices {
    font-size: 10px;
    line-height: 14px;
  }

  .companyservicedesc {
    letter-spacing: normal;
    margin: 0 34px;
    font-size: 10px;
    line-height: 14px;
    overflow: visible;
  }

  .banner-section {
    height: 25vh;
  }

  .container-18 {
    background-position: 0%;
    background-size: 140px;
    width: 90%;
  }

  .mainpage-intro {
    height: auto;
  }

  .headline-2 {
    margin-left: 11px;
    font-size: 22px;
    line-height: 30px;
  }

  .sp-headline-2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }

  .section-text {
    margin: 13px 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .section-text.white {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .main-intro-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .stand-out-list-item {
    font-size: 14px;
  }

  .testimonial-slider-desktop {
    height: auto;
    display: none;
  }

  .slide-testimonials-background {
    justify-content: center;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .sd-contact-form {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .container-20 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sitemap-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
    place-items: center start;
  }

  .container-21 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .subheadline {
    font-size: 16px;
  }

  .mobile-apps-heading {
    font-size: 40px;
  }

  .mobile-intro-banner {
    aspect-ratio: auto;
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 15rem;
  }

  .app-user-image {
    height: 280px;
  }

  .section-main-title {
    margin: 12px 12px 12px 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-main-title.whitetext {
    margin-left: 0;
  }

  .section-text-heading, .section-text-heading.white-text {
    margin-left: 10px;
  }

  .web-app-image-section {
    display: none;
  }

  .card-content {
    left: 86px;
  }

  .card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .service-tile-heading {
    font-size: 16px;
  }

  .service-tile-description {
    font-size: 11px;
    line-height: 16px;
  }

  .bold-text-18 {
    margin: 2px auto;
    padding: 0;
  }

  .hybrid-apps-section-green {
    height: 580px;
  }

  .sample-project {
    height: auto;
  }

  .sample-project-header {
    font-size: 22px;
    font-weight: 700;
  }

  .mobile-service-card {
    padding: 1rem 1.5rem 1.5rem;
  }

  .cookie_banner {
    min-width: 450px;
    max-width: 550px;
    padding: 1rem;
    right: 20px;
  }

  .cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button_secondary, .button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cookie_buttons-2 {
    flex-direction: column;
  }

  .checkbox-field {
    padding-left: 1.25rem;
  }

  .navigation-menu {
    background-color: #769bb8;
    padding: 1rem;
    inset: 170px 0% auto auto;
  }

  .navigation-item {
    text-transform: uppercase;
    padding-left: 1rem;
  }

  .navigation-item:hover, .navigation-item:active, .navigation-item:focus, .navigation-item:focus-visible, .navigation-item[data-wf-focus-visible], .navigation-item:visited, .navigation-item:lang(en) {
    color: #fff;
  }

  .blogsummary {
    font-size: 1.2rem;
  }

  .blog-category-text {
    width: 100%;
  }

  .blog-author-name, .blog-published {
    font-size: .9rem;
  }

  .blog-author-data {
    font-size: .8rem;
  }

  .blog-main-image {
    aspect-ratio: auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .blog-big-card {
    padding: 1rem;
  }

  .blog-recent-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .title-spiritdev-logo {
    justify-content: center;
    align-items: center;
    margin: 1rem;
    display: block;
  }

  .blog-thumbnail-image-big {
    align-self: center;
    width: 100%;
    min-width: 200px;
    max-width: 600px;
    height: auto;
    min-height: 200px;
    max-height: 600px;
    margin-bottom: 1rem;
  }

  .blog-summary-wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-summary-category {
    justify-content: center;
    align-items: center;
    height: 4rem;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    align-self: flex-start;
    width: 100%;
  }

  .sp-headline {
    font-size: 2rem;
  }

  .sp-expertise-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .sp-expertise-headline {
    margin-top: .5rem;
    font-size: 1.3rem;
  }

  .sp-expertise-text {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-26 {
    justify-content: center;
    align-items: center;
    height: 15rem;
    display: flex;
  }

  .basiccontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .wrapperfullwidth {
    height: auto;
  }

  .nav-menu-button {
    color: #fff;
    flex: none;
    font-size: 3rem;
  }

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

  .flex-spacer {
    flex: 1;
    display: block;
  }

  .separation-line {
    background-color: #fff;
    width: 90%;
    margin-top: -1rem;
    margin-left: -1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .blog-flex-spacer {
    flex: 1;
    display: block;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .sp-testimonial {
    font-size: 1rem;
  }

  .slide-testimonials, .showcase {
    flex-flow: column;
  }

  .showcase-content {
    width: 100%;
  }

  .showcase-tech-group-head {
    width: 8rem;
  }

  .showcase-images {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .showcase-app-images {
    width: 70%;
  }

  .showcase-store-images {
    justify-content: center;
    align-items: center;
  }

  .telefone-button-mobile {
    background-color: #ff9d23;
    border-width: 0;
    width: 75px;
    display: flex;
    top: 180px;
    right: 0;
    box-shadow: 2px 2px 5px #00000080;
  }

  .mail-button-mobile {
    background-color: #ff9d23;
    border-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 75px;
    display: flex;
    top: 240px;
    right: 0;
    box-shadow: 2px 2px 5px #00000080;
  }

  .testimonial-slider-mobile {
    height: auto;
    display: block;
  }

  .button-call-to-action {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 1rem;
    display: none;
  }

  .image-full-width {
    object-fit: cover;
    max-width: none;
    height: 100%;
  }

  .animated_h1 {
    font-size: 1.8rem;
  }

  .sp-expertise-text-block {
    justify-content: center;
    align-items: center;
  }

  .sp-expertise-image-block {
    max-width: 25%;
    margin: 1rem .5rem 0;
  }

  .grid-4 {
    background-image: none;
    grid-template: "." 1fr
                   "." 1fr
                   "." 1fr
                   "." 1fr
                   / 1fr;
    place-items: stretch stretch;
    width: 80%;
  }

  .vorstellung {
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .vorstellung-text {
    width: 100%;
  }

  .header-grid-home-1 {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .sp-h2-white {
    padding-right: 4rem;
    font-size: 1.2rem;
  }

  .sp-headline-2-centered {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.3rem;
  }

  .sp-paragraph-centered {
    font-size: 1.2rem;
  }

  .team-headline-2 {
    margin-right: 1rem;
  }

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

  .header-grid-home-2 {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .circle-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    background-image: url('../images/Orange_Stange.png');
    background-position: 50%;
    background-size: auto 99%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 430px;
    max-width: 600px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.5px;
  }

  .circle-area-bottom {
    padding-top: 0;
  }

  .circle-heading {
    font-size: 1.2rem;
  }

  .circle-text-vertical, .circle-text-horizontal {
    font-size: 1rem;
  }

  .sitemap-container {
    padding-left: 10%;
  }

  .circle-text-block-horizontal {
    width: 75%;
    min-height: 0;
    max-height: none;
    padding: 1rem;
  }

  .sp-headline-1-centered {
    line-height: 1.5;
  }

  .technology-advantages-card {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tu-paragraph {
    font-size: 1.2rem;
  }

  .sp-headline-2-centered-white {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }

  .spacer-2rem-height {
    height: .5rem;
  }

  .vorstellung-zweispaltig {
    flex-flow: column;
  }

  .circle-area-top {
    padding-bottom: 0;
  }

  .list-item {
    font-size: 1.1rem;
  }

  .web-advantages-grid {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    width: 80%;
    min-width: 200px;
    max-width: 360px;
  }

  .advantages-h3 {
    font-size: 1.3rem;
  }

  .technologies-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
    width: 90%;
    min-width: 370px;
    max-width: 450px;
    margin-left: auto;
  }

  .technology-advantages-image-big {
    margin-bottom: 0;
  }

  .header-grid, .header-grid-visuals-2 {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-1, .visuals-headline-2 {
    margin-right: 1rem;
  }

  .image-54, .overlay-desktop {
    object-fit: cover;
  }

  .header-grid-mobile {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-1-mobile {
    margin-top: 1rem;
  }

  .header-grid-design {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-design {
    margin-right: 1rem;
  }

  .header-grid-team {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-team {
    margin-right: 1rem;
  }

  .technology-advantage-title {
    font-size: 1.3rem;
  }

  .technology-name {
    font-size: 1rem;
  }

  .sp-design-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .sp-design-image-block {
    max-width: 25%;
    margin: 1rem .5rem 0;
  }

  .sp-design-text-block {
    justify-content: center;
    align-items: center;
  }

  .sp-design-headline {
    margin-top: 0;
    font-size: 1.3rem;
  }

  .sp-design-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .sp-design-headline-emphasis {
    margin-top: .5rem;
    font-size: 1.3rem;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox {
    margin-left: -1rem;
  }

  .image-wide {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .comp_img_bottom {
    margin-top: 4rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  .layout_img_right {
    flex-flow: column;
  }

  .image_img_right {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .layout_img_left {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .image_img_left {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .comp_img_top {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .ta-header {
    margin-top: 0;
  }

  .circle-text-block-top, .circle-text-block-bottom {
    width: 75%;
    margin-bottom: 0;
  }

  .sitemap-grid-2025 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ta-paragraph {
    font-size: 1.1rem;
  }

  .ki-advantages-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sp-paragraph-white-centered-regular {
    font-size: 1.1rem;
  }

  .ki-grid {
    background-size: 100% 70%;
  }

  .ki-grid-card {
    padding: 1rem;
  }

  .ki-usage-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tagline {
    text-align: center;
    font-size: 1.3rem;
  }

  .ki-grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    margin-bottom: 3rem;
  }

  .ki-grid-card-basic {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-headline-2 {
    margin-left: 12vw;
    margin-right: 1rem;
  }

  .header-grid-blog {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .tagline-boss {
    padding-right: 1rem;
    font-size: 3vw;
  }

  .team-tagline {
    padding: 3rem 2rem 2rem;
    font-size: 4.5vw;
  }

  .heading-28 {
    font-size: 1.3rem;
  }

  .button-call-to-action-mobile {
    text-align: center;
    border: 3px solid #fff;
    width: 98%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 2rem;
    display: block;
  }

  .header-grid-kontakt {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-kontakt {
    margin-left: 11vw;
    margin-right: 0;
  }

  .header-grid-web {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-1-web {
    margin-right: 1rem;
  }

  .sp-headline-2-white {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }

  .header-grid-ki {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-ki {
    margin-right: 1rem;
  }

  .header-grid-home2 {
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 1rem repeat(auto-fit, minmax(350px, 750px)) 70px;
  }

  .title-headline-home {
    margin-right: 1rem;
  }

  .blog-summary-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .navigation-item-blog {
    text-transform: uppercase;
    padding-left: 1rem;
  }

  .navigation-item-blog:hover, .navigation-item-blog:active, .navigation-item-blog:focus, .navigation-item-blog:focus-visible, .navigation-item-blog[data-wf-focus-visible], .navigation-item-blog:visited, .navigation-item-blog:lang(en) {
    color: #fff;
  }

  .technology-advantages-image-ki {
    margin-bottom: 0;
  }

  .blog-header-orange, .blog-header-standard {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .div-block-58 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.4;
    display: flex;
  }

  .collection-list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .blog-post-title {
    height: auto;
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
  }

  .blog-post-heading-orange {
    font-size: 1.3rem;
  }

  .collection-item-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    min-width: 200px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-published-summary {
    font-size: 1rem;
  }

  .flex-spacer-blog-summary {
    flex: 1;
    display: block;
  }

  .blog-thumbnail-image-mobile {
    align-self: center;
    width: 100%;
    min-width: 200px;
    max-width: 600px;
    height: auto;
    min-height: 200px;
    max-height: 600px;
    margin-bottom: 1rem;
  }

  .blog-header-orange-featured {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .blog-header-standard-featured {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    display: inline-flex;
  }

  .sp-paragraph-centered-copy {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.2rem;
  }

  .logoheader {
    height: 240px;
  }

  .logo {
    width: 120px;
  }

  .heading-2 {
    width: 90%;
  }

  .businessbuttoncontainer {
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .businessicon {
    flex-direction: row;
    width: 100%;
  }

  .businessicontitle {
    font-size: 18px;
  }

  .businessiconsubtitle {
    font-size: 14px;
  }

  .businessimage {
    flex: 0 auto;
    width: 70px;
  }

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

  .projectofferheading {
    line-height: 20px;
  }

  .projectoffercontent {
    font-size: 14px;
    line-height: 20px;
  }

  .projectoption {
    width: 100%;
    margin-top: 16px;
  }

  .projectoptionscontainer {
    flex-direction: column;
    margin-left: 45px;
    margin-right: 45px;
    position: relative;
    top: -8px;
  }

  .text-span-3 {
    display: none;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 140px;
    padding-left: 0;
    position: static;
    left: 10px;
    overflow: visible;
  }

  .slider {
    background-image: url('../images/spiritdev_Landingpage_Background.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 960px;
  }

  .contact-parallax-view {
    position: relative;
    top: -1px;
  }

  .contactform {
    flex-direction: column;
    height: 1240px;
  }

  .excitement {
    height: auto;
  }

  .excitementcontentblock {
    width: 80%;
    padding-left: 8px;
    padding-right: 8px;
    top: 422px;
    left: 108px;
    right: 91px;
  }

  .contentcontainer {
    flex-direction: column;
    left: -140px;
  }

  .bold-text-2 {
    line-height: 20px;
  }

  .softwarecategories {
    height: 1200px;
  }

  .introtextservices {
    margin-top: 163px;
    font-size: 14px;
    position: relative;
    top: -60px;
  }

  .tabs {
    height: 900px;
    margin-top: 0;
    top: 14px;
  }

  .servicetabsmenu {
    flex-direction: column;
    top: -31px;
  }

  .service-tab-pane-web {
    height: 83%;
  }

  .tablink, .tablink.webapptablink {
    align-self: center;
  }

  .servicescontentcontainer {
    height: 1060px;
    top: -739px;
  }

  .categoriesintro {
    height: 812px;
    top: 392px;
  }

  .softwarecategoryintro {
    margin-top: -21px;
    padding-left: 20px;
    font-size: 12.5px;
  }

  .serviceheadlinecontainer {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-top: 3px;
    font-size: 14px;
  }

  .image-7 {
    z-index: auto;
    top: -25px;
  }

  .servicedescriptioncontainer {
    flex-direction: column;
  }

  .servicedescriptioncontainer.serverdescription {
    top: 31px;
  }

  .serviceinfoblock {
    flex-direction: column;
    margin-left: 25px;
    top: auto;
  }

  .project-heading {
    margin-top: 16px;
    padding-top: 171px;
    font-size: 14px;
    line-height: 23px;
    position: static;
    top: 22px;
  }

  .project-intro-text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .servicefooter {
    display: none;
    top: -4px;
  }

  .text-block-9, .baseline-web {
    display: none;
  }

  .servicetechnologies {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: auto;
    left: -9px;
  }

  .projectline {
    display: none;
  }

  .impresstaplink {
    padding-left: 14px;
    padding-right: 14px;
  }

  .impress-tabs {
    max-width: 100%;
  }

  .link-block {
    width: 80%;
  }

  .workflow {
    height: 740px;
  }

  .heading-11 {
    line-height: 30px;
  }

  .businessbuttonsarea {
    height: 400px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 34px;
  }

  .form {
    position: static;
    top: -10px;
  }

  .submit-button {
    align-self: center;
    position: relative;
    top: 3px;
  }

  .textarea {
    width: 95%;
  }

  .contactformcontainer {
    flex: 0 auto;
    padding-top: 1%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bold-text-5 {
    line-height: 22px;
  }

  .tabs-content {
    top: 95px;
  }

  .heading-14 {
    font-family: UniNeueRegular, sans-serif;
    position: relative;
    left: -9px;
  }

  .form-block {
    margin-top: 26px;
    position: relative;
    top: -12px;
  }

  .businessiconlabelarea {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .servicedescription {
    width: 100%;
    position: relative;
    top: auto;
    left: -9px;
  }

  .text-block-11 {
    margin: 11px 0 10px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .servicecontentcontainer {
    height: 84%;
    position: relative;
    top: 0;
  }

  .mobileservicedescription {
    position: relative;
    top: -28px;
    left: -9px;
  }

  .mobileserviceinfoblock {
    margin-left: 12px;
  }

  .mobileservicetechnologies {
    position: relative;
    top: -27px;
    left: -9px;
  }

  .desktopserviceinfoblock {
    flex-direction: column;
  }

  .servicedescriptioncontainerweb {
    flex-direction: column;
    align-self: center;
    top: 27px;
  }

  .recaptcha {
    clear: none;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    inset: auto auto 0% 0%;
  }

  .mail-button {
    top: 188px;
  }

  .telefone-button {
    top: 136px;
  }

  .contact-text-field-message {
    width: 95%;
    margin-right: 0;
    padding-right: 0;
  }

  .contact-text-field-message.longtext-copy {
    width: 100%;
  }

  .text-field-2 {
    width: 95%;
  }

  .imagecontainer {
    align-items: flex-end;
    margin-top: 100px;
    padding-left: 14px;
    padding-right: 5px;
  }

  .name {
    margin-top: 10px;
    line-height: 18px;
  }

  .nametext {
    font-size: 14px;
  }

  .references {
    height: 1580px;
    margin-top: 100px;
  }

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

  .fcrfunction {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .contactparagraph {
    margin-left: 5px;
    margin-right: 5px;
  }

  .phone-contact {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 28px;
  }

  .checkbox-label {
    margin-bottom: .75rem;
    padding-left: .5rem;
    font-size: 1rem;
  }

  .imagefcr {
    width: 160px;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .digitalizationtext {
    letter-spacing: 1.05px;
    margin-top: 20px;
    margin-left: 36px;
    margin-right: 36px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-25 {
    margin-top: 188px;
  }

  .projectsheader {
    margin-top: -26px;
    font-size: 24px;
    line-height: 24px;
  }

  .app-desc {
    margin-top: 0;
  }

  .app-technologies {
    position: relative;
    top: 201px;
  }

  .app-technologies.plc {
    align-self: center;
    margin-top: 0;
    padding-left: 10px;
    position: static;
    top: auto;
  }

  .app-technologies.spiritdoc {
    margin-top: 0;
    position: static;
    top: 21px;
  }

  .app-technologies.ow {
    top: 457px;
  }

  .currentprojects {
    height: 1850px;
  }

  .spiritdocslide {
    position: static;
  }

  .sdproductcontainer {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .sdproductcontainer.bsr {
    height: 1200px;
    position: relative;
  }

  .sdproductheader {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .sdproductdesc {
    height: 1000px;
    padding-left: 15px;
  }

  .sdproductdesc.spiritdoc {
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .sdproductdesc.owm {
    margin-top: 43px;
  }

  .sdproductimages.spiritdoc {
    margin-top: 20px;
    position: static;
    top: 72px;
  }

  .sdproductimages.buildsite {
    margin-top: -35px;
  }

  .sdproductimages.plc {
    position: static;
    top: auto;
  }

  .sdproductimages.ow {
    margin-top: 0;
    position: relative;
    top: 45px;
  }

  .sdimagearea {
    width: 60px;
  }

  .sdtitlearea {
    margin-left: 10px;
  }

  .productheadline {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .productsubheader {
    letter-spacing: 1.012px;
    width: 200px;
    font-size: 12px;
    line-height: 16px;
  }

  .appcontent {
    margin-top: 0;
  }

  .appcontent.bsr {
    margin-top: 63px;
  }

  .sdproducttext {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 1px;
  }

  .sdproducttext.ow {
    height: 1100px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: -16px;
  }

  .sdpapp-heading-4 {
    margin-top: 13px;
  }

  .sdappproductdesc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 1000px;
    position: relative;
    top: 59px;
  }

  .sdappproductdesc.plc {
    margin-top: 20px;
    position: static;
    top: auto;
  }

  .sdappproductdesc.bsr {
    position: static;
    top: 10px;
  }

  .sdappproducttext {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
    overflow: visible;
  }

  .sdappproducttext.bsr {
    height: 800px;
  }

  .image-26 {
    max-width: none;
    height: 454.4px;
    position: relative;
    top: 17px;
  }

  .div-block-31 {
    flex-direction: row;
    margin-top: 0;
    display: none;
  }

  .container-10 {
    flex-direction: row;
    height: 100px;
  }

  .container-11 {
    margin-bottom: 0;
  }

  .image-29, .image-30, .image-31 {
    width: 260px;
  }

  .image-32 {
    width: 60px;
    max-width: none;
    height: 60px;
  }

  .image-33 {
    width: 240px;
  }

  .image-35, .image-37, .image-40 {
    width: 60px;
    height: 60px;
  }

  .paragraph-19 {
    margin-top: 10px;
  }

  .paragraph-20 {
    position: relative;
    top: -31px;
  }

  .paragraph-21 {
    position: relative;
    top: -14px;
  }

  .list-7 {
    position: relative;
    top: -21px;
  }

  .paragraph-22 {
    margin-top: -26px;
    padding-top: 0;
  }

  .companyservicedesc {
    letter-spacing: 1.05px;
    margin-top: 20px;
    margin-left: 36px;
    margin-right: 36px;
    font-size: 12px;
    line-height: 18px;
  }

  .banner-section {
    height: 25vh;
  }

  .container-18 {
    background-position: 50% 20%;
    background-size: 120px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .mainpage-intro {
    height: auto;
  }

  .headline-2 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sp-headline-2 {
    text-align: left;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }

  .section-text {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .section-text.white-text {
    font-family: UniNeueLight, sans-serif;
    font-weight: 400;
    line-height: 20px;
  }

  .slide-testimonials-background {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-end;
    padding: .5rem;
  }

  .testimonial-author {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .sp-testimonial-author {
    flex-flow: column;
    align-items: flex-start;
  }

  .testimonial-company {
    margin-top: 8px;
    margin-left: 0;
    font-size: .8rem;
  }

  .contact-form {
    margin-left: 0;
  }

  .sitemap-section {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-section {
    text-align: center;
    background-color: #fff;
  }

  .footer-text {
    font-size: .78rem;
  }

  .sitemap-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-rows: 1px;
    grid-auto-flow: row;
  }

  .container-21 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .sitemap-menu-item {
    text-align: left;
    font-size: 1.1rem;
  }

  .sitemap-link {
    letter-spacing: 1px;
    display: none;
  }

  .sitemap-link.w--current {
    display: none;
  }

  .mobile-apps-heading {
    align-self: flex-end;
    font-size: 30px;
  }

  .mobile-intro-banner {
    height: 15rem;
  }

  .app-user-image {
    height: 12rem;
  }

  .native-apps-section {
    background-color: #fff;
  }

  .section-main-title {
    margin-left: 0;
  }

  .section-main-title.whitetext {
    font-size: 20px;
    line-height: 26px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-6"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   / 1fr;
    grid-auto-flow: column;
    align-content: space-around;
    place-items: end center;
    width: 96%;
    height: 400px;
    margin-bottom: 20px;
  }

  .store-tag {
    order: 1;
    align-self: auto;
    width: 140px;
  }

  .hybrid-app-props {
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .section-text-heading {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .section-text-heading.white-text {
    margin-left: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .card-wrapper {
    overflow: hidden;
  }

  .card-heading {
    margin-top: .25rem;
    margin-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.4rem;
  }

  .card-text-block {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 1rem;
    font-family: UniNeueRegular, sans-serif;
    font-size: .9rem;
    line-height: 1.5;
  }

  .card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: .5rem;
    margin-right: .5rem;
    top: 23px;
    left: 10px;
  }

  .card-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: minmax(1px, 1fr);
    grid-auto-rows: 1fr;
    min-width: 0;
    max-width: 380px;
  }

  .service-container {
    background-color: #f3f3f3;
  }

  .service-tile {
    width: 95%;
  }

  .service-tile-heading {
    margin-top: 5px;
  }

  .app-icons-section {
    display: none;
  }

  .hybrid-apps-section-green {
    height: 760px;
  }

  .sample-project-header {
    font-size: 20px;
    line-height: 28px;
  }

  .service-intro {
    margin-left: 10px;
  }

  .service-list-section {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .mobile-service-card {
    width: 95%;
  }

  .mobile-service-card-heading {
    font-size: 1.2rem;
  }

  .service-content {
    margin-bottom: 1rem;
  }

  .mobile-service-title {
    font-size: 1.2rem;
  }

  .service-desc-container {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .cookie-view {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .cookie_banner {
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cookie_options {
    flex-wrap: wrap;
  }

  .button_secondary, .button_primary {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .navigation-menu {
    flex: 1;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    padding-right: 0;
  }

  .blog-title {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .blogsummary {
    max-width: 100%;
    margin-top: 0;
    font-size: 1.1rem;
  }

  .blog-category-text {
    padding-top: .125rem;
    padding-bottom: 0;
    font-size: .9rem;
    line-height: 2;
  }

  .blog-author {
    margin-bottom: 1em;
  }

  .blog-published {
    font-size: .9rem;
  }

  .blog-main-image {
    order: -1;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
  }

  .blog-recent-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-24 {
    display: none;
  }

  .title-spiritdev-logo {
    flex: 0 auto;
    min-width: 200px;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: 0;
  }

  .blog-summary-wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-summary-category {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .blog-summary-author {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button {
    width: 100%;
  }

  .sp-headline {
    font-size: 1.5rem;
  }

  .sp-paragraph {
    text-align: left;
  }

  .navigation-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-expertise-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 260px;
    max-width: 480px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-expertise-headline {
    text-align: center;
    font-size: 1.5rem;
  }

  .contact-text-field-company {
    margin-right: 0;
    padding-right: 0;
  }

  .sp-verlinkung {
    font-size: 1.1rem;
  }

  .wrapperfullwidth {
    height: 20rem;
  }

  .nav-menu-button {
    flex: none;
    font-size: 2.5rem;
  }

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

  .flex-spacer {
    flex: 1;
    min-height: 1px;
    max-height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .separation-line {
    margin-left: -1rem;
  }

  .sp-headline-3 {
    font-size: 1.2rem;
  }

  .blog-flex-spacer {
    flex: 1;
    min-width: 1px;
    max-width: 2rem;
    min-height: 1px;
    max-height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sp-list {
    padding-left: 2rem;
  }

  .showcase-tech-group {
    flex-flow: column;
  }

  .showcase-images {
    margin-bottom: 1rem;
  }

  .showcase-app-images {
    width: 90%;
  }

  .showcase-app-subtitle {
    font-size: .8rem;
  }

  .telefone-button-mobile {
    width: 65px;
    height: 45px;
    display: flex;
    top: 175px;
    overflow: hidden;
  }

  .mail-button-mobile {
    width: 65px;
    height: 45px;
    display: flex;
    top: 230px;
  }

  .button-call-to-action {
    font-size: .9rem;
  }

  .image-full-width {
    object-fit: cover;
  }

  .animated_h1 {
    margin-top: .5rem;
    margin-right: 0;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .sp-expertise-image-block {
    max-width: 40%;
  }

  .grid-4 {
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: minmax(1px, 1fr);
    align-items: stretch;
    width: 100%;
    min-width: 250px;
    max-width: 490px;
  }

  .vorstellung {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .anfuehrungszeichen {
    background-size: 11rem;
    background-attachment: scroll;
    width: 6rem;
    height: 31rem;
    top: -14.5rem;
  }

  .header-grid-home-1 {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .sp-h2-white {
    padding-right: 0;
    font-size: .9rem;
  }

  .text-block-29 {
    display: none;
  }

  .sp-headline-2-centered {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.3rem;
  }

  .sp-paragraph-centered {
    text-align: center;
    font-size: 1.1rem;
  }

  .team-headline-2 {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sp-references-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .slide-mobile-basis {
    padding: .5rem .5rem 2.5rem;
  }

  .slider-2 {
    aspect-ratio: auto;
  }

  .header-grid-home-2 {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .circle-grid {
    min-width: 300px;
    padding-top: 2rem;
    padding-bottom: .5rem;
  }

  .circle-heading {
    margin-bottom: .5rem;
    font-size: 1.1rem;
  }

  .circle-text-horizontal {
    font-size: .9rem;
  }

  .icon-4 {
    font-size: 2.5rem;
  }

  .sitemap-container {
    width: 100%;
    padding-left: 8vw;
  }

  .section-orange {
    height: .75rem;
  }

  .sp-headline-1-centered {
    font-size: 1.5rem;
  }

  .technology-advantages-card {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bullet-point {
    width: 1rem;
    margin-right: 1rem;
  }

  .tu-paragraph {
    text-align: left;
  }

  .sp-headline-2-centered-white {
    text-align: center;
    font-size: 1.4rem;
  }

  .contact-icon {
    height: 28px;
  }

  .accent-image {
    display: block;
  }

  .vorstellung-zweispaltig {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .web-advantages-grid {
    width: 90%;
    max-width: 320px;
    margin-bottom: 2rem;
  }

  .advantages-text {
    font-size: 1.2rem;
  }

  .advantages-header {
    font-size: 1.3rem;
  }

  .advantages-h3 {
    margin-top: 1rem;
  }

  .technologies-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    min-width: 200px;
    margin: 2rem auto 0;
  }

  .header-grid, .header-grid-visuals-2 {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .title-headline-1, .visuals-headline-2 {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .overlay-desktop {
    object-fit: cover;
    display: none;
  }

  .header-grid-mobile {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .title-headline-1-mobile {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-grid-design {
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-areas: "Headline-centered"
                         "Headline-centered";
    height: 300px;
  }

  .title-headline-design {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-54-copy {
    object-fit: cover;
    height: 100%;
  }

  .header-grid-team {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .title-headline-team {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .technology-advantage-title {
    text-align: left;
    margin-top: 1rem;
    padding-right: 0;
    font-size: 1.3rem;
  }

  .technology-name {
    font-size: 1rem;
  }

  .overlay-mobile {
    object-fit: cover;
    object-position: 100% 0%;
    min-height: 300px;
    display: block;
  }

  .sp-design-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 260px;
    max-width: 480px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-design-image-block {
    max-width: 40%;
  }

  .sp-design-headline, .sp-design-headline-emphasis {
    text-align: center;
  }

  .grid-7 {
    width: 100%;
  }

  .image-wide {
    height: auto;
    margin-bottom: 1rem;
    display: block;
  }

  .text_img_bottom_paragraph, .text_img_right_pagagraph {
    text-align: left;
  }

  .image_img_left {
    margin-bottom: 1rem;
  }

  .text_img_left {
    margin-top: -.5rem;
  }

  .text_img_left_paragraph {
    text-align: left;
    margin-top: 0;
  }

  .comp_img_top {
    margin-top: 1rem;
  }

  .circle-text-block-top, .circle-text-block-bottom {
    width: 80%;
  }

  .sitemap-grid-2025 {
    width: 100%;
  }

  .ta-paragraph {
    text-align: left;
    font-size: 1.2rem;
  }

  .ki-advantages-card {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sp-paragraph-white-centered-regular {
    line-height: 1.5;
  }

  .ki-grid {
    background-image: url('../images/Orange_Stange.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr .5fr 1fr;
    min-width: 280px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tagline {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.3rem;
  }

  .ki-grid-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr .5fr 1fr;
    min-width: 280px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-headline-2 {
    margin-top: 5vh;
    margin-left: 14vw;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-grid-blog {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

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

  .tagline-boss {
    display: none;
  }

  .team-tagline {
    padding: 1.5rem;
  }

  .heading-28 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .tagline-boss-mobile {
    color: #fff;
    text-align: left;
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 0;
    font-family: UniNeueBook, sans-serif;
    font-size: 5vw;
    line-height: 1.5;
    display: block;
  }

  .button-call-to-action-mobile {
    font-size: 1.15rem;
    box-shadow: 2px 2px 3px 2px #0003;
  }

  .sitemap-mobile-link {
    color: #fff;
    flex-flow: wrap;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
  }

  .sitemap-link-cookies {
    letter-spacing: 1px;
    display: flex;
  }

  .sitemap-link-cookies.w--current {
    display: none;
  }

  .sp-headline-3-impressum {
    font-size: 1.2rem;
  }

  .header-grid-kontakt {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .title-headline-kontakt {
    margin-top: 3rem;
    margin-left: 5vw;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-grid-web {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered"
                         "Headline-centered"
                         "Headline-centered";
    height: 300px;
  }

  .title-headline-1-web {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sp-headline-2-white {
    text-align: left;
    font-size: 1.4rem;
  }

  .header-grid-ki {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .title-headline-ki {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-grid-home2 {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(150px, 500px));
    grid-template-areas: "Headline-centered";
    height: 300px;
  }

  .title-headline-home {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-summary-title {
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .accent-image-mobile {
    border-radius: 15px;
    display: block;
  }

  .sitemap-link-blog {
    letter-spacing: 1px;
    display: none;
  }

  .sitemap-link-blog.w--current {
    display: none;
  }

  .sitemap-mobile-link-blog {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
  }

  .blog-header-orange, .blog-header-standard {
    text-align: left;
    font-size: 1.3rem;
  }

  .blog-post-title {
    text-align: left;
  }

  .blog-post-heading-orange {
    text-align: left;
    line-height: 1.4;
  }

  .blogpostsmall {
    font-size: 1rem;
  }

  .collection-item-2 {
    width: 100%;
    padding: 1rem;
  }

  .blog-published-summary {
    font-size: .8rem;
  }

  .flex-spacer-blog-summary {
    flex: 1;
    min-height: 1px;
    max-height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .blog-prior-entries {
    text-align: left;
  }

  .blog-header-orange-featured, .blog-header-standard-featured {
    text-align: left;
    font-size: 1.3rem;
  }

  .sp-paragraph-centered-copy {
    text-align: center;
    font-size: 1.1rem;
  }
}

#w-node-_16a71a77-dbec-7a64-69cd-b1a9bebf228f-d66023da, #w-node-_16a71a77-dbec-7a64-69cd-b1a9bebf2291-d66023da {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_16a71a77-dbec-7a64-69cd-b1a9bebf2294-d66023da {
  grid-area: Headline-centered;
  place-self: center end;
}

#w-node-_089d812c-890b-a5b4-0629-81c2f8cf8657-f8cf8654 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a82df61a-eef1-5d3d-64d2-ab369aff9ed4-f8cf8654 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_089d812c-890b-a5b4-0629-81c2f8cf865d-f8cf8654 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a669f289-5e1b-d26b-a5d7-d4a70ea93b8d-f8cf8654 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_089d812c-890b-a5b4-0629-81c2f8cf865a-f8cf8654 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29fb1ed1-3fce-cf26-217a-e0798a94e05c-f8cf8654 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9b370b52-5931-a401-18c7-4dad10f15869-f8cf8654 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_885b5a80-26b6-07d2-8e5d-adc63ae1ce90-f8cf8654 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_089d812c-890b-a5b4-0629-81c2f8cf8669-f8cf8654 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a737fc07-4b39-c1b3-4ea5-c2a727c71b56-f8cf8654 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_089d812c-890b-a5b4-0629-81c2f8cf8666-f8cf8654 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f5998a65-67df-7bce-f361-6e585037e11a-f8cf8654 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-b1d6c198-9f9d-9ed6-6d45-4d1b7a8e3c68-7a8e3c68 {
  grid-area: Area-Mobile;
}

#w-node-deacdda7-3b0c-8cef-ec9d-92c35b5b1238-5b5b1237, #w-node-deacdda7-3b0c-8cef-ec9d-92c35b5b123a-5b5b1237 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-deacdda7-3b0c-8cef-ec9d-92c35b5b123c-5b5b1237 {
  grid-area: Headline-centered;
  place-self: center end;
}

#w-node-_6d0aaf8b-25a4-2d7d-f69f-f853da6042de-d66023d8, #w-node-_6d0aaf8b-25a4-2d7d-f69f-f853da6042e0-d66023d8 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_6d0aaf8b-25a4-2d7d-f69f-f853da6042e2-d66023d8 {
  grid-area: Headline-centered;
  place-self: center;
}

#w-node-d5796ece-1a53-7af9-8ad1-552c986a705c-d66023d8 {
  grid-area: 2 / 4 / 5 / 6;
}

#w-node-dce6ea0e-3445-9f40-5125-2e65de17bd83-d66023d8 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_8230fe70-33cf-d23d-9330-112994c6ec5a-d66023d8 {
  grid-area: 4 / 2 / 6 / 5;
}

#w-node-_4d3412b3-c262-2692-ee50-93fee5625a01-d66023d8 {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_3b4433c2-8812-844b-4b23-399b0bb354af-d66023d9 {
  grid-area: Headline-centered;
  place-self: center end;
}

#w-node-_4cd37f90-7dc2-a7a2-9e79-b864f572f258-08dcbbca, #w-node-_4cd37f90-7dc2-a7a2-9e79-b864f572f25a-08dcbbca {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_4cd37f90-7dc2-a7a2-9e79-b864f572f25d-08dcbbca {
  grid-area: Headline-centered;
  place-self: center end;
}

#w-node-e712c03a-93c2-3f15-dfa7-5a87f8c1dcfc-43457bef, #w-node-e712c03a-93c2-3f15-dfa7-5a87f8c1dcfe-43457bef {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-e712c03a-93c2-3f15-dfa7-5a87f8c1dd00-43457bef {
  grid-area: Headline-centered;
  place-self: center;
}

#w-node-_11e35a75-7a39-ef45-3de5-6c4268c0935f-56c8b9ec {
  grid-area: Area-4;
}

#w-node-c7a71a64-c2b3-1dbd-abc7-303d816fdc3a-e44a92c1, #w-node-_42cb81ab-2a31-f665-bbc8-7f891e479cbd-e44a92c1, #w-node-ba666843-4f16-5869-b434-7d9e6d8f1990-e44a92c1, #w-node-_6b806f67-76df-57c9-16db-93c32c22cf93-e44a92c1, #w-node-_15abc5f4-cbe1-c7bf-d53a-e1c565ab5fa0-e44a92c1, #w-node-e88efe53-016d-2db8-57de-4efc5cbd7d03-e44a92c1, #w-node-_779f951e-b1b7-502a-7c0a-d4adaeff811a-e44a92c1, #w-node-bc816209-ae0f-aad6-19dc-462759f4a6d6-e44a92c1, #w-node-c7a71a64-c2b3-1dbd-abc7-303d816fdc3a-c93466e0, #w-node-_42cb81ab-2a31-f665-bbc8-7f891e479cbd-c93466e0, #w-node-ba666843-4f16-5869-b434-7d9e6d8f1990-c93466e0, #w-node-_6b806f67-76df-57c9-16db-93c32c22cf93-c93466e0, #w-node-_15abc5f4-cbe1-c7bf-d53a-e1c565ab5fa0-c93466e0, #w-node-e88efe53-016d-2db8-57de-4efc5cbd7d03-c93466e0, #w-node-_779f951e-b1b7-502a-7c0a-d4adaeff811a-c93466e0, #w-node-bc816209-ae0f-aad6-19dc-462759f4a6d6-c93466e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fc85261-e417-92f4-efbd-89b100bb7bfd-794a853f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1fc85261-e417-92f4-efbd-89b100bb7c00-794a853f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1fc85261-e417-92f4-efbd-89b100bb7c03-794a853f {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_1fc85261-e417-92f4-efbd-89b100bb7c06-794a853f {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_1fc85261-e417-92f4-efbd-89b100bb7c09-794a853f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1fc85261-e417-92f4-efbd-89b100bb7c0c-794a853f {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_95444acf-1c5b-3303-7e47-b1c0e27cbaf1-54593d03, #w-node-_95444acf-1c5b-3303-7e47-b1c0e27cbaf3-54593d03 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_95444acf-1c5b-3303-7e47-b1c0e27cbaf6-54593d03 {
  grid-area: Headline-centered;
  place-self: center;
}

#w-node-_4690a9b1-0f3e-eb10-811f-0334a155fd20-11c14348, #w-node-_4690a9b1-0f3e-eb10-811f-0334a155fd22-11c14348 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_4690a9b1-0f3e-eb10-811f-0334a155fd25-11c14348 {
  grid-area: Headline-centered;
  place-self: center start;
}

#w-node-b5706946-7e16-3687-7c31-0749b3f5785d-3838e52d, #w-node-b5706946-7e16-3687-7c31-0749b3f5785f-3838e52d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-b5706946-7e16-3687-7c31-0749b3f57861-3838e52d {
  grid-area: Headline-centered;
  place-self: start center;
}

#w-node-_38d93a87-43a3-a6f0-8efc-bfcd627bd423-3838e52d {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_354e546d-4a06-7f35-20ac-7050cc81256a-3838e52d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7c4d0c24-f0fb-ba7d-c408-64e9873edba6-3838e52d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_0d09f5d9-a4ea-1887-cae8-86d2e59eb359-3838e52d {
  grid-area: 1 / 1 / 3 / 3;
  place-self: start;
}

#w-node-a14598c7-b171-8368-42c9-2648663ea20d-3838e52d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-ec5ee39e-9286-dee0-2c42-e93746fb8c78-3838e52d {
  grid-area: 1 / 2 / 3 / 4;
  place-self: start end;
}

#w-node-_37d0d274-940e-c620-a63a-f365a1b4d47a-3838e52d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_617fa832-eb69-8083-b54b-fb26caab31f9-3838e52d {
  grid-area: 1 / 2 / 3 / 4;
  place-self: start end;
}

#w-node-a835b634-b5c0-aba1-2074-17cb4a54ea21-3838e52d {
  grid-area: 1 / 1 / 4 / 4;
  place-self: start;
}

#w-node-_3d087eba-691c-d855-d96c-03dd26d540b8-068def22, #w-node-_3d087eba-691c-d855-d96c-03dd26d540ba-068def22 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_3d087eba-691c-d855-d96c-03dd26d540bd-068def22 {
  grid-area: Headline-centered;
  place-self: center end;
}

#w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33114-068def22 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33117-068def22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc3311a-068def22 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc3311d-068def22 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33120-068def22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33123-068def22 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c00-794a853f {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c03-794a853f {
    grid-area: 3 / 7 / 4 / 8;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c06-794a853f {
    grid-area: 5 / 5 / 6 / 6;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c09-794a853f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c0c-794a853f {
    grid-area: 1 / 5 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a82df61a-eef1-5d3d-64d2-ab369aff9ed4-f8cf8654 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a669f289-5e1b-d26b-a5d7-d4a70ea93b8d-f8cf8654 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_089d812c-890b-a5b4-0629-81c2f8cf865a-f8cf8654 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29fb1ed1-3fce-cf26-217a-e0798a94e05c-f8cf8654 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b370b52-5931-a401-18c7-4dad10f15869-f8cf8654 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_885b5a80-26b6-07d2-8e5d-adc63ae1ce90-f8cf8654 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_089d812c-890b-a5b4-0629-81c2f8cf8669-f8cf8654 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-a737fc07-4b39-c1b3-4ea5-c2a727c71b56-f8cf8654 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_089d812c-890b-a5b4-0629-81c2f8cf8666-f8cf8654 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f5998a65-67df-7bce-f361-6e585037e11a-f8cf8654 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_6d0aaf8b-25a4-2d7d-f69f-f853da6042e2-d66023d8 {
    align-self: end;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7bfd-794a853f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c00-794a853f {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c03-794a853f {
    grid-area: 3 / 4 / 4 / 6;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c06-794a853f {
    grid-area: 5 / 4 / 6 / 6;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c09-794a853f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c0c-794a853f {
    grid-area: 1 / 4 / 2 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a82df61a-eef1-5d3d-64d2-ab369aff9ed4-f8cf8654 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a669f289-5e1b-d26b-a5d7-d4a70ea93b8d-f8cf8654 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_089d812c-890b-a5b4-0629-81c2f8cf865a-f8cf8654 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29fb1ed1-3fce-cf26-217a-e0798a94e05c-f8cf8654 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9b370b52-5931-a401-18c7-4dad10f15869-f8cf8654 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_885b5a80-26b6-07d2-8e5d-adc63ae1ce90-f8cf8654 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_089d812c-890b-a5b4-0629-81c2f8cf8669-f8cf8654 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a737fc07-4b39-c1b3-4ea5-c2a727c71b56-f8cf8654 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_089d812c-890b-a5b4-0629-81c2f8cf8666-f8cf8654 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f5998a65-67df-7bce-f361-6e585037e11a-f8cf8654 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-d5796ece-1a53-7af9-8ad1-552c986a705c-d66023d8 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-dce6ea0e-3445-9f40-5125-2e65de17bd83-d66023d8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8230fe70-33cf-d23d-9330-112994c6ec5a-d66023d8 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_4d3412b3-c262-2692-ee50-93fee5625a01-d66023d8 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_95444acf-1c5b-3303-7e47-b1c0e27cbaf6-54593d03 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16a71a77-dbec-7a64-69cd-b1a9bebf2294-d66023da {
    grid-area: Headline-centered;
    place-self: end start;
  }

  #w-node-a669f289-5e1b-d26b-a5d7-d4a70ea93b8d-f8cf8654 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_9b370b52-5931-a401-18c7-4dad10f15869-f8cf8654 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_885b5a80-26b6-07d2-8e5d-adc63ae1ce90-f8cf8654 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_13696876-2637-bfa2-9a73-a5ec8a84c363-f8cf8654 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-de0e72c1-ef7b-4f97-9bb8-cbc185307ad2-f8cf8654 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_56173632-839c-d6b1-be39-fee0c29fe25d-f8cf8654 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_5e58479e-8655-d9df-d21a-dad3360b5ca9-f8cf8654 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_399098e3-1117-cbdc-c704-656cb28021d5-f8cf8654 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f221ed69-ba91-060f-ae12-fc0005a915e4-f8cf8654 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_716a5f4c-8756-6faa-5b6c-48879b439f1e-f8cf8654 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_15c9c02a-ba3f-0534-2385-219942b9eb20-f8cf8654 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8a942638-6b0c-24fe-ae99-924aab41893d-f8cf8654 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bd701f69-b0ed-fe2c-086a-befc36a3b64a-f8cf8654 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_15b9106c-eb2e-8472-cf8a-01202f0fb4b3-f8cf8654 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-deacdda7-3b0c-8cef-ec9d-92c35b5b123c-5b5b1237, #w-node-_6d0aaf8b-25a4-2d7d-f69f-f853da6042e2-d66023d8, #w-node-_3b4433c2-8812-844b-4b23-399b0bb354af-d66023d9, #w-node-_4cd37f90-7dc2-a7a2-9e79-b864f572f25d-08dcbbca {
    grid-area: Headline-centered;
    place-self: end start;
  }

  #w-node-e712c03a-93c2-3f15-dfa7-5a87f8c1dd00-43457bef {
    grid-area: Headline-centered;
    align-self: start;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7bfd-794a853f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c00-794a853f {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c03-794a853f {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c06-794a853f {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c09-794a853f {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1fc85261-e417-92f4-efbd-89b100bb7c0c-794a853f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_95444acf-1c5b-3303-7e47-b1c0e27cbaf6-54593d03 {
    grid-area: Headline-centered;
    place-self: center start;
  }

  #w-node-_4690a9b1-0f3e-eb10-811f-0334a155fd25-11c14348 {
    grid-area: Headline-centered;
    place-self: start;
  }

  #w-node-b5706946-7e16-3687-7c31-0749b3f57861-3838e52d {
    grid-area: Headline-centered;
    place-self: end start;
  }

  #w-node-_335d79ab-155f-895a-c564-63087d1df57b-3838e52d {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_761e6463-8865-ad03-541f-b4ce6a9c6748-3838e52d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_3d087eba-691c-d855-d96c-03dd26d540bd-068def22 {
    grid-area: Headline-centered;
    place-self: end start;
  }

  #w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33114-068def22 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33117-068def22 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc3311a-068def22 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc3311d-068def22 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33120-068def22 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f12b8b8f-a1f3-f9c7-ec3e-15be8cc33123-068def22 {
    grid-area: 2 / 1 / 3 / 4;
  }
}


@font-face {
  font-family: 'UniNeueBlack-Italic';
  src: url('../fonts/UniNeueBlack-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueBlack-Italic.woff') format('woff'), url('../fonts/UniNeueBlack-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueBold-Italic';
  src: url('../fonts/UniNeueBold-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueBold-Italic.woff') format('woff'), url('../fonts/UniNeueBold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueBold';
  src: url('../fonts/UniNeueBold.eot') format('embedded-opentype'), url('../fonts/UniNeueBold.woff') format('woff'), url('../fonts/UniNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueBlack';
  src: url('../fonts/UniNeueBlack.eot') format('embedded-opentype'), url('../fonts/UniNeueBlack.woff') format('woff'), url('../fonts/UniNeueBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueBook-Italic';
  src: url('../fonts/UniNeueBook-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueBook-Italic.woff') format('woff'), url('../fonts/UniNeueBook-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueBook';
  src: url('../fonts/UniNeueBook.eot') format('embedded-opentype'), url('../fonts/UniNeueBook.woff') format('woff'), url('../fonts/UniNeueBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueHeavy-Italic';
  src: url('../fonts/UniNeueHeavy-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueHeavy-Italic.woff') format('woff'), url('../fonts/UniNeueHeavy-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueHeavy';
  src: url('../fonts/UniNeueHeavy.eot') format('embedded-opentype'), url('../fonts/UniNeueHeavy.woff') format('woff'), url('../fonts/UniNeueHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueLight-Italic';
  src: url('../fonts/UniNeueLight-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueLight-Italic.woff') format('woff'), url('../fonts/UniNeueLight-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueLight';
  src: url('../fonts/UniNeueLight.eot') format('embedded-opentype'), url('../fonts/UniNeueLight.woff') format('woff'), url('../fonts/UniNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueRegular';
  src: url('../fonts/UniNeueRegular.eot') format('embedded-opentype'), url('../fonts/UniNeueRegular.woff') format('woff'), url('../fonts/UniNeueRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueRegular-Italic';
  src: url('../fonts/UniNeueRegular-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueRegular-Italic.woff') format('woff'), url('../fonts/UniNeueRegular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueThin';
  src: url('../fonts/UniNeueThin.eot') format('embedded-opentype'), url('../fonts/UniNeueThin.woff') format('woff'), url('../fonts/UniNeueThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'UniNeueThin-Italic';
  src: url('../fonts/UniNeueThin-Italic.eot') format('embedded-opentype'), url('../fonts/UniNeueThin-Italic.woff') format('woff'), url('../fonts/UniNeueThin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}